@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-09-13 13:36:28
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-09-15 09:57:08
 */

/* 字体 */
@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: 30px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.title>h1::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #9e1c20;
  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%);
}
.title>div {
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 138px;
  float: left;
  height: 48px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.more>a:hover {
  background-color: #000;
  color: var(--color-main);
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
  }

  .more>a {
    width: 90px;
    height: 30px;
    font-size: 14px;
  }
}

/* 产品中心 */
.product {
  background-image: url(../images/product-bj.jpg);
  padding: 50px 0 10px 0;
}
.product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
.main-left {
  width: 320px;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  padding: 25px;
  padding-right: 0;
  background-color: #000;
  line-height: 22px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.menu-title>span {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 1px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 25px;
  background-color: #1c1d1e;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li>a::before {
  content: ">";
  float: right;
  font-size: 16px;
  color: #1c1d1e;
  font-weight: bold;
  margin-left: 5px;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: var(--color-main);
  color: #000;
}
.menu-list>li:hover>a::before,
.menu-list>li.menu-active>a::before {
  color: var(--color-hover);
}
.product .menu-list>li:last-child>a {
  text-align: center;
  color: var(--color-main);
}
.product .menu-list>li:last-child>a::before {
  display: none;
}
.product .menu-list>li:last-child>a:hover {
  color: #000;
}

.product-hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1c1d1e;
  padding: 25px;
}
.product-hotline>div {
  display: flex;
  flex-direction: column;
}
.product-hotline>div>h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  padding-left: 36px;
  background: url(../images/header-hotline.png) no-repeat left center;
  font-family: Impact;
  font-size: 24px;
  color: var(--color-main);
}
.product-hotline>div>div {
  margin-top: 10px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: var(--color-main);
}

.main-right {
  width: calc(100% - 320px);
  padding-left: 30px;
}
.place-content {
  width: 100%;
  float: left;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.product-list>li {
  width: calc(calc(100% / 3) - 20px);
  margin: 0 10px 20px 10px;
  display: flex;
}
.product-list>li>a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-list>li>a .img::before {
  padding-top: 70.4477612%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1c1d1e;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-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-list>li>a:hover>h1 {
  background-color: var(--color-main);
  color: #000;
}

@media (max-width: 1400px) {
  .main-left {
    width: 26%;
  }
  .main-right {
    width: 74%;
  }
}
@media (max-width: 1200px) {
  .menu-title {
    padding: 15px;
    padding-right: 0;
    line-height: 20px;
    font-size: 16px;
  }
  .menu-title>span {
    font-size: 20px;
  }
  .menu-list>li>a {
    padding: 0 20px;
  }
  .product-hotline {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0 10px 0;
  }
  .product-content {
    margin-top: 30px;
  }
  .main-left {
    width: 31%;
  }
  .menu-title {
    font-size: 14px;
  }
  .menu-title>span {
    font-size: 18px;
  }
  .product-hotline>div>div {
    line-height: 24px;
    font-size: 14px;
  }
  .main-right {
    width: 69%;
    padding-left: 20px;
  }
  .product-list>li {
    width: calc(50% - 20px);
  }

}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-content {
    margin-top: 15px;
  }
  .main-left {
    width: 100%;
  }
  .left-menu {
    margin: 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: #000;
    position: relative;
    background-color: var(--color-main);
  }
  .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 {
    margin: 1px 0 0 0;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }
  .main-right {
    width: 100%;
    padding: 0;
  }
  .place-content {
    padding: 20px 0 0 0;
  }
  .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* 横幅 */
.hf {
  width: 100%;
  overflow: hidden;
  background: url(../images/hf-bj.jpg) no-repeat center center;
  background-size: cover;
  height: 240px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hf>h1 {
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.hf>h1>span {
  font-size: 49px;
  color: #ffe34b;
  font-weight: bold;
}
.hf>div {
  line-height: 28px;
  margin-top: 15px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .hf {
    height: auto;
  }
  .hf>h1 {
    line-height: 30px;
    font-size: 16px;
  }
  .hf>h1>span {
    font-size: 24px;
  }
  .hf>div {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
}

/* 关于志诚 */
.about {
  padding-top: 44px;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
.about-left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.about-left::before {
  content: "";
  display: block;
  padding-top: 54%;
}
.about-right {
  width: 50%;
  padding: 30px 0 0 30px;
}
.about-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.about-right .about-text {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  height: 180px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about-right .about-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-right .about-list>li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-right .about-list>li .about-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 50px;
}
.about-right .about-list>li>h1 {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.about .more {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .about {
    padding-top: 30px;
  }
  .about-content {
    margin-top: 30px;
  }
  .about-right {
    padding: 20px 0 0 30px;
  }
  .about .more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 15px;
  }
  .about-content {
    margin-top: 15px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .about-right>h1 {
    line-height: 30px;
    font-size: 16px;
  }
  .about-right .about-text {
    margin-top: 5px;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    -webkit-line-clamp: initial;
  }
  .about-right .about-list {
    margin-top: 10px;
  }
  .about-right .about-list>li .about-icon {
    height: 30px;
  }
  .about-right .about-list>li>h1 {
    font-size: 14px;
  }
  .about .more {
    margin-top: 10px;
  }
}

/* 行业解决方案 */
.solution {
  padding: 45px 0;
}
.solution .swiper {
  width: 100%;
  margin-top: 45px;
  padding-bottom: 52px;
}
.solution .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.solution .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 126.9633508%;
}
.solution .swiper .swiper-slide>a>h1 {
  width: 100%;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 5;
}
.solution .swiper .swiper-slide>a:hover>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);
}
.solution .swiper .swiper-slide>a:hover>h1 {
  color: #000;
}
.solution .swiper-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 0;
}
.solution .swiper-pagination-bullet {
  width: 142px;
  height: 3px;
  background-color: #1c1d1e;
  margin: 2px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}
.solution .swiper-pagination-bullet-active {
  background-color: var(--color-hover);
}
.solution .more {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .solution {
    padding: 30px 0;
  }
  .solution .swiper {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .solution .swiper-pagination-bullet {
    width: 80px;
  }
  .solution .more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .solution {
    padding: 15px 0;
  }
  .solution .swiper {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .solution .swiper .swiper-slide>a>h1 {
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
    bottom: 10px;
  }
  .solution .swiper-pagination-bullet {
    width: 20px;
  }
  .solution .more {
    margin-top: 15px;
  }
}

/* 视频中心 */
.video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-left {
  width: 37.65625%;
  background: url(../images/video-bj1.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}
.video-hover {
  width: 100%;
  max-width: 464px;
  background: url(../images/video-bj2.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px;
}
.video-hover>h1 {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.video-hover>h1::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #000;
  margin-top: 10px;
}
.video-hover>div {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
}
.video-hover>a {
  width: 140px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-size: 16px;
  color: var(--color-main);
  font-weight: bold;
  margin-top: 25px;
}
.video-hover>a:hover {
  background-color: var(--color-main);
  color: #000;
}

.video-right {
  width: 62.34375%;
  overflow: hidden;
  position: relative;
}
.video-right::before {
  content: "";
  display: block;
  padding-top: 37.09273183%;
}
.video-right>video,
.video-right>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.video-right>video {
  object-fit: cover;
}

@media (max-width: 1200px) {
  .video-hover {
    padding: 20px 50px;
  }
  .video-right::before {
    padding-top: 50%;
  }
}
@media (max-width: 991px) {
  .video-hover {
    padding: 20px 30px;
  }
  .video-right::before {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .video-left {
    width: 100%;
  }
  .video-hover {
    padding: 20px;
  }
  .video-hover>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .video-hover>h1::after {
    width: 40px;
    margin-top: 5px;
  }
  .video-hover>div {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .video-hover>a {
    width: 110px;
    height: 40px;
    font-size: 14px;
    margin-top: 10px;
  }
  .video-right {
    width: 100%;
  }
}

/* 零件及维修 */
.part {
  padding: 50px 0;
}
.part-nav {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.part-nav>li {
  width: 170px;
  margin: 0 6px 10px 6px;
}
.part-nav>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 46px;
  background-color: var(--color-main);
  font-size: 16px;
  color: #333;
}
.part-nav>li.part-active>a,
.part-nav>li>a:hover {
  background-color: #000;
  color: #fff;
}

.part-content {
  position: relative;
  margin-top: 40px;
}
.part-content .swiper {
  width: 100%;
}
.part-content .swiper .swiper-slide>a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.part-content .swiper .swiper-slide>a .img::before {
  padding-top: 70.4477612%;
}
.part-content .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1c1d1e;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part-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);
}
.part-content .swiper .swiper-slide>a:hover>h1 {
  background-color: var(--color-main);
  color: #000;
}
.part-content .prev-button,
.part-content .next-button {
  width: 40px;
  height: 40px;
  font-family: SimSun;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  background-color: #d5d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
.part-content .next-button {
  left: initial;
  right: -85px;
}
.part-content .prev-button::before {
  content: "<";
}
.part-content .next-button::before {
  content: ">";
}
.part-content .prev-button:hover,
.part-content .next-button:hover {
  background-color: var(--color-main);
}
.part .more {
  margin-top: 50px;
}

@media (max-width: 1600px) {
  .part-content .prev-button,
  .part-content .next-button {
    left: 0;
  }
  .part-content .next-button {
    left: initial;
    right: 0;
  }
}
@media (max-width: 991px) {
  .part {
    padding: 30px 0;
  }
  .part-nav {
    margin-top: 30px;
  }
  .part-content {
    margin-top: 20px;
  }
  .part .more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .part {
    padding: 15px 0;
  }
  .part-nav {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .part-nav>li {
    width: calc(50% - 5px);
    margin: 0 0 5px 0;
  }
  .part-nav>li>a {
    height: 40px;
    font-size: 14px;
  }
  .part-content {
    margin-top: 10px;
  }
  .part-content .swiper .swiper-slide>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .part-content .prev-button,
  .part-content .next-button {
    width: 24px;
    height: 24px;
  }
  .part .more {
    margin-top: 10px;
  }
}

/* 资讯动态 */
.news {
  background-color: #000;
  padding: 50px 0;
}
.news .title>h1,
.news .title>div {
  color: #fff;
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}
.news-nav>li {
  width: 170px;
  margin: 0 6px 10px 6px;
}
.news-nav>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 45px;
  background-color: var(--color-main);
  font-size: 16px;
  color: #333;
}
.news-nav>li.news-active>a,
.news-nav>li>a:hover {
  background-color: #333;
  color: #fff;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.news-left {
  width: calc(50% - 5px);
}
.news-left>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.news-left>a .img::before {
  padding-top: 61.29496403%;
}
.news-left>a .img .news-hover {
  width: 100%;
  padding: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.news-left>a>h1 {
  display: block;
  overflow: hidden;
  background-color: #fff;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 20px;
}
.news-left>a>h1>span {
  width: 40px;
  height: 40px;
  float: right;
  font-family: SimSun;
  font-size: 14px;
  color: #000;
  background-color: var(--color-main);
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-left>a>h1>span::before {
  content: ">";
}
.news-left>a:hover>h1 {
  background-color: var(--color-main);
}
.news-left>a:hover>h1>span {
  background-color: #fff;
}


.news-right {
  width: calc(50% - 5px);
}
.news-right>li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-right>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 6px;
}
.news-right>li>a .news-img {
  width: 210px;
  overflow: hidden;
  position: relative;
}
.news-right>li>a .news-img::before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}
.news-right>li>a .news-box {
  width: calc(100% - 210px);
  padding: 0 20px;
}
.news-right>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right>li>a .news-box>div {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.news-right>li>a:hover {
  background-color: var(--color-main);
}
.news .more {
  margin-top: 40px;
}

@media (max-width: 1400px) {}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-nav {
    margin-top: 30px;
  }
  .news-right>li>a .news-img {
    width: 140px;
  }
  .news-right>li>a .news-box {
    width: calc(100% - 140px);
    padding: 0 15px;
  }
  .news-right>li>a .news-box>div {
    margin-top: 5px;
  }
  .news .more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    margin-top: 10px;
    justify-content: space-between;
  }
  .news-nav>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .news-nav>li>a {
    height: 40px;
    font-size: 14px;
  }
  .news-content {
    margin-top: 10px;
  }
  .news-left {
    width: 100%;
  }
  .news-left>a .img .news-hover {
    padding: 15px;
    line-height: 22px;
    font-size: 12px;
  }
  .news-left>a>h1 {
    line-height: 30px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .news-left>a>h1>span {
    width: 30px;
    height: 30px;
  }
  .news-right {
    width: 100%;
    margin-top: 10px;
  }

  .news .more {
    margin-top: 10px;
  }
}

/* 支持和资源 */
.support {
  padding: 50px 0;
}
.support-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  width: calc(100% + 60px);
  margin-left: -30px;
}
.support-list>li {
  width: calc(calc(100% / 3) - 60px);
  margin: 0 30px 50px 30px;
}
.support-list>li>a {
  display: flex;
  flex-direction: column;
}
.support-list>li>a .img::before {
  padding-top: 51.869159%;
}
.support-list>li>a .support-box {
  display: block;
  overflow: hidden;
  background-color: #000;
  padding: 35px 25px;
}
.support-list>li>a .support-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support-list>li>a .support-box>div {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.support-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);
}
.support-list>li>a:hover .support-box {
  background-color: var(--color-main);
}
.support-list>li>a:hover .support-box>h1,
.support-list>li>a:hover .support-box>div {
  color: #000;
}

@media (max-width: 1200px) {
  .support-list {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .support-list>li {
    width: calc(calc(100% / 3) - 40px);
    margin: 0 20px 40px 20px;
  }
  .support-list>li>a .support-box {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .support {
    padding: 30px 0;
  }
  .support-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 25px;
  }
  .support-list>li {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px 30px 10px;
  }
  .support-list>li>a .support-box {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .support {
    padding: 15px 0;
  }
  .support-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .support-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .support-list>li>a {
    flex-direction: row;
  }
  .support-list>li>a .img {
    width: 40%;
  }
  .support-list>li>a .support-box {
    width: 60%;
    padding: 15px;
  }
  .support-list>li>a .support-box>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .support-list>li>a .support-box>div {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background-color: #fff;
}
.main>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.place-title {
  width: 100%;
  float: left;
  margin-top: 10px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.main .place-content {
  padding: 25px 0 0 0;
}
.menu-hotline {
  display: block;
  overflow: hidden;
  background-color: var(--color-main);
  padding: 30px 15px;
}
.menu-hotline>h1 {
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 36px;
  font-size: 24px;
  color: #000;
  font-family: Impact;
  background: url(../images/menu-hotline.png) no-repeat left center;
}
.menu-hotline>div {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-list>li>a {
    font-size: 14px;
  }
  .main .place-content {
    padding: 20px 0;
  }

  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.product-details-main {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #f4f4f4;
}
.product-details-main>.container {
  display: flex;
  flex-direction: column;
}
.product-details-box {
  width: 100%;
  overflow: hidden;
}
.product-details-place {
  width: 100%;
  float: left;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  padding-left: 32px;
  background: url(../images/place-icon.png) no-repeat left center;
}
.product-details-box {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 26px;
}
.product-details-left {
  width: 52.5%;
  float: left;
}
#gallery,
#thumbs {
  width: 100%;
  overflow: hidden;
}
#gallery .swiper-slide::before,
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 66.576087%;
}
#thumbs .swiper-slide {
  border: 2px solid #f4f4f4;
}
#thumbs .swiper-slide-thumb-active {
  border-color: var(--color-hover);
}
.thumbs {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 12px;
  padding: 0 0px;
}
.thumbs .prev-button,
.thumbs .next-button {
  font-family: SimSun;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.thumbs .next-button {
  left: initial;
  right: 5px;
}
.thumbs .prev-button::before {
  content: "<";
}
.thumbs .next-button::before {
  content: ">";
}

.product-details-right {
  width: 47.5%;
  float: right;
  padding: 25px 0 0 50px;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.product-details-right>h1>span {
  display: block;
  overflow: hidden;
  line-height: 48px;
  margin-top: 20px;
  font-size: 40px;
  color: #333;
  font-weight: bold;
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
.product-details-texts {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.product-details-texts>p {
  display: block;
  overflow: hidden;
  padding-left: 18px;
  position: relative;
}
.product-details-texts>p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #9e1c20;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product-details-more {
  display: flex;
  overflow: hidden;
  margin-top: 20px;
}
.product-details-more>a {
  width: 210px;
  height: 56px;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.product-details-more>a:hover {
  background-color: #000;
  color: var(--color-main);
}

.product-details-nav {
  width: 100%;
  overflow: hidden;
  margin-top: 85px;
  border-bottom: 1px solid #d5d4d4;
}
.product-details-nav>li {
  float: left;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-right: 80px;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.product-details-nav>li::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #9e1c20;
  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%);
}
.product-details-nav>li.product-details-active::after {
  width: 100%;
}
.product-details-tag {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.product-details-tag>div {
  display: none;
}
.product-details-tag>div:first-child {
  display: block;
}
.product-details-tag>div img{ max-width:100% !important; height:auto !important}
.product-details-tag>div table{ width:100% !important; height:auto !important; border:1px solid #CCCCCC; border-collapse:collapse;}
.product-details-tag>div table tr td{ max-width:auto !important; height:auto !important; border:1px solid #CCCCCC; border-collapse:collapse;}

.overview {
  display: block;
  overflow: hidden;
  line-height: 22px;
}
.overview>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  margin-top: 20px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.overview table{ width:100% !important; height:auto !important}
.overview table tr td{ width:auto !important; height:auto !important}

.recommend {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 45px 0;
}
.recommend-title {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
}
.recommend-title::before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: var(--color-hover);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.recommend .swiper {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 45px;
}
.recommend .swiper .swiper-slide>a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recommend .swiper .swiper-slide>a .img::before {
  padding-top: 70.4477612%;
}
.recommend .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1c1d1e;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend .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);
}
.recommend .swiper .swiper-slide>a:hover>h1 {
  background-color: var(--color-main);
  color: #000;
}
.recommend .swiper-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 0;
}
.recommend .swiper-pagination-bullet {
  width: 76px;
  height: 3px;
  background-color: #1c1d1e;
  margin: 5px;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}
.recommend .swiper-pagination-bullet-active {
  background-color: var(--color-hover);
}

@media (max-width: 1200px) {
  .product-details-right {
    padding: 0 0 0 30px;
  }
  .product-details-nav {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .product-details-nav {
    margin-top: 30px;
  }
  .recommend {
    padding: 30px 0;
  }
  .recommend .swiper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-details-main {
    padding: 0;
  }
  .product-details-main .left-menu {
    width: 100%;
  }
  .product-details-place {
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 30px;
  }
  .product-details-box {
    margin-top: 10px;
  }
  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-details-right>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .product-details-right>h1>span {
    line-height: 30px;
    margin-top: 5px;
    font-size: 20px;
  }
  .product-details-text {
    line-height: 20px;
    margin-top: 10px;
	font-size:14px;
  }
  .product-details-texts {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .product-details-more {
    margin-top: 10px;
  }
  .product-details-more>a {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .product-details-nav {
    margin-top: 15px;
  }
  .product-details-nav>li {
    line-height: 24px;
    font-size: 16px;
    margin-right: 10px;
    padding-bottom: 5px;
  }
  .product-details-tag {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .overview>span {
    line-height: 24px;
    margin-top: 10px;
    font-size: 16px;
  }
  .recommend {
    padding: 15px 0;
  }
  .recommend-title {
    font-size: 16px;
    padding-left: 10px;
  }
  .recommend .swiper {
    padding-bottom: 10px;
    margin-top: 10px;
  }
  .recommend .swiper .swiper-slide>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .recommend .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    margin: 2px;
    margin-bottom: 0;
  }
}
/* END-产品中心 */

/* 产品报价 */
.quotation-main {
  width: 100%;
  overflow: hidden;
}
.quotation-main .product-details-place {
  padding: 17px 0;
  background: none;
  position: relative;
}
.quotation-main .product-details-place::before {
  content: "";
  width: 500%;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.quotation-main .product-details-place>div {
  padding-left: 32px;
  background: url(../images/place-icon.png) no-repeat left center;
  position: relative;
  z-index: 0;
}

.quotation {
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.quotation-title {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 32px;
}
.quotation-title::before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: var(--color-hover);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.quotation-form {
  width: 100%;
  max-width: 735px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quotation-form>h1 {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.quotation-form>label {
  width: calc(50% - 4px);
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.quotation-form>label>input {
  width: 100%;
  float: left;
  border: 1px solid #cecece;
  height: 40px;
  line-height: 38px;
  padding: 0 5px;
  font-size: 14px;
  color: #333;
}
.quotation-form>label>div {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #757575;
}

.quotation-form>.quotation-label {
  width: 100%;
}
.quotation-country>span {
  line-height: 20px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: -10px;
  padding: 0 4px;
}
.quotation-country>select {
  width: calc(50% - 4px);
  float: left;
  border: 1px solid #cecece;
  height: 42px;
  line-height: 38px;
  padding: 0 5px;
  font-size: 14px;
  color: #333;
}

.quotation-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.quotation-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.quotation-box>label {
  display: flex;
  align-items: center;
  line-height: 26px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.quotation-box>label>input {
  width: 16px;
  height: 16px;
  border: 2px solid #5a5a5a;
  float: left;
  margin: 0 10px 0 5px;
}
.quotation-textarea {
  width: 100%;
  height: 82px;
  border: 1px solid #cecece;
  padding: 5px;
  font-size: 14px;
  color: #333;
}
.quotation-btn {
  width: 104px;
  height: 40px;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .quotation {
    padding: 30px 0;
  }
  .quotation-form {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .quotation {
    padding: 15px 0;
  }
  .quotation-main .product-details-place {
    padding: 10px 0;
    margin: 0;
  }
  .quotation-title {
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .quotation-form {
    margin-top: 10px;
  }
  .quotation-form>h1 {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .quotation-form>label {
    margin-bottom: 10px;
  }
  .quotation-country>select {
    width: 100%;
  }
  .quotation-box>label {
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .quotation-box>label>input {
    width: 14px;
    height: 14px;
    margin: 0 5px;
  }
  .quotation-btn {
    width: 110px;
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
  }
}
/* END-产品报价 */

/* 行业解决方案 */
.solution-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4px);
  margin-left: -2px;
}
.solution-list>li {
  width: calc(calc(100% / 3) - 8px);
  margin: 0 4px 8px 4px;
}
.solution-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.solution-list>li>a::before {
  content: "";
  display: block;
  padding-top: 80.9633508%;
}
.solution-list>li>a>h1 {
  width: 100%;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 5;
}
.solution-list>li>a:hover>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);
}
.solution-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 991px) {
  .solution-list>li>a>h1 {
    padding: 0 10px;
    line-height: 30px;
    font-size: 16px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .solution-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .solution-list>li {
    width: calc(50% - 2px);
    margin: 0 0 4px 0;
  }
  .solution-list>li>a>h1 {
    font-size: 14px;
    bottom: 5px;
  }
}
/* END-行业解决方案 */

/* 支持和资源 */
.place-content .support-list {
  margin-top: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.place-content .support-list>li {
  width: calc(calc(100% / 3) - 20px);
  margin: 0 10px 20px 10px;
}

@media (max-width: 991px) {
  .place-content .support-list>li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .place-content .support-list {
    width: 100%;
    margin: 0;
  }
  .place-content .support-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* END-支持和资源 */

/* 视频中心 */
.video-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.video-list>li {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
}
.video-list>li .img::before {
  padding-top: 56.25%;
}
.video-list>li .img>video,
.video-list>li .img>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.video-list>li .img>video {
  object-fit: cover;
}
.video-list>li>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  font-size: 16px;
  color: var(--color-main);
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .video-list {
    width: 100%;
    margin-left: 0;
  }
  .video-list>li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .video-list>li .img::before {
    padding-top: 75%;
  }
  .video-list>li>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
}
/* END-视频中心 */

/* 资讯动态 */
.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;
  padding-bottom:6px;
}
.news-details-img { width:100%; text-align:center; margin:10px auto;}
.news-details-img img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.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) {

  .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: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px
}
.contact-map {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px
}
@media (max-width:767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    margin-top: 10px;
    height: 300px
  }
}
/* END-联系我们 */