@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-09-20 10:14:10
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-09-21 14:07:02
 */

/* 字体 */
@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;
}

/* baner大图 */
.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;
  }
}

/* 钢铁供应链服务商 */
.service {
  background-image: url(../images/service-logo.png);
  background-position: center 35px;
  background-size: auto;
  padding: 95px 0 80px 0;
}
.service-title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 48px;
  font-size: 36px;
  font-family: "AlimamaShuHeiTi Bold";
}
.service-title>div {
  font-size: 36px;
}
.service-title>h1 {
  color: #c00000;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.service-list>li {
  width: 20%;
  float: left;
  border-right: 1px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px 0 6px 0;
}
.service-list>li>h1 {
  display: flex;
  overflow: hidden;
  line-height: 36px;
  align-items: center;
  font-size: 26px;
  color: var(--color-main);
  font-family: "AlimamaShuHeiTi Bold";
}
.service-list>li>h1>span {
  font-size: 36px;
}
.service-list>li>h1>em {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  align-self: flex-start;
  margin: -5px 0 0 10px;
}
.service-list>li>div {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #323232;
}
.service-list>li:last-child {
  border-right: none;
}

@media (max-width: 1600px) {
  .service {
    padding: 80px 0;
  }
}
@media (max-width: 1400px) {
  .service {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .service {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
  .service-title {
    line-height: 40px;
    font-size: 30px;
  }
  .service-title>div {
    font-size: 30px;
  }
  .service-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-title {
    line-height: 30px;
    font-size: 20px;
  }
  .service-title>div {
    font-size: 20px;
  }
  .service-list {
    margin-top: 10px;
  }
  .service-list>li {
    padding: 5px;
  }
  .service-list>li>h1 {
    line-height: 24px;
    font-size: 14px;
  }
  .service-list>li>h1>span {
    font-size: 16px;
  }
  .service-list>li>h1>em {
    font-size: 12px;
    line-height: 14px;
    margin: -5px 0 0 5px;
  }
  .service-list>li>div {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
  }
}

/* 关于弘贯集团 */
.about {
  background-color: #f2f2f2;
  padding: 110px 0;
}
.about-title {
  width: 43.1875%;
  float: right;
  font-family: "AlimamaShuHeiTi Bold";
}
.about-title>div {
  display: flex;
  align-items: center;
  height: 112px;

  font-size: 120px;
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  margin-left: -155px;
}
.about-title>h1 {
  display: flex;
  margin-top: -48px;
  line-height: 48px;
  font-size: 36px;
  color: #323232;
  padding-left: 45px;
}
.about-title>h1>span {
  color: var(--color-main);
}
.about-content {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-left {
  width: 56.8125%;
  margin-top: -92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-left .about-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-left .about-img::before {
  content: "";
  display: block;
  padding-top: 60.846154%;
}
.about-left>img {
  width: 28.5%;
  display: block;
}

.about-right {
  width: 43.1875%;
  margin-top: 40px;
  padding-left: 45px;
}
.about-text {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #484848;
  height: 217px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-family: "Microsoft YaHei";
}
.about-text>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 5px;
}
.about-more {
  display: flex;
  margin-top: 20px;
}
.about-more>a {
  width: 168px;
  height: 54px;
  font-size: 16px;
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-main);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-more>a:hover {
  color: #fff;
}

@media (max-width: 1600px) {
  .about {
    padding: 90px 0;
  }
}
@media (max-width: 1400px) {
  .about {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
  .about-title>div {
    margin-left: -120px;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-title>div {
    height: 60px;
    font-size: 70px;
    margin-left: 0;
  }
  .about-title>h1 {
    margin-top: -40px;
    line-height: 40px;
    font-size: 26px;
    padding-left: 0;
  }
  .about-content {
    margin-top: 20px;
  }
  .about-left {
    margin-top: 0;
  }
  .about-right {
    margin-top: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-title>div {
    height: 20px;
    font-size: 30px;
  }
  .about-title>h1 {
    margin-top: 0;
    line-height: 30px;
    font-size: 20px;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .about-text {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .about-text>h1 {
    line-height: 30px;
    margin-bottom: 0;
  }
  .about-more {
    margin-top: 10px;
  }
  .about-more>a {
    width: 120px;
    height: 34px;
    font-size: 14px;
  }
}

/* 业务范围 */
.scope {
  background-color: #262626;
  padding: 50px 0 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.scope-nav {
  width: 20.3125%;
  float: right;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: -50px;
}
.scope-nav>li {
  width: 100%;
  border-bottom: 1px solid #dedede;
}
.scope-nav>li:last-child {
  border-bottom: none;
}
.scope-nav>li>a {
  display: flex;
  align-items: center;
  padding: 40px 70px;
  font-size: 22px;
  color: #000;
}
.scope-nav>li>a .scope-icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-right: 35px;
}
.scope-nav>li>a .scope-icon>span {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.scope-nav>li>a .scope-icon>span>img {
  filter: drop-shadow(50px 0 #fff);
  -webkit-filter: drop-shadow(50px 0 #fff);
}
.scope-nav>li.scope-active>a::before {
  left: -40px;
}
.scope-nav>li.scope-active>a::after {
  right: -40px;
}
.scope-nav>li>a:hover,
.scope-nav>li.scope-active>a {
  color: #fff;
}
.scope-nav>li>a:hover .scope-icon>span,
.scope-nav>li.scope-active>a .scope-icon>span {
  left: -100%;
}

.scope-imgbox {
  width: 37.5%;
  display: flex;
  margin-top: -50px;
}
.scope-imgbox>div {
  display: none;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.scope-imgbox>div:first-child {
  display: block;
}

.scope-left {
  width: 42.1875%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 20px;
}
.scope-title {
  width: 100%;
  max-width: 650px;
  font-family: "AlimamaShuHeiTi Bold";
}
.scope-title>div {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 104px;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.01);
  text-transform: uppercase;
}
.scope-title>h1 {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 56px;
  font-size: 36px;
  color: #fff;
  margin-top: -56px;
}
.scope-content {
  width: 100%;
  max-width: 650px;
  padding: 70px 20px;
  padding-left: 0;
}
.scope-content>div {
  display: none;
}
.scope-content>div:first-child {
  display: block;
}
.scope-content>div>h1 {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: fit-content;
  line-height: 32px;
  font-size: 22px;
  color: #fff;
}
.scope-content>div>h1::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.scope-content>div>h2 {
  display: block;
  overflow: hidden;
  width: fit-content;
  margin-top: 32px;
  line-height: 38px;
  font-size: 24px;
  color: #fff;
}
.scope-content>div>h2>span {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 36px;
}
.scope-text {
  display: block;
  overflow: hidden;
  margin-top: 36px;
  min-height: 180px;
  line-height: 36px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.scope-more {
  display: flex;
  margin-top: 20px;
}
.scope-more>a {
  width: 168px;
  height: 54px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  background-color: var(--color-main);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.scope-more>a:hover {
  background-color: #fff;
  color: var(--color-hover);
}

@media (max-width: 1800px) {
  .scope-nav>li>a {
    padding: 40px 50px;
  }
}
@media (max-width: 1600px) {
  .scope-nav>li>a {
    padding: 30px 40px;
  }
  .scope-content {
    padding: 50px 20px;
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  .scope-nav>li>a {
    padding: 20px 30px;
  }
  .scope-nav>li>a .scope-icon {
    margin-right: 20px;
  }
  .scope-content {
    padding: 30px 20px;
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .scope-nav>li>a {
    padding: 15px 20px;
    font-size: 20px;
  }
  .scope-nav>li>a .scope-icon {
    margin-right: 10px;
  }
  .scope-content {
    padding: 30px 20px;
    padding-left: 0;
  }
  .scope-title>div {
    height: 80px;
    font-size: 100px;
  }
  .scope-content>div>h2 {
    margin-top: 20px;
    line-height: 30px;
    font-size: 20px;
  }
  .scope-content>div>h2>span {
    line-height: 40px;
    font-size: 30px;
  }
  .scope-text {
    margin-top: 20px;
    min-height: 150px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .scope {
    padding: 30px;
    justify-content: space-between;
  }
  .scope-title {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .scope-nav {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .scope-nav>li {
    width: calc(100% / 3);
    border-right: 1px solid #dedede;
  }
  .scope-imgbox {
    width: calc(50% - 10px);
    margin-top: 0;
  }
  .scope-imgbox>div::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .scope-left {
    width: calc(50% - 10px);
    padding: 0;
  }
  .scope-content {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  .scope-content>div>h2>span {
    line-height: 36px;
    font-size: 26px;
  }
  .scope-text {
    min-height: 120px;
    line-height: 24px;
    font-size: 14px;
  }
  .scope-more>a {
    width: 140px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .scope {
    padding: 20px;
  }
  .scope-title>div {
    height: 20px;
    font-size: 30px;
  }
  .scope-title>h1 {
    height: 30px;
    font-size: 20px;
    margin-top: 0;
  }
  .scope-nav {
    margin-top: 10px;
  }
  .scope-nav>li {
    width: 50%;
  }
  .scope-nav>li:nth-child(even) {
    border-right: none;
  }
  .scope-nav>li>a {
    padding: 10px;
    font-size: 16px;
  }
  .scope-nav>li>a .scope-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .scope-nav>li>a .scope-icon>span>img {
    filter: drop-shadow(30px 0 #fff);
    -webkit-filter: drop-shadow(30px 0 #fff);
  }
  .scope-imgbox {
    width: 100%;
  }
  .scope-imgbox>div::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .scope-left {
    width: 100%;
  }
  .scope-content>div>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .scope-content>div>h2 {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .scope-content>div>h2>span {
    line-height: 30px;
    font-size: 20px;
  }
  .scope-text {
    min-height: 100px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 10px;
  }
  .scope-more {
    margin-top: 10px;
  }
  .scope-more>a {
    width: 110px;
    height: 30px;
    font-size: 14px;
  }
}

/* 荣誉证书 */
.honor {
  background-image: url(../images/honor-bj.jpg);
  padding: 110px 0;
}
.honor-title {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: "AlimamaShuHeiTi Bold";
}
.honor-title>div {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 110px;
  font-size: 120px;
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}
.honor-title>h1 {
  display: flex;
  align-items: center;
  height: 60px;
  overflow: hidden;
  margin-top: -60px;
  font-size: 36px;
  color: #212121;
}
.honor-content {
  display: flex;
  position: relative;
  margin-top: 35px;
}
.honor-content::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #cacaca;
  position: absolute;
  left: 0;
  bottom: 0;
}
.honor-content .swiper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.honor-content .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 60px;
}
.honor-content .swiper .swiper-slide>a::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #cacaca;
  position: absolute;
  left: 0;
  bottom: 0;
}
.honor-content .swiper .swiper-slide>a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--color-hover);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.honor-content .swiper .swiper-slide>a .honor-img {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 18px;
}
.honor-content .swiper .swiper-slide>a .honor-img .img::before {
  padding-top: 141.39535%;
}
.honor-content .swiper .swiper-slide:hover>a::after,
.honor-content .swiper .swiper-slide-active>a::after {
  width: 100%;
}
.honor-content .swiper .swiper-slide:hover>a .honor-img>.img,
.honor-content .swiper .swiper-slide-active>a .honor-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);
}
.honor-btn {
  display: flex;
  position: absolute;
  right: 0;
  top: -104px;
  z-index: 2;
}
.honor-btn>div {
  width: 58px;
  height: 58px;
  border: 2px solid #a7a7a7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-family: SimSun;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.honor-btn>.prev-button::before {
  content: "<";
}
.honor-btn>.next-button::before {
  content: ">";
}
.honor-btn>div:hover {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: #fff;
}

@media (max-width: 1600px) {
  .honor {
    padding: 90px 0;
  }
}
@media (max-width: 1400px) {
  .honor {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .honor {
    padding: 50px 0;
  }
  .honor-content .swiper .swiper-slide>a {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .honor {
    padding: 30px 0;
  }
  .honor-content .swiper .swiper-slide>a {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .honor {
    padding: 15px 0;
  }
  .honor-title {
    align-items: center;
  }
  .honor-title>div {
    height: 20px;
    font-size: 30px;
  }
  .honor-title>h1 {
    height: 30px;
    margin-top: 0;
    font-size: 20px;
  }
  .honor-content {
    margin-top: 10px;
    padding: 0 30px;
  }
  .honor-content .swiper .swiper-slide>a {
    padding-bottom: 10px;
  }
  .honor-content .swiper .swiper-slide>a .honor-img {
    padding: 10px;
  }

  .honor-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
  }
  .honor-btn>div {
    width: 25px;
    height: 25px;
    border: 1px solid #a7a7a7;
    margin-left: 0;
    font-size: 20px;
  }
}

/* 新闻资讯 */
.news {
  padding-top: 110px;
}
.news-list {
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
.news-list>li {
  width: calc(calc(100% / 3) - 2px);
  margin: 0 1px 2px 1px;
}
.news-list>li>a {
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 45px;
  padding-bottom: 60px;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 22px;
  color: #212121;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #838383;
  text-decoration: underline;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  height: 96px;
  line-height: 24px;
  font-size: 16px;
  color: #626262;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-list>li>a .img {
  margin-top: 25px;
  border: 10px solid #fff;
}
.news-list>li>a .img::before {
  content: "";
  display: block;
  padding-top: 58.7156%;
}
.news-list>li>a:hover .news-box>h1,
.news-list>li>a:hover .news-box .news-time,
.news-list>li>a:hover .news-box .news-text {
  color: #fff;
}

@media (max-width: 1600px) {
  .news {
    padding-top: 90px;
  }
}
@media (max-width: 1400px) {
  .news {
    padding-top: 70px;
  }
}
@media (max-width: 1200px) {
  .news {
    padding-top: 50px;
  }
  .news-list>li>a {
    padding: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .news {
    padding-top: 30px;
  }
  .news-list {
    margin-top: 20px;
  }
  .news-list>li>a {
    padding: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 15px;
  }
  .news-list {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 2px 0;
  }
  .news-list>li>a {
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
  }
  .news-list>li>a .img {
    width: 40%;
    border: 2px solid #fff;
    margin: 0;
  }
  .news-list>li>a .news-box {
    width: 60%;
    padding-left: 15px;
  }
  .news-list>li>a .news-box>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .news-list>li>a .news-box .news-time {
    height: 16px;
    line-height: 16px;
    margin-top: 5px;
    font-size: 12px;
  }
  .news-list>li>a .news-box .news-text {
    margin-top: 10px;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}

/* 弘贯历程-我们团队 */
.index-team {
  padding: 110px 0;
}
.index-team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-team-list>li {
  width: calc(50% - 1px);
}
.index-team-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.index-team-list>li>a::before {
  content: "";
  display: block;
  padding-top: 47.5%;
}
.index-team-list>li>a .index-team-hover {
  width: 100%;
  max-width: 352px;
  min-height: 182px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 30px 0 40px;
  position: absolute;
  left: 6.625%;
  top: 13.158%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-team-list>li>a .index-team-hover>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #4d4d4d;
}
.index-team-list>li>a .index-team-hover>h1>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 28px;
  color: #c00000;
  margin-bottom: 10px;
}
.index-team-list>li>a .index-team-hover>div {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-main);
  margin-bottom: -29px;
  font-family: SimSun;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.index-team-list>li>a .index-team-hover>div::before {
  content: ">";
}
.index-team-list>li>a:hover .index-team-hover>div {
  background-color: #fff;
  color: var(--color-hover);
}

@media (max-width: 1600px) {
  .index-team {
    padding: 90px 0;
  }
}
@media (max-width: 1400px) {
  .index-team {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .index-team {
    padding: 50px 0;
  }
  .index-team-list>li>a::before {
    padding-top: 65%;
  }
}
@media (max-width: 991px) {
  .index-team {
    padding: 30px 0;
  }
  .index-team-list>li>a::before {
    padding-top: 75%;
  }
  .index-team-list>li>a .index-team-hover {
    width: auto;
    max-width: 100%;
    min-height: initial;
    padding: 20px 20px 0 20px;
    left: 3%;
    top: 10%;
    right: 3%;
  }
  .index-team-list>li>a .index-team-hover>div {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .index-team {
    padding: 15px 0;
  }
  .index-team-list>li>a::before {
    padding-top: 100%;
  }
  .index-team-list>li>a .index-team-hover {
    padding: 20px 10px;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
  }
  .index-team-list>li>a .index-team-hover>h1 {
    line-height: 20px;
    font-size: 14px;
  }
  .index-team-list>li>a .index-team-hover>h1>span {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .index-team-list>li>a .index-team-hover>div {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    font-size: 20px;
  }
}
/* END-首页样式 */

/* 内页大图 */
.nbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 468px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nbanner>.container {
  width: 100%;
  position: relative;
  z-index: 2;
}
.nbanner-title {
  width: fit-content;
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  font-family: "Source Han Sans CN Medium";
}
.nbanner-title>span {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .nbanner {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .nbanner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .nbanner {
    height: 150px;
  }
  .nbanner-title {
    line-height: 20px;
    font-size: 14px;
  }
  .nbanner-title>span {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 0;
  }
}
/* END-内页大图 */

/* 关于我们 */
/* 集团简介 */
.blurb {
  padding: 90px 0;
}
.blurb-title {
  float: left;
  display: flex;
  flex-direction: column;
}
.blurb-title>h1 {
  line-height: 48px;
  font-size: 36px;
  color: #000;
}
.blurb-title>h1>span {
  color: #c00000;
}
.blurb-title>div {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #404040;
  margin-top: 15px;
}
.blurb-text {
  width: 50%;
  float: right;
  margin-top: 16px;
  min-height: 150px;
  line-height: 30px;
  font-size: 18px;
  color: #363535;
}

.blurb-content {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.blurb-left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.blurb-left::before {
  content: "";
  display: block;
  padding-top: 54.25%;
}
.blurb-right {
  width: 50%;
  background-color: var(--color-main);
  display: flex;
}
.blurb-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blurb-list>li {
  width: calc(100% / 3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.blurb-list>li>h1 {
  display: flex;
  overflow: hidden;
  line-height: 36px;
  align-items: center;
  font-size: 26px;
  color: #fff;
  font-family: "AlimamaShuHeiTi Bold";
}
.blurb-list>li>h1>span {
  font-size: 36px;
}
.blurb-list>li>h1>em {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  align-self: flex-start;
  margin: -5px 0 0 10px;
}
.blurb-list>li>div {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1600px) {}
@media (max-width: 1400px) {
  .blurb {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .blurb {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .blurb {
    padding: 30px 0;
  }
  .blurb-left::before {
    padding-top: 75.25%;
  }
  .blurb-list>li>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .blurb-list>li>h1>span {
    font-size: 30px;
  }
  .blurb-list>li>h1>em {
    margin: -5px 0 0 5px;
  }
}
@media (max-width: 767px) {
  .blurb {
    padding: 15px 0;
  }
  .blurb-title {
    width: 100%;
    align-items: center;
  }
  .blurb-title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .blurb-title>div {
    line-height: 20px;
    font-size: 14px;
    margin-top: 0;
  }
  .blurb-text {
    width: 100%;
    margin-top: 10px;
    min-height: initial;
    line-height: 24px;
    font-size: 14px;
  }
  .blurb-content {
    margin-top: 10px;
  }
  .blurb-left {
    width: 100%;
  }
  .blurb-left::before {
    padding-top: 75.25%;
  }
  .blurb-right {
    width: 100%;
  }
  .blurb-list>li {
    padding: 20px;
  }
  .blurb-list>li>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .blurb-list>li>h1>span {
    font-size: 22px;
  }
  .blurb-list>li>h1>em {
    margin: -5px 0 0 5px;
  }
  .blurb-list>li>div {
    line-height: 24px;
    font-size: 14px;
  }
}

/* 发展历程 */
.history {
  background-color: #efefef;
  padding: 70px 0 90px 0;
}
.history-title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
  font-size: 36px;
  color: #000;
  padding-bottom: 20px;
  position: relative;
}
.history-title>span {
  color: var(--color-main);
}
.history-title::after {
  content: "";
  width: 54px;
  height: 1px;
  background-color: #6b6b6b;
  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%);
}
.history-content {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
.gallery {
  width: 100%;
  overflow: hidden;
  padding: 0 100px;
  position: relative;
}
#gallery, #thumbs {
  width: 100%;
}
#gallery {
  padding-bottom: 25px;
}
#gallery .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery .prev-button,
.gallery .next-button {
  width: 44px;
  height: 44px;
  background-image: url(../images/history-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  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%);
  z-index: 2;
}
.gallery .next-button {
  left: initial;
  right: 0;
  background-image: url(../images/history-right.png);
}

.history-left {
  width: 59.5%;
  float: left;
  position: relative;
}
.history-left::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(17% 0, 100% 0, 83% 100%, 0 100%);
  position: absolute;
  left: 15px;
  top: 25px;
}
.history-left .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  clip-path: polygon(17% 0, 100% 0, 83% 100%, 0 100%);
}
.history-left .img::before {
  content: "";
  display: block;
  padding-top: 46.987952%;
}
.history-right {
  width: 40.5%;
  padding-left: 70px;
}
.history-right>h1 {
  display: flex;
  align-items: center;
  height: 85px;
  font-size: 60px;
  color: var(--color-main);
  font-weight: bold;
  position: relative;
}
.history-right>h1::before {
  content: "";
  width: 130px;
  height: 4px;
  background-color: var(--color-main);
  position: absolute;
  left: -150px;
  top: 60px;
}
.history-right .history-text {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 18px;
  color: #4a4a4a;
}
.history-right .history-logo {
  display: block;
  overflow: hidden;
  margin-top: 60px;
}
.history-right .history-logo>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.thumbs {
  width: 100%;
  display: flex;
  padding: 0 100px;
  position: relative;
  margin-top: 75px;
}
.thumbs::before {
  content: "";
  width: 10000%;
  float: left;
  height: 1px;
  background-color: #b4b4b4;
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#thumbs .swiper-slide {
  line-height: 36px;
  font-size: 20px;
  color: #424242;
  font-weight: bold;
  padding-bottom: 52px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#thumbs .swiper-slide::before {
  content: "";
  width: 38px;
  height: 38px;
  background-color: #a8a8a8;
  border: 10px solid #efefef;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  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%);
}
#thumbs .swiper-slide-thumb-active {
  color: var(--color-hover);
}
#thumbs .swiper-slide-thumb-active::before {
  background-color: var(--color-hover);
}

@media (max-width: 1400px) {
  .history {
    padding: 70px 0;
  }
  .gallery {
    padding: 0 80px;
  }

  .thumbs {
    padding: 0 80px;
    margin-top: 60px;
  }

}
@media (max-width: 1200px) {
  .history {
    padding: 50px 0;
  }
  .history-content {
    margin-top: 50px;
  }
  .gallery {
    padding: 0 50px;
  }
  .thumbs {
    padding: 0 50px;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .history {
    padding: 30px 0;
  }
  .history-content {
    margin-top: 30px;
  }
  .gallery {
    padding: 0 30px;
  }
  .thumbs {
    padding: 0 30px;
    margin-top: 20px;
  }
  .history-right>h1 {
    height: 70px;
    font-size: 40px;
  }
  .history-right .history-logo {
    margin-top: 30px;
  }
  #thumbs .swiper-slide {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .history {
    padding: 15px 0;
  }
  .history-title {
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 5px;
  }
  #gallery {
    padding-bottom: 0;
  }
  .gallery {
    padding: 0 30px;
  }
  .gallery .prev-button,
  .gallery .next-button {
    width: 20px;
    height: 20px;
  }
  .history-left {
    width: 100%;
  }
  .history-left::before {
    display: none;
  }
  .history-left .img {
    clip-path: initial;
  }
  .history-right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .history-right>h1 {
    width: fit-content;
    height: 30px;
    font-size: 20px;
  }
  .history-right>h1::before {
    content: "";
    width: 100px;
    height: 2px;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .history-right .history-text {
    line-height: 24px;
    font-size: 14px;
  }
  .history-right .history-logo {
    margin-top: 10px;
  }
  .history-content {
    margin-top: 15px;
  }
  .thumbs {
    padding: 0;
    margin-top: 15px;
  }
  .thumbs::before {
    bottom: 10px;
  }
  #thumbs .swiper-slide {
    padding-bottom: 20px;
  }
  #thumbs .swiper-slide::before {
    width: 20px;
    height: 20px;
    border: 5px solid #efefef;
  }
  #thumbs .swiper-slide {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 20px;
  }
}

/* 前景展望 */
.prospect {
  padding: 95px 0;
}
.prospect-title {
  width: fit-content;
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 36px;
  color: #000;
  padding-bottom: 30px;
  position: relative;
  margin-top: 77px;
}
.prospect-title>span {
  color: #c00000;
}
.prospect-title::after {
  content: "";
  width: 54px;
  height: 1px;
  background-color: #6b6b6b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prospect-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.prospect-left {
  width: 43.75%;
  font-size: 17px;
  line-height: 30px;
  color: #000;
}
.prospect-right {
  width: 45.75%;
  margin-top: -186px;
}
.prospect-right>img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 1600px) {
  .prospect {
    padding: 85px 0;
  }
}
@media (max-width: 1400px) {
  .prospect {
    padding: 70px 0;
  }
  .prospect-left {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .prospect {
    padding: 50px 0;
  }
  .prospect-title {
    margin-top: 0;
    padding-bottom: 15px;
  }
  .prospect-left {
    width: 50%;
  }
  .prospect-right {
    margin-top: -105px;
  }
}
@media (max-width: 991px) {
  .prospect {
    padding: 30px 0;
  }
  .prospect-right {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .prospect {
    padding: 15px 0;
  }
  .prospect-title {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
  }
  .prospect-title::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .prospect-content {
    margin-top: 10px;
  }
  .prospect-left {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .prospect-right {
    width: 100%;
    margin-top: 10px;
  }
}

/* 公司文化 */
.culture {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.culture>.container {
  width: 100%;
  position: relative;
  z-index: 2;
}
.culture::before {
  content: "";
  display: block;
  padding-top: 31.875%;
}
.culture-right {
  width: 44.375%;
  float: right;
}
.culture-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 36px;
  color: #fff;
  padding-bottom: 30px;
  position: relative;
}
.culture-right>h1::after {
  content: "";
  width: 54px;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.culture-text {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
}
.culture-text>span {
  font-weight: bold;
}

@media (max-width: 1200px) {
  .culture-right {
    width: 50%;
  }
  .culture-right>h1 {
    padding-bottom: 20px;
  }
  .culture-text {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .culture-right {
    width: 60%;
  }
  .culture::before {
    content: "";
    display: block;
    padding-top: 40.875%;
  }
}
@media (max-width: 767px) {
  .culture-right {
    width: 100%;
  }
  .culture::before {
    padding-top: 75%;
  }
  .culture-right>h1 {
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .culture-text {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}

/* 弘贯团队 */
.team {
  padding: 100px 0;
}
#certify {
  margin-top: 60px;
  padding: 0 50px;
  position: relative;
}
#certify .swiper-slide {
  width: 100%;
  max-width: 700px;
}
#certify .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 68.838863%;
}
#certify .prev-button,
#certify .next-button {
  font-family: SimSun;
  font-size: 72px;
  color: #d0d0d0;
  font-weight: bold;
  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%);
}
#certify .next-button {
  left: initial;
  right: 0;
}
#certify .prev-button::before {
  content: "<";
}
#certify .next-button::before {
  content: ">";
}

@media (max-width: 1600px) {
  .team {
    padding: 90px 0;
  }
}
@media (max-width: 1400px) {
  .team {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .team {
    padding: 50px 0;
  }
  #certify {
    margin-top: 50px;
  }
  #certify .swiper-slide {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .team {
    padding: 30px 0;
  }

  #certify {
    margin-top: 30px;
  }
  #certify .swiper-slide {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 15px 0;
  }
  #certify {
    margin-top: 10px;
    padding: 0 30px;
  }
  #certify .swiper-slide {
    max-width: 100%;
  }

  #certify .prev-button,
  #certify .next-button {
    font-size: 30px;
  }
}
/* END-关于我们 */

/* 业务范围 */
.product-main {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 40px 0;
}
.product-main ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 36px);
  margin-left: -18px;
}
.product-main ul>li {
  width: calc(calc(100% / 3) - 36px);
  margin: 0 18px 72px 18px;
}
.product-main ul>li>a {
  display: flex;
  flex-direction: column;
}
.product-main ul>li>a .img::before {
  padding-top: 56.0784314%;
}
.product-main ul>li>a>h1 {
  min-width: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -64px;
  margin-left: 15px;
  width: fit-content;
  background-color: #fff;
  padding: 15px;
  line-height: 60px;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: bold;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
}
.product-main ul>li>a>h1>span {
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  font-family: SimSun;
  font-size: 24px;
  color: #393939;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-main ul>li>a>h1>span::before {
  content: ">";
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.product-main ul>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-main ul>li>a:hover>h1 {
  background-color: var(--color-hover);
  color: #fff;
}
.product-main ul>li>a:hover>h1>span {
  color: #fff;
}

.product-details {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.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;
}

@media (max-width: 1400px) {
  .product-main ul>li {
    margin: 0 18px 60px 18px;
  }
}
@media (max-width: 1200px) {
  .product-main {
    padding: 50px 0 30px 0;
  }
  .product-main ul {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .product-main ul>li {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px 50px 10px;
  }
  .product-main ul>li>a>h1 {
    margin-top: -50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .product-main {
    padding: 30px 0;
  }
  .product-main ul>li {
    width: calc(50% - 20px);
    margin: 0 10px 30px 10px;
  }
  .product-main ul>li>a>h1 {
    margin-top: -30px;
    line-height: 40px;
  }

  .product-details {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .product-main {
    padding: 15px 0;
  }
  .product-main ul {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .product-main ul>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-main ul>li>a>h1 {
    min-width: 100%;
    margin: 0;
    width: 100%;
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
  }
  .product-main ul>li>a>h1>span {
    height: 12px;
    font-size: 16px;
  }

  .product-details {
    padding: 15px 0;
  }
  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-业务范围 */

/* 荣誉证书 */
.honor-main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-color: #f4f4f4;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.honor-list>li {
  width: calc(calc(100% / 6) - 20px);
  margin: 0 10px 20px 10px;
}
.honor-list>li>a {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 15px;
}
.honor-list>li>a .img::before {
  padding-top: 141.39535%;
}
.honor-list>li>a:hover .img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

@media (max-width: 1200px) {
  .honor-list>li {
    width: calc(calc(100% / 5) - 20px);
  }
}
@media (max-width: 991px) {
  .honor-main {
    padding: 30px 0;
  }
  .honor-list>li {
    width: calc(calc(100% / 4) - 20px);
  }
}
@media (max-width: 767px) {
  .honor-main {
    padding: 15px 0;
  }
  .honor-list {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .honor-list>li {
    width: calc(calc(100% / 3) - 10px);
    margin: 0 5px 10px 5px;
  }
  .honor-list>li>a {
    padding: 5px;
  }
}
/* END-荣誉证书 */

/* 新闻资讯 */
.news-main {
  width: 100%;
  overflow: hidden;
}
.news-menu-list {
  width: 100%;
  float: left;
  position: relative;
  z-index: 0;
}
.news-menu-list::before {
  content: "";
  width: 300%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.news-menu-list>li {
  float: left;
  margin-right: 80px;
}
.news-menu-list>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 78px;
  position: relative;
  font-size: 18px;
  color: #0f0f0f;
}
.news-menu-list>li>a::after {
  content: "";
  width: 0;
  height: 4px;
  background-color: var(--color-hover);
  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%);
}
.news-menu-list>li>a:hover,
.news-menu-list>li.news-menu-active>a {
  color: var(--color-hover);
}
.news-menu-list>li>a:hover::after,
.news-menu-list>li.news-menu-active>a::after {
  width: 100%;
}

.news-content {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.news-content .news-list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 0;
}
.news-content .news-list>li {
  width: calc(calc(100% / 3) - 30px);
  margin: 0 15px 30px 15px;
}
.news-content .news-list>li>a {
  padding: 15px 10px;
  flex-direction: column-reverse;
}
.news-content .news-list>li>a .img {
  margin: 0;
}
.news-content .news-list>li>a .news-box {
  padding: 20px 15px;
  padding-bottom: 0;
}
.news-content .news-list>li>a .news-box>h1 {
  font-size: 18px;
  font-weight: bold;
}
.news-content .news-list>li>a .news-box .news-text {
  margin-top: 15px;
  color: #595959;
  height: 72px;
  -webkit-line-clamp: 3;
}
.news-content .news-list>li>a:hover .news-box .news-text {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 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: 1200px) {
  .news-content {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .news-content {
    padding: 30px 0;
  }
  .news-content .news-list {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .news-content .news-list>li {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }

}
@media (max-width: 767px) {
  .news-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-menu-list>li {
    margin: 0 10px;
  }
  .news-menu-list>li>a {
    height: 50px;
    font-size: 16px;
  }
  .news-menu-list>li>a::after {
    height: 2px;
  }

  .news-content {
    padding: 15px 0;
  }
  .news-content .news-list {
    width: 100%;
    margin-left: 0;
  }
  .news-content .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-content .news-list>li>a {
    padding: 5px;
    flex-direction: row-reverse;
  }
  .news-content .news-list>li>a .news-box {
    padding: 0 0 0 15px;
  }
  .news-content .news-list>li>a .news-box>h1 {
    font-size: 16px;
  }
  .news-content .news-list>li>a .news-box .news-text {
    margin-top: 10px;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻资讯 */

/* 联系我们 */
.contact-main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}

.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background-color: var(--color-main);
  padding: 30px
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:991px) {
  .contact-main {
    padding: 30px 0;
  }
  .contact-text {
    padding: 20px
  }
}
@media (max-width:767px) {
  .contact-main {
    padding: 15px 0;
  }
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */