@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-10-24 13:43:32
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-10-25 16:59:19
 */

/* 字体 */
@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: 44px;
  font-size: 36px;
  color: #011f3b;
  font-weight: bold;
  font-family: "Source Han Sans CN";
}
.title>div {
  line-height: 28px;
  font-size: 18px;
  color: #6e6e6e;
  margin-top: 10px;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 164px;
  float: left;
  height: 50px;
  font-size: 16px;
  color: var(--color-main);
  background-color: #f5f5f5;
  border: 1px solid var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.more>a:hover {
  background-color: var(--color-hover);
  color: #fff;
}


@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }

  .more>a {
    width: 100px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}

/* banner大图 */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper img {
  width: 100%;
  display: block;
  height: auto;
}
/* 圆点 */
.banner-swiper .swiper-pagination {
  opacity: 1;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: var(--color-main);
  opacity: 0.5;
}
.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:hover .swiper-pagination {
  opacity: 1;
}
/* 箭头 */
.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;
  }
}

/* 产品中心 */
.product {
  padding: 55px 0 0 0;
}
.product .swiper {
  width: 100%;
  margin-top: 40px;
  background-color: #f7f7f7;
}
.product .swiper .swiper-slide {
  margin-top: 0 !important;
}
.product .swiper .swiper-slide>a {
  display: flex;
  flex-direction: column;
}
.product .swiper .swiper-slide>a .img::before {
  padding-top: 62.402089%;
}
.product .swiper .swiper-slide>a .img .product-hover {
  opacity: 0;
  background-color: rgba(1, 31, 59, 0.8);
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.product .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  background-color: #fff;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  color: #393939;
}
.product .swiper .swiper-slide>a:hover .img .product-hover {
  opacity: 1;
}
.product .swiper .swiper-slide>a:hover>h1 {
  background-color: var(--color-hover);
  color: #fff;
}
.product .more {
  background: url(../images/product-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0 65px 0;
}

@media (max-width: 1200px) {
  .product .swiper .swiper-slide>a>h1 {
    height: 80px;
    line-height: 80px;
  }
  .product .more {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0 0 0;
  }
  .product .swiper {
    margin-top: 20px;
  }
  .product .swiper .swiper-slide>a>h1 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .product .more {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0 0 0;
  }
  .product .swiper {
    margin-top: 15px;
  }
  .product .swiper .swiper-slide>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product .more {
    padding: 15px 0;
  }
}

/* 起帆品牌 电线电缆 */
.about {
  background-image: url(../images/about-bj.jpg);
  padding: 70px 0 100px 0;
}
.about-title {
  display: block;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 36px;
  color: #011f3b;
  font-weight: bold;
}
.about-text {
  max-width: 1030px;
  margin: 15px auto 0 auto;
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #4b4b4b;
  text-align: center;
}
.about .more {
  margin-top: 25px;
}
.about .more>a {
  background-color: #e2edf9;
}
.about .more>a:hover {
  background-color: var(--color-hover);
  color: #fff;
}
.about-img {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 45px;
  padding-bottom: 20px;
}
.about-img .img {
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-img .img::before {
  padding-top: 30%;
}
.about-img::after {
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  background-color: var(--color-hover);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media (max-width: 1400px) {
  .about {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-img {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-title {
    line-height: 30px;
    font-size: 20px;
  }
  .about-text {
    margin: 10px auto 0 auto;
    line-height: 24px;
    font-size: 14px;
  }
  .about .more {
    margin-top: 10px;
  }
  .about-img {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .about-img::after {
    width: calc(100% - 40px);
  }
}

/* 工程应用 */
.application {
  padding: 90px 0;
}
.application .title {
  position: relative;
  padding-bottom: 50px;
  overflow: visible;
}
.application .title::after {
  content: "";
  width: 1000%;
  height: 1px;
  background-color: #e0e0e0;
  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%);
}

#gallery {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
#gallery .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gallery .swiper-slide .application-left {
  width: 55%;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
#gallery .swiper-slide .application-left::before {
  content: "";
  display: block;
  padding-top: 65.1948052%;
}
#gallery .swiper-slide .application-right {
  width: 45%;
  padding-left: 65px;
}
#gallery .swiper-slide .application-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #3e3e3e;
}
#gallery .swiper-slide .application-right .application-text {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #6c6c6c;
  height: 120px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#gallery .swiper-slide .application-right .more {
  justify-content: flex-start;
  margin-top: 15px;
}

.application-swiper {
  width: calc(100% + 280px);
  margin-left: -280px;
  margin-top: 45px;
}
.application-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.application-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 67.27273%;
}
.application-swiper .swiper-slide>a>h1 {
  width: 100%;
  height: 100%;
  background-color: rgba(5, 62, 148, 0.6);
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 15px;
}
.application-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);
}
.application-swiper .swiper-slide>a:hover>h1 {
  opacity: 1;
}

#thumbs {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
#thumbs .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  padding-top: 20px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#thumbs .swiper-slide .application-icon {
  width: 100%;
  overflow: hidden;
}
#thumbs .swiper-slide .application-icon>span {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#thumbs .swiper-slide .application-icon>span>img {
  display: block;
  filter: drop-shadow(0 36px var(--color-hover));
  -webkit-filter: drop-shadow(0 36px var(--color-hover));
}
#thumbs .swiper-slide>h1 {
  display: block;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #494949;
}
#thumbs .swiper-slide-thumb-active {
  background-color: #f1f8ff;
}
#thumbs .swiper-slide-thumb-active .application-icon>span {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#thumbs .swiper-slide-thumb-active>h1 {
  color: var(--color-hover);
  font-weight: bold;
}

@media (max-width: 1400px) {
  .application {
    padding: 70px 0;
  }
  .application .title {
    padding-bottom: 40px;
  }
  #gallery {
    margin-top: 50px;
  }
  #gallery .swiper-slide .application-right {
    padding-left: 50px;
  }




  #thumbs {
    margin-top: 50px;
  }







}
@media (max-width: 1200px) {
  .application {
    padding: 50px 0;
  }
  .application .title {
    padding-bottom: 30px;
  }
  #gallery {
    margin-top: 40px;
  }
  #gallery .swiper-slide .application-right {
    padding-left: 40px;
  }
  .application-swiper {
    width: calc(100% + 200px);
    margin-left: -200px;
    margin-top: 30px;
  }
  #thumbs {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .application {
    padding: 30px 0;
  }
  .application .title {
    padding-bottom: 20px;
  }
  #gallery {
    margin-top: 30px;
  }
  #gallery .swiper-slide .application-right {
    padding-left: 30px;
  }
  .application-swiper {
    width: calc(100% + 120px);
    margin-left: -120px;
    margin-top: 15px;
  }
  #thumbs {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .application {
    padding: 15px 0;
  }
  .application .title {
    padding-bottom: 5px;
  }
  #gallery {
    margin-top: 15px;
  }
  #gallery .swiper-slide .application-left {
    width: 100%;
    margin-top: 0;
  }
  #gallery .swiper-slide .application-right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  #gallery .swiper-slide .application-right>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  #gallery .swiper-slide .application-right .application-text {
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  #gallery .swiper-slide .application-right .more {
    margin-top: 10px;
  }
  .application-swiper {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  #thumbs {
    margin-top: 15px;
  }
  #thumbs .swiper-slide {
    padding: 10px;
  }
  #thumbs .swiper-slide>h1 {
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    font-size: 14px;
  }
}

/* 品牌实力 */
.brand {
  position: relative;
}
#gallery-brand {
  width: 86.5%;
  float: left;
  overflow: visible;
}
#gallery-brand .swiper-slide {
  padding-top: 44.21687%;
}
#gallery-brand .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
#gallery-brand .swiper-slide>.container {
  width: 100%;
  padding: 105px 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.brand-box {
  opacity: 0;
  display: block;
  max-width: 56%;
  overflow: hidden;
}
.brand-title {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  color: #fff;
}
.brand-text {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 40px;
}
#gallery-brand .swiper-slide-active .brand-box {
  opacity: 1;
}

