@charset "UTF-8";

/*
 * @制作者: Code Zhuang
 * @创建时间: 2023-05-11 14:40:18
 * @上次修改者: Code Zhuang
 * @上次修改时间: 2023-05-11 14:40:18
 */

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  position: relative;
  z-index: 0;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5% 0;
  margin: 0 auto;
}


.title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 0;
  padding: 2.5% 0 2.5% 40px;
  color: var(--color2);
  font-weight: bold;
}
.title::before {
  content: "";
  width: 267px;
  height: 100%;
  background: url(../images/title-bj.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.title>div {
  line-height: 48px;
  text-transform: capitalize;
  font-family: Arial;
  font-size: 42px;
}
.title>h1 {
  line-height: 46px;
  font-size: 30px;
  letter-spacing: 5px;
  padding-right: 135px;
  background: url(../images/title-heng.png) no-repeat right center;
}

.title2 {
  background: none !important;
  padding: 0 !important;
  align-items: center !important;
}
.title2::before {
  display: none;
}
.title2>h1 {
  padding: 0 0 0 5px;
  background: none;
}

@media (max-width: 1760px) {
  .container-fluid {
    max-width: 90%;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    max-width: 92%;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: calc(100% - 60px);
  }
  .title {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    max-width: calc(100% - 40px);
  }
  .title {
    padding: 0;
    align-items: center;
  }
  .title::before {
    display: none;
  }
  .title>div {
    line-height: 20px;
    font-size: 14px;
  }
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    letter-spacing: initial;
    padding-right: 0;
    background: none;
  }
}

/* 首页样式 */
.body-swiper {
  width: 100%;
  height: 100vh;
}
.body-swiper>div>.swiper-slide {
  display: flex;
  justify-content: center;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.body-swiper>div>.swiper-slide:last-child {
  height: auto;
}
.body-swiper>div>.swiper-slide:nth-child(even)>.container-fluid {
  padding: 0 0 2.5% 0;
}


@media (max-width: 991px) {
  .body-swiper {
    height: auto;
  }
  .body-swiper>div>.swiper-slide {
    display: block !important;
    height: auto;
  }
  .body-swiper>div>.swiper-slide>.container-fluid {
    display: block !important;
    padding: 30px 0 !important;
  }
  .body-swiper>div>.swiper-slide:nth-child(even)>.container-fluid {
    padding: 0 0 30px 0 !important;
  }
}
@media (max-width: 767px) {
  .body-swiper>div>.swiper-slide>.container-fluid {
    padding: 15px 0 !important;
  }
  .body-swiper>div>.swiper-slide:nth-child(even)>.container-fluid {
    padding: 15px 0 !important;
  }
}

/* banner大图 */
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

/* 圆点 */
.banner-swiper .swiper-pagination {
  opacity: 1;
  bottom: 4%;
  display: flex;
  justify-content: center;
}
.banner-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  float: left;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-hover);
}
/* 箭头 */
.banner-swiper .banner-prev,
.banner-swiper .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  font-size: 60px;
  color: #fff;
  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 {
    height: auto;
  }
  .banner-swiper img {
    width: 100%;
    display: block;
    height: auto;
  }
  /*圆点*/
  .banner-swiper .swiper-pagination {
    bottom: 2%;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
    opacity: 1;
  }
  .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: 20px;
  }
}

/* 关于我们 */
.about {
  max-width: 100%;
  align-items: center;
}
.about .about-title {
  width: 100%;
  max-width: 1720px;
  display: flex;
  justify-content: flex-start;
}

.about-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex: 1;
}
.about-left {
  display: flex;
  width: 53.90625%;
  overflow: hidden;
  position: relative;
  margin-top: -125px;
}
.about-left>video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.video-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-right {
  width: 46.09375%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.about-box {
  width: 100%;
  float: left;
  max-width: 785px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 12px 75px 0 0;
}
.about-text {
  width: 100%;
  overflow: hidden;
  height: 396px;
  line-height: 36px;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}
.about-more {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.about-more>a {
  width: 260px;
  height: 50px;
  background-color: var(--color-hover);
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.about-more>a>img {
  margin-left: 10px;
}
.about-more>a::before,
.about-more>a::after {
  transform: scaleX(-120deg);
  background-color: var(--color2);
}

@media (max-width: 1760px) {
  .about .about-title {
    padding-left: 2.5%;
  }
  .about-right {
    padding: 0 2.5%;
  }
  .about-box {
    padding: 12px 0 0 0;
  }
}
@media (max-width: 991px) {
  .about .about-title {
    padding-left: 0;
  }
  .about-left {
    width: 50%;
    margin-top: -100px;
  }
  .about-right {
    width: 50%;
    padding: 0 30px;
  }
  .about-text {
    height: 330px;
    line-height: 30px;
    -webkit-line-clamp: 11;
  }
}
@media (max-width: 767px) {
  .about .about-title {
    justify-content: center;
  }
  .about-content {
    flex-direction: column;
  }
  .about-left {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .about-left::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .about-right {
    width: 100%;
    padding: 0 20px;
  }
  .about-box {
    padding: 15px 0 0 0;
  }
  .about-text {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .about-more {
    margin-top: 10px;
  }
  .about-more>a {
    width: 140px;
    height: 30px;
    font-size: 14px;
  }
}

/* 工装案例 */
.case {
  align-items: center;
  overflow: hidden;
}
.case-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  position: relative;
  z-index: 0;
}
.case-nav::before {
  content: "";
  width: 200%;
  float: left;
  height: 1px;
  background-color: #959595;
  position: absolute;
  left: 50%;
  top: 9px;
  transform: translateX(-50%);
  z-index: -1;
}
.case-nav>li {
  padding: 0 40px;
}
.case-nav>li>a {
  display: flex;
  padding-top: 45px;
  position: relative;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  font-weight: bold;
}
.case-nav>li>a::before,
.case-nav>li>a::after {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #898989;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.case-nav>li>a::after {
  width: 9px;
  height: 9px;
  border: 1px solid #898989;
  background-color: #898989;
  top: 5px;
}
.case-nav>li.case-active>a {
  color: var(--color-hover);
}
.case-nav>li.case-active>a::after {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}

.case-content {
  width: 100%;
  max-width: 60%;
  display: flex;
  flex: 1;
  margin-top: 30px;
  position: relative;
}
.case-content>div {
  display: none;
}
.case-content>div:first-child {
  display: block;
}
.case-content .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.case-content .swiper .swiper-slide {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.case-content .swiper .swiper-slide>a {
  width: 100%;
  height: calc(100% - 100px);
  display: block;
  overflow: hidden;
  position: relative;
}
.case-content .swiper .swiper-slide>a>h1 {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 16px;
  color: rgba(34, 34, 34, 0);
}
.case-content .swiper .swiper-slide-active>a {
  height: 100%;
}
.case-content .swiper .swiper-slide-active>a>h1 {
  height: 50px;
  color: rgba(34, 34, 34, 1);
}
.case-content .prev-button,
.case-content .next-button {
  display: block !important;
  width: 50px;
  height: 50px;
  background-color: var(--color2);
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.case-content .next-button {
  left: initial;
  right: -60px;
}
.case-content .prev-button::before,
.case-content .next-button::before {
  content: "";
  width: 36px;
  height: 13px;
  float: left;
  background-image: url(../images/jiantou.png);
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  cursor: pointer;
}
.case-content .next-button::before {
  left: initial;
  right: 17px;
  transform: translateY(-50%) rotate(0);
}
.case-content .prev-button:hover,
.case-content .next-button:hover {
  background-color: var(--color-hover);
}
.case-content .prev-button:hover::before {
  left: 7px;
}
.case-content .next-button:hover::before {
  left: initial;
  right: 7px;
}

@media (max-width: 991px) {
  .case-nav {
    margin-top: 20px;
  }
  .case-nav>li {
    padding: 0 30px;
  }
  .case-nav>li>a {
    padding-top: 25px;
  }
  .case-content {
    max-width: 80%;
    margin: 20px auto 0 auto;
  }
  .case-content .swiper .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .case-content .swiper .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 56.51751%;
  }
  .case-content .swiper .swiper-slide>a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .case-nav {
    margin-top: 10px;
  }
  .case-nav>li {
    padding: 0 10px;
  }
  .case-nav>li>a {
    font-size: 14px;
  }
  .case-content {
    max-width: 100%;
    margin: 10px auto 0 auto;
  }
  .case-content .swiper .swiper-slide>a {
    height: 100%;
  }
  .case-content .swiper .swiper-slide>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .case-content .prev-button,
  .case-content .next-button {
    width: 24px;
    height: 24px;
    left: 0;
  }
  .case-content .next-button {
    left: initial;
    right: 0;
  }
  .case-content .prev-button::before,
  .case-content .next-button::before {
    width: 16px;
    left: 10px;
  }
  .case-content .next-button::before {
    left: initial;
    right: 10px;
  }
  .case-content .prev-button:hover::before {
    left: 4px;
  }
  .case-content .next-button:hover::before {
    left: initial;
    right: 4px;
  }
}

/* 视频展示 */
.video {
  max-width: initial !important;
  padding: 0 !important;
}
.video>.container {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.video-title {
  display: flex;
  justify-content: space-between;
}
.video-nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}
.video-nav>li {
  width: 114px;
  float: left;
  margin: 10px;
  margin-top: 0;
}
.video-nav>li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #b91a25;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  color: var(--color2);
  font-weight: bold;
}
.video-nav>li>a:hover {
  background-color: var(--color-hover);
  color: #fff;
}
.video-content {
  width: 100%;
  display: flex;
  flex: 1;
  align-items: center;
}
.video .swiper {
  width: 100%;
  height: 55%;
  padding-bottom: 56px;
}
.video .swiper .swiper-slide {
  display: flex;
}
.video .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.video .swiper .swiper-slide>a .video-img {
  width: 100%;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.video .swiper .swiper-slide>a .video-btn>img:last-child {
  width: 40px;
  height: 40px;
}
.video .swiper .swiper-slide>a .video-img>video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.video .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 51px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 16px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .swiper .swiper-slide>a:hover>h1 {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: #fff;
}
/* 圆点 */
.video .swiper .swiper-pagination {
  opacity: 1;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.video .swiper .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  float: left;
  border-radius: 0;
  background: #a9aaaa;
  opacity: 1;
}
.video .swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
.video .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.video .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-hover);
}

@media (max-width: 991px) {
  .video .swiper {
    height: auto;
    padding: 30px 0;
  }
  .video .swiper .swiper-slide>a .video-img {
    flex: none;
  }
  .video .swiper .swiper-slide>a .video-img::before {
    content: "";
    display: block;
    padding-top: 56.7273%;
  }
}
@media (max-width: 767px) {
  .video-title {
    flex-direction: column;
  }
  .video-nav {
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
  }
  .video-nav>li {
    width: 110px;
    margin: 5px;
    margin-top: 0;
  }
  .video-nav>li>a {
    height: 32px;
    font-size: 14px;
  }
  .video .swiper {
    padding: 10px 0;
  }
  .video .swiper .swiper-slide>a>h1 {
    height: 41px;
    line-height: 40px;
    font-size: 14px;
  }
  .video .swiper .swiper-pagination-bullet {
    width: 10px;
  }
  .video .swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
  .video .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
}

/* 公司团队 */
.team {
  align-items: center;
  overflow: hidden;
}
.team .swiper {
  width: 100%;
  margin-top: 50px;
}
.team .swiper .swiper-slide {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.team .swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: calc(100% - 90px);
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.team .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.team .swiper .swiper-slide>a::before,
.team .swiper .swiper-slide>a::after {
  width: 200%;
  transform: skewX(30deg);
  height: calc(100% - 90px);
  top: initial;
  bottom: 0;
}
.team .swiper .swiper-slide>a .team-img {
  width: 100%;
  max-width: 180px;
  border: 5px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.team .swiper .swiper-slide>a .team-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.team .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  color: var(--color2);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 30px;
}
.team .swiper .swiper-slide>a .team-text {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  font-size: 14px;
  color: var(--color6);
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 0 30px;
}
.team .swiper .swiper-slide>a .team-text>b {
  font-size: 16px;
  font-weight: bold;
  transition: initial;
}
.team .swiper .swiper-slide>a .team-more {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 86px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
.team .swiper .swiper-slide>a .team-more::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../images/team-more.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.team .swiper .swiper-slide>a .team-more>span {
  font-size: 14px;
  color: var(--color2);
  font-weight: bold;
  padding-right: 22px;
  line-height: 30px;
  background-image: url(../images/team-jiantou.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.team .swiper .swiper-slide>a:hover>h1,
.team .swiper .swiper-slide>a:hover .team-text {
  color: #fff;
}
.team .swiper .swiper-slide>a:hover .team-more::before {
  opacity: 0.2;
}
.team .swiper .swiper-slide>a:hover .team-more>span {
  background-image: url(../images/team-jiantou-white.png);
  color: #fff;
}

@media (max-width: 1240px) {
  .team .swiper .swiper-slide>a>h1 {
    padding: 0 20px;
  }
  .team .swiper .swiper-slide>a .team-text {
    height: 90px;
    -webkit-line-clamp: 3;
    padding: 0 20px;
  }
  .team .swiper .swiper-slide>a .team-more {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .team .swiper {
    margin-top: 30px;
  }
  .team .swiper .swiper-slide>a .team-more {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .team .swiper {
    margin-top: 10px;
  }
  .team .swiper .swiper-slide::before {
    height: calc(100% - 40px);
  }
  .team .swiper .swiper-slide>a::before,
  .team .swiper .swiper-slide>a::after {
    height: calc(100% - 40px);
  }
  .team .swiper .swiper-slide>a .team-img {
    max-width: 80px;
    border: 2px solid #fff;
  }
  .team .swiper .swiper-slide>a>h1 {
    padding: 0 10px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }
  .team .swiper .swiper-slide>a .team-text {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    -webkit-line-clamp: 2;
    padding: 0 10px;
    margin-top: 5px;
  }
  .team .swiper .swiper-slide>a .team-text>b {
    font-size: 14px;
  }
  .team .swiper .swiper-slide>a .team-more {
    height: 30px;
    margin: 5px 0;
  }
}

/* 新闻资讯 */
.news {
  align-items: center;
  padding: 0 !important;
}
.news .video-title {
  width: 100%;
}
.news-content {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}
.news .swiper {
  width: 100%;
  height: 80%;
}
.news .swiper .swiper-slide {
  display: flex;
}
.news .swiper .swiper-slide>a {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.news .swiper .swiper-slide>a .news-img {
  width: 100%;
  overflow: hidden;
  flex: 1;
  position: relative;
}
.news .swiper .swiper-slide>a .news-box {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 30px;
}
.news .swiper .swiper-slide>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  color: var(--color2);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .swiper .swiper-slide>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: var(--color6);
  margin: 5px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .swiper .swiper-slide>a .news-box .news-time {
  display: block;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: var(--color2);
  font-style: oblique;
  background: url(../images/news-jiantou.png) no-repeat right center;
}
.news .swiper .swiper-slide>a:hover .news-box>h1,
.news .swiper .swiper-slide>a:hover .news-box .news-text,
.news .swiper .swiper-slide>a:hover .news-box .news-time {
  color: #fff;
}
.news .swiper .swiper-slide>a:hover .news-box .news-time {
  background: url(../images/news-jiantou-white.png) no-repeat right center;
}

@media (max-width: 991px) {
  .video-nav>li {
    width: 92px;
  }
  .news .swiper {
    margin-top: 30px;
  }
  .news .swiper .swiper-slide>a .news-img {
    flex: none;
  }
  .news .swiper .swiper-slide>a .news-img::before {
    content: "";
    display: block;
    padding-top: 56.7273%;
  }
}
@media (max-width: 767px) {
  .news .swiper {
    margin-top: 10px;
  }
  .news .swiper .swiper-slide>a .news-box {
    padding: 10px;
    padding-bottom: 10px;
  }
  .news .swiper .swiper-slide>a .news-box>h1 {
    line-height: 24px;
    font-size: 14px;
  }
  .news .swiper .swiper-slide>a .news-box .news-text {
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    margin: 3px 0;
    -webkit-line-clamp: 2;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 40px;
  font-size: 14px;
  color: var(--color6);
}
.menu-title {
  font-size: 30px;
  color: var(--color2);
  font-weight: bold;
  letter-spacing: 5px;
}
.place-title>.float-right>span {
  color: var(--color-hover);
}
.menu-list {
  width: 100%;
  float: left;
  position: relative;
  z-index: 0;
  transition: initial;
  margin-top: 10px;
}
.menu-list::before {
  content: "";
  width: 200%;
  height: 1px;
  background-color: #959595;
  position: absolute;
  left: 50%;
  top: 9px;
  transform: translateX(-50%);
  z-index: -1;
}
.menu-list>li {
  float: left;
  margin-right: 80px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  padding-top: 25px;
  position: relative;
  line-height: 28px;
  font-size: 16px;
  color: var(--color2);
}
.menu-list>li>a::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #959595;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.menu-list>li>a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #959595;
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  color: var(--color-hover);
}
.menu-list>li:hover>a::after,
.menu-list>li.menu-active>a::after {
  background-color: var(--color-hover);
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 35px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: var(--color3);
  min-height:360px;
}

@media (max-width: 1240px) {
  .menu-list>li {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .menu-list>li {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .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;
    letter-spacing: initial;
    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;
    margin: 0;
  }
  .menu-list::before {
    display: none;
  }
  .menu-list>li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .menu-list>li>a {
    padding: 0;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    text-align: center;
  }
  .menu-list>li>a::before,
  .menu-list>li>a::after {
    display: none;
  }
  .menu-list>li>a:hover,
  .menu-list>li.menu-active>a {
    background-color: var(--color-hover);
    color: #fff;
  }

  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 工装案例/家装案例 */
/* 圆点 */
.n-banner .banner-swiper .swiper-pagination {
  max-width: 1720px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  bottom: 4%;
  display: flex;
  justify-content: flex-end;
}
.n-banner .banner-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  float: left;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.n-banner .banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
.n-banner .banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.n-banner .banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-hover);
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1755px;
}
.product-list>li {
  width: 550px;
  margin: 0 35px 30px 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
}
.product-list>li>a .img{
border: 1px solid #eee; border-bottom:0px;
}
.product-list>li>a .img::before {
  padding-top: 65.7273%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 51px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 16px;
  color: #222;
  transition: all 0.6s;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}
.product-list>li>a>h1::before,
.product-list>li>a>h1::after {
  content: "";
  width: 200%;
  height: 100%;
  transform: skewX(45deg);
  transition: all linear 0.3s;
  background-color: var(--color-hover);
  position: absolute;
  right: 300%;
  top: 0;
  z-index: -1;
}
.product-list>li>a>h1::after {
  right: initial !important;
  left: 300%;
}
.product-list>li>a:hover>h1 {
  border-color: var(--color-hover);
  color: #fff;
}
.product-list>li>a:hover>h1::before {
  right: 45%;
}
.product-list>li>a:hover>h1::after {
  left: 45%;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-details-title {
  width: 100%;
  float: left;
  line-height: 60px;
  font-size: 42px;
  color: var(--color2);
  font-weight: bold;
}
.product-details-left {
  width: 48%;
  font-size: 20px;
  line-height: 48px;
  color: var(--color2);
  font-weight: bold;
}
.product-details-left img{ max-width:100%;}
.product-details-right {
  width: 49%;
  font-size: 20px;
  line-height: 1.8;
  color: var(--color2);
  font-weight: bold;
}
.product-details-right>div{ padding-top:15px; font-size:16px; display:block; width:100%; line-height:1.8; font-weight:normal;}
.product-details-right img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.product-details-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.product-details-bottom>a {
  font-size: 16px;
  color: var(--color2);
  line-height: 30px;
  padding-left: 17px;
  position: relative;
}
.product-details-bottom>a:last-child {
  padding: 0 17px 0 0;
}
.product-details-bottom>a::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 7px solid #666;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-details-bottom>a:last-child::before {
  left: initial;
  right: 0;
  border-right: none;
  border-left: 7px solid #666;
}
.product-details-bottom>a:hover {
  color: var(--color-hover);
}
.product-details-bottom>a:hover::before {
  border-right-color: var(--color-hover);
}
.product-details-bottom>a:hover:last-child::before {
  border-left-color: var(--color-hover);
}

@media (max-width: 1760px) {
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 991px) {
  .n-banner .banner-swiper img {
    position: relative;
  }
  .n-banner .banner-swiper .swiper-pagination {
    justify-content: center;
  }
  .product-list>li {
    margin: 0 1% 20px 1%;
  }
  .product-list>li>a>h1 {
    height: 41px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-details-left,
  .product-details-right {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .product-details-bottom {
    margin-top: 5px;
  }
}
/* END-工装案例/家装案例 */

/* 视频展示 */
.video-list {
  display: flex;
  flex-wrap: wrap;
  width: 1755px;
}
.video-list>li {
  width: 550px;
  margin: 0 35px 30px 0;
}
.video-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.video-list>li>a .video-img {
  width: 100%;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.video-list>li>a .video-img::before {
  content: "";
  display: block;
  padding-top: 56.7273%;
}
.video-list>li>a .video-btn>img:last-child {
  width: 40px;
  height: 40px;
}
.video-list>li>a .video-img>video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.video-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 51px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 16px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-list>li>a:hover>h1 {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: #fff;
}

@media (max-width: 1760px) {
  .video-list {
    width: 102%;
    margin-left: -1%;
  }
  .video-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 991px) {
  .video-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .video-list>li {
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
  }

  .video-list>li>a>h1 {
    height: 41px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .video-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .video-list>li>a .video-btn>img:last-child {
    width: 24px;
    height: 24px;
  }
}
/* END-视频展示 */

/* 公司团队 */
.team-list {
  display: flex;
  flex-wrap: wrap;
  width: 1775px;
}
.team-list>li {
  width: 300px;
  margin: 0 55px 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.team-list>li::before {
  content: "";
  width: 100%;
  height: calc(100% - 90px);
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.team-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.team-list>li>a::before,
.team-list>li>a::after {
  width: 200%;
  transform: skewX(30deg);
  height: calc(100% - 90px);
  top: initial;
  bottom: 0;
}
.team-list>li>a .team-img {
  width: 100%;
  max-width: 180px;
  border: 5px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.team-list>li>a .team-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.team-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  color: var(--color2);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 30px;
}
.team-list>li>a .team-text {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  font-size: 14px;
  color: var(--color6);
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 0 30px;
}
.team-list>li>a .team-text>b {
  font-size: 16px;
  font-weight: bold;
  transition: initial;
}
.team-list>li>a .team-more {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 86px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
.team-list>li>a .team-more::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../images/team-more.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.team-list>li>a .team-more>span {
  font-size: 14px;
  color: var(--color2);
  font-weight: bold;
  padding-right: 22px;
  line-height: 30px;
  background-image: url(../images/team-jiantou.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.team-list>li>a:hover>h1,
.team-list>li>a:hover .team-text {
  color: #fff;
}
.team-list>li>a:hover .team-more::before {
  opacity: 0.2;
}
.team-list>li>a:hover .team-more>span {
  background-image: url(../images/team-jiantou-white.png);
  color: #fff;
}

@media (max-width: 1760px) {
  .team-list {
    width: 102%;
    margin-left: -1%;
  }
  .team-list>li {
    width: 18%;
    margin: 0 1% 40px 1%;
  }
}
@media (max-width: 1240px) {
  .team-list>li {
    width: 23%;
    margin: 0 1% 30px 1%;
  }
  .team-list>li>a>h1 {
    padding: 0 20px;
  }
  .team-list>li>a .team-text {
    height: 90px;
    -webkit-line-clamp: 3;
    padding: 0 20px;
  }
  .team-list>li>a .team-more {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .team-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 20px 1%;
  }
  .team-list>li>a .team-more {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .team-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .team-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }

  .team-list>li::before {
    height: calc(100% - 40px);
  }
  .team-list>li>a::before,
  .team-list>li>a::after {
    height: calc(100% - 40px);
  }
  .team-list>li>a .team-img {
    max-width: 80px;
    border: 2px solid #fff;
  }
  .team-list>li>a>h1 {
    padding: 0 10px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }
  .team-list>li>a .team-text {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    -webkit-line-clamp: 2;
    padding: 0 10px;
    margin-top: 5px;
  }
  .team-list>li>a .team-text>b {
    font-size: 14px;
  }
  .team-list>li>a .team-more {
    height: 30px;
    margin: 5px 0;
  }
}
/* END-公司团队 */

/* 新闻资讯 */
.news-list {
  display: flex;
  flex-wrap: wrap;
  width: 1755px;
}
.news-list>li {
  width: 550px;
  margin: 0 35px 30px 0;
}
.news-list>li>a {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.news-list>li>a .news-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-img::before {
  content: "";
  display: block;
  padding-top: 52.7273%;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 30px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  color: var(--color2);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: var(--color6);
  margin: 5px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: var(--color2);
  font-style: oblique;
  background: url(../images/news-jiantou.png) no-repeat right center;
}
.news-list>li>a:hover .news-box>h1,
.news-list>li>a:hover .news-box .news-text,
.news-list>li>a:hover .news-box .news-time {
  color: #fff;
}
.news-list>li>a:hover .news-box .news-time {
  background: url(../images/news-jiantou-white.png) no-repeat right center;
}

.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: 1760px) {
  .news-list {
    width: 102%;
    margin-left: -1%;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 767px) {
  .news-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-list>li>a {
    flex-direction: row;
  }
  .news-list>li>a .news-img {
    width: 30%;
  }
  .news-list>li>a .news-box {
    width: 70%;
    padding: 10px;
  }
  .news-list>li>a .news-box>h1 {
    line-height: 24px;
    font-size: 14px;
  }
  .news-list>li>a .news-box .news-text {
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    margin: 3px 0;
    -webkit-line-clamp: 2;
  }

  .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: 16px;
  line-height: 36px;
  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-联系我们 */