.content {
  padding: 0;
}

.page-card {
  margin-top: 30px;
  padding: 20px 0;
  background-color: #fff;
}

.page-card .card-title .title-left {
  position: relative;
  font-family: Alibaba PuHuiTi 2;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  display: inline-block;
}

.page-card .card-title .title-left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 6px;
  background-color: #a30a2d;
}

.page-card .card-title .title-right {
  font-size: 18px;
  line-height: 18px;
  color: #999;
  cursor: pointer;
}

.page-card .card-title .title-right:hover {
  color: #a30a2d;
}

.page-card .card-title .title-right i {
  width: 12px;
  height: 12px;
  margin-left: 16px;
  background: url("/image/more.png") no-repeat;
  background-size: 100% 100%;
}

.page-card .card-content {
  width: 100%;
  margin-top: 50px;
}

/* 轮播图 */
.swiper-container {
  width: 100%;
  margin: 0 auto;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide .banner-img {
  width: 100%;
  display: block;
}

.swiper-slide .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide .banner-content .banner-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.swiper-slide .banner-content .banner-subhead {
  margin-top: 32px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* 轮播图下方的点 */
.swiper-pagination-kv {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 2;
  text-align: center;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: #a30a2d;
  opacity: 1;
  border-radius: 50px;
}

/* 行业新闻 */

.industry-news .card-content .news-image {
  flex: 1;
  width: 35%;
  margin-right: 40px;
}

.industry-news .card-content .news-image img {
  width: 100%;
  height: 257px;
  object-fit: cover;
  object-position: center;
}

.industry-news .news-list {
  width: 60%;
}

/* 通知公告 */
.notice .news-list .list-item .flex {
  width: 85%;
}

/* 专家库 */
.expert-database {
  padding-bottom: 0;
}

/* 相关链接 */
.related-link ul {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.related-link ul li {
  margin: 0 80px 20px 0;
}

.related-link ul li a {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
}

.related-link ul li a:hover {
  color: #a30a2d;
}

/* 广告占位图 */
.advertisement {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.advertisement a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.advertisement img {
  width: 100%;
}

.advertisement-content {
  position: absolute;
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.advertisement .advertisement-text {
  margin-top: 25px;
  font-size: 44px;
  color: #f7f7f7;
}

.advertisement .advertisement-btn {
  display: inline-block;
  margin-top: 22px;
  padding: 6px 60px;
  background: linear-gradient(90deg, #bc5f16 -2%, rgba(188, 95, 22, 0.7) 99%);
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

/** 企业事记 */
.corporate-chronicle .card-content {
  overflow-x: scroll;
}

.corporate-chronicle .card-content::-webkit-scrollbar {
  height: 4px;
  background-color: #e3e3e3;
}

.corporate-chronicle .card-content::-webkit-scrollbar-thumb {
  background-color: #a30a2d;
}

.corporate-chronicle .card-content img {
  height: 488px;
}

/** 企业风采 */
.corporate-list {
  flex-wrap: wrap;
}

.corporate-list .list-item {
  width: 30%;
  margin-right: 5%;
  background: #efefef;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}

.corporate-list .list-item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.corporate-list .list-item:nth-child(3n) {
  margin-right: 0;
}

.corporate-list .list-item .corporate-img {
  display: block;
  width: 100%;
}

.corporate-list .list-item .corporate-text {
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1460px) {
  .page-card {
    padding: 15px 0;
  }

  .page-card .card-title .title-left {
    font-size: 24px;
  }

  .page-card .card-title .title-left::after {
    bottom: -14px;
  }

  .page-card .card-title .title-right {
    font-size: 16px;
  }

  .page-card .card-title .title-right i {
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }

  .page-card .card-content {
    margin-top: 40px;
  }

  /* 行业新闻 */
  .industry-news .card-content .news-image {
    margin-right: 30px;
  }

  .industry-news .card-content .news-image img {
    height: 220px;
  }

  /* 轮播图 */
  .swiper-pagination-kv {
    bottom: 30px;
  }

  .swiper-slide .banner-content .banner-title {
    font-size: 44px;
  }

  .swiper-slide .banner-content .banner-subhead {
    margin-top: 28px;
    font-size: 18px;
  }

  /* 专家库 */
  .expert-database {
    padding-bottom: 0;
  }

  /* 相关链接 */
  .related-link ul li {
    margin: 0 60px 16px 0;
  }

  .related-link ul li a {
    font-size: 18px;
  }

  .advertisement-content {
    font-size: 30px;
  }

  .advertisement .advertisement-text {
    margin-top: 18px;
    font-size: 38px;
  }

  .advertisement .advertisement-btn {
    margin-top: 18px;
    padding: 4px 50px;
    font-size: 18px;
  }

  /** 企业事记 */
  .corporate-chronicle .card-content img {
    height: 400px;
  }

  /** 企业风采 */
  .corporate-list .list-item .corporate-text {
    padding: 16px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1260px) {
  .page-card {
    padding: 0;
  }

  .page-card .card-title .title-left {
    font-size: 20px;
  }

  .page-card .card-title .title-left::after {
    bottom: -12px;
  }

  .page-card .card-title .title-right {
    font-size: 14px;
  }

  .page-card .card-title .title-right i {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }

  .page-card .card-content {
    margin-top: 34px;
  }

  /* 轮播图 */
  .swiper-pagination-kv {
    bottom: 20px;
  }

  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }

  .swiper-slide .banner-content .banner-title {
    font-size: 40px;
  }

  .swiper-slide .banner-content .banner-subhead {
    margin-top: 24px;
    font-size: 16px;
  }

  /* 行业新闻 */
  .industry-news .card-content .news-image {
    margin-right: 24px;
  }

  .industry-news .card-content .news-image img {
    height: 174px;
  }

  /* 专家库 */
  .expert-database {
    padding-bottom: 0;
  }

  /* 相关链接 */
  .related-link ul li {
    margin: 0 40px 12px 0;
  }

  .related-link ul li a {
    font-size: 16px;
  }

  .advertisement-content {
    font-size: 24px;
  }

  .advertisement .advertisement-text {
    margin-top: 8px;
    font-size: 30px;
  }

  .advertisement .advertisement-btn {
    margin-top: 10px;
    padding: 0px 40px;
    font-size: 16px;
  }

  /** 企业事记 */
  .corporate-chronicle .card-content img {
    height: 340px;
  }

  /** 企业风采 */
  .corporate-list .list-item .corporate-text {
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .page-card {
    margin-top: 20px;
  }

  .page-card .card-title .title-left {
    font-size: 18px;
  }

  .page-card .card-title .title-left::after {
    bottom: -10px;
  }

  .page-card .card-content {
    margin-top: 30px;
  }

  .industry-news .card-content .news-image {
    margin-right: 20px;
  }

  /* 专家库 */
  .expert-database {
    padding-bottom: 10px;
  }

  /* 相关链接 */
  .related-link ul li {
    margin: 0 20px 10px 0;
  }

  .related-link ul li a {
    font-size: 14px;
  }

  .advertisement {
    margin-top: 20px;
  }

  .advertisement-content {
    font-size: 20px;
  }

  .advertisement .advertisement-text {
    margin-top: 0px;
    font-size: 24px;
  }

  .advertisement .advertisement-btn {
    margin-top: 4px;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 30px;
  }

  /* 轮播图 */
  .swiper-slide .banner-content .banner-title {
    font-size: 36px;
  }

  .swiper-slide .banner-content .banner-subhead {
    margin-top: 20px;
    font-size: 14px;
  }

  .industry-news .card-content .news-image img {
    height: 136px;
  }

  /** 企业事记 */
  .corporate-chronicle .card-content img {
    height: 300px;
  }
}

@media screen and (max-width: 700px) {
  body {
    background-color: #f5f5f5;
  }

  .page-card .card-title .title-right {
    display: none;
  }

  .page-card {
    margin-top: 10px;
    box-sizing: content-box;
    width: auto;
    padding: 20px;
  }

  .page-card .card-title .title-left {
    font-size: 18px;
    line-height: 18px;
  }

  .page-card .card-title .title-left::after {
    height: 3px;
    bottom: -10px;
  }

  .page-card .card-content {
    margin-top: 30px;
  }

  /* 轮播图 */
  .swiper-pagination-kv {
    bottom: 10px;
  }

  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 2px;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
  }

  .swiper-slide .banner-img {
    min-height: 100vw;
    object-fit: cover;
    /* 不缩放图片 */
    /* object-position: top 0 right 56%; */
    object-position: center;
  }

  .swiper-slide .banner-content .banner-title {
    font-size: 24px;
    text-align: center;
    line-height: 20px;
  }

  .swiper-slide .banner-content .banner-subhead {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }

  /* 行业新闻 */
  .industry-news .news-list {
    width: 100%;
  }

  .industry-news .flex {
    display: block;
  }

  .industry-news .card-content .news-image {
    width: 100%;
    margin: 0 0 16px;
  }

  .industry-news .card-content .news-image img {
    height: auto;
  }

  .industry-news .list-item .flex {
    display: flex;
  }

  /* 相关链接 */
  .related-link ul.flex {
    display: block;
    margin: 0;
  }

  .advertisement {
    margin-top: 10px;
  }

  .advertisement img {
    min-height: 92px;
    object-fit: cover;
    object-position: center;
  }

  .advertisement-content {
    font-size: 16px;
  }

  .advertisement .advertisement-text {
    margin-top: 0px;
    font-size: 18px;
  }

  .notice .news-list .list-item .flex {
    width: 100%;
  }

  .expert-database {
    padding-bottom: 0;
  }

  /** 企业事记 */
  .corporate-chronicle .card-content img {
    height: 444px;
  }

  /** 企业风采 */
  .corporate-list .list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background: #efefef;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
  }

  .corporate-list .list-item .corporate-text {
    padding: 10px 20px;
    font-size: 14px;
  }

  .certificate-inquiry,
  .related-link,
  .industry-news {
    margin-top: 0 !important;
  }
}