#gallery-brand .swiper-pagination {
  max-width: 1400px;
  left: initial;
  right: 0;
  top: 390px;
  height: 70px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 36px;
  color: #fff;
}
#gallery-brand .swiper-pagination>em:nth-child(1),
#gallery-brand .swiper-pagination>span:nth-child(2) {
  font-size: 72px;
  font-weight: bold;
  line-height: 70px;
}
#gallery-brand .swiper-pagination>span:nth-child(2) {
  margin-right: 5px;
}
#gallery-brand .swiper-pagination>em:nth-child(3) {
  margin-left: 10px;
}
.brand-btn {
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 9;
  display: flex;
}
.brand-btn>div {
  width: 44px;
  height: 44px;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
}

.thumbs-brand {
  width: 86.5%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 9;
}
.thumbs-brand>div {
  width: 100%;
  max-width: 1400px;
  float: right;
}
#thumbs-brand {
  width: 100%;
  max-width: 1340px;
  float: left;
}
#thumbs-brand .swiper-slide {
  border: 1px solid #fff;
  height: 104px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 7px 40px;
  cursor: pointer;
}
#thumbs-brand .swiper-slide .thumbs-brand-icon {
  width: 42px;
  height: 42px;
  position: relative;
}
#thumbs-brand .swiper-slide>h1 {
  flex: 1;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}
#thumbs-brand .swiper-slide-thumb-active {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}

@media (max-width: 1800px) {
  .thumbs-brand {
    bottom: 50px;
  }
}
@media (max-width: 1600px) {
  #gallery-brand .swiper-slide>.container {
    width: calc(100% - 40px);
    padding: 80px 0 0 0;
  }
  #gallery-brand .swiper-pagination {
    width: calc(100% - 40px);
  }
  .thumbs-brand {
    bottom: 30px;
  }
  .thumbs-brand>div {
    width: calc(100% - 40px);
  }
  #thumbs-brand {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1400px) {
  #gallery-brand .swiper-slide>.container {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 50px 0 0 0;
  }
  .brand-box {
    max-width: 80%;
  }
  .brand-text {
    height: 120px;
    font-size: 16px;
    -webkit-line-clamp: 4;
    margin-top: 20px;
  }
  #gallery-brand .swiper-pagination {
    top: 250px;
  }
  #thumbs-brand .swiper-slide {
    height: 80px;
    padding: 7px 20px;
  }
  .brand-btn>div {
    width: 40px;
    height: 40px;
    margin-right: 30px;
  }

}
@media (max-width: 1200px) {
  #gallery-brand .swiper-slide>.container {
    padding: 30px 0 0 0;
    max-width: calc(100% - 40px) !important;
  }
  .brand-text {
    height: 90px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  #gallery-brand .swiper-pagination {
    top: 180px;
    height: 50px;
    line-height: 30px;
    font-size: 26px;
  }
  #gallery-brand .swiper-pagination>em:nth-child(1), #gallery-brand .swiper-pagination>span:nth-child(2) {
    font-size: 50px;
    line-height: 50px;
  }
  .brand-btn {
    top: 40px;
  }
  .brand-btn>div {
    margin-right: 20px;
  }
  #thumbs-brand .swiper-slide>h1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #gallery-brand .swiper-slide>.container {
    width: calc(100% - 30px);
    padding: 15px 0 0 0;
    max-width: calc(100% - 30px) !important;
  }
  .brand-title {
    line-height: 40px;
    font-size: 30px;
  }
  .brand-text {
    margin-top: 10px;
    height: 72px;
    line-height: 24px;
  }
  #gallery-brand .swiper-pagination {
    width: calc(100% - 30px);
    top: 140px;
    height: 40px;
    line-height: 24px;
    font-size: 20px;
  }
  #gallery-brand .swiper-pagination>em:nth-child(1),
  #gallery-brand .swiper-pagination>span:nth-child(2) {
    font-size: 40px;
    line-height: 30px;
  }
  .thumbs-brand {
    bottom: 15px;
  }
  .thumbs-brand>div {
    width: calc(100% - 30px);
  }
  #thumbs-brand {
    width: calc(100% - 20px);
  }
  #thumbs-brand .swiper-slide {
    height: 70px;
    padding: 7px 15px;
  }
  #thumbs-brand .swiper-slide .thumbs-brand-icon {
    width: 30px;
    height: 30px;
  }
  #thumbs-brand .swiper-slide>h1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #gallery-brand {
    width: 100%;
  }
  #gallery-brand .swiper-slide {
    padding-top: initial;
  }
  #gallery-brand .swiper-slide>.container {
    width: 100%;
    padding: 15px;
    padding-bottom: 150px;
    max-width: calc(100% - 30px) !important;
    position: relative;
  }
  .brand-box {
    max-width: 100%;
  }
  .brand-title {
    line-height: 30px;
    font-size: 20px;
  }
  .brand-text {
    height: auto;
    -webkit-line-clamp: initial;
  }
  #gallery-brand .swiper-pagination {
    width: 100%;
    max-width: 100% !important;
    padding: 0 30px;
    top: initial;
    bottom: 100px;
    height: 30px;
    line-height: 20px;
    font-size: 14px;
  }
  #gallery-brand .swiper-pagination>em:nth-child(1),
  #gallery-brand .swiper-pagination>span:nth-child(2) {
    font-size: 30px;
    line-height: 20px;
  }
  .thumbs-brand {
    width: 100%;
    bottom: 15px;
    padding: 0 15px;
  }
  .thumbs-brand>div {
    width: 100%;
    padding: 0 15px;
  }
  #thumbs-brand {
    width: 100%;
  }
  #thumbs-brand .swiper-slide {
    height: auto;
    padding: 7px 10px;
    flex-direction: column;
  }
  #thumbs-brand .swiper-slide>h1 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  .brand-btn {
    top: 15px;
  }
  .brand-btn>div {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

/* 新闻资讯 */
.news {
  padding: 60px 0;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 45px;
}
.news-list>li {
  width: calc(calc(100% / 3) - 30px);
  margin: 0 15px 30px 15px;
}
.news-list>li>a {
  display: flex;
  flex-direction: column;
}
.news-list>li>a .img>h1 {
  min-width: 125px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  font-family: "Source Han Sans CN";
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.news-list>li>a .img::before {
  padding-top: 57.9418345%;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
  background-color: #f6f8f9;
  padding: 30px;
  padding-bottom: 20px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 17px;
  color: #404040;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  color: #6f6f6f;
  margin-top: 10px;
  padding-left: 30px;
  background: url(../images/news-icon.png) no-repeat left center;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  height: 104px;
  line-height: 26px;
  font-size: 16px;
  color: #6d6d6d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-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);
}
.news-list>li>a:hover .news-box>h1 {
  color: var(--color-hover);
}


@media (max-width: 1400px) {
  .news {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .news {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 30px;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px 20px 10px;
  }
  .news-list>li>a .news-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .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 .img>h1 {
    min-width: 100%;
    line-height: 30px;
    padding: 0 10px;
  }
  .news-list>li>a .news-box {
    width: 70%;
    padding: 10px;
    padding-left: 15px;
  }
  .news-list>li>a .news-box>h1 {
    line-height: 24px;
    font-size: 15px;
  }
  .news-list>li>a .news-box .news-time {
    line-height: 20px;
    font-size: 13px;
    margin-top: 0;
    padding-left: 25px;
  }
  .news-list>li>a .news-box .news-text {
    margin-top: 5px;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}

/* 合作伙伴 */
.partner {
  background-color: #f8f8f8;
  padding: 70px 0;
}
.partner .swiper {
  width: 100%;
  margin-top: 55px;
}
.partner .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.partner .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 46.788991%;
}
.partner .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);
}

@media (max-width: 1400px) {
  .partner {
    padding: 60px 0;
  }
  .partner .swiper {
    margin-top: 45px;
  }
}
@media (max-width: 1200px) {
  .partner {
    padding: 50px 0;
  }
  .partner .swiper {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .partner {
    padding: 30px 0;
  }
  .partner .swiper {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .partner {
    padding: 15px 0;
  }
  .partner .swiper {
    margin-top: 15px;
  }
}
/* END-首页样式 */

/* 内页大图 */
.nbanner {
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}
.nbanner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.nbanner>h1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  line-height: 40px;
}

@media (max-width: 767px) {
  .nbanner {
    height: 150px;
  }
  .nbanner>h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
/* END-内页大图 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
}
.dqwz-title {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  line-height: 28px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dqwz-title>.container>h1 {
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: url(../images/dqwz-icon.png) no-repeat left center;
  font-size: 14px;
  color: #333;
}

.dqwz-content {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 50px 0;
}
.dqwz-content>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-left {
  width: 270px;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  background-color: #fff;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  padding-left: 25px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #5a5a5a;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/menu-li.png) no-repeat left center;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: var(--color-hover);
}
.menu-list>li:hover>a>span,
.menu-list>li.menu-active>a>span {
  background: url(../images/menu-li-hover.png) no-repeat left center;
  color: #fff;
}

.main-right {
  width: calc(100% - 270px);
  padding-left: 30px;
}
.place-content {
  width: 100%;
  float: left;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: var(--color3);
  background-color: #fff;
  padding: 30px;
}

@media (max-width: 1400px) {
  .main-left {
    width: 20%;
  }
  .main-right {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .main-left {
    width: 22.5%;
  }
  .main-right {
    width: 77.5%;
  }
}
@media (max-width: 991px) {
  .dqwz-content {
    padding: 30px 0;
  }
  .main-left {
    width: 27.5%;
  }
  .main-right {
    width: 72.5%;
  }
}
@media (max-width: 767px) {
  .dqwz-content {
    padding: 0;
  }
  .main-left {
    width: 100%;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: var(--color-hover);
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    padding-top: 2px;
  }
  .menu-list>li>a>span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .main-right {
    width: 100%;
    padding: 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    padding: 15px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.product-list>li {
  width: calc(calc(100% / 3) - 30px);
  margin: 0 15px 30px 15px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
}
.product-list>li>a {
  display: flex;
  flex-direction: column;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #2d2d2d;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li>a>.img {
  margin-top: 15px;
}
.product-list>li>a>.img::before {
  padding-top: 66.4311%;
}
.product-list>li>a:hover>h1 {
  color: var(--color-hover);
  font-weight: bold;
}
.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 .product-dl {
  display: block;
  overflow: hidden;
  padding: 20px 0 10px 0;
}
.product-list>li .product-dl>dd {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #818181;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li .product-dl>dd:hover {
  color: var(--color-hover);
  text-decoration: underline;
}

.product-details {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}
.product-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--colorC);
}
.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.product-details-content table{
  width: 100% !important;
	height: auto !important;
	margin: 5px auto !important;
	border-collapse:collapse !important;
}
.product-details-content table td{
  border: 1px #ccc solid !important;
	padding: 5px !important;
}
@media (max-width: 1200px) {
  .product-list {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .product-list>li {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px 20px 10px;
  }
}
@media (max-width: 991px) {
  .product-list>li {
    width: calc(calc(100% / 2) - 20px);
  }
}
@media (max-width: 767px) {
  .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 10px);
    margin: 0 0 10px 0;
    padding: 10px;
  }
  .product-list>li>a>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .product-list>li>a>.img {
    margin-top: 5px;
  }
  .product-list>li .product-dl {
    padding: 10px 0 0 0;
  }
  .product-list>li .product-dl>dd {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .product-details {
    padding: 15px;
  }
  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
   .product-details-content p,.product-details-content span{
    padding-top: 10px !important;
    line-height: 24px !important;
    font-size: 14px !important;
  }
}
/* END-产品中心 */

/* 新闻资讯 */
.place-content .news-list {
  margin-top: 0 !important;
}
.place-content .news-list>li>a .news-box {
  background-color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}
.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: 991px) {
  .place-content .news-list>li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .place-content .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .news-details {
    padding: 15px;
  }
  .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;
  background-color: #fff;
}
.contact-text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  padding: 30px;
}
.contact-map {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}
@media (max-width:767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }
  .contact-map {
    height: 300px
  }
}
/* END-联系我们 */



.menu-list > li > ul{margin:0 10px 10px;display: none;}
.menu-list > li > ul > li{display: block;border-top: 1px dashed #fff;font-size: 15px;padding: 0 10px 0 10px;line-height: 42px;background: #f8f8f8;}
.menu-list > li > ul > li a{display: block;}
.menu-list > li > ul > li:hover a{color: #053E94;}
.menu-list > li > ul > li.active a{color: #053E94;}









