@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-09-04 09:39:29
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-09-05 16:08:31
 */

/* 字体 */
@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;
  text-align: center;
}
.title>h1 {
  line-height: 40px;
  font-size: 34px;
  color: #2a2929;
  font-family: "AlimamaShuHeiTi Bold";
}
.title>div {
  line-height: 28px;
  margin-top: 5px;
  font-size: 20px;
  color: #656565;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}

/* banner大图 */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-swiper .swiper-slide>.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.banner-swiper .swiper-slide>.container>div {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
}
.banner-swiper .swiper-slide>.container>h1 {
  line-height: 40px;
  overflow: hidden;
  font-size: 30px;
  color: #fff;
  margin-top: 50px;
}
.banner-swiper .swiper-slide>.container>h1>span {
  display: block;
  overflow: hidden;
  line-height: 64px;
  margin-bottom: 5px;
  font-family: "Source Han Sans CN Medium";
  font-size: 55px;
  color: #fff;
}
.banner-swiper .swiper-slide>.container>a {
  width: 142px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
  margin-top: 105px;
  background-color: #0b36a4;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
}

/* 箭头 */
.banner-swiper .banner-prev,
.banner-swiper .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  font-size: 60px;
  color: var(--white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  outline: none;
  cursor: pointer;
}
.banner-swiper .banner-next {
  left: initial;
  right: 2%;
}
.banner-swiper:hover .banner-next,
.banner-swiper:hover .banner-prev {
  opacity: 1;
}

@media (max-width: 991px) {
  .banner-swiper .swiper-pagination {
    bottom: 10px;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    opacity: 1;
    border-radius: 0 !important;
  }
  .banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
  .banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .banner-swiper .swiper-pagination-bullet-active {
    width: 15px;
  }

  .banner-swiper .swiper-slide>.container>h1 {
    font-size: 20px;
    margin-top: 30px;
  }
  .banner-swiper .swiper-slide>.container>h1>span {
    line-height: 60px;
    font-size: 50px;
  }
  .banner-swiper .swiper-slide>.container>a {
    width: 120px;
    margin-top: 50px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner-swiper .swiper-slide>.container>div {
    line-height: 20px;
    font-size: 12px;
  }
  .banner-swiper .swiper-slide>.container>h1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .banner-swiper .swiper-slide>.container>h1>span {
    line-height: 34px;
    font-size: 24px;
  }
  .banner-swiper .swiper-slide>.container>a {
    width: 100px;
    height: 36px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 14px;
  }
}

/* 星墨坊数码科技 */
.digit {
  background-color: #f5f5f5;
  padding: 70px 0 60px 0;
}
.digit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #848484;
}
.digit-list>li {
  display: flex;
  flex-direction: column;
  line-height: 26px;
  font-size: 16px;
  color: #6c6c6c;
}
.digit-list>li>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #353535;
}
.digit-list>li>h1>span {
  float: left;
  line-height: 30px;
  font-size: 30px;
  color: #0b36a4;
  font-weight: bold;
}

@media (max-width: 1400px) {
  .digit {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .digit {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .digit {
    padding: 30px 0;
  }
  .digit-list {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .digit {
    padding: 15px 0;
  }
  .digit-list {
    margin-top: 10px;
    padding-top: 0;
  }
  .digit-list>li {
    width: calc(100% / 3);
    line-height: 16px;
    font-size: 12px;
    margin-top: 10px;
    align-items: center;
  }
  .digit-list>li>h1 {
    line-height: 20px;
    font-size: 14px;
  }
  .digit-list>li>h1>span {
    line-height: 24px;
    font-size: 16px;
  }
}

/* 设备展示 */
.device {
  padding-top: 90px;
}
.device .swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 70px;
  position: relative;
  margin-top: 50px;
}
.device .swiper .swiper-slide>a {
  display: flex;
  flex-direction: column;
}
.device .swiper .swiper-slide>a .img::before {
  padding-top: 72.907489%;
}
.device .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 81px;
  line-height: 80px;
  text-align: center;
  border-bottom: 1px solid #676767;
  padding: 0 15px;
  font-size: 20px;
  color: #1b1b1b;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.device .swiper-pagination {
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.device .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e2e2e2;
  opacity: 1;
  margin: 0 13px !important;
}
.device .swiper-pagination-bullet-active {
  background-color: var(--color-hover);
}

@media (max-width: 1400px) {
  .device {
    padding-top: 70px;
  }
  .device .swiper .swiper-slide>a>h1 {
    height: 71px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .device {
    padding-top: 50px;
  }
  .device .swiper {
    padding-bottom: 50px;
  }
  .device .swiper .swiper-slide>a>h1 {
    height: 61px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .device {
    padding-top: 30px;
  }
  .device .swiper {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .device .swiper .swiper-slide>a>h1 {
    height: 51px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .device {
    padding-top: 15px;
  }
  .device .swiper {
    padding-bottom: 15px;
    margin-top: 10px;
  }
  .device .swiper .swiper-slide>a>h1 {
    height: 41px;
    line-height: 40px;
    font-size: 16px;
  }
  .device .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
  }
}

/* 应用案例 */
.case {
  padding-top: 90px;
}
.case .swiper {
  width: 100%;
  margin-top: 40px;
  overflow: visible;
  position: relative;
}
.case-hover {
  opacity: 0;
  width: 100%;
  overflow: hidden;
  padding: 30px;
  background: url(../images/case-img-hover.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}
.case-left {
  width: 38%;
  background-color: #fff;
  border: 1px solid #edeff4;
  padding: 40px;
}
.case-left .case-icon {
  display: flex;
  justify-content: flex-end;
}
.case-left .case-icon>img {
  width: auto;
  max-width: 100%;
  height: 119px;
  float: right;
}
.case-left>h1 {
  width: fit-content;
  display: block;
  overflow: hidden;
  margin-top: -48px;
  line-height: 44px;
  font-size: 32px;
  color: #212121;
  font-weight: bold;
  font-family: "Microsoft YaHei Light";
}
.case-left>h1::after {
  content: "";
  width: 33px;
  height: 3px;
  background-color: var(--color-main);
  margin-top: 30px;
}
.case-left .case-texts {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 45px;
  width: calc(100% + 10px);
  margin-left: -5px;
  min-height: 186px;
}
.case-left .case-texts>a {
  width: calc(calc(100% / 3) - 10px);
  margin: 0 5px 20px 5px;
  border: 1px solid #ccc;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #363636;
  border-radius: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-left .case-texts>a:hover {
  border-color: var(--color-hover);
  color: var(--color-hover);
}
.case-left .case-more {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  line-height: 24px;
}
.case-left .case-more>a {
  float: left;
  font-size: 14px;
  color: #878787;
}
.case-left .case-more>a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}
.case-right {
  width: 282px;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
}
.case-right::before {
  content: "";
  display: block;
  padding-top: 75.19084%;
}
.case .swiper .swiper-slide-active .case-hover {
  opacity: 1;
}
.case .prev-button,
.case .next-button {
  width: 35px;
  height: 61px;
  cursor: pointer;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.case .prev-button>img,
.case .next-button>img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}
.case .next-button {
  left: initial;
  right: -90px;
}

@media (max-width: 1600px) {
  .case .prev-button,
  .case .next-button {
    left: 0;
  }
  .case .next-button {
    left: initial;
    right: 0;
  }
}
@media (max-width: 1400px) {
  .case {
    padding-top: 70px;
  }
}
@media (max-width: 1200px) {
  .case {
    padding-top: 50px;
  }
  .case-left {
    width: 50%;
    padding: 30px;
  }
  .case-right {
    width: 23.5%;
  }
}
@media (max-width: 991px) {
  .case {
    padding-top: 30px;
  }
  .case .swiper {
    margin-top: 20px;
  }
  .case-hover {
    padding: 20px;
  }
  .case-left {
    padding: 20px;
  }
  .case-left .case-icon>img {
    height: 50px;
  }
  .case-left>h1 {
    margin-top: -30px;
    line-height: 40px;
    font-size: 30px;
  }
  .case-left>h1::after {
    margin-top: 10px;
  }
  .case-left .case-texts {
    margin-top: 20px;
    min-height: 132px;
  }
  .case-left .case-texts>a {
    margin: 0 5px 10px 5px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }
  .case-left .case-more {
    margin-top: 20px;
  }
  .case-right {
    border: 5px solid #fff;
  }

  .case .prev-button,
  .case .next-button {
    width: 20px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .case {
    padding-top: 15px;
  }
  .case .swiper {
    margin-top: 10px;
  }
  .case-hover {
    padding: 10px;
  }
  .case-left {
    padding: 10px;
  }
  .case-left .case-icon>img {
    height: 30px;
  }
  .case-left>h1 {
    margin-top: -30px;
    line-height: 30px;
    font-size: 16px;
  }
  .case-left>h1::after {
    margin-top: 0;
  }
  .case-left .case-texts {
    margin-top: 10px;
    min-height: initial;
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .case-left .case-texts>a {
    width: 100%;
    margin: 0 0 5px 0;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
  }
  .case-right {
    border: 3px solid #fff;
  }
  .case-left .case-more {
    margin-top: 5px;
  }
  .case-left .case-more>a {
    font-size: 12px;
  }
  .case .prev-button,
  .case .next-button {
    width: 15px;
    height: 26px;
  }
}

/* 视频中心 */
.video {
  padding: 75px 0;
}
.video .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.video .swiper .video-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video .swiper .video-img::before {
  content: "";
  display: block;
  padding-top: 61.035088%;
}
.video .swiper .video-img>video,
.video .swiper .video-img>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.video .swiper .video-img>video {
  object-fit: cover;
}
.video .swiper .swiper-slide>h1 {
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  color: #363636;
}

@media (max-width: 1400px) {
  .video {
    padding: 60px 0;
  }
  .video .swiper .swiper-slide>h1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  .video {
    padding: 50px 0;
  }
  .video .swiper .swiper-slide>h1 {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .video {
    padding: 30px 0;
  }
  .video .swiper .swiper-slide>h1 {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .video {
    padding: 15px 0;
  }
  .video .swiper {
    margin-top: 10px;
  }
  .video .swiper .swiper-slide>h1 {
    font-size: 16px;
  }
}

/* 技术创新 */
.technology {
  background-color: #f1f1f1;
  padding: 85px 0 100px 0;
}
.technology .title>div {
  margin-top: 20px;
}
.technology-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
.technology-list>li {
  width: 22%;
  border-right: 1px solid #dadada;
  display: flex;
  justify-content: center;
}
.technology-list>li:first-child {
  width: 17%;
  justify-content: flex-start;
}
.technology-list>li:last-child {
  width: 17%;
  justify-content: flex-end;
  border-right: none;
}
.technology-list>li>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.technology-list>li>div .technology-icon {
  width: 100%;
  max-width: 112px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.technology-list>li>div .technology-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.technology-list>li>div>h1 {
  display: block;
  overflow: hidden;
  margin-top: 34px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #262626;
}

@media (max-width: 1400px) {
  .technology {
    padding: 70px 0;
  }
  .technology-list {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .technology {
    padding: 50px 0;
  }
  .technology-list {
    margin-top: 50px;
  }
  .technology-list>li>div>h1 {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .technology {
    padding: 30px 0;
  }
  .technology-list {
    margin-top: 30px;
  }
  .technology-list>li>div .technology-icon {
    max-width: 80px;
  }
  .technology-list>li>div .technology-icon>img {
    height: 34px;
  }
  .technology-list>li>div>h1 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .technology {
    padding: 15px 0;
  }
  .technology-list {
    margin-top: 0;
    justify-content: center;
  }
  .technology .title>div {
    margin-top: 0;
  }
  .technology-list>li {
    width: calc(100% / 3);
    margin-top: 10px;
    padding: 0 10px;
  }
  .technology-list>li:first-child,
  .technology-list>li:last-child {
    width: calc(100% / 3);
    justify-content: center;
  }
  .technology-list>li>div .technology-icon {
    max-width: 60px;
  }
  .technology-list>li>div .technology-icon>img {
    height: 30px;
  }
  .technology-list>li>div>h1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}

/* 新闻动态 */
.news {
  padding: 80px 0;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  width: calc(100% + 26px);
  margin-left: -13px;
}
.news-list>li {
  width: calc(calc(100% / 3) - 26px);
  margin: 0 13px 10px 13px;
}
.news-list>li>a {
  display: flex;
  flex-direction: column;
}
.news-list>li>a .img::before {
  content: "";
  display: block;
  padding-top: 49.6659243%;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 34px;
  font-size: 18px;
  color: #010101;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-more {
  width: fit-content;
  margin-top: 15px;
  line-height: 26px;
  font-size: 14px;
  color: #8e8e8e;
  padding-right: 20px;
  position: relative;
}
.news-list>li>a .news-box .news-more::after {
  content: ">";
  font-family: SimSun;
  font-size: 14px;
  color: #737678;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.news-list>li>a:hover .news-box>h1 {
  color: var(--color-hover);
  font-weight: bold;
}

@media (max-width: 1400px) {
  .news {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .news-list {
    margin-top: 30px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px 10px 10px;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-list {
    margin-top: 20px;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 10px);
    margin: 0 5px 10px 5px;
  }
  .news-list>li>a .news-box>h1 {
    margin-top: 10px;
  }
  .news-list>li>a .news-box .news-more {
    margin-top: 10px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-list {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-list>li>a {
    flex-direction: row;
  }
  .news-list>li>a .img {
    width: 30%;
  }
  .news-list>li>a .news-box {
    width: 70%;
    padding: 5px 0 5px 15px;
  }
  .news-list>li>a .news-box>h1 {
    margin-top: 0;
    line-height: 30px;
    font-size: 16px;
  }
  .news-list>li>a .news-box .news-more {
    line-height: 20px;
  }

}
/* END-首页样式 */

/* 关于我们 */
.about-banner {
  width: 100%;
  height: 488px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner>.container {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 40px;
}

.about-main {
  width: 100%;
  overflow: hidden;
}
.about-list {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
.about-list ul {
  display: flex;
  flex-wrap: wrap;
}
.about-list ul>li {
  margin-right: 40px;
}
.about-list ul>li>a {
  display: block;
  overflow: hidden;
  padding: 20px 35px;
  line-height: 36px;
  font-size: 18px;
  color: #2b2b2b;
  text-align: center;
}
.about-list ul>li>a:hover,
.about-list ul>li.company-active>a {
  background-color: var(--color-hover);
  color: #fff;
}

@media (max-width: 1400px) {
  .about-banner {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .about-banner {
    height: 360px;
  }
  .about-list ul>li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .about-banner {
    height: 300px;
  }
  .about-list ul>li {
    margin-right: 5px;
  }
  .about-list ul>li>a {
    padding: 15px 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .about-banner {
    height: 150px;
  }
  .about-banner>.container {
    font-size: 20px;
    line-height: 30px;
  }

  .about-title {
    width: 100%;
    overflow: hidden;
    background-color: var(--color-main);
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  .about-title::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-list {
    display: none;
  }
  .about-list ul>li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .about-list ul>li>a {
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    background-color: #f1f1f1;
  }
}

/* 公司简介 */
.company {
  padding: 60px 0;
}
.company-title {
  display: block;
  overflow: hidden;
  line-height: 44px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  color: #000;
}
.company-title::after {
  content: "";
  width: 32px;
  height: 3px;
  background-color: var(--color-main);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.company-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.company-img {
  width: calc(50% - 25px);
  margin-top: 5px;
  overflow: hidden;
  position: relative;
}
.company-img::before {
  content: "";
  display: block;
  padding-top: 81.62963%;
}
.company-text {
  width: calc(50% - 25px);
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}

@media (max-width: 1400px) {
  .company {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .company {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .company {
    padding: 30px 0;
  }
  .company-content {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .company-img {
    width: 100%;
    margin: 0;
  }
  .company-text {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .company {
    padding: 15px 0;
  }
  .company-title {
    line-height: 30px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .company-content {
    margin-top: 10px;
  }
  .company-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* 设备展示 */
.equipment {
  background-color: #f4f4f4;
  padding: 70px 0 90px 0;
}
#certify {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
#certify .swiper-slide {
  width: 67%;
  max-width: 938px;
}
#certify .swiper-slide .img::before {
  padding-top: 51.334045%;
}
#certify .swiper-slide>h1 {
  opacity: 0;
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-top: 15px;
}
#certify .swiper-slide-active>h1 {
  opacity: 1;
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  width: 44px;
  height: 44px;
  background-image: url(../images/equipment-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 9;
}
#certify .swiper-button-next {
  left: initial;
  right: 6%;
  background-image: url(../images/equipment-right.png);
}
#certify .swiper-button-prev::before,
#certify .swiper-button-next::before,
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  display: none;
}

@media (max-width: 1400px) {
  .equipment {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .equipment {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .equipment {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .equipment {
    padding: 15px 0;
  }
  #certify {
    margin-top: 10px;
  }
  #certify .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  #certify .swiper-slide>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 0;
  }
  #certify .swiper-button-prev,
  #certify .swiper-button-next {
    width: 24px;
    height: 24px;
    margin-top: -12px !important;
  }
}

/* 企业文化 */
.culture {
  background-image: url(../images/culture-bj.jpg);
  padding: 75px 0 105px 0;
}
.culture .company-title {
  color: #fff;
}
.culture .company-title::after {
  background-color: #fff;
}
.culture-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.culture-list>li {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
.culture-list>li .culture-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.culture-list>li .culture-img::before {
  content: "";
  display: block;
  padding-top: 70.60086%;
}
.culture-list>li .culture-box {
  width: 100%;
  flex: 1;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 35px;
  padding-top: 70px;
}
.culture-list>li .culture-box .culture-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 52px;
}
.culture-list>li .culture-box>h1 {
  display: block;
  overflow: hidden;
  margin-top: 28px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  color: #000;
}
.culture-list>li .culture-box .culture-text {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  min-height: 90px;
  font-size: 16px;
  color: #4e4e4e;
  margin-top: 15px;
}
.culture-list>li:nth-child(even) {
  flex-direction: column-reverse;
}

@media (max-width: 1400px) {
  .culture {
    padding: 70px 0;
  }
  .culture-list {
    margin-top: 50px;
  }
  .culture-list>li .culture-box {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .culture {
    padding: 50px 0;
  }
  .culture-list {
    margin-top: 40px;
  }
  .culture-list>li .culture-box {
    padding: 20px;
  }
  .culture-list>li .culture-box>h1 {
    margin-top: 20px;
    font-size: 20px;
  }
  .culture-list>li .culture-box .culture-text {
    min-height: 60px;
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .culture {
    padding: 30px 0;
  }
  .culture-list {
    margin-top: 30px;
  }
  .culture-list>li .culture-img::before {
    padding-top: 76.60086%;
  }
  .culture-list>li .culture-box {
    padding: 10px;
  }
  .culture-list>li .culture-box .culture-icon {
    height: 40px;
  }
  .culture-list>li .culture-box>h1 {
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
  }
  .culture-list>li .culture-box .culture-text {
    min-height: 48px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .culture {
    padding: 15px 0;
  }
  .culture-list {
    margin-top: 15px;
  }
  .culture-list>li {
    width: 100%;
    flex-direction: row;
  }
  .culture-list>li .culture-img {
    width: 50%;
  }
  .culture-list>li .culture-box {
    width: 50%;
  }
  .culture-list>li .culture-box .culture-icon {
    height: 30px;
  }
  .culture-list>li .culture-box>h1 {
    margin-top: 5px;
    line-height: 24px;
    font-size: 16px;
  }
  .culture-list>li .culture-box .culture-text {
    min-height: 40px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px;
  }
  .culture-list>li:nth-child(even) {
    flex-direction: row-reverse;
  }
}

/* 资质证书 */
.certificate {
  padding: 75px 0 80px 0;
}
.certificate .swiper {
  width: 100%;
  margin-top: 30px;
}
.certificate .swiper .swiper-slide {
  padding: 15px;
}
.certificate .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.certificate .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 135%;
}
.certificate .swiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1400px) {
  .certificate {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .certificate {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .certificate {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .certificate {
    padding: 15px 0;
  }
  .certificate .swiper {
    margin-top: 10px;
  }
  .certificate .swiper .swiper-slide {
    padding: 5px;
  }
  .certificate .swiper .swiper-slide>a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

/* 体系保障 */
.system {
  background-color: #f4f4f4;
  padding: 75px 0 90px 0;
}
.system-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
.system-img {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.system-img::before {
  content: "";
  display: block;
  padding-top: 57.714286%;
}
.system-right {
  width: 50%;
  background-color: #fff;
  padding: 64px 45px 32px 60px;
}
.system-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 24px;
  color: #000;
}
.system-right .system-text {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #585858;
  max-height: 240px;
}

@media (max-width: 1400px) {
  .system {
    padding: 70px 0;
  }
  .system-right {
    padding: 60px 40px 30px 40px;
  }
  .system-right>h1 {
    line-height: 36px;
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .system {
    padding: 50px 0;
  }
  .system-right {
    padding: 40px 25px 30px 25px;
  }
  .system-right>h1 {
    line-height: 34px;
    font-size: 20px;
  }
  .system-right .system-text {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .system {
    padding: 30px 0;
  }
  .system-content {
    margin-top: 30px;
  }
  .system-right {
    padding: 25px;
  }
  .system-right>h1 {
    line-height: 30px;
    font-size: 18px;
  }
  .system-right .system-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .system {
    padding: 15px 0;
  }
  .system-content {
    margin-top: 10px;
  }
  .system-img {
    width: 100%;
  }
  .system-right {
    width: 100%;
    padding: 15px;
  }
  .system-right>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .system-right .system-text {
    margin-top: 10px;
    max-height: initial;
    font-size: 14px;
    line-height: 22px;
  }
}

/* 合作客户 */
.coop {
  padding: 60px 0 85px 0;
}
.coop .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 85px;
}
.coop .swiper .swiper-slide {
  cursor: pointer; border:1px solid #ededed;
}
.coop .swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.coop .swiper .swiper-slide:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1400px) {
  .coop {
    padding: 60px 0;
  }
  .coop .swiper {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .coop {
    padding: 50px 0;
  }
  .coop .swiper {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .coop {
    padding: 30px 0;
  }
  .coop .swiper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .coop {
    padding: 15px 0;
  }
  .coop .swiper {
    margin-top: 10px;
  }
}
/* END-关于我们 */

/* 应用案例 */
.case-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-banner-img {
  width: 100%;
  height: 488px;
  overflow: hidden;
  position: relative;
}
.case-banner-img>h1 {
  width: 100%;
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  z-index: 2;
}

.case-banner-hover {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: 2;
}
.menu-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.menu-list>li {
  width: 25%;
}
.menu-list>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.menu-list>li>a::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  opacity: 0.47;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-list>li>a::after {
  content: "";
  width: 0;
  height: 2px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
}
.menu-list>li>a .menu-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 30px;
}
.menu-list>li>a:hover::after,
.menu-list>li.menu-active>a::after {
  width: 100%;
}

.case-main {
  width: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 75px 0;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-list>li {
  width: calc(50% - 21px);
  margin-bottom: 50px;
}
.case-list>li>a {
  display: block;
  overflow: hidden;
}
.case-list>li>a .img::before {
  padding-top: 56.53983%;
}
.case-list>li>a .case-box {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 40px;
  text-align: center;
}
.case-list>li>a .case-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  color: #2b2b2b;
}
.case-list>li>a .case-box>span {
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #0b36a4;
}
.case-list>li>a:hover .img>img {
  transform: scale(1.1);
}

.prodeut-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-bottom:5px;
}
.product-details-img{ width:100%; text-align:center; margin:10px auto;}
.product-details-img img{ width:100%; max-width:800px; height:auto; display:block; margin:0 auto; max-height:600px;}

.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}


@media (max-width: 1400px) {
  .case-main {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .case-main {
    padding: 50px 0;
  }
  .case-list>li>a .case-box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .menu-list>li>a .menu-icon {
    margin-right: 15px;
  }

  .case-main {
    padding: 30px 0;
  }
  .case-list>li {
    margin-bottom: 30px;
  }
  .case-list>li>a .case-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .case-banner-img {
    height: 150px;
  }
  .case-banner-img>h1 {
    font-size: 20px;
    line-height: 30px;
    top: 50%;
  }
  .case-banner-hover {
    bottom: initial;
    position: relative;
  }
  .menu-title {
    width: calc(100% + 40px);
    margin-left: -20px;
    background-color: var(--color-main);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .menu-title::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-top: 3px;
  }
  .menu-list>li>a {
    width: 100%;
    padding-bottom: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    background-color: #f1f1f1;
    color: #333;
  }
  .menu-list>li>a::before,
  .menu-list>li>a::after {
    display: none;
  }
  .menu-list>li>a>span {
    width: 100%;
    text-align: center;
  }

  .case-main {
    padding: 15px 0;
  }
  .case-list>li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .case-list>li>a .case-box {
    padding: 10px;
  }
  .case-list>li>a .case-box>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .case-list>li>a .case-box>span {
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
  }

  .product-details-title {
    line-height: 30px;
    font-size: 18px;
  }
  .product-details-content {
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }
}
/* END-应用案例 */

/* 设备展示 */
.main {
  width: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 75px 0;
}
.device-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.device-list>li {
  width: calc(calc(100% / 3) - 20px);
  margin: 0 10px 20px 10px;
}
.device-list>li>a {
  display: flex;
  flex-direction: column;
}
.device-list>li>a .img::before {
  padding-top: 75.907489%;
}
.device-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  padding: 0 15px;
  font-size: 18px;
  color: #1b1b1b;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.device-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.device-list>li>a:hover>h1 {
  background-color: var(--color-hover);
  color: #fff;
}

@media (max-width: 1400px) {
  .main {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-title {
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow: hidden;
    background-color: var(--color-main);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  .device-list {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin: 20px 0 10px 0;
  }
  .device-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .device-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}
/* END-设备展示 */

/* 下载中心 */
@media (max-width: 1400px) {}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
/* END-下载中心 */

/* 视频中心 */
.video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-list>li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.video-list>li .video-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-list>li .video-img::before {
  content: "";
  display: block;
  padding-top: 61.035088%;
}
.video-list>li .video-img>video,
.video-list>li .video-img>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
/*.video-list>li .video-img>video {
  object-fit: cover;
}*/
.video-list>li>h1 {
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  color: #363636;
  background-color: #fff;
}

@media (max-width: 767px) {
  .video-list {
    margin: 20px 0 10px 0;
  }
  .video-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .video-list>li>h1 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
}
/* END-视频中心 */

/* 新闻动态 */
.main .news-list {
  margin-top: 0;
}
.main .news-list>li {
  margin-bottom: 30px;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.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-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: 767px) {
  .main .news-list {
    margin: 20px 0 10px 0;
  }

  .main .news-details {
    margin: 20px 0;
  }
  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻动态 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background-color: var(--color-main);
  padding: 30px
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:767px) {
  .contact {
    padding: 20px 0;
  }
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */


.xw_ul{display:block; overflow:hidden; padding:10px 0; overflow:hidden; min-height:360px;}
.xw_ul li{display:block; height:45px; line-height:45px; border-bottom:1px dotted #b0b0b0; overflow:hidden; width:48%; margin-left:1%; margin-right:1%; float:left;}
.xw_ul li p{ width:calc(100% - 70px); font-size:16px;};
.xw_ul li a{ float:right; height:35px; overflow:hidden; font-family:'微软雅黑'; font-size:16px; color:#00a45f; text-indent:5px; width:70px;}
.xw_ul li span{float:right; font-family:'微软雅黑'; font-size:14px; color:#919191;}
.xw_ul li a:hover{ color:#f00;}
@media (max-width:767px) {
.xw_ul li{width:98%;height:36px; line-height:36px;}
.xw_ul li p{ width:calc(100% - 70px); font-size:14px;};
.xw_ul li a{ font-size:14px;}
}