.nav_two {
  margin: 50px auto 80px auto;
  width: 1120px;
}

.marbot-33 {
  margin-bottom: 33px;
}

.swiper-navigation-px {
  padding: 0 70px;
}

.nav_two span {
  color: #a8a8a8;
  /* Desktop/Body_3_CN */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}

.nav_two i {
  color: var(--Text-text-hi-light, #ff5f00);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.16px;
  margin: 0 8px;
}

.nav_two a {
  color: #a8a8a8;
}

.nav_two .active {
  color: var(--Text-text-secondary, #525252);
}

.describe {
  width: 1120px;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 160px;
}

.describe .describe_content {
  color: #161616;
  display: inline-block;
  width: 555px;
  padding-right: 96px;
  /* Desktop/Body_1_CN */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-align: left;
  /* 150% */
}

.swiper-opcity-0 {
  opacity: 0;
}

.newsSwiper .swiper-slide {
  position: relative;
  width: 448px;
  height: 303px;
  font-size: 0;
}

.newsSwiper .swiper-slide-active {
  opacity: 1;
}

/* .newsSwiper .swiper-slide {
  width: 544px;
  height: 368px;
  opacity: 0.75;
}

.newsSwiper .swiper-slide-active {
  opacity: 1;
} */

.newsSwiper .swiper-slide .news_carousel_item_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 303px;
  margin: 0 auto;
  border-radius: 32px;
}

.newsSwiper .swiper-slide .news_carousel_item {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 448px;
  height: 303px;
  border-radius: 32px;
  overflow: hidden;
}

/* .newsSwiper .swiper-slide .news_carousel_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0.75;
} */

.newsSwiper .swiper-slide:hover .news_carousel_item::after,
.newsSwiper .swiper-slide-active .news_carousel_item::after {
  display: none;
}

.newsSwiper .swiper-slide .news_carousel_item .news_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0, 0, 0.5, 1) !important;
}

.newsSwiper .swiper-slide .news_carousel_item_wrap:hover .news_carousel_item .news_cover {
  transform: scale(1.1);
}

.newsSwiper .swiper-slide .news_carousel_item .news_con {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 224px;
  padding: 24px;
  opacity: 0;
  background: linear-gradient(180deg, rgba(20, 34, 73, 0) 0%, #142249 100%);
}

.newsSwiper .swiper-slide:hover .news_carousel_item .news_con,
.newsSwiper .swiper-slide-active .news_carousel_item .news_con {
  opacity: 1;
}

.newsSwiper .swiper-slide .news_carousel_item .news_con .news_title {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-family: WixMadeforText, SourceHanSansCN;
  line-height: 28px;
  margin-bottom: 8px;
}

.newsSwiper .swiper-slide .news_carousel_item .news_con .news_desc {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.newsSwiper .swiper-slide-active .news_carousel_item_wrap:hover .news_carousel_item .news_con .news_title,
.newsSwiper .swiper-slide-active .news_carousel_item_wrap:hover .news_carousel_item .news_con .news_desc {
  color: #ff7a00;
}

.newsSwiper .swiper-slide .news_carousel_item .news_con .news_link {
  width: 100%;
}

.newsSwiper .swiper-slide .news_carousel_item .news_con .news_link .right_arrow {
  width: 32px;
  height: 32px;
}

.newsSwiper .swiper-slide .news_carousel_item .news_con .news_link .right_arrow img {
  width: 32px;
  height: 32px;
  vertical-align: top;
}

.swiper-navigation-style-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 75px;
}

.swiper-navigation-style {
  float: right;
}

.news_list {
  margin: 0 auto;
  width: 1120px;
  /* width: 90%; */
}

.news_list .search_wrap {
  font-size: 0;
}

.news_list .search_wrap .search_keyword {
  position: relative;
  display: inline-block;
  /* display: flex;
  align-items: center; */
  font-size: 14px;
  width: 256px;
  height: 48px;
  padding-left: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #f4f4f4;
  border-bottom: 1px solid var(--Border-border-strong-01, #f4f4f4);
}

.cl_search_wrap.search_keyword_focus .search_keyword {
  width: 100% !important;
  margin-right: 0 !important;
  /* border-color: #FF7A00 !important; */
}

.cl_search_wrap.search_keyword_focus .search_keyword input {
  width: calc(100% - 48px) !important;
}

.news_list .search_wrap .search_keyword input {
  width: 100%;
  height: 100%;
  padding: 10px 48px 10px 0;
  box-sizing: border-box;
  outline: none;
  border: 0;
  background-color: #f4f4f4;
  color: #161616;
}

.news_list .search_wrap .search_keyword input::-moz-placeholder {
  color: #a8a8a8;
  font-size: 14px;
}

.news_list .search_wrap .search_keyword input::placeholder {
  color: #a8a8a8;
  font-size: 14px;
}

.news_list .search_wrap .search_keyword::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url('../img/search.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 16px;
  top: 16px;
}

.news_list .search_wrap .search_keyword .clear_btn {
  /* width: 48px;
  height: 47px;
  background-image: url("../img/Close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  cursor: pointer;
  flex-shrink: 0; */

  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url('../img/Close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  top: 16px;
  right: 16px;
  cursor: pointer;
  flex-shrink: 0;
}

.news_list .search_wrap .search_keyword input:hover+.clear_btn {
  display: none;
}

.news_list .search_wrap .search_time,
.news_list .search_wrap .search_xm,
.news_list .search_wrap .search_type,
.news_list .search_wrap .search_calendar {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 256px;
  height: 48px;
  border-radius: 24px;
  background-color: #f4f4f4;
  border-bottom: 1px solid var(--Border-border-strong-01, #f4f4f4);
}

.news_list .search_wrap .search_calendar {
  width: 143px;
}

.news_list .search_wrap .search_time input,
.news_list .search_wrap .search_xm input,
.news_list .search_wrap .search_type input,
.news_list .search_wrap .search_calendar input {
  position: relative;
  height: 100%;
  padding: 16px 48px 16px 16px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 0;
  border-radius: 24px;
  background: none;
  color: #161616;
  z-index: 1;
}

.news_list .search_wrap .search_xm input,
.news_list .search_wrap .search_type input,
.news_list .search_wrap .search_calendar input {
  cursor: pointer;
}

.news_list .search_wrap .search_time:hover,
.news_list .search_wrap .search_xm:hover,
.news_list .search_wrap .search_type:hover {
  background-color: #e8e8e8;
}

.news_list .search_wrap .calendar-warp:hover .search_calendar {
  background-color: #e8e8e8;
}

.news_list .search_wrap .search_time input::-moz-placeholder,
.news_list .search_wrap .search_xm input::-moz-placeholder,
.news_list .search_wrap .search_type input::-moz-placeholder,
.news_list .search_wrap .search_calendar input::-moz-placeholder {
  color: #161616;
}

.news_list .search_wrap .search_time input::placeholder,
.news_list .search_wrap .search_xm input::placeholder,
.news_list .search_wrap .search_type input::placeholder,
.news_list .search_wrap .search_calendar input::placeholder {
  color: #161616;
}

.news_list .search_wrap .search_time::after,
.news_list .search_wrap .search_xm::after,
.news_list .search_wrap .search_type::after,
.news_list .search_wrap .search_calendar::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 16px;
  transition: transform 0.2s linear;
  background-image: url('../img/Chevron--down.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.select_rotate::after {
  transform: rotate(180deg);
}

.news_list .search_wrap .search_calendar::after {
  background-image: url('../img/Calendar.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news_list .news_item {
  margin-top: 64px;
  font-size: 0;
}

.news_list .news_item .item {
  position: relative;
  display: inline-block;
  width: 256px;
  height: 320px;
  margin-right: 32px;
  margin-bottom: 32px;
  vertical-align: top;
  border-radius: 32px;
  background-color: #f4f4f4;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.news_list .news_item .item:nth-child(4n) {
  margin-right: 0;
}

.news_list .news_item .item .news_img {
  height: 151px;
  overflow: hidden;
}

.news_list .news_item .item .news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
}

.news_list .news_item .item .news_img img:hover {
  transform: scale(1.1);
}

.news_list .news_item .item .title_con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: flex-start;
  width: 100%;
  height: 160px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}

.news_list .news_item .item .title_con .news_detail .tag {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #c6c6c6;
  padding: 4px 12px;
  text-align: center;
  font-size: 12px;
  height: 24px;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  color: #525252;
  line-height: 1.2;
}

.news_list .news_item .item .title_con .news_detail .tag_null {
  border: none;
}

.news_list .news_item .item .title_con .news_detail .times {
  float: right;
  color: #525252;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.news_list .news_item .item .title_con .news_title {
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list .news_item .item .title_con .news_title:hover {
  color: #ff5f00;
}

.news_list .news_item .item .title_con .right_arrow {
  margin-top: 24px;
}

.news_list .news_item .item .title_con .right_arrow .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../img/Arrow--right-c.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mg_rg32 {
  margin-right: 32px;
}

.pages {
  padding-top: 35px;
}

.pages a {
  color: #161616;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.16px;
  padding: 19px;
}

.pages .prev {
  position: relative;
}

.pages .prev::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid black;
}

.pages .prev[disabled] {
  cursor: not-allowed;
}

.pages .prev[disabled]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #c4c4c4;
}

.pages .next {
  position: relative;
}

.pages .next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
}

.pages .next[disabled] {
  cursor: not-allowed;
}

.pages .next[disabled]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #c4c4c4;
}

.footer_banner {
  margin-top: 80px;
  height: 320px;
  background-image: url('../img/newsBottomBg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.footer_banner .more_dynamic {
  position: absolute;

  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 120% */
  color: #fff;
  top: 64px;
  right: 40%;
  width: 280px;
}

.footer_banner .subscription {
  position: absolute;
  height: 48px;
  width: 257px;
  background-color: #fff;
  line-height: 48px;
  color: #161616;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  bottom: 64px;
  right: 5%;
  text-indent: 16px;
}

.footer_banner .subscription::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url('../img/Arrow--right.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 20px;
  top: calc(50% - 8px);
}

.select_warp {
  position: absolute;
  top: 48px;
  width: 100%;
  left: 0;
  background-color: #f4f4f4;
  z-index: 9;
}

.select_scroll_warp {
  max-height: 320px;
  overflow-y: scroll;
}

.select_warp .select_item {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

/** 连铸 Start **/
.mainWrap {
  position: relative;
  overflow: hidden;
}

.illustration_4 {
  position: absolute;
  top: -108px;
  right: -576px;
  width: 576px !important;
  height: 432px !important;
}

.default-synopsis-wrap {
  width: 736px;
  color: #161616;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.shd-piece {
  margin-right: 40px;
}

.shd-piece:last-child {
  margin: 0;
}

.shd-piece-title {
  width: 100%;
  color: #161616;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.shd-piece-num {
  position: relative;
  text-align: left;
}

.shd-piece-num .shd-piece-num-text {
  position: relative;
  display: inline-block;
  height: 102px;
  color: #ff7a00;
  font-family: WixMadeforDisplay;
  font-size: 92px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px;
}

.shd-piece-num .shd-piece-num-text p {
  position: absolute;
  right: -16px;
  bottom: 12px;
  display: block;
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.shd-piece5 .shd-piece-num-text p {
  right: -32px;
}

.shd-piece0 .shd-piece-num {
  width: 177px;
}

.shd-piece1 .shd-piece-num {
  width: 125px;
}

.shd-piece2 .shd-piece-num {
  width: 112px;
}

.shd-piece3 .shd-piece-num {
  width: 73px;
}

.shd-piece4 .shd-piece-num {
  width: 131px;
}

.shd-piece5 .shd-piece-num {
  width: 254px;
}

.steelmaking-header-tips {
  width: 736px;
  color: #161616;
  font-family: WixMadeforDisplay;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.highlight-flex {
  display: flex;
}

.highlight-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 640px;
  height: 116px;
  padding: 32px 48px;
  border-radius: 32px;
  background: #ffb200;
  box-shadow: 0px 0px 48px 24px rgba(255, 95, 0, 0.75) inset;
}

.highlight-between {
  justify-content: space-between;
}

.highlight-flex .highlight-wrap {
  margin-right: 32px;
}

.highlight-flex .highlight-wrap:last-child {
  margin-right: 0;
}

.highlight-item {
  display: inline-block;
  text-align: center;
}

.highlight-item-title {
  display: inline-block;
  width: 100%;
  color: #161616;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.highlight-item-num {
  display: inline-block;
  width: 100%;
  color: #161616;
  text-align: center;
  font-family: InterBold;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}

.highlight-item-num-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.highlight-item-num-item span {
  font-size: 16px;
  font-weight: 400;
}

.highlight-item-weight {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.highlight-item-weight span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  padding: 0 1px;
  letter-spacing: 1px;
}

.swiper-slide-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
  height: 288px;
  padding: 32px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  white-space: pre-line;
  background: linear-gradient(180deg, rgba(20, 34, 73, 0) 0%, #142249 100%);
  z-index: 1;
}

.overflow_visible {
  overflow: visible;
}

.bor_rad_32 {
  border-radius: 32px;
}

/** 连铸 End **/

/** 项目案例详情 Start **/
.classicDetailsBanner {
  position: absolute;
  width: 100%;
  height: 536px;
}

.classicDetailsBanner img {
  width: 100%;
  height: 100%;
}

.classicDetailsContainer {
  margin-bottom: 72px;
}

.classicBanner {
  position: relative;
  padding-bottom: 60px !important;
  z-index: 1;
}

.classicBanner .directory .directory-tab {
  color: #fff;
}

.classicBanner .bi-title {
  width: 100%;
  height: 288px;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 350;
  line-height: 64px;
  font-family: WixMadeforDisplay, SourceHanSansCN;
  transition: all 0.3s ease-in-out;
}

.classicBanner .bi-title-hide {
  height: 488px;
}

.classic_banner_card_wrap {
  position: relative;
}

.classic_banner_card_null {
  display: none;
}

.classic_banner_card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 32px;
  grid-column-gap: 0px;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  /* height: 444px; */
  padding: 64px;
  border-radius: 32px;
  background: rgba(244, 244, 244, 0.85);
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  transition: all 0.3s ease-in-out;
}

.classic_banner_card .cbc-item {
  min-height: 56px;
  padding: 0 96px 0 32px;
  border-left: 2px solid #ff7a00;
}

.classic_banner_card .cbc-item .cbc-tag {
  color: #161616;
  font-family: SourceHanSansCN;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 4px;
}

.classic_banner_card .cbc-item .cbc-value {
  color: #525252;
  font-family: WixMadeforText, SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.classic_details_wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 274px;
  transition: all 0.3s ease-in-out;
}

.classic_details_wrap .classic_details_content {
  width: 736px;
  color: #161616;
  font-family: WixMadeforDisplay, SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.classic_details_wrap .classic_details_content {

  blockquote,
  body,
  button,
  dd,
  div,
  dl,
  dt,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  input,
  li,
  ol,
  p,
  pre,
  td,
  textarea,
  th,
  ul {
    margin: revert;
    padding: revert;
  }

  li {
    list-style: revert;
  }
}

.classic_details_wrap .classic_details_content .classic_details_title {
  color: #525252;
  font-family: WixMadeforDisplay, SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

/** 项目案例详情 End **/

/* 典型项目轮播 Start */
.classic-case {
  white-space: nowrap;
  overflow: hidden;
}

.classic-case .classic-case-wrap {
  font-size: 0;
}

/* 直接还原铁 */
.drs_banner_bg {
  background: url('../img/business/直接还原_BG.webp') no-repeat;
  background-size: auto 100%;
}

.drs-header-wrap .shd-piece0 .shd-piece-num {
  width: 73px;
}

.drs-classic-case-wrap {
  padding-bottom: 32px;
}

.drs-classic-case-wrap .classic-case-swiper {
  padding-top: 64px;
}

/* 高炉炼铁 */
.ironSmelting-synopsis-wrap {
  padding: 80px 0;
}

.is-classic-case-wrap {
  padding-bottom: 76px;
}

.is-classic-case-wrap .classic-case-swiper {
  padding-top: 51px;
}

.classic-case-wrap .swiper-slide-first {
  display: inline-block;
  width: 352px !important;
  vertical-align: top;
}

.classic-case-wrap .swiper-slide-first .classic-case-title {
  color: #161616;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
}

.classic-case-wrap .swiper-slide-first .classic-case-slide {
  padding-top: 100px;
}

.classic-case-wrap .classic-case-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 112px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 32px auto 0;
  padding-left: 16px;
  border-radius: 24px;
  background: #ff7a00;
  border: 1px solid #ff7a00;
  transition: all 0.3s ease-in-out;
}

.classic-case-wrap .classic-case-more:hover {
  color: #ff7a00;
  background: none;
}

.classic-case-wrap .classic-case-more svg {
  margin-left: 8px;
}

.classic-case-wrap .swiper-slide {
  width: 544px;
  height: 320px;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}

.classic-case-wrap .swiper-slide .classic-case-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.classic-case-swiper {
  display: inline-block;
  width: calc(100vw - ((100vw - 1120px) / 2 + 360px));
  padding-left: 32px;
  vertical-align: top;
  overflow: hidden;
}

.classic-case-wrapper {
  /* width: 544px; */
  width: 100%;
  overflow: visible;
  margin: 0;
}

.classic-case-wrapper .swiper-slide {
  width: 544px !important;
}

.classic-case-wrapper .classic-case-cover {
  width: 100%;
  height: 100%;
  font-size: 0;
}

.classic-case-wrapper .classic-case-cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.classic-case-wrapper .classic-case-cover-null .classic-case-cover {
  background-color: #e0e0e0;
  text-align: center;
}

.classic-case-wrapper .classic-case-cover-null .classic-case-cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.classic-case-wrapper .classic-case-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 160px;
  padding: 0 32px 32px 32px;
  text-align: left;
  background: linear-gradient(180deg,
      rgba(20, 34, 73, 0) 0%,
      rgba(20, 34, 73, 0.6) 100%);
}

.classic-case-wrapper .classic-case-cover-null .classic-case-mask {
  background: none;
}

.pdt100 {
  padding-top: 100px !important;
}

.classic-case-wrapper .classic-case-mask .classic-case-title,
.classic-case-wrapper .classic-case-mask .classic-case-desc {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  white-space: pre-wrap;
}

.classic-case .swiper-navigation-wrap {
  width: 736px;
}

/* 典型项目轮播 End */

/** 低碳冶金三级页面 Start **/
.banner-header {
  align-items: center;
  padding-top: 64px;
}

.banner-header-end {
  align-items: flex-end;
}

/*** 高炉炼铁 Start ***/
.blast_furnace_banner_bg {
  background: url(../img/business/高炉炼铁_BG.webp) no-repeat;
  background-size: auto 100%;
}

.ironSmelting-steelmaking-header {
  padding: 68px 0 78px 0;
}

.ironSmelting-steelmaking-header .steelmaking-header-desc {
  width: 673px;
  text-align: left;
  margin: 0 !important;
}

.ironSmelting-steelmaking-header .steelmaking-header-data {
  margin-bottom: 36px;
}

.ironSmelting-steelmaking-header .steelmaking-header-data .shd-piece .shd-piece-num .shd-piece-num-text {
  font-family: WixMadeforDisplay;
  font-weight: 600;
}

.ironSmelting-steelmaking-header .steelmaking-header-data .shd-piece0 .shd-piece-num {
  width: 160px;
}

.ironSmelting-steelmaking-header .steelmaking-header-data .shd-piece1 .shd-piece-num {
  width: 338px;
}

.ironSmelting-steelmaking-header .steelmaking-header-data .shd-piece2 .shd-piece-num {
  width: 330px;
}

.ironSmelting-steelmaking-header .shd-piece .shd-piece-num-text p {
  right: -21px;
}

.classic-section-main {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.classic-section .classic-section-content {
  width: 768px;
  padding-right: 128px;
}

.classic-section .node-title {
  max-width: 640px;
  margin-bottom: 32px;
}

.classic-section .node-title h4 {
  font-size: 32px;
  line-height: 40px;
  color: #ff7a00;
}

.classic-section .classic-section-desc {
  position: relative;
  width: 640px;
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
}

.classic-section .classic-section-desc .classic_desc_popup {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 24px;
  color: #ff7a00;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  flex-shrink: 0;
}

.classic_desc_popup {
  cursor: pointer;
  flex-shrink: 0;
  color: #ff7a00;
}

.classic-section .classic-section-desc .classic_desc_popup:hover {
  color: #ffa42a;
}

.classic-section .classic-section-desc .classic_desc_popup svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.classic-section .classic-section-catalog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 352px;
  height: 286px;
  transition: all 0.3s ease-in-out;
}

.classic-section .classic-section-catalog-mgb48 {
  margin-bottom: 48px;
}

.classic-section .classic-section-catalog-auto,
.classic-section .classic-section-catalog-open {
  height: auto !important;
}

.classic-section-catalog-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.classic-section-catalog-fold {
  position: absolute;
  bottom: -48px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 352px;
  height: 48px;
  padding-top: 24px;
  cursor: pointer;
}

.classic-section-catalog-fold span {
  color: #ff7a00;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 6px;
}

.classic-section-catalog-fold:hover span {
  color: #ffa42a;
}

.classic-section .classic-section-catalog .card_fold_btn {
  transition: all 0.3s linear;
}

.classic-section .classic-section-catalog-open .card_fold_btn {
  transform: rotate(180deg);
}

/* 传统高炉 */
.classic-section-ctgl .classic-section-content {
  padding-right: 129px;
}

.classic-section-ctgl .highlight-wrap {
  width: 640px;
}

.classic-section-ctgl .highlight-item:first-child {
  width: 135px;
}

.classic-section-ctgl .highlight-item:last-child {
  width: 127px;
}

.classic-section-ctgl .classic-section-desc {
  width: 616px;
  margin-bottom: 68px;
}

/* 欧冶炉 */
.classic-section-oyl .classic-section-content {
  width: 510px;
  padding-top: 6px;
  padding-right: 72px;
}

.classic-section-oyl .classic-section-desc {
  width: 438px;
}

.classic-section-oyl .classic-card {
  height: 322px;
}

.classic-section-oyl .classic-card .classic-card-content {
  height: 160px;
  padding: 0 31px 33px 31px;
}

.classic-section-oyl .classic-case-title {
  display: none;
}

/* 精炼 */
.highlight-change-btn-wrap {
  width: 640px;
  height: 44px;
  border-radius: 22px;
  margin-bottom: 48px;
  overflow: hidden;
}

.highlight-change-btn-wrap .highlight-change-btn {
  flex: 1;
  color: #8d8d8d;
  text-align: center;
  font-family: 'SourceHanSansCN';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  border-right: 2px solid #fff;
  background: #f4f4f4;
  cursor: pointer;
}

.highlight-change-btn-wrap .highlight-change-btn:last-child {
  border: none;
}

.highlight-change-btn-wrap .highlight-change-btn-active {
  color: #fff;
  background: linear-gradient(135deg, #ffb200 0.15%, #ff5f00 99.85%);
}

.highlight-change-wrap .highlight-wrap {
  display: none;
}

.highlight-change-wrap .highlight-wrap-active {
  display: flex;
}

.classic-section-catalog-none {
  display: none !important;
}

.classic-section-catalog-none.classic-section-catalog-active {
  display: block !important;
}

/** 连铸 Start **/
.steelmaking_banner_bg {
  background: url('../img/business/连铸_BG.webp') no-repeat;
  background-size: auto 100%;
}

/* 方坯连铸 */
.highlight-scroll-wrap {
  position: relative !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.highlight-wrap-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  box-shadow: 0px 0px 48px 24px rgba(255, 95, 0, 0.75) inset;
  z-index: 1;
}

.highlight-loop-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  animation: highlightLoop 20s 2s linear infinite;
}

.highlight-wrap-shadow:hover+.highlight-loop-wrap {
  animation-play-state: paused;
  /* 悬浮时暂停动画 */
}

@keyframes highlightLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.highlight-loop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 48px;
}

.highlight-loop .highlight-item {
  margin-right: 32px;
}

.highlight-loop .highlight-item:last-child {
  margin-right: 0;
}

.highlight-loop .highlight-item .highlight-item-title {
  white-space: nowrap;
}

/** 连铸 End **/
/* */

.classic-section-catalog-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
}

.classic-section-catalog-item:hover {
  background: #e8e8e8;
}

.classic-section .classic-section-catalog .classic-section-catalog-item:first-child {
  border-top: 1px solid #d3d3d3;
}

.classic-section-catalog-item .classic-section-catalog-item-title {
  width: 300px;
  color: #02020d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 40px;
  transition: all 0.3s ease-in-out;
}

.classic-section-catalog-item-add {
  display: block;
  width: 20px;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

.classic-section-catalog-item-add img {
  vertical-align: top;
}

.classic-card-wrap {
  width: 602px;
  height: 317px;
  flex-shrink: 0;
}

.classic-card {
  position: relative;
  display: block;
  width: 100%;
  height: 317px;
  border-radius: 32px;
  overflow: hidden;
}

.classic-card_new_height {
  height: 361px;
}

.classic-card img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.classic-card .videoIcon {
  width: 250px;
  height: 249px;
  margin: 40px auto 0 auto;
}

.classic-card .videoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.classic-card .classic-card-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 1;
}

.classic-card .classic-card-play-icon img {
  width: 48px;
  height: 48px;
  vertical-align: top;
}

#videoPlayWrap .modal-dialog .modal-content .modal-header {
  justify-content: flex-end;
}

#videoPlayWrap .modal-dialog .modal-content .modal-header .status-close {
  padding: 5px;
  cursor: pointer;
}

.classic-card .classic-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
  height: 147px;
  padding: 0px 128px 38px 30px;
  background: linear-gradient(180deg,
      rgba(20, 34, 73, 0) 0%,
      rgba(20, 34, 73, 0.6) 100%);
}

.classic-card .classic-card-content .classic-card-text {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

/*** 高炉炼铁 end ***/

/*** 工业炉 Start ***/
.heating_furnace_banner_bg {
  background: url('../img/business/工业炉_BG.webp') no-repeat;
  background-size: auto 100%;
}

.miningEngineering-header-card {
  display: grid;
  grid-template-columns: repeat(3, 354px);
  column-gap: 32px;
}

.miningEngineering-header-card .miningEngineering-header-card-item {
  height: 278px;
  border-radius: 32px;
  background: #f4f4f4;
  overflow: hidden;
}

.miningEngineering-header-card-group .miningEngineering-header-card-item:first-child {
  margin-bottom: 25px;
}

.miningEngineering-header-card .miningEngineering-header-card-item .node-title {
  padding: 42px 30px 32px 31px;
  margin: 0;
}

.miningEngineering-header-card .miningEngineering-header-card-item .node-title h4 {
  font-size: 36px;
  color: #ff7a00;
}

.miningEngineering-header-card .miningEngineering-header-card-item .miningEngineering-header-card-text {
  color: #161616;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 0 30px 0 31px;
}

.miningEngineering-header-card .miningEngineering-header-card-item:nth-child(2n) .miningEngineering-header-card-text {
  padding: 0 26px;
  letter-spacing: -0.1px;
}

.miningEngineering-header-card .miningEngineering-header-card-item:nth-child(3n) .miningEngineering-header-card-text {
  padding: 0 41px 0 35px;
  letter-spacing: -0.5px;
}

.miningEngineering-header-card .miningEngineering-header-card-item img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.miningEngineering-steelmaking-header {
  padding-bottom: 80px;
}

.miningEngineering-steelmaking-header .steelmaking-header-desc {
  line-height: 28px;
}

.miningEngineering-section {
  padding-right: 85px;
}

.miningEngineering-section .classic-section-content {
  width: 769px;
  padding-right: 104px;
}

.miningEngineering-section .classic-card-wrap {
  width: 352px;
  flex-shrink: 0;
}

/*** 工业炉 end ***/

/*** 炼钢 Start ***/
.steelSmelting_banner_bg {
  background: url('../img/business/炼钢_BG.webp') no-repeat;
  background-size: auto 100%;
}

.steelSmelting-steelmaking-header {
  padding: 68px 0 93px 0;
}

.steelSmelting-steelmaking-header .steelmaking-header-desc {
  width: 723px;
  line-height: 32px;
  text-align: left;
}

.krtl-cover {
  width: 557px;
  height: 380px;
  border-radius: 32px;
  overflow: hidden;
}

.krtl-cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.technical_catalog {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  padding: 64px 31px 64px 77px;
  border-radius: 32px;
  background: #f4f4f4;
}

.technical_catalog .technical_card {
  position: relative;
  width: 499px;
  height: 401px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #d9d9d9;
}

.technical_catalog .technical_card img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.technical_catalog_list_content {
  width: 499px;
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
}

.technical_catalog_list_content .technical_li_img {
  width: 100%;
  height: auto;
  margin-top: 32px;
}

.technical_catalog .technical_card_cover_null img {
  display: block;
  width: 185px;
  height: 185px;
  margin: 86px auto 0 auto;
  flex-shrink: 0;
}

.technical_card .technical_card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 26px 28px 26px;
}

.technical_card .technical_card_text {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.technical_catalog_list {
  flex: 1;
  padding-right: 84px;
}

.technical_card_item {
  width: 100%;
  height: 74px;
  transition: all 0.3s linear;
  overflow: hidden;
  border-bottom: 1px solid #c8c9ca;
}

.technical_catalog_list .technical_card_item:last-child {
  border: none;
}

.technical_card_item_show {
  height: 242px;
}

.technical_card_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  color: #02020d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.technical_card_title .card_fold_btn {
  width: 24px;
  height: 24px;
  font-size: 0;
  cursor: pointer;
}

.technical_card_item_show .technical_card_title .card_fold_btn {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.card_fold_btn svg {
  width: 24px;
  height: 24px;
  vertical-align: top;
}

.technical_card_li {
  color: #525252;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  font-family: WixMadeforDisplay;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
  cursor: pointer;
}

.technical_card_li_hide {
  display: none;
}

.technical_card_item_all_show .technical_card_li_hide {
  display: block;
}

.technical_card_all {
  color: #ff7a00;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 2px 0 19px 0;
  cursor: pointer;
  text-align: left;
}

#tableInfo .modal-content {
  background-color: #f4f4f4;
}

.table-wrap {
  position: relative;
  display: none;
  width: 795px;
  margin: 39px auto 47px auto;
}

.table-wrap-show {
  display: block;
}

.table-wrap img {
  width: 100%;
  height: auto;
}

.table-wrap .table-header {
  position: relative;
  width: 100%;
  height: 45px;
  background: linear-gradient(135deg, #ffb200 0.15%, #ff5f00 99.85%);
  box-shadow: 0px 6px 20px #ffc997;
  border-radius: 32px 32px 0 0;
}

.table-wrap .table-content {
  display: none;
  padding: 2px 26.5px 6px 27.5px;
  background-color: #fff;
}

.table-wrap .table-content-show {
  display: block;
}

.table-wrap .table-content .table-tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
  border-bottom: 1px solid #e0e0e0;
}

.table-wrap .table-content .table-tr .table-index {
  min-width: 65px;
  height: 28px;
  text-align: left;
  color: #ff7a00;
  font-family: SourceHanSansCN;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 14.5px;
}

.table-wrap .table-content .table-tr .table-index-bg {
  text-align: center;
  color: #fff;
  background-color: #fed4a4;
  border-radius: 14px;
  margin: 0 30px 0 16.5px;
}

.table-wrap .table-content .table-tr .table-text {
  width: 153px;
}

.table-text {
  color: #474747;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}

.table-wrap .table-content .table-tr .table-text-flex {
  flex: 1;
  text-align: left;
  padding-left: 33px;
}

.table-wrap .table-content .table-tr .table-text span {
  font-size: 10px;
  font-weight: 400;
}

.table-wrap .table-content .table-tr .table-span {
  width: 186px;
  text-align: left;
  white-space: nowrap;
}

.table-wrap .table-content2 .table-tr {
  justify-content: flex-start;
}

.table-wrap .table-content2 .table-tr .table-index {
  margin-right: 119px;
}

.table-wrap .table-content2 .table-tr .table-text {
  text-align: left;
}

.table-wrap .table-content2 .table-tr div:nth-child(2n) {
  width: 303px;
}

.table-wrap .table-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 32px 32px 0px 0px;
  background: linear-gradient(135deg, #ffb200 19.32%, #ff5f00 99.85%);
}

/*** 炼钢 end ***/

/*** 冷轧 Start ***/
.cold_rolling_banner_bg {
  background: url('../img/business/冷轧_BG.webp') no-repeat;
  background-size: auto 100%;
}

.coldRolling-steelmaking-header {
  padding-top: 80px;
  padding-bottom: 80px;
}

.coldRolling-steelmaking-header .steelmaking-header-desc {
  text-align: left;
}

.coldRolling-steelmaking-header .steelmaking-header-desc span {
  background: var(--Icon-gradient,
      linear-gradient(135deg, #ffb200 0.15%, #ff5f00 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/*** 冷轧 end ***/

/*** 热轧 Start ***/
.hotRolling_banner_bg {
  background: url('../img/business/热轧_BG.webp') no-repeat;
  background-size: auto 100%;
}

.hotRolling-steelmaking-header {
  padding-top: 80px;
}

.hotRolling-steelmaking-header .steelmaking-header-desc {
  width: 673px;
  margin-bottom: 82px;
  color: #161616;
}

.hotRolling-switch .hotRolling-switch-item {
  width: 100%;
  height: 69px;
  line-height: 69px;
  text-align: center;
  color: #6f6f6f;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.32px;
  background-color: #f4f4f4;
  cursor: pointer;
}

.hotRolling-switch .hotRolling-switch-item:first-child {
  border-radius: 32px 0 0 32px;
}

.hotRolling-switch .hotRolling-switch-item:last-child {
  border-radius: 0 32px 32px 0;
}

.hotRolling-switch .hotRolling-switch-active {
  color: #fff;
  background: linear-gradient(135deg, #ffb200 0.15%, #ff5f00 99.85%);
}

.pagination-hide {
  display: none;
}

.pagination-active {
  display: block;
}

/* 线棒 */

.classic-section-cc .classic-section-desc {
  width: 626px;
  color: #161616;
  padding-right: 3px;
  margin-bottom: 16px;
  text-align: justify;
}

.classic-section-cc .classic-section-desc span {
  background: var(--Icon-gradient,
      linear-gradient(135deg, #ffb200 0.15%, #ff5f00 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
}

.classic-section-cc .highlight-wrap {
  justify-content: space-between;
}

.classic-section-list-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 112px;
  height: 48px;
  padding: 15px 16px 15px 16px;
  border-radius: 24px;
  margin-bottom: 32px;
  background-color: #FF7A00;
  border: 1px solid #FF7A00;
  cursor: pointer;

  color: #FFF;
  font-family: SourceHanSansCN;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.classic-section-list-btn svg {
  transition: all 0.3s ease-in-out;
}

.classic-section-list-btn:hover {
  color: #FF7A00;
  background-color: #fff;
}

.classic-section-list-dis {
  display: none;
}

.classic-section-content .classic-section-list-active {
  display: block;
}

.classic-section-content-open .classic-section-list-btn svg {
  transform: rotate(90deg);
}

.classic-section-content-open .classic-section-list {
  display: block;
}

.classic-section-li {
  display: flex;
  align-items: center;
  color: #161616;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-left: 2px;
  margin-bottom: 16px;
}

.classic-section-li:last-child {
  margin-bottom: 32px;
}

.classic-section-li img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-right: 14px;
}

/* H型钢 */
.classic-section-hxg {
  padding-top: 80px;
}

/* 钢管 */
.classic-section-ccgg {
  padding-top: 80px;
}

.classic-section-ccgg .classic-section-li {
  display: flex;
  align-items: flex-start;
  color: #161616;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-left: 2px;
  margin-bottom: 16px;
}

.classic-section-ccgg .classic-section-li:last-child {
  margin-bottom: 0;
}

.classic-section-ccgg .classic-section-li img {
  flex-shrink: 0;
  margin: 10px 14px 0 0;
}

/* 带钢 */
.classic-section-dg {
  padding-top: 80px;
}

/*** 热轧 end ***/

/*** 焦化 Start ***/
.cokemaking_banner_bg {
  background: url('../img/business/焦炉与化产_BG.webp') no-repeat;
  background-size: auto 100%;
}

.cokemaking-steelmaking-header {
  padding: 55px 0 71px 0;
}

.cokemaking-steelmaking-header .steelmaking-header-desc {
  width: 673px;
  color: #333;
  font-weight: 500;
}

.cokemaking-steelmaking-header .steelmaking-header-desc span {
  background: linear-gradient(135deg, #ffb200 0.15%, #ff5f00 64.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.cokemaking-steelmaking-header .steelmaking-header-desc .span1 {
  background: linear-gradient(135deg, #ffb200 0.15%, #ff8f00 64.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.cokemaking-steelmaking-header .steelmaking-header-desc .span2 {
  background: linear-gradient(135deg, #ffb200 0.15%, #ff8600 64.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.cokemaking-synopsis-wrap {
  padding: 80px 0;
}

/* 焦炉技术 */
.classic-section-list-change .classic-section-li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 2px;
  margin-bottom: 26px;
  cursor: pointer;
}

.classic-section-list-change .classic-section-li:last-child {
  margin-bottom: 0px;
}

.classic-section-list-change .classic-section-li .classic-section-li-svg {
  position: relative;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  margin-right: 15px;
}

.classic-section-list-change .classic-section-li .classic-section-li-svg svg {
  position: absolute;
  display: block;
}

.classic-section-list-change .classic-section-li .point {
  opacity: 0;
}

.classic-section-list-change .classic-section-li .circle {
  opacity: 1;
}

.classic-section-list-change .classic-section-li .classic-section-li-label {
  flex: 1;
  height: 32px;
}

.classic-section-list-change .classic-section-li .classic-section-li-label span {
  display: inline-block;
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.classic-section-list-change .classic-section-li-active .point {
  opacity: 1;
}

.classic-section-list-change .classic-section-li-active .circle {
  opacity: 0;
}

.classic-section-list-change .classic-section-li-active .classic-section-li-label span {
  color: #ff7a00;
}

/* 加氢技术 */
.classic-case5 {
  padding-bottom: 109px;
}

/* 炉型种类表格弹窗 */
.table-max-wrap {
  width: 963px;
  margin: 29px auto 0 auto;
}

.table-header-column {
  width: 144px;
}

.table-header-title {
  flex: 1;
  padding-right: 71px;
}

.table-header-column,
.table-header-title {
  color: #fff;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}

.table-max-wrap .table-content-wrap .table-content {
  padding-top: 6px;
}

.table-tr-double {
  height: 114px !important;
}

.table-tr-head {
  width: 132px;
  height: 113px;
  line-height: 103px;
  padding-left: 36px;
  border-right: 1px solid #e0e0e0;
}

.table-tr-title {
  color: #474747;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 57px;
}

.table-tr-double-con {
  flex: 1;
}

.table-row {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
  border-bottom: 1px solid #e0e0e0;
}

.table-tr-double-con .table-tr-title {
  flex: 1;
  text-align: center;
}

.table-tr-double-con .table-tr-title:first-child {
  padding: 0 44px 0 0;
}

.table-row span {
  flex: 1;
  display: inline-block;
  color: #474747;
  font-family: SourceHanSansCN;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 57px;
  text-align: center;
}

.table-row span:nth-child(even) {
  background: rgba(141, 141, 141, 0.12);
}

.table-tr-index {
  width: 132px;
  height: 57px;
  border-right: 1px solid #e0e0e0;
  flex-shrink: 0;
}

.hr-table-tr .table-tr-index {
  width: 102px;
  border: none;
}

.hr-table-tr .table-tr-index .table-index {
  font-size: 10px !important;
}

.table-spacing {
  letter-spacing: -1px;
}

.border-none {
  border: none !important;
  padding: 0 !important;
}

.table-tr-title2 {
  display: block;
  line-height: 29px;
}

.table-75 {
  width: 75.5px;
  padding-left: 17.5px;
  flex-shrink: 0;
}

.table-tag {
  align-items: flex-start;
  border: none;
}

.table-tag p {
  height: 100%;
  color: #474747;
  text-align: center;
  font-family: SourceHanSansCN;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.table-tag p:nth-child(odd) {
  flex: 1;
}

.table-tag p:nth-child(even) {
  width: 91px;
  background: rgba(141, 141, 141, 0.12);
}

.table-tag1 p:nth-child(2),
.table-tag1 p:nth-child(4) {
  width: 73px;
}

.table-tag1 p:nth-child(6) {
  width: 105px;
}

.table-tag1 p:nth-child(8) {
  width: 101px;
}

.table-75 .table-index {
  min-width: 42px !important;
}

.table-tr-index .font12 {
  font-size: 12px !important;
}

.table-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.table-line span {
  text-align: center;
  color: #474747;
  font-family: SourceHanSansCN;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.table-tag p,
.table-line span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-line span:nth-child(odd) {
  flex: 1;
}

.table-line1 span:nth-child(2),
.table-line1 span:nth-child(4) {
  width: 73px;
}

.table-line1 span:nth-child(6) {
  width: 105px;
}

.table-line1 span:nth-child(8) {
  width: 101px;
}

.table-line1 span,
.table-line2 span {
  height: 100%;
}

.table-line1 span:nth-child(even),
.table-line2 span:nth-child(even) {
  background: rgba(141, 141, 141, 0.12);
}

.table-line2 span:nth-child(even) {
  width: 91px;
}

.hr-item {
  width: 71px;
  padding-left: 14px;
  color: #474747;
  font-family: SourceHanSansCN;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
}

.margin-y-32 {
  margin: 32px 0;
}

.hr-content {
  padding-left: 273px;
}

.hr-line-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hr-line-flex .hr-line-item {
  flex: 1;
  min-height: 57px;
  padding: 14px 0px 14px 7px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.table-content .hr-line-flex:last-child .hr-line-item {
  border: none;
}

.hr-line-flex .hr-line-item .table-index {
  display: inline-block;
  min-width: 69px;
  height: 28px;
  line-height: 28px;
  padding: 0 7px;
  color: #fff;
  font-family: SourceHanSansCN;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 100px;
  background: #fed4a4;
}

.hr-line-text {
  color: #474747;
  font-family: SourceHanSansCN;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  padding-left: 7px;
}

#tableInfo .modal-dialog .modal-body {
  padding: 0 80px 80px 80px;
}

.infoPopup .seUserInfo-body {
  display: flex;
  align-items: stretch;
  /* padding: 0 18px; */
}

.table-img {
  display: none;
  margin-top: 28px;
}

.table-img-show {
  display: block;
}

.table-img img {
  width: 100%;
  height: auto;
}

/* 炉型种类表格弹窗 End */

/* 飞剪 */
.fj-line-flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}

.table-content .fj-line-flex:last-child {
  border: none;
}

.fj-line-flex .fj-line-index {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 245px;
}

.fj-line-flex .fj-line-index .table-index {
  width: 56px;
  height: 28px;
  flex-shrink: 0;
  color: #fff;
  font-family: SourceHanSansCN;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  border-radius: 100px;
  background: #fed4a4;
  margin-right: 61px;
}

.fj-line-index-wrap .fj-line-index {
  height: 57px;
  line-height: 57px;
}

.fj-line-flex .table-text {
  font-size: 12px;
}

.row-right-border {
  border-right: 1px solid #e0e0e0;
}

.fj-line-133 {
  width: 133px;
}

.fj-line-145 {
  width: 145px;
}

.fj-line-183 {
  width: 183px;
}

.fj-line-162 {
  width: 162px;
}

.fj-line-flex1 .fj-line-145 {
  padding-left: 27px;
}

.fj-line-flex1 .fj-line-183 {
  padding-left: 25px;
}

.fj-line-flex2 .fj-line-index-wrap .fj-line-index {
  border-bottom: 1px solid #e0e0e0;
}

.fj-line-flex2 .fj-line-index-wrap .fj-line-index:last-child {
  border: none;
}

.fj-line-flex2 .fj-line-133 {
  height: 171px;
  line-height: 171px;
}

.fj-line-flex2 .fj-line-145-wrap .fj-line-145:first-child,
.fj-line-flex2 .fj-line-183-wrap .fj-line-183:first-child {
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #e0e0e0;
}

.fj-line-flex2 .fj-line-145-wrap .fj-line-145:nth-child(2),
.fj-line-flex2 .fj-line-183-wrap .fj-line-183:nth-child(2) {
  height: 57px;
  line-height: 57px;
  border-bottom: 1px solid #e0e0e0;
}

.fj-line-flex2 .fj-line-145-wrap .fj-line-145:last-child,
.fj-line-flex2 .fj-line-183-wrap .fj-line-183:last-child {
  height: 39px;
  line-height: 39px;
}

.fj-line-flex2 .fj-line-162-wrap .fj-line-162,
.fj-line-flex4 .fj-line-162-wrap .fj-line-162 {
  width: 167px;
  padding-right: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.fj-line-flex2 .fj-line-162-wrap .fj-line-162:last-child,
.fj-line-flex4 .fj-line-162-wrap .fj-line-162:last-child {
  border: none;
}

.fj-line-162-wrap1 .fj-line-162 {
  height: 19px;
  line-height: 19px;
}

.fj-line-flex4 .table-text {
  height: 34px;
  line-height: 34px;
}

.fj-line-flex4 .fj-line-145-wrap .fj-line-145,
.fj-line-flex4 .fj-line-183-wrap .fj-line-183 {
  border-bottom: 1px solid #e0e0e0;
}

.fj-line-flex4 .fj-line-145-wrap .fj-line-145:last-child,
.fj-line-flex4 .fj-line-183-wrap .fj-line-183:last-child {
  border: none;
}

.fj-line-flex4 .fj-line-index {
  width: 246px;
}

.fj-line-flex4 .fj-line-index,
.fj-line-flex4 .fj-line-133 {
  height: 102px;
  line-height: 102px;
}

.kw-line-flex {
  display: flex;
  align-items: center;
  padding-left: 28px;
  border-bottom: 1px solid #e0e0e0;
}

.kw-line-flex1 {
  height: 196px;
  line-height: 196px;
}

.kw-line-flex2 {
  height: 146px;
  line-height: 146px;
}

.table-content .kw-line-flex:last-child {
  border: none;
}

.kw-line-flex .kw-line-index {
  width: 151px;
  border-right: 1px solid #e0e0e0;
}

.kw-line-flex .kw-line-item1 {
  width: 406px;
}

.kw-line-flex .kw-line-item1 .table-text {
  padding-left: 137px;
  text-align: left;
}

.kw-line-flex .kw-line-item2 {
  width: 311px;
}

.kw-line-flex .kw-line-item2 .table-text {
  padding-left: 131px;
  text-align: left;
}

.kw-line-flex .kw-line-item .table-text {
  border-bottom: 1px solid #e0e0e0;
}

.kw-line-flex .kw-line-item .table-text:last-child {
  border: none;
}

/*** 焦化 end ***/

/*** 备品备件 Start ***/
.spareParts_overflow {
  overflow-y: hidden;
}

.spareParts_banner_bg {
  padding-top: 0;
  background: url('../img/business/备品备件_BG.webp') no-repeat;
  background-size: auto 100%;
}

.spareParts-banner .banner-info {
  width: 544px;
  margin: 0;
}

.spareParts-banner .banner-info .bi-title {
  width: 544px;
}

.spareParts-banner .cover-wrap {
  width: 575.5px;
  height: 536px;
  padding: 0px 0px 0px 99.5px;
}

.spareParts-banner .cover-wrap img {
  width: 477px;
  height: 536px;
  vertical-align: top;
}

.spareParts-wrap {
  width: 736px;
  color: #161616;
  text-align: justify;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.spareParts-nav-wrap {
  height: 112px;
}

.spareParts-nav {
  width: 100%;
  height: 112px;
  background-color: #fff;
}

.spareParts-nav-fixed {
  position: fixed;
  top: 72px;
  z-index: 1;
}

.spareParts-nav-swiper {
  padding: 32px 0;
  overflow: visible !important;
}

.spareParts-nav-swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.spareParts-nav-swiper .swiper-slide,
.spareParts-nav-swiper .swiper-slide-new {
  display: inline-block;
  width: 112px !important;
  padding: 12px 24px;
  color: #161616;
  text-align: center;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 32px;
  background: #ffc80f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* .spareParts-nav-fixed .swiper-slide{
  font-size: 16px;
  line-height: 24px;
} */
.spareParts-nav-swiper .swiper-slide-max {
  min-width: 128px !important;
}

.spareParts-nav-swiper .swiper-slide:hover,
.spareParts-nav-swiper .swiper-slide-new:hover {
  background: #ffb200;
  box-shadow: 0px 8px 16px 0px rgba(255, 95, 0, 0.5) inset,
    0px -8px 16px 0px rgba(255, 95, 0, 0.5) inset,
    8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset,
    -8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset;
}

.spareParts-nav-swiper .swiper-slide-active {
  background: #ffb200;
  box-shadow: 0px 8px 16px 0px rgba(255, 95, 0, 0.5) inset,
    0px -8px 16px 0px rgba(255, 95, 0, 0.5) inset,
    8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset,
    -8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset;
}

.spareParts-item {
  padding: 80px 0;
}

.spareParts-item .node-title {
  margin-bottom: 40px;
}

.spareParts-item .node-title h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #ff7a00;
}

.spareParts-item .spareParts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.spareParts-item .spareParts-grid-item {
  position: relative;
}

.spareParts-item .spareParts-grid-item img {
  width: 100%;
  height: 160px;
  border-radius: 32px;
  margin-bottom: 12px;
}

.spareParts-item .spareParts-grid-item .spareParts-grid-item-title {
  color: #525252;
  font-family: SourceHanSansCN;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.spareParts-item .spareParts-grid-item .spareParts-grid-popup-wrap {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  height: 44px;
  border-radius: 0 0 32px 32px;
  background: linear-gradient(180deg, rgba(20, 34, 73, 0) 0%, #142249 100%);
}

.spareParts-item .spareParts-grid-item .spareParts-grid-popup {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.spareParts-table {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.spareParts-popup-item img {
  width: 100%;
  height: 200px;
  border-radius: 32px;
}

.spareParts-popup-item .spareParts-popup-title {
  color: #525252;
  font-family: SourceHanSansCN;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 12px;
  text-align: left;
}

.spareParts-tag-item {
  min-width: 320px;
  border-left: 2px solid #ff7a00;
  padding: 0 32px;
}

.spareParts-tag-row {
  display: flex;
  align-items: center;
}

.spareParts-tag-item .spareParts-tag-item-title {
  color: #525252;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
  text-align: left;
}

.spareParts-tag-item .spareParts-tag-item-content {
  color: #161616;
  font-family: SourceHanSansCN;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

/*** 备品备件 end ***/

/** 低碳冶金三级页面 End **/

/** 矿山工程三级页面 Start **/
/*** 绿色矿山 Start ***/
.mining_banner_bg {
  background: url(../img/business/绿色矿山_BG.webp) no-repeat;
  background-size: auto 100%;
}

.mining-steelmaking-header {
  padding-top: 80px;
  /* padding-bottom: 80px; */
}

.mining-steelmaking-header .steelmaking-header-desc {
  color: #161616;
  text-align: justify;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

/* 节能低碳细磨选矿工艺 */
.classic-section-dtxm .classic-section-desc {
  position: relative;
}

.classic-section-dtxm .classic-section-desc .icon_hover_wrap svg {
  width: 17.5px;
  height: 17.5px;
  vertical-align: top;
}

.classic-section-dtxm .highlight-item-title {
  white-space: nowrap;
}

.classic-section-dtxm .highlight-loop .highlight-item {
  margin-right: 73px;
}

#gytdPopup .seUserInfo-left h4 {
  margin-bottom: 64px;
}

.seUserInfo-img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.seUserInfo-img-wrap img:first-child {
  width: 438px;
  height: 281px;
  border-radius: 32px;
  margin-right: 28px;
}

.seUserInfo-img-wrap img:last-child {
  width: 511px;
  height: 284px;
  border-radius: 32px;
}

/* 高压辊磨超细碎工艺 */
.classic-section-gygm .classic-section-list {
  padding-bottom: 20px;
}

.classic-section-gygm .classic-section-li,
.classic-section-gltk .classic-section-li {
  padding-right: 2px;
  margin-bottom: 12px;
}

.classic-section-gygm .classic-section-li:last-child,
.classic-section-gltk .classic-section-li:last-child {
  margin-bottom: 0;
}

.classic-section-gygm .classic-section-li svg,
.classic-section-gltk .classic-section-li img {
  margin-right: 18px;
}

.classic-section-gygm .classic-section-li span,
.classic-section-gltk .classic-section-li span {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.classic-section-gygm .highlight-item-title {
  white-space: nowrap;
}

.classic-section-gygm .highlight-loop .highlight-item {
  margin-right: 30px;
}

/*** 绿色矿山 End ***/

/*** 球团 Start ***/
.pellet_banner_bg {
  background: url(../img/business/球团_BG.webp) no-repeat;
  background-size: auto 100%;
}

.pellet-steelmaking-header {
  padding: 80px 0;
}

.pellet-steelmaking-header .steelmaking-header-data {
  padding: 63px 0 42px 0;
}

.pellet-steelmaking-header .steelmaking-header-data .shd-piece .shd-piece-title {
  font-weight: 400;
}

.pellet-steelmaking-header .steelmaking-header-data .shd-piece0 {
  margin-right: 71px;
}

.pellet-steelmaking-header .steelmaking-header-data .shd-piece0 .shd-piece-num {
  width: 369px;
}

.pellet-steelmaking-header .steelmaking-header-data .shd-piece1 {
  margin-right: 72px;
}

.pellet-steelmaking-header .steelmaking-header-data .shd-piece1 .shd-piece-num {
  width: 119px;
}

.pellet-steelmaking-header .steelmaking-header-data .shd-piece2 .shd-piece-num {
  width: 235px;
}

.pellet-steelmaking-header .shd-piece2 .shd-piece-num-text p {
  right: -53px;
}

/* 带式焙烧机球团 */
.classic-section-desc .dsps0 {
  font-family: 'WixMadeforText';
  background: linear-gradient(135deg, #ff8800 0.15%, #ff8200 99.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.classic-section-desc .dsps1 {
  font-family: 'WixMadeforText';
  background: linear-gradient(135deg, #ff7c00 0.15%, #ff7400 99.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.classic-section-desc .dsps2 {
  font-family: 'WixMadeforText';
  background: linear-gradient(135deg, #ff9700 0.15%, #ff8a00 99.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.classic-section-desc .dsps3 {
  font-family: 'WixMadeforText';
  background: linear-gradient(135deg, #ff8200 0.15%, #ff7a00 99.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.classic-section-desc .dsps4 {
  font-family: 'WixMadeforText';
  background: linear-gradient(135deg, #ff7400 0.15%, #ff6d00 99.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*** 球团 End ***/

/*** 烧结 Start ***/
.sintering_banner_bg {
  background: url('../img/business/烧结_BG.webp') no-repeat;
  background-size: auto 100%;
}

.sintering-synopsis-wrap .steelmaking-header-desc span {
  background: var(--Icon-gradient,
      linear-gradient(135deg, #ffb200 0.15%, #ff5f00 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 700;
}

.sintering-synopsis-wrap .shd-piece .shd-piece-num .shd-piece-num-text {
  font-family: WixMadeforDisplay;
  font-size: 75px;
  font-weight: 600;
}

.sintering-synopsis-wrap .shd-piece .shd-piece-num .shd-piece-num-text p {
  bottom: 16px;
}

.sintering-synopsis-wrap .shd-piece0 {
  margin-right: 68px;
}

.sintering-synopsis-wrap .shd-piece0 .shd-piece-num {
  width: 375px;
}

.sintering-synopsis-wrap .shd-piece1 {
  margin-right: 70px;
}

.sintering-synopsis-wrap .shd-piece1 .shd-piece-num {
  width: 200px;
}

.sintering-synopsis-wrap .shd-piece2 .shd-piece-num {
  width: 279px;
}

.sintering-synopsis-wrap .shd-piece3 {
  margin-right: 68px;
}

.sintering-synopsis-wrap .shd-piece3 .shd-piece-num {
  width: 211px;
}

.sintering-synopsis-wrap .shd-piece4 .shd-piece-num {
  width: 163px;
}

/*** 烧结 End ***/

/*** 原料场 Start ***/
.stockyard_banner_bg {
  background: url('../img/business/原料场_BG.webp') no-repeat;
  background-size: auto 100%;
}

.stockyard-steelmaking-header {
  padding-top: 66px;
}

.columnOtherMain .classic-case-title {
  display: none;
}

.columnOtherMain {
  position: relative;
}

/* “木”型料场 */
/* 钢板仓存储工艺 */
/* 智能化料场 */
.columnOtherMain .classic-section-content {
  width: 518px;
  padding-right: 86px;
}

.columnOtherMain .classic-section-desc {
  width: 432px;
}

.columnOtherMain .classic-card-content {
  padding: 0 28px 30px 28px;
}

/*** 原料场 End ***/
/** 矿山工程三级页面 End **/

.toggle_warp {
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  padding-top: 24px;
  text-align: center;
}

.toggle_warp .toggle_btn {
  display: flex;
  justify-content: center;
  padding-right: 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #ff7a00;
  cursor: pointer;
}

.toggle_warp .toggle_btn:hover {
  color: #ffa42a;
}

.min_height {
  height: 332px;
  overflow: hidden;
}

.gyl-model .list_item {
  padding-left: 19px;
}

.gyl-model .mt16 {
  margin-top: 16px;
}

.gyl-model .list_item ul li {
  list-style: disc;
  margin-bottom: 20px;
}

/*# sourceMappingURL=business.css.map */

@media (max-width: 1290px) and (min-width: 1024px) {

  .classic_details_wrap {
    justify-content: center;
    padding: 0 4.16%;
  }

  .share-groups {
    padding-left: 0 !important;
    margin-right: 6.2% !important;
  }

  /* 弹窗表格 Start */
  .table-max-wrap {
    width: 100%;
  }

  /* 弹窗表格 End */

  /*** 业务页公共样式 Start ***/

  .classic-section .classic-section-content {
    width: 614.4px;
    padding-right: 102.4px;
  }

  .classic-section .node-title {
    max-width: 512px;
    margin-bottom: 25.6px;
  }

  .classic-section .node-title h4 {
    width: 100% !important;
    font-size: 28px !important;
    line-height: 32px !important;
  }

  .classic-section .classic-section-desc {
    width: 512px;
    font-size: 14px;
    line-height: 25.6px;
    margin-bottom: 25.6px;
  }

  .classic-section .classic-section-desc .classic_desc_popup {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .classic-section .classic-section-desc .classic_desc_popup svg {
    width: 16px;
    height: 16px;
    margin-left: 6.4px;
  }

  .classic-section .classic-section-catalog {
    width: 281.6px;
    height: 276px;
  }

  .classic-section .classic-section-catalog-mgb48 {
    margin-bottom: 38.4px;
  }

  .classic-case-swiper {
    /* width: calc(100vw - ((100vw - 1120px) / 2 + 360px)); */
    width: calc(100vw - 4.16vw - 308px);
  }

  .classic-case-wrap .swiper-slide-first .classic-case-title {
    font-size: 24.5px;
    line-height: 31.5px;
  }

  .classic-case-wrap .classic-case-more {
    width: 98px;
    height: 42px;
    font-size: 12px;
    line-height: 16px;
    margin: 28px auto 0;
    padding-left: 14px;
    border-radius: 21px;
  }

  .classic-case-wrap .swiper-slide {
    width: 476px !important;
    height: 280px;
    border-radius: 28px;
  }

  .classic-case-wrap .swiper-slide-first {
    width: 308px !important;
  }

  .classic-case .swiper-navigation-wrap {
    width: 585px;
  }

  /*** 业务页公共样式 End ***/

  /* 连铸 Start */
  .banner-wrap .banner-info {
    width: 435.2px;
  }

  .banner-wrap .bi-title {
    font-size: 43.2px;
    line-height: 51.2px;
    margin-bottom: 25.6px;
  }

  .banner-wrap .bi-desc {
    font-size: 22.4px;
    line-height: 28.8px;
  }

  .banner-wrap .cover-wrap {
    width: 435.2px;
    height: 326.4px;
    margin-left: 25.6px;
  }

  .classic-section-catalog-fold {
    bottom: -38.4px;
    width: 281.6px;
    height: 38.4px;
    padding-top: 19.2px;
    cursor: pointer;
  }

  .highlight-wrap {
    width: 512px;
    height: 92.8px;
    padding: 23.6px 38.4px;
    border-radius: 25.6px;
  }

  .highlight-loop {
    padding: 23.6px 38.4px;
  }

  .highlight-flex .highlight-wrap {
    margin-right: 25.6px;
  }

  .highlight-item-num {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
  }

  .highlight-item-num-item span {
    font-size: 12.8px;
  }

  .classic-section-catalog-item .classic-section-catalog-item-title {
    font-size: 14px;
    width: 240px;
    padding-right: 32px;
    line-height: 30px;
  }

  /* 连铸 End */

  /*** 备品备件 Start ***/
  .spareParts-banner .banner-info {
    width: 435.2px;
  }

  .spareParts-banner .banner-info .bi-title {
    width: 435.2px;
    font-size: 43.2px;
    line-height: 51.2px;
    margin-bottom: 25.6px;
  }

  .spareParts-banner .banner-info .bi-desc {
    font-size: 22.4px;
    line-height: 28.8px;
  }

  .spareParts-banner .cover-wrap {
    width: 460.4px;
    height: 428.8px;
    padding: 0px 0px 0px 79.6px;
  }

  .spareParts-banner .cover-wrap img {
    width: 381.6px;
    height: 428.8px;
  }

  .spareParts-item .node-title h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .spareParts-wrap {
    width: 588.8px;
  }

  .spareParts-wrap .desc-con {
    font-size: 18px;
    line-height: 25.2px;
  }

  .spareParts-nav-wrap {
    height: 89.6px;
  }

  .spareParts-nav {
    width: 100%;
    height: 89.6px;
  }

  .spareParts-nav-fixed {
    top: 57.6px;
  }

  .spareParts-nav-swiper {
    padding: 25.6px 0;
  }

  .spareParts-nav-swiper .swiper-slide,
  .spareParts-nav-swiper .swiper-slide-new {
    width: 89.6px !important;
    padding: 9.6px 19.2px;
    font-size: 12px;
    line-height: 21.6px;
    border-radius: 25.6px;
  }

  .spareParts-nav-swiper .swiper-slide-max {
    min-width: 102.4px !important;
  }

  .spareParts-item {
    padding: 64px 0;
  }

  .spareParts-item .node-title {
    margin-bottom: 36px;
  }

  .spareParts-item .spareParts-grid {
    gap: 25.6px;
  }

  .spareParts-item .spareParts-grid-item img {
    height: 128px;
    border-radius: 25.6px;
    margin-bottom: 9.6px;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-popup-wrap {
    bottom: 22.4px;
    height: 35.2px;
    border-radius: 0 0 25.6px 25.6px;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-popup {
    bottom: 16px;
    left: 16px;
    width: 19.2px;
    height: 19.2px;
  }

  .spareParts-table {
    grid-column-gap: 25.6px;
    grid-row-gap: 25.6px;
  }

  .spareParts-popup-item img {
    height: 160px;
    border-radius: 25.6px;
  }

  .spareParts-popup-item .spareParts-popup-title {
    font-size: 10.8px;
    line-height: 23.4px;
    margin-top: 10.8px;
  }

  .spareParts-tag-item {
    min-width: 256px;
    border-left: 1.6px solid #ff7a00;
    padding: 0 25.6px;
  }

  .spareParts-tag-item .spareParts-tag-item-title {
    font-size: 14.4px;
    line-height: 21.6px;
    margin-bottom: 3.6px;
  }

  .spareParts-tag-item .spareParts-tag-item-content {
    font-size: 18px;
    line-height: 25.2px;
  }

  .infoPopup .seUserInfo-left {
    width: 200px;
    margin-right: 25px;
  }

  .infoPopup .modal-dialog .modal-body2 {
    padding: 0 88px 52px 64px;
  }

  .spareParts-table {
    grid-template-columns: repeat(2, 256px);
  }

  /*** 备品备件 end ***/
  .classic-section-oyl .classic-section-content {
    padding-top: 6px;
    padding-right: 63px;
  }

  .classic-section-oyl .classic-card {
    height: 282px;
  }

  /*** 高炉炼铁 End ***/
}

/*** max-width: 1290px and min-width: 1024px End ***/

@media (max-width: 1290px) {

  /*** 业务页公共样式 Start ***/

  .classic-case-wrap .swiper-slide-first .classic-case-slide {
    padding-top: 89px;
  }

  .classic-section-catalog-fold span {
    font-size: 14px;
    line-height: 14px;
    margin-right: 4.8px;
  }

  .card_fold_btn svg {
    width: 20px;
    height: 20px;
  }

  /*** 业务页公共样式 Start ***/

  /*** 高炉炼铁 Start ***/
  .classic-section-ctgl .highlight-wrap {
    width: 100%;
  }

  .classic-section-oyl .classic-section-content {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .classic-section-oyl .classic-section-desc {
    width: 100%;
  }

  /*** 高炉炼铁 End ***/

  /*** 工业炉 Start ***/
  .miningEngineering-header-card {
    grid-template-columns: repeat(3, 1fr);
  }

  .miningEngineering-header-card .miningEngineering-header-card-item {
    height: auto;
    aspect-ratio: 354/278;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .node-title {
    min-width: 100%;
    padding: 36.75px 26.25px 28px 27.125px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .node-title h4 {
    font-size: 31.5px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .miningEngineering-header-card-text {
    font-size: 14px;
    line-height: 25px;
    padding: 0 26.25px 0 27.125px;
  }

  .classic-card_new_height {
    height: auto;
    aspect-ratio: 665/361;
  }

  /*** 工业炉 End ***/

  /*** 绿色矿山 Start ***/
  .seUserInfo-img-wrap img:first-child {
    width: 43.8%;
    height: auto;
  }

  .seUserInfo-img-wrap img:last-child {
    width: 51.1%;
    height: auto;
  }

  /*** 绿色矿山 End ***/

  /*** 原料场 Start ***/
  .columnOtherMain .node-title {
    width: 100%;
    min-width: 0;
  }

  .columnOtherMain .classic-section-desc {
    width: 100%;
  }

  .columnOtherMain .classic-section-content {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .columnOtherMain .classic-card-wrap {
    width: 46.66vw;
    height: auto;
    aspect-ratio: 602/317;
    flex-shrink: 0;
  }

  .columnOtherMain .classic-card {
    width: 100%;
    height: 100%;
  }

  /*** 原料场 End ***/

  /*** 烧结 Start ***/
  .sintering-popup .seUserInfo-img-wrap div img:first-child {
    width: 51% !important;
  }

  .sintering-popup .seUserInfo-img-wrap div img:last-child {
    width: 44% !important;
  }

  /*** 烧结 End ***/

  /*** 炼钢 Start ***/
  .highlight-change-btn-wrap {
    width: 100%;
  }

  /*** 炼钢 End ***/
}

@media (max-width: 1024px) and (min-width: 769px) {
  .classic_details_wrap {
    padding: 0 3.16%;
  }

  /* 项目案例详情 Start */
  .classicBanner .bi-title {
    font-size: 46px;
    line-height: 54px;
  }

  .classic_banner_card {
    grid-row-gap: 24px;
    padding: 54px;
    border-radius: 24px;
  }

  .classic_banner_card .cbc-item {
    min-height: 47px;
    padding: 0 81px 0 27px;
  }

  .classic_banner_card .cbc-item .cbc-tag {
    font-size: 17px;
    line-height: 23px;
  }

  .classic_banner_card .cbc-item .cbc-value {
    font-size: 14px;
    line-height: 20px;
  }

  /* 项目案例详情 End */

  /*** 业务页公共样式 Start ***/
  .classic-case-wrap .swiper-slide-first .classic-case-slide {
    padding-top: 83px;
  }

  .default-synopsis-wrap>div {
    width: 100% !important;
  }

  .classic-section .classic-section-content {
    /* width: 491.52px; */
    flex: 1;
    width: auto;
    min-width: 316px;
    padding-right: 8vw;
  }

  .classic-section .node-title {
    margin-bottom: 20.48px;
  }

  .classic-section .node-title h4 {
    font-size: 26px !important;
    line-height: 28px !important;
  }

  .classic-section .classic-section-desc {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
  }

  .classic-section .classic-section-desc .classic_desc_popup {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }

  .classic-section .classic-section-desc .classic_desc_popup svg {
    width: 12.8px;
    height: 12.8px;
    margin-left: 5.12px;
  }

  .classic-section .classic-section-catalog {
    width: 225.28px;
    height: 246px;
  }

  .classic-section .classic-section-catalog-mgb48 {
    margin-bottom: 30.72px;
  }

  .highlight-item-title {
    font-size: 14px;
    line-height: 17px;
  }

  .classic-section-catalog-fold {
    bottom: -30.72px;
    width: 225.28px;
    height: 30.72px;
    padding-top: 15.36px;
    cursor: pointer;
  }

  .classic-section-catalog-fold span {
    font-size: 12px;
    line-height: 15.36px;
    margin-right: 3.84px;
  }

  .highlight-wrap {
    /* width: 409.6px; */
    width: 100%;
    height: 100%;
    height: 74.24px;
    padding: 18.88px 30.72px;
    border-radius: 20.48px;
    box-shadow: 0px 0px 24px 17px rgba(255, 95, 0, 0.75) inset;
  }

  .classic-case-swiper {
    width: calc(93.68vw - 286px);
  }

  .classic-case-wrap .swiper-slide-first .classic-case-title {
    font-size: 22.75px;
    line-height: 29px;
  }

  .classic-case-wrap .classic-case-more {
    width: 91px;
    height: 39px;
    font-size: 11px;
    line-height: 15px;
    margin: 26px auto 0;
    padding-left: 13px;
    border-radius: 19.5px;
  }

  .classic-case-wrap .swiper-slide {
    width: 442px !important;
    height: 260px;
    border-radius: 26px;
  }

  .classic-case-wrap .swiper-slide .classic-case-slide {
    border-radius: 26px;
  }

  .classic-case-wrap .swiper-slide-first {
    width: 286px !important;
  }

  .classic-case .swiper-navigation-wrap {
    width: calc(93.68vw - 365px);
  }

  /*** 业务页公共样式 End ***/

  /* 连铸 Start */
  .banner-wrap .banner-info {
    width: 348.16px;
  }

  .banner-wrap .bi-title {
    font-size: 34.56px;
    line-height: 40.96px;
    margin-bottom: 20.48px;
  }

  .banner-wrap .bi-desc {
    font-size: 17.92px;
    line-height: 23.04px;
  }

  .banner-wrap .cover-wrap {
    width: 348.16px;
    height: 261.12px;
    margin-left: 20.48px;
  }

  .highlight-wrap-shadow {
    border-radius: 20.48px;
    box-shadow: 0px 0px 24px 12px rgba(255, 95, 0, 0.75) inset;
  }

  .classic-section-fplz .highlight-item-num {
    font-size: 16px;
  }

  .highlight-loop {
    padding: 18.88px 30.72px;
  }

  .highlight-flex .highlight-wrap {
    margin-right: 20.48px;
  }

  .highlight-item-num {
    font-size: 16px;
    line-height: 20.92px;
  }

  .highlight-item-num-item span {
    font-size: 10.24px;
  }

  .classic-section-catalog-item .classic-section-catalog-item-title {
    font-size: 12px;
    width: 192px;
    padding-right: 24px;
    line-height: 24px;
  }

  /* .con-wrap {
    width: calc(100% - 6.32%);
  } */

  /* 连铸 End */

  /*** 备品备件 Start ***/
  .spareParts-banner .banner-info {
    width: 370.92px;
  }

  .spareParts-banner .banner-info .bi-title {
    width: 370.92px;
    font-size: 34.56px;
    line-height: 40.96px;
    margin-bottom: 20.48px;
  }

  .spareParts-banner .banner-info .bi-desc {
    font-size: 17.92px;
    line-height: 23.04px;
  }

  .spareParts-banner .cover-wrap {
    width: 348.16px;
    height: 323.64px;
    padding: 0px 0px 0px 20.48px;
  }

  .spareParts-banner .cover-wrap img {
    width: 324.36px;
    height: 364.48px;
  }

  .spareParts-item .node-title h4 {
    font-size: 26px;
    line-height: 28px;
  }

  .spareParts-wrap {
    width: 500.48px;
  }

  .spareParts-wrap .desc-con {
    font-size: 18px;
    line-height: 25.2px;
  }

  .spareParts-nav-wrap {
    height: 76.16px;
  }

  .spareParts-nav {
    width: 100%;
    height: 76.16px;
  }

  .spareParts-nav-fixed {
    top: 48.96px;
  }

  .spareParts-nav-swiper {
    padding: 21.76px 0;
  }

  .spareParts-nav-swiper .swiper-slide,
  .spareParts-nav-swiper .swiper-slide-new {
    width: 93px !important;
    padding: 8.16px 16.32px;
    font-size: 12px;
    line-height: 21.6px;
    border-radius: 21.76px;
  }

  .spareParts-nav-swiper .swiper-slide-max {
    /* width: 87.04px !important; */
  }

  .spareParts-item {
    padding: 54.4px 0;
  }

  .spareParts-item .node-title {
    margin-bottom: 30.6px;
  }

  .spareParts-item .spareParts-grid {
    gap: 21.76px;
  }

  .spareParts-item .spareParts-grid-item img {
    height: 108.8px;
    border-radius: 21.76px;
    margin-bottom: 8.16px;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-popup-wrap {
    bottom: 19.04px;
    height: 29.92px;
    border-radius: 0 0 21.76px 21.76px;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-popup {
    bottom: 13.6px;
    left: 13.6px;
    width: 16.32px;
    height: 16.32px;
  }

  .spareParts-table {
    grid-column-gap: 21.76px;
    grid-row-gap: 21.76px;
  }

  .spareParts-popup-item img {
    height: 136px;
    border-radius: 21.76px;
  }

  .spareParts-popup-item .spareParts-popup-title {
    font-size: 10.8px;
    line-height: 23.4px;
    margin-top: 10.8px;
  }

  .spareParts-tag-item {
    min-width: 217.6px;
    border-left: 1.36px solid #ff7a00;
    padding: 0 21.76px;
  }

  .spareParts-tag-item .spareParts-tag-item-title {
    font-size: 14.4px;
    line-height: 21.6px;
    margin-bottom: 3.6px;
  }

  .spareParts-tag-item .spareParts-tag-item-content {
    font-size: 18px;
    line-height: 25.2px;
  }

  .infoPopup .seUserInfo-left {
    width: 170px;
    margin-right: 22px;
  }

  .infoPopup .modal-dialog .modal-body2 {
    padding: 0 64px 45px 50px;
  }

  .spareParts-table {
    grid-template-columns: repeat(2, 205px);
  }

  /*** 备品备件 end ***/

  /*** 高炉炼铁 Start ***/

  .classic-section-oyl .classic-section-content {
    padding-top: 6px;
    padding-right: 4vw;
  }

  .classic-section-oyl .classic-card {
    width: 442px;
    height: 260px;
  }

  /*** 高炉炼铁 End ***/

  /*** 工业炉 Start ***/
  .miningEngineering-header-card {
    column-gap: 28px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item {
    border-radius: 28px;
  }

  .miningEngineering-header-card-group .miningEngineering-header-card-item:first-child {
    margin-bottom: 21px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .node-title {
    padding: 2.1875vw 1.5625vw 1.66vw 1.614vw;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .node-title h4 {
    font-size: 28px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .miningEngineering-header-card-text {
    font-size: 13px;
    line-height: 21px;
    padding: 0 1.5625vw 0 1.614vw !important;
  }

  /*** 工业炉 End ***/

  /*** 原料场 Start ***/
  .classic-card .classic-card-content .classic-card-text {
    font-size: 17px;
    line-height: 23px;
  }

  /*** 原料场 End ***/

  /*** 烧结 Start ***/
  .sintering-synopsis-wrap>div {
    max-width: 700px !important;
  }

  .sintering-popup .seUserInfo-img-wrap div {
    margin-top: 52px !important;
  }

  /*** 烧结 End ***/

  /*** 项目案例 Start ***/
  .cl_search_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .news_list .search_wrap .search_keyword,
  .news_list .search_wrap .search_xm,
  .news_list .search_wrap .search_type {
    width: auto;
    margin: 0 !important;
  }

  .cl_search_wrap.search_keyword_focus {
    grid-template-columns: repeat(1, 1fr);
  }

  /*** 项目案例 End ***/

}

/*** max-width: 1024px and min-width: 769px End ***/

@media screen and (max-width: 960px) {
  .nav_two {
    width: auto;
    padding: 0 15px;
    margin: 20px 0 20px 0;
  }

  .news_list .search_wrap {
    /* display: none; */
    font-size: 0;
  }

  .footer_banner {
    width: 100%;
    height: 150px;
  }

  .footer_banner .more_dynamic {
    font-size: 12px;
    width: 100px;
    line-height: 20px;
  }

  .footer_banner .subscription {
    width: 170px;
    font-size: 10px;
    bottom: 15px;
    transform: scale(0.7);
  }

  .pages {
    text-align: center;
  }

  .pages a {
    padding: 15px;
  }

  /** 项目案例详情 Start **/
  .classic_details_wrap .classic_details_content {
    flex: 1;
    width: auto;
  }

  .classic_details_wrap .classic_details_content img {
    max-width: 100%;
  }

  /** 项目案例详情 End **/

  /*** 工业炉 Start ***/
  .miningEngineering-header-card {
    column-gap: 20px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item {
    border-radius: 22px;
  }

  .miningEngineering-header-card-group .miningEngineering-header-card-item:first-child {
    margin-bottom: 16px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .node-title {
    padding: 2vw 1.5vw 0.8vw 1.5vw;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .node-title h4 {
    font-size: 24px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .miningEngineering-header-card-text {
    font-size: 13px;
    line-height: 21px;
    padding: 0 1.5vw 0 1.5vw !important;
  }

  /*** 工业炉 End ***/
}

/*** max-width: 960px End ***/

@media (max-width: 768px) {

  /* 项目案例 Start */

  .newsSwiper .swiper-slide .news_carousel_item_wrap:hover .news_carousel_item .news_cover {
    transform: scale(1);
  }

  .newsSwiper .swiper-slide .news_carousel_item .news_con {
    height: 112px;
    padding: 18.75px;
  }

  .newsSwiper .swiper-slide .news_carousel_item .news_con .news_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .news_list .news_item .item .title_con .news_title {
    max-height: 37.5px;
    font-size: 14px;
    line-height: 18.75px;
  }

  /* 项目案例 End */

  /* 项目案例详情 Start */
  .classicBanner {
    min-height: 320px;
    padding-bottom: 0px !important;
  }

  .classicDetailsBanner {
    height: 320px;
  }

  .classicBanner .bi-title {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    font-family: WixMadeforText, SourceHanSansCN;
  }

  .classic_banner_card_wrap {
    margin-bottom: 32px;
  }

  .classic_banner_card {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .classic_banner_card .cbc-item {
    min-height: 38px;
    padding: 0 0 0 12px;
  }

  .classic_banner_card .cbc-item .cbc-tag {
    font-size: 14px;
    line-height: 18px;
  }

  .classic_banner_card .cbc-item .cbc-value {
    font-size: 12px;
    line-height: 16px;
  }

  .newsSwiper .swiper-slide {
    width: 224px;
    height: 152px;
    border-radius: 16px;
  }

  .newsSwiper .swiper-slide .news_carousel_item_wrap {
    height: 152px;
    border-radius: 16px;
  }

  .newsSwiper .swiper-slide .news_carousel_item {
    width: 224px;
    height: 152px;
    border-radius: 16px;
  }

  .swiper-navigation-px {
    padding: 0;
  }

  .classic_details_wrap {
    flex-wrap: wrap;
    padding: 0 16px;
  }

  .share-groups {
    width: 100%;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
  }

  /* 项目案例详情 End */

  /*** 业务页公共样式 Start ***/

  .banner-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .default-synopsis-wrap {
    width: 100% !important;
    font-size: 14.063px !important;
    line-height: 28.125px !important;
    padding: 37.5px 0 !important;
  }

  .default-synopsis-wrap>div,
  .default-synopsis-wrap>p {
    width: 100% !important;
    font-size: 14.063px !important;
    line-height: 28.125px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(1) {
    margin-bottom: 18.75px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(2) {
    word-break: keep-all;
    width: 100% !important;
    flex-wrap: wrap !important;
    row-gap: 16px !important;
    margin-bottom: 2.75px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(2)>div {
    margin-right: 37.5px !important;
    margin-bottom: 0px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(2)>div>div {
    font-size: 14.063px !important;
    line-height: 18.75px !important;
  }

  .synopsis-slug {
    font-size: 14.063px !important;
    line-height: 28.125px !important;
  }

  .classic-section {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .classic-section .classic-section-catalog {
    width: 100%;
    height: 186px;
    margin-top: 24px !important;
  }

  .classic-section-catalog-item-add {
    /* width: 18.75px;
    height: 18.75px; */
    width: 16px;
    height: 16px;
  }

  .classic-section-catalog-item-add img {
    width: 16px;
    height: 16px;
  }

  .select_warp {
    top: 37.5px;
  }

  .select_scroll_warp {
    max-height: 210px;
  }

  /*** 业务页公共样式 End ***/

  /*** 连铸 Start ***/

  .top_item_warp {
    display: none;
  }

  .sticky-top {
    height: 56.3px;
  }

  .banner-wrap .cover-wrap {
    width: 90%;
    height: auto;
    margin-left: 0;
    margin-bottom: 4.96px;
    /* margin-left: 32px; */
  }

  .banner-header {
    margin-top: 56.3px;
    padding-top: 8px !important;
    height: auto !important;
    padding-right: 18.75px !important;
    padding-left: 18.75px !important;
  }

  .banner-wrap .banner-info {
    width: 100%;
    margin-bottom: 51.6px;
  }

  .banner-wrap .bi-title,
  .spareParts-banner .banner-info .bi-title {
    font-size: 42.188px;
    line-height: 51.563px;
    margin-bottom: 8px;
    width: 100%;
  }

  .banner-wrap .bi-desc,
  .spareParts-banner .banner-info .bi-desc {
    /* font-size: 23.438px;
    line-height: 32.813px; */
    font-size: 16px;
    line-height: 24px;
  }

  .directory-tab {
    font-size: 14.063px;
    line-height: 18.75px;
  }

  .steelmaking-synopsis-wrap>div:nth-of-type(3) {
    margin-top: 16px !important;
  }

  .steelmaking-synopsis-wrap>div:nth-of-type(2)>div>div:nth-of-type(2)>div {
    height: 43px !important;
    font-size: 32.813px !important;
    line-height: 43px !important;
  }

  .steelmaking-synopsis-wrap>div:nth-of-type(2)>div>div:nth-of-type(2)>div p {
    font-size: 14.063px !important;
    line-height: 18.75px !important;
  }

  .classic-section-bdtz {
    padding-top: 37.5px !important;
  }

  .classic-section .node-title {
    /* margin-bottom: 18.75px !important; */
    margin-bottom: 16px !important;
    min-width: 200px;
  }

  .classic-section .node-title h4 {
    /* font-size: 24px;
    line-height: 30px; */
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .classic-section .classic-section-content {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .classic-section .classic-section-desc {
    width: 100% !important;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 18.75px !important;
  }

  .classic-section-main {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    /* padding-left: 18.75px !important;
    padding-right: 18.75px !important;
    padding-top: 37.5px !important; */
  }

  .highlight-wrap {
    width: 100%;
    height: 75px;
    border-radius: 18.75px;
    box-shadow: 0px 0px 24px 12px rgba(255, 95, 0, 0.75) inset;
    padding: 12px 18.75px;
    overflow: auto;
    /* justify-content: center; */
    position: relative;
  }

  .highlight-wrap-shadow {
    border-radius: 18.75px;
  }

  .highlight-wrap::-webkit-scrollbar {
    display: none;
  }

  .highlight-item-num,
  .highlight-item-weight span {
    font-size: 16.406px;
    line-height: 21.094px;
  }

  .highlight-item-title,
  .highlight-item-weight {
    font-size: 14.063px;
    word-break: keep-all;
  }

  .highlight-wrap-shadow {
    box-shadow: 0px 0px 24px 12px rgba(255, 95, 0, 0.75) inset;
  }

  .highlight-loop {
    padding: 12px 18.75px;
    box-shadow: 0px 0px 24px 12px rgba(255, 95, 0, 0.75) inset;
  }

  .classic-section-catalog-item {
    /* padding: 7.03px 0px; */
    padding: 6px 0;
    justify-content: space-between;
  }

  .classic-section-catalog-item .classic-section-catalog-item-title {
    /* font-size: 14.063px;
    line-height: 24px; */
    font-size: 12px;
    line-height: 24px;
    width: auto;
  }

  .classic-case .classic-case-wrap {
    display: flex;
    flex-direction: column;
    padding-right: 0 !important;
  }

  .classic-section-catalog-fold {
    padding-top: 18.75px;
    width: 100%;
  }

  .classic-section-catalog-fold span {
    font-size: 12px;
    line-height: 24px;
    margin-right: 6px;
  }

  .card_fold_btn svg {
    width: 20px;
    height: 20px;
  }

  .classic-case-wrap .swiper-slide {
    width: 100% !important;
    /* margin-top: 24px !important; */
    height: auto;
  }

  .classic-case-wrap .swiper-slide .classic-case-slide {
    border-radius: 16px;
  }

  .classic-case-wrap .swiper-slide-first .classic-case-slide {
    padding-top: 0;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .classic-case-wrap .swiper-slide-first .classic-case-title {
    /* font-size: 23.438px;
    line-height: 32.813px; */
    font-size: 20px;
    line-height: 28px;
  }

  .classic-case-wrap .classic-case-more {
    /* font-size: 11.719px;
    line-height: 12px; */
    font-size: 12px;
    line-height: 25px;
    /* 120% */
    letter-spacing: 0.32px;
    background: transparent;
    border: none;
    color: #ff7a00;
    width: auto;
    height: auto;
    margin: 0;
  }

  .classic-case-wrap .classic-case-more svg {
    margin-left: 6px;
  }

  .classic-case-wrap .classic-case-more svg path {
    fill: #ff7a00;
  }

  .classic-case-wrapper .swiper-slide {
    width: 248.44px !important;
    height: 145.32px !important;
    margin-right: 18.75px !important;
  }

  .classic-case-swiper {
    padding-top: 18.75px !important;
    padding-left: 0;
    padding-bottom: 18.75px !important;
    width: 100%;
  }

  .navigation-top2 {
    margin-top: 18.75px;
  }

  .swiper-navigation-style .swiper-button-prev,
  .swiper-navigation-style .swiper-button-next {
    width: 37.5px;
    height: 37.5px;
  }

  .swiper-navigation-style {
    width: 82.38px;
    height: 37.5px;
  }

  .swiper-navigation-style .swiper-button-prev img,
  .swiper-navigation-style .swiper-button-next img {
    width: 37.5px;
    height: 37.5px;
  }

  .classic-case .swiper-navigation-wrap {
    width: 100%;
    padding-right: 18.75px;
  }

  .classic-case-wrapper .classic-case-mask {
    height: 70px;
    padding: 0 18.75px 18.75px 18.75px;
  }

  .classic-case-wrapper .classic-case-mask .classic-case-title {
    font-size: 14.063px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.75px;
  }

  /*** 连铸 End ***/

  /*** 备品备件 Start ***/
  .spareParts-nav-fixed {
    top: 52px;
  }

  .spareParts_banner_bg {
    display: flex;
    flex-direction: column-reverse;
  }

  .spareParts-banner .cover-wrap img {
    width: 65%;
    height: auto;
    vertical-align: top;
  }

  .spareParts-banner .cover-wrap {
    padding: 0;
    text-align: center;
  }

  .spareParts-item .node-title h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .bi-hide {
    display: none;
  }

  .spareParts-wrap,
  .spareParts-wrap .desc-con {
    width: 100% !important;
    height: auto;
    font-size: 14.063px;
    line-height: 28.125px;
  }

  .spareParts-nav-wrap,
  .spareParts-nav {
    height: auto;
  }

  .spareParts-mainCon .con-wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .dc-line {
    margin-bottom: 0 !important;
  }

  .spareParts-nav-swiper {
    padding: 18.75px 0 !important;
    overflow: scroll !important;
  }

  .spareParts-nav-swiper::-webkit-scrollbar {
    display: none;
  }

  .spareParts-nav-swiper .swiper-wrapper {
    gap: 14.063px;
  }

  .spareParts-nav-swiper .swiper-slide {
    width: 99.125px;
    font-size: 14.063px;
    line-height: 18.75px;
    padding: 7.031px 14.063px;
  }

  .spareParts-item .node-title h4 {
    /* font-size: 28.125px;
    line-height: 35.156px; */
    font-size: 20px;
    line-height: 28px;
  }

  .spareParts-item .node-title {
    margin-bottom: 28.12px;
  }

  .spareParts-item .spareParts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18.75px;
  }

  .spareParts-item .spareParts-grid-item img {
    margin-bottom: 7.03px;
    height: auto;
    border-radius: 18.75px;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-popup-wrap {
    border-radius: 18.75px;
    bottom: 26px;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-item-title {
    font-size: 14.063px;
    line-height: 18.75px;
  }

  .spareParts-item {
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
  }

  .spareParts-grid-popup .icon_default,
  .spareParts-grid-popup .icon_hover {
    width: 18.75px !important;
    height: 18.75px !important;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-popup {
    bottom: 11.72px;
    left: 11.72px;
    width: 18.75px;
    height: 18.75px;
  }

  .spareParts-table {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 18.75px;
    grid-row-gap: 18.75px;
  }

  .spareParts-popup-item img {
    width: 100%;
    height: auto;
    border-radius: 18.75px;
  }

  .spareParts-popup-item .spareParts-popup-title {
    margin-top: 7.03px;
    font-size: 14.063px;
    line-height: 18.75px;
  }

  .infoPopup .modal-dialog .modal-content {
    max-height: 80vh;
    overflow: auto;
  }

  .infoPopup .seUserInfo-left {
    margin-bottom: 18.75px;
  }

  /*** 备品备件 End ***/

  /*** 焦炉与化产 Start ***/
  .cokemaking-synopsis-wrap>div:nth-of-type(1) {
    margin-bottom: 0px !important;
  }

  .classic-section-list-change .classic-section-li .classic-section-li-svg,
  .classic-section-list-change .classic-section-li .classic-section-catalog-item-add {
    display: none;
  }

  .classic-section-list.classic-section-list-change {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2px;
  }

  .classic-section-list-change .classic-section-li {
    height: 51.4px;
    margin: 0;
    background: #F4F4F4;
  }

  .classic-section-list-change .classic-section-li:first-child {
    border-radius: 37.5px 0 0 37.5px;
  }

  .classic-section-list-change .classic-section-li:last-child {
    border-radius: 0 37.5px 37.5px 0;
  }

  .classic-section-list-change .classic-section-li-active {
    background: linear-gradient(135deg, #FFB200 0.15%, #FF5F00 99.85%);
  }

  .classic-section-list-change .classic-section-li .classic-section-li-label {
    text-align: center;
  }

  .classic-section-list-change .classic-section-li .classic-section-li-label span {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 400;
  }

  .classic-section-list-change .classic-section-li-active .classic-section-li-label span {
    color: #fff;
  }

  .classic-section-jljs .classic-section-catalog0,
  .classic-section-jljs .classic-section-catalog2 {
    height: 149px;
  }

  .classic-section-mqjh .classic-section-desc {
    margin-bottom: 0 !important;
  }

  .table-img {
    margin-top: 0px;
  }

  /*** 焦炉与化产 End ***/

  /*** 高炉炼铁 Start ***/
  .ironSmelting-synopsis-wrap div:nth-child(2) {
    flex-wrap: wrap;
  }

  .classic-section-ctgl .highlight-item {
    margin-right: 37.5px;
  }

  .classic-section-ctgl .highlight-item:last-child {
    margin-right: 0px;
  }

  .classic-section-oyl .classic-case-title {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #161616;
    font-weight: 400;
    padding-bottom: 18.75px;
  }

  .classic-section-oyl .classic-card {
    width: 248.44px !important;
    height: 145.32px !important;
    border-radius: 16px;
  }

  .classic-section-oyl .classic-card .classic-card-content {
    height: 70px;
    padding: 0 18.75px 18.75px 18.75px;
  }

  .classic-card .classic-card-content .classic-card-text {
    font-size: 14.063px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 18.75px;
  }

  /*** 高炉炼铁 End ***/

  /*** 炼钢 Start ***/
  .steelSmelting-synopsis-wrap>div:nth-of-type(1) {
    margin-bottom: 0px !important;
  }

  .classic-section-dl .highlight-item {
    width: 498px !important;
  }

  .classic-section-dl .highlight-item-num {
    width: 498px;
  }

  .classic-section-dl .highlight-item-num-item {
    flex: 1;
  }

  .highlight-change-btn-wrap {
    height: 51.4px;
    margin-bottom: 18.75px;
  }

  .highlight-change-btn-wrap .highlight-change-btn {
    font-size: 18.75px;
    line-height: 51.4px;
  }

  .highlight-wrap0 .highlight-item,
  .highlight-wrap1 .highlight-item {
    margin-right: 37.5px;
  }

  .highlight-wrap0 .highlight-item:last-child,
  .highlight-wrap1 .highlight-item:last-child {
    margin-right: 0px;
  }

  /*** 炼钢 End ***/

  /*** 工业炉 Start ***/
  .miningEngineering-synopsis-wrap>div:nth-of-type(1) {
    margin-bottom: 0px !important;
  }

  .miningEngineering-steelmaking-header {
    padding: 0 !important;
  }

  .miningEngineering-header-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .miningEngineering-header-card .miningEngineering-header-card-item {
    background: none;
  }

  .miningEngineering-header-card-group {
    padding: 37.5px 18.75px;
    background: linear-gradient(180deg, #FFF 0%, #F9F9F9 100%);
  }

  .miningEngineering-header-card .miningEngineering-header-card-item {
    aspect-ratio: auto;
    border-radius: 0;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .node-title {
    padding: 0;
    margin-bottom: 18.75px;
  }

  .miningEngineering-header-card .miningEngineering-header-card-item .miningEngineering-header-card-text {
    padding: 0 !important;
  }

  .miningEngineering-header-card-group .miningEngineering-header-card-item:first-child {
    margin-bottom: 28.12px;
  }

  .miningEngineering-header-card-group .miningEngineering-header-card-item:last-child {
    width: 66.13vw;
    aspect-ratio: 248/145;
    border-radius: 18.75px;
  }

  /*** 工业炉 End ***/

  /*** 热轧 Start ***/
  .hotRolling-steelmaking-header {
    padding-top: 0px;
  }

  .hotRolling-switch .hotRolling-switch-item {
    height: 51px;
    line-height: 51px;
    font-size: 18.75px;
    font-weight: 400;
  }

  .classic-section-list-btn {
    width: 95px;
    height: 35px;
    padding: 8.203px 9.375px 8.203px 14.063px;
    font-size: 11.719px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.063px;
    letter-spacing: 0.375px;
    margin-bottom: 18.75px;
  }

  .classic-section-list-btn:hover {
    color: #FFF;
    background-color: #FF7A00;
  }

  .classic-section-li {
    font-size: 12.891px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.125px;
    margin-bottom: 10.55px;
    text-align: left;
  }

  .classic-section-li {
    align-items: flex-start;
  }

  .classic-section-li img {
    width: 9.38px;
    height: 9.38px;
    margin-right: 5px;
  }

  .classic-section-li img {
    margin-top: 9.5px;
  }

  .highlight-wrap .highlight-item {
    margin-right: 37.5px;
  }

  .highlight-wrap .highlight-item:last-child {
    margin-right: 0px;
  }

  #subsidiaryInfo.group2 .seUserInfo-img-wrap img {
    margin-top: 18.75px !important;
  }

  /*** 热轧 End ***/

  /*** 冷轧 Start ***/
  .coldRolling-synopsis-wrap>div:nth-of-type(1) {
    margin-bottom: 0px !important;
  }

  /*** 冷轧 End ***/

  /*** 球团 Start ***/
  .pellet-synopsis-wrap>div:nth-of-type(1) {
    margin-bottom: 0px !important;
  }

  .classic-section-dsps .highlight-item,
  .classic-section-lhh .highlight-item {
    margin-right: 37.5px;
  }

  .classic-section-dsps .highlight-item:last-child,
  .classic-section-lhh .highlight-item:last-child {
    margin-right: 0px;
  }

  /*** 冷轧 End ***/

  /*** 绿色矿山 Start ***/
  .mining-synopsis-wrap>div:nth-of-type(2) {
    word-break: break-all !important;
  }

  .classic-section-desc.classic-section-desc-expend {
    margin-bottom: 26px !important;
  }

  .classic-section-gltk .classic-section-desc {
    margin-bottom: 0 !important;
  }

  .classic-section .classic-section-desc .classic_desc_popup {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }

  .classic-section .classic-section-desc .classic_desc_popup img {
    width: 14px;
    height: 14px;
  }

  .seUserInfo-img-wrap {
    flex-wrap: wrap;
    margin-top: 18.75px;
  }

  .seUserInfo-img-wrap img:first-child {
    margin-right: 0;
    margin-bottom: 18.75px;
  }

  .seUserInfo-img-wrap img {
    width: 100%;
    border-radius: 24px !important;
  }

  /*** 绿色矿山 End ***/

  /*** 原料场 Start ***/
  .stockyard-synopsis-wrap>div:nth-of-type(1) {
    margin-bottom: 0px !important;
  }

  .columnOtherMain {
    background: linear-gradient(180deg, #FFF 0%, #F9F9F9 100%);
  }

  .columnOtherMain .classic-card-wrap {
    width: 248.44px !important;
    height: 145.32px !important;
    aspect-ratio: auto;
  }

  .columnOtherMain .classic-card {
    border-radius: 16px;
  }

  .columnOtherMain .classic-card-content {
    height: 70px;
    padding: 0 18.75px 18.75px 18.75px;
  }

  .columnOtherMain .classic-case-title {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #161616;
    font-weight: 400;
    padding-bottom: 18.75px;
  }

  /*** 原料场 End ***/

  /*** 烧结 Start ***/
  .sintering-synopsis-wrap>div:nth-of-type(2) {
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    grid-gap: 16px;
  }

  .sintering-synopsis-wrap>div:nth-of-type(2)>div {
    margin-right: 0px !important;
  }

  .sintering-synopsis-wrap>div:nth-of-type(2)>div>div:nth-of-type(2)>div {
    height: 43px !important;
    font-size: 32.813px !important;
    line-height: 43px !important;
    white-space: nowrap;
  }

  .classic-section-dtsj .highlight-wrap .highlight-item {
    padding: 0 !important;
  }

  .classic-section-yroh .highlight-wrap .highlight-item {
    width: auto !important;
  }

  .classic-section-yroh .highlight-item-title {
    white-space: nowrap;
  }

  .classic-section-yroh .highlight-item-title:first-child {
    margin-right: 37.5px;
  }

  .sintering-popup .seUserInfo-img-wrap div {
    margin-top: 32px !important;
  }

  .sintering-popup .seUserInfo-img-wrap img {
    border-radius: 24px !important;
  }

  .sintering-popup .seUserInfo-img-wrap div img:first-child {
    margin-right: 18.75px !important;
  }

  /*** 烧结 End ***/
}

/*** max-width: 768px End ***/

@media (max-width: 375px) {

  /*** 烧结 Start ***/

  .sintering-popup .seUserInfo-img-wrap div {
    margin-top: 16px !important;
  }

  .sintering-popup .seUserInfo-img-wrap img {
    border-radius: 16px !important;
  }

  .sintering-popup .seUserInfo-img-wrap div img:first-child {
    margin-right: 16px !important;
  }

  /*** 烧结 End ***/
}

/*** max-width: 375px End ***/

@media (max-width: 320px) {

  /* 项目案例 Start */

  .newsSwiper .swiper-slide .news_carousel_item .news_con {
    height: 96px;
    padding: 12px;
  }

  .newsSwiper .swiper-slide .news_carousel_item .news_con .news_title {
    font-size: 14px;
    line-height: 18px;
  }

  .news_list .news_item .item .title_con .news_title {
    max-height: 32px;
    font-size: 12px;
    line-height: 16px;
  }

  /* 项目案例 End */

  /* 项目案例详情 Start */
  .classicBanner {
    padding-bottom: 0px !important;
  }

  .classicDetailsBanner {
    height: 320px;
  }

  .classicBanner .bi-title {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    font-family: WixMadeforText, SourceHanSansCN;
  }

  .classic_banner_card {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .classic_banner_card .cbc-item {
    min-height: 38px;
    padding: 0 0 0 12px;
  }

  .classic_banner_card .cbc-item .cbc-tag {
    font-size: 14px;
    line-height: 18px;
  }

  .classic_banner_card .cbc-item .cbc-value {
    font-size: 12px;
    line-height: 16px;
  }

  .newsSwiper .swiper-slide {
    width: 224px;
    height: 152px;
    border-radius: 16px;
  }

  .newsSwiper .swiper-slide .news_carousel_item_wrap {
    height: 152px;
    border-radius: 16px;
  }

  .newsSwiper .swiper-slide .news_carousel_item {
    width: 224px;
    height: 152px;
    border-radius: 16px;
  }

  .swiper-navigation-px {
    padding: 0;
  }

  .classic_details_wrap {
    flex-wrap: wrap;
    padding: 0 16px;
  }

  .share-groups {
    width: 100%;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
  }

  /* 项目案例详情 End */

  /*** 业务页公共样式 Start ***/
  .default-synopsis-wrap {
    padding: 32px 0 !important;
  }

  .default-synopsis-wrap {
    font-size: 12px !important;
    line-height: 24px !important;
  }

  .synopsis-slug {
    font-size: 12px !important;
    line-height: 24px !important;
  }

  .select_warp {
    top: 32px;
  }

  /*** 业务页公共样式 End ***/

  /*** 连铸 Start ***/

  .top_item_warp {
    display: none;
  }

  .steelmaking_banner_bg {
    display: flex;
    flex-direction: column-reverse;
  }

  .sticky-top {
    height: 48px;
  }

  .banner-wrap .cover-wrap {
    width: 90%;
    height: auto;
    margin-left: 0;
    margin-bottom: 4.69px;
    /* margin-left: 32px; */
  }

  .banner-header {
    margin-top: 48px;
    padding-top: 8px !important;
    height: auto !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .banner-wrap .banner-info {
    width: 100%;
    margin-bottom: 44px;
  }

  .banner-wrap .bi-title,
  .spareParts-banner .banner-info .bi-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 8px;
    width: 100%;
  }

  .banner-wrap .bi-desc,
  .spareParts-banner .banner-info .bi-desc {
    /* font-size: 20px;
    line-height: 28px; */
  }

  .directory-tab {
    font-size: 12px;
    line-height: 16px;
  }

  .steelmaking-synopsis-wrap {
    padding-top: 32px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(1),
  .default-synopsis-wrap>div:nth-of-type(3) {
    font-size: 12px !important;
    line-height: 24px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  /* .default-synopsis-wrap>div:nth-of-type(3) {
    margin-bottom: 32px !important;
  } */

  .default-synopsis-wrap>div:nth-of-type(2) {
    word-break: keep-all;
    width: 100% !important;
    flex-wrap: wrap !important;
    margin-bottom: 2.75px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(2)>div {
    margin-right: 32px !important;
    margin-bottom: 0px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(2)>div>div {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(2)>div>div:nth-of-type(2)>div {
    height: 36px !important;
    font-size: 28px !important;
    line-height: 28px !important;
  }

  .default-synopsis-wrap>div:nth-of-type(2)>div>div:nth-of-type(2)>div p {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .classic-section-bdtz {
    padding-top: 32px !important;
  }

  .classic-section .node-title {
    margin-bottom: 16px !important;
  }

  .classic-section .node-title h4 {
    /* font-size: 24px;
    line-height: 30px; */
  }

  .classic-section .classic-section-content {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .classic-section .classic-section-desc {
    width: 100% !important;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 16px !important;
  }

  .classic-section-main {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    /* padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 32px !important; */
  }

  .highlight-wrap {
    width: 100%;
    height: 64px;
    border-radius: 16px;
    box-shadow: 0px 0px 24px 12px rgba(255, 95, 0, 0.75) inset;
    padding: 12px 16px;
  }

  .highlight-item-num,
  .highlight-item-weight span {
    font-size: 14px;
    line-height: 18px;
  }

  .highlight-item-title,
  .highlight-item-weight {
    font-size: 12px;
  }

  .highlight-wrap-shadow {
    box-shadow: 0px 0px 24px 12px rgba(255, 95, 0, 0.75) inset;
  }

  .highlight-loop {
    padding: 12px 16px;
    box-shadow: 0px 0px 24px 12px rgba(255, 95, 0, 0.75) inset;
  }

  .classic-section .classic-section-catalog {
    margin-top: 24px;
    width: 100%;
  }

  .classic-section-catalog-item-add {
    width: 16px;
    height: 16px;
  }

  .classic-section-catalog-item {
    padding: 6px 0px;
    justify-content: space-between;
  }

  .classic-section-catalog-item .classic-section-catalog-item-title {
    font-size: 12px;
    line-height: 24px;
    width: auto;
  }

  .classic-case .classic-case-wrap {
    display: flex;
    flex-direction: column;
  }

  .classic-section-catalog-fold {
    padding-top: 16px;
    width: 100%;
  }

  /* .classic-section-catalog-fold span {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.32px;
    margin-right: 6px;
  } */

  .classic-case-wrap .swiper-slide {
    width: 100% !important;
    /* margin-top: 24px !important; */
    height: auto;
  }

  .classic-case-wrap .swiper-slide-first .classic-case-slide {
    padding-top: 0;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .classic-case-wrap .swiper-slide-first .classic-case-title {
    font-size: 20px;
    line-height: 28px;
  }

  .classic-case-wrap .classic-case-more {
    /* font-size: 10px;
    line-height: 12px; */
    /* 120% */
    letter-spacing: 0.32px;
    background: transparent;
    border: none;
    color: #ff7a00;
    width: auto;
    height: auto;
    margin: 0;
  }

  .classic-case-wrap .classic-case-more svg path {
    fill: #ff7a00;
  }

  .classic-case-wrapper .swiper-slide {
    width: 212px !important;
    height: 124px !important;
    margin-right: 16px !important;
  }

  .classic-case-swiper {
    padding-top: 16px !important;
    padding-left: 0;
    padding-bottom: 16px !important;
    width: 100%;
  }

  .navigation-top2 {
    margin-top: 16px;
  }

  .swiper-navigation-style .swiper-button-prev,
  .swiper-navigation-style .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .swiper-navigation-style {
    width: 70px;
    height: 32px;
  }

  .swiper-navigation-style .swiper-button-prev img,
  .swiper-navigation-style .swiper-button-next img {
    width: 32px;
    height: 32px;
  }

  .classic-case .swiper-navigation-wrap {
    width: 100%;
    padding-right: 16px;
  }

  .classic-case-wrapper .classic-case-mask {
    padding: 0 16px 16px 16px;
  }

  .classic-case-wrapper .classic-case-mask .classic-case-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  /*** 连铸 End ***/

  /*** 备品备件 Start ***/
  .spareParts-nav-fixed {
    top: 48px;
  }

  .spareParts-wrap,
  .spareParts-wrap .desc-con {
    font-size: 12px;
    line-height: 24px;
  }

  .spareParts-nav-swiper {
    padding: 16px 0 !important;
  }

  .spareParts-nav-swiper .swiper-wrapper {
    gap: 12px;
    overflow: scroll !important;
  }

  .spareParts-nav-swiper::-webkit-scrollbar {
    display: none;
  }

  .spareParts-nav-swiper .swiper-slide {
    width: 84px;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px;
  }

  /* .spareParts-item .node-title h4 {
    font-size: 24px;
    line-height: 30px;
  } */

  .spareParts-item .node-title {
    margin-bottom: 24px;
  }

  .spareParts-item .spareParts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .spareParts-item .spareParts-grid-item img {
    margin-bottom: 6px;
    border-radius: 16px;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-popup-wrap {
    border-radius: 16px;
    bottom: 22px;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-item-title {
    font-size: 12px;
    line-height: 16px;
  }

  .spareParts-grid-popup .icon_default,
  .spareParts-grid-popup .icon_hover {
    width: 16px !important;
    height: 16px !important;
  }

  .spareParts-item .spareParts-grid-item .spareParts-grid-popup {
    bottom: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
  }

  .spareParts-table {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spareParts-popup-item img {
    border-radius: 16px;
  }

  .spareParts-popup-item .spareParts-popup-title {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
  }

  .infoPopup .seUserInfo-left {
    margin-bottom: 16px;
  }

  /*** 备品备件 End ***/

  /*** 焦炉与化产 Start ***/
  .classic-section-list-change .classic-section-li {
    height: 44px;
  }

  .classic-section-list-change .classic-section-li:first-child {
    border-radius: 32px 0 0 32px;
  }

  .classic-section-list-change .classic-section-li:last-child {
    border-radius: 0 32px 32px 0;
  }

  /*** 焦炉与化产 End ***/

  /*** 高炉炼铁 Start ***/
  .ironSmelting-synopsis-wrap div:nth-child(2) {
    flex-wrap: wrap;
  }

  .ironSmelting-synopsis-wrap>div:nth-of-type(2)>div {
    margin-right: 0px !important;
  }

  .classic-section-ctgl .highlight-item {
    margin-right: 32px;
  }

  .classic-section-oyl .classic-case-title {
    font-size: 20px;
    line-height: 28px;
    color: #161616;
    font-weight: 400;
    padding-bottom: 16px;
  }

  .classic-section-oyl .classic-card {
    width: 212px !important;
    height: 124px !important;
    border-radius: 16px;
  }

  .classic-section-oyl .classic-card .classic-card-content {
    height: 70px;
    padding: 0 16px 16px 16px;
  }

  .classic-card .classic-card-content .classic-card-text {
    font-size: 12px;
    line-height: 16px;
  }

  /*** 高炉炼铁 End ***/

  /*** 炼钢 Start ***/
  .highlight-change-btn-wrap {
    height: 44px;
    margin-bottom: 16px;
  }

  .highlight-change-btn-wrap .highlight-change-btn {
    font-size: 16px;
    line-height: 44px;
  }

  /*** 炼钢 End ***/

  /*** 热轧 Start ***/
  .hotRolling-switch .hotRolling-switch-item {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }

  .classic-section-list-btn {
    width: 81px;
    height: 30px;
    padding: 7px 8px 7px 12px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.32px;
    margin-bottom: 16px;
  }

  .classic-section-li {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 9px;
  }

  .classic-section-li img {
    width: 8px;
    height: 8px;
    margin-top: 8px;
  }

  .highlight-wrap .highlight-item {
    margin-right: 32px;
  }

  .highlight-wrap .highlight-item:last-child {
    margin-right: 0px;
  }

  #subsidiaryInfo.group2 .seUserInfo-img-wrap img {
    margin-top: 16px !important;
  }

  /*** 热轧 End ***/

  /*** 绿色矿山 Start ***/

  .classic-section .classic-section-desc .classic_desc_popup {
    bottom: -15px;
  }

  .seUserInfo-img-wrap img:first-child {
    margin-bottom: 16px;
  }

  .seUserInfo-img-wrap img {
    border-radius: 16px !important;
  }

  /*** 绿色矿山 Start ***/

  /*** 原料场 Start ***/
  .columnOtherMain .classic-card-content {
    height: 70px;
    padding: 0 16px 16px;
  }

  .columnOtherMain .classic-case-title {
    font-size: 20px;
    line-height: 28px;
    color: #161616;
    font-weight: 400;
    padding-bottom: 16px;
  }

  /*** 原料场 End ***/

  /*** 烧结 Start ***/
  .sintering-synopsis-wrap>div:nth-of-type(2) {
    margin-top: 0 !important;
  }

  .sintering-synopsis-wrap>div:nth-of-type(2)>div {
    margin-right: 0px !important;
  }

  .classic-section-yroh .highlight-item-title:first-child {
    margin-right: 32px;
  }

  /*** 烧结 End ***/
}