﻿@charset "UTF-8";

/* #region 动画*/
@keyframes swiperLR1 {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes swiperLR2 {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes more-hover-arrow {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(100%);
  }

  51% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes banner-prompt {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(16%);
  }

  100% {
    transform: translateY(0%);
  }
}

/* #endregion */
/* #region 初始化*/
html {
  width: 100%;
  scroll-behavior: smooth;
  font-family: "arial", "microsoft yahei";
  overflow-x: hidden;
  min-width: 1000px;
  font-size: 20px;
}

html .var-padding {
  padding-left: 14.58%;
  padding-right: 14.58%;
}

html.wrapper-19000 {
  font-size: 20px;
}

html.wrapper-19000 .var-padding {
  padding-left: 14.58%;
  padding-right: 14.58%;
}

html.wrapper-1800 {
  font-size: 19px;
}

html.wrapper-1800 .var-padding {
  padding-left: 10%;
  padding-right: 10%;
}

html.wrapper-1700 {
  font-size: 18px;
}

html.wrapper-1700 .var-padding {
  padding-left: 10%;
  padding-right: 10%;
}

html.wrapper-1600 {
  font-size: 17px;
}

html.wrapper-1600 .var-padding {
  padding-left: 10%;
  padding-right: 10%;
}

html.wrapper-1500 {
  font-size: 16px;
}

html.wrapper-1500 .var-padding {
  padding-left: 9%;
  padding-right: 9%;
}

html.wrapper-1400 {
  font-size: 15px;
}

html.wrapper-1400 .var-padding {
  padding-left: 8%;
  padding-right: 8%;
}

html.wrapper-1300 {
  font-size: 14px;
}

html.wrapper-1300 .var-padding {
  padding-left: 7%;
  padding-right: 7%;
}

html.wrapper-1200 {
  font-size: 14px;
}

html.wrapper-1200 .var-padding {
  padding-left: 5%;
  padding-right: 5%;
}

body {
  width: 100%;
  color: #333333;
  font-size: 0.8rem;
  overflow: hidden;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

.none {
  /*display: none !important;*/
}

input,
select,
textarea {
  outline: none;
  font-size: inherit;
  background: none;
  -webkit-appearance: none;
}

button {
  outline: none;
  cursor: pointer;
  font-size: inherit;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

h1 {
  font-size: 3.9rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.2rem;
}

em {
  font-style: normal;
}

img {
  width: auto;
  height: auto;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  line-height: inherit;
  word-wrap: break-word;
}

header,
main,
footer {
  display: block;
}

input:focus {
  outline: 0;
  -webkit-appearance: none;
}

.max {
  display: block;
}

.min {
  display: none !important;
}

/* #endregion */
/* #region swiper样式调整 */
.swiper-pagination.point .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 0.2em;
  opacity: 0.3;
  transition: opacity 0.3s;
}

.swiper-pagination.point .swiper-pagination-bullet-active {
  opacity: 1;
}

/* #endregion */
/* #region public */
.t-button {
  display: inline-block;
  line-height: 2.77;
  border-radius: 1.5em;
  padding: 0 1.55em;
  border: 1px solid #003f9b;
  color: #003f9b;
  text-align: center;
  transition: color 0.2s, background-color 0.2s;
}

.t-button:hover {
  background-color: #003f9b;
  color: #fff;
}

.more-wrap {
  font-size: 0.9rem;
  line-height: 1;
  padding: 4.49% 0 0;
  text-align: center;
}

.more-wrap .more {
  background-color: #fff;
}

.more-wrap .more .icon-box {
  display: inline-block;
  vertical-align: middle;
}

.more-wrap .more .icon-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}

.more-wrap .more .icon-box .primary {
  opacity: 1;
}

.more-wrap .more .icon-box .white {
  opacity: 0;
}

.more-wrap .more .icon-box.icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.3em 0 0;
}

.more-wrap .more .icon-box.arrow {
  width: 1.2em;
  height: 0.9em;
  margin: 0 0 0 0.5em;
}

.more-wrap .more span {
  vertical-align: middle;
}

.more-wrap .more:hover {
  background-color: #003f9b;
}

.more-wrap .more:hover .icon-box .primary {
  opacity: 0;
}

.more-wrap .more:hover .icon-box .white {
  opacity: 1;
}

.more-wrap .more:hover .icon-box.arrow {
  overflow: hidden;
}

.more-wrap .more:hover .icon-box.arrow img {
  animation: more-hover-arrow 0.5s linear forwards;
}

.more-wrap .more:hover.hover-border-white {
  border-color: #fff;
}

/** 无缝滚动 */
.swiper-list {
  width: 100%;
  overflow: hidden;
}

.swiper-list .swiper-list-item {
  width: 100%;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  animation: swiperLR1 30s linear infinite;
}

.swiper-list .swiper-list-item:nth-child(2) {
  animation: swiperLR2 30s linear infinite;
}

/** 宽高比-兼容性 */
.ratio-wrap {
  width: 100%;
}

.ratio-wrap .ratio-box {
  position: relative;
  width: 100%;
}

.ratio-wrap .ratio-box .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-wrap.ratio_2-1 .ratio-box {
  padding: 50% 0 0;
}

.ratio-wrap.ratio_595-426 .ratio-box {
  padding: 71.6% 0 0;
}

.ratio-wrap.ratio_310-345 .ratio-box {
  padding: 111.29% 0 0;
}

.ratio-wrap.ratio_710-470 .ratio-box {
  padding: 66.2% 0 0;
}

.ratio-wrap.ratio_625-470 .ratio-box {
  padding: 75.2% 0 0;
}

/** 标准内容板块 */
.section {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  color: #333333;
  background-color: #fff;
  padding: 5.73% 14.58%;
  /** 深色 */
}

.section .section-title {
  display: block;
  text-align: center;
  line-height: 1;
  padding-bottom: 2.5%;
}

.section .section-title .title {
  font-size: 2.2rem;
  font-weight: normal;
}

.section .section-title .text {
  margin-top: 1%;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #8c8c8c;
  text-align: center;
}

.section.dark {
  color: #fff;
}

.section.dark .section-title .title {
  color: #fff;
}

.section.dark .section-title .text {
  color: #fff;
}

.section.bg-none {
  background: none;
}

.section.bg-home-contact {
  background-image: url("../images/bg-home-contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.color-primary {
  color: #003f9b !important;
}

.color-black {
  color: #333333 !important;
}

.color-white {
  color: #fff !important;
}

.color-grey {
  color: #8c8c8c !important;
}

.color-disable {
  color: #b2b9c4 !important;
}

.color-danger {
  color: #e60012 !important;
}

.size-78 {
  font-size: 3.9rem !important;
}

.size-70 {
  font-size: 3.5rem !important;
}

.size-44 {
  font-size: 2.2rem !important;
}

.size-36 {
  font-size: 1.8rem !important;
}

.size-34 {
  font-size: 1.7rem !important;
}

.size-30 {
  font-size: 1.5rem !important;
}

.size-26 {
  font-size: 1.3rem !important;
}

.size-24 {
  font-size: 1.2rem !important;
}

.size-22 {
  font-size: 1.1rem !important;
}

.size-18 {
  font-size: 0.9rem !important;
}

.size-16 {
  font-size: 0.8rem !important;
}

.size-14 {
  font-size: 0.7rem !important;
}

.weight-bold {
  font-weight: bold !important;
}

/* #endregion */
/* #region wrapper*/
.wrapper,
.wrapper .header,
.wrapper .banner-wrap,
.wrapper .wrapper-bg,
.wrapper .main,
.wrapper .footer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.wrapper .main {
  z-index: 20;
}

.wrapper .main.bg-white {
  background-color: #fff;
}

/* #endregion */
/* #region header */
.header {
  z-index: 40;
  font-size: 1.1rem;
  line-height: 1;
}

.header .head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  color: #fff;
  background-color: transparent;
  transition: background-color 0.7s, height 0.5s;
  height: 4em;
}

.header .head .head-wrap {
  height: 100%;
  transition: height 0.5s;
  z-index: 3;
  width: 100%;
  transition: height 0.5s, padding 0.5s;
}

.header .head .mask {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: height 0.7s, top 0.5s, opacity 0.7s;
}

.header .head .search-popover {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  padding: 25px 14.58%;
  opacity: 0;
  transition: top 0.7s, opacity 0.7s, padding 0.7s;
}

.header .head .search-popover .search-box {
  overflow: hidden;
  font-size: 3.9rem;
  height: 1em;
  background-color: #f8f8f8;
  border-radius: 0.14em;
  border: 2px solid #f8f8f8;
  transition: border-color 0.5s;
}

.header .head .search-popover .search-box .input {
  float: left;
  border: none;
  padding: 0 2em;
  line-height: 3.9rem;
  font-size: 0.9rem;
  width: 100%;
}

.header .head .search-popover .search-box .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
  padding: 0.3em;
}

.header .head .search-popover .search-box .icon img {
  filter: brightness(0);
  opacity: 0.6;
  transition: filter 0.5s, opacity 0.5s;
  display: block;
  height: 0.4em;
  object-fit: cover;
}

.header .head .logo {
  display: block;
  width: 8.2em;
  height: 4em;
  transition: height 0.5s;
  float: left;
  position: relative;
}

.header .head .logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: top 0.5s;
  width: 100%;
  transition: opacity 1s;
}

.header .head .logo .white {
  opacity: 1;
}

.header .head .logo .black {
  opacity: 0;
}

.header .head .head-nav-wrap {
  height: 100%;
  float: right;
  vertical-align: middle;
}

.mainNav #li-home{

}

.header .head .head-nav-wrap .head-nav {
  position: relative;
  height: 100%;
}

.header .head .head-nav-wrap .head-nav .item {
  position: static;
  font-size: 1.1rem;
  float: left;
  text-align: center;
  padding: 0 0.7em;
  line-height: 4em;
  transition: line-height 0.5s;
}

.header .head .head-nav-wrap .head-nav .item .title {
  position: relative;
  cursor: pointer;
  transition: color 0.5s;
  height: 100%;
  display: block;
}

.header .head .head-nav-wrap .head-nav .item .title .icon {
  height: 1em;
  transition: filter 0.5s, opacity 0.5s;
}

.header .head .head-nav-wrap .head-nav .item .title .icon.hover,
.header .head .head-nav-wrap .head-nav .item .title .icon.nav-hover {
  height: 1em;
  opacity: 0;
  position: absolute;
  top: 39%;
  left: 0;
}

.header .head .head-nav-wrap .head-nav .item .title .border {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.2em;
  background-color: #e60012;
  transition: width 0.5s;
}

.header .head .head-nav-wrap .head-nav .item:hover {
  color: #e60012;
}

.header .head .head-nav-wrap .head-nav .item:hover .border {
  width: 4em;
}

.header .head .head-nav-wrap .head-nav .item:hover .icon-box .icon {
  opacity: 0;
}

.header .head .head-nav-wrap .head-nav .item:hover .icon-box .nav-hover {
  opacity: 0 !important;
}

.header .head .head-nav-wrap .head-nav .item:hover .icon-box .hover {
  opacity: 1 !important;
}

.header .head .head-nav-wrap .head-nav .item.now .child {
  /* left: 0; */
  pointer-events: all;
  opacity: 1;
}

.header .head .head-nav-wrap .head-nav .item.default {
  position: relative;
}

.header .head .head-nav-wrap .head-nav .child {
  font-size: 0;
  white-space: nowrap;
  box-sizing: content-box;
  /* text-align: left; */
  position: absolute;
  top: 100%;
  /* left: 10%; */
  right: auto;
  bottom: auto;
  /* width: auto; */
  height: auto;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, left 0.7s, top 0.7s;
  overflow: hidden;
  /* min-width: 100%; */
  color: #333333;
}

.header .head .head-nav-wrap .head-nav .child .child-item {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 3em;
  transition: line-height 0.5s, color 0.5s;
}

.header .head .head-nav-wrap .head-nav .child .child-item .marker {
  position: absolute;
  top: 0;
  left: 0;
}

.header .head .head-nav-wrap .head-nav .child .child-item a {
  display: block;
  height: 100%;
  font-size: 0.9rem;
  padding: 0 1.4em 0 1em;
}

.header .head .head-nav-wrap .head-nav .child .child-item:hover {
  color: #e60012;
}

.header .head .head-nav-wrap .head-nav .child .child-item.first {
  /* margin-left: 0.7em; */
}

.header .head .head-nav-wrap .head-nav .head-mobile .qrcode-box {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 23px;
  width: 210px;
  height: 0;
  background-color: #fff;
  opacity: 0;
  transition: height 0.5s, padding 0.5s, opacity 0.5s;
}

.header .head .head-nav-wrap .head-nav .head-mobile .qrcode-box .qrcode {
  width: 163px;
  height: 163px;
  background-color: #c2c2c2;
}

.header .head .head-nav-wrap .head-nav .head-mobile:hover .qrcode-box {
  opacity: 1;
  height: 210px;
  padding: 23px;
}

.header:hover .head,
.header.nav-hover .head,
.header.search-open .head,
.header.search-focus .head {
  background-color: #fff;
}

.header:hover .head-wrap,
.header.nav-hover .head-wrap,
.header.search-open .head-wrap,
.header.search-focus .head-wrap {
  color: #333333;
}

.header:hover .head-nav-wrap .head-nav .item .title .icon,
.header.nav-hover .head-nav-wrap .head-nav .item .title .icon,
.header.search-open .head-nav-wrap .head-nav .item .title .icon,
.header.search-focus .head-nav-wrap .head-nav .item .title .icon {
  opacity: 0;
}

.header:hover .head-nav-wrap .head-nav .item .title .icon.nav-hover,
.header.nav-hover .head-nav-wrap .head-nav .item .title .icon.nav-hover,
.header.search-open .head-nav-wrap .head-nav .item .title .icon.nav-hover,
.header.search-focus .head-nav-wrap .head-nav .item .title .icon.nav-hover {
  opacity: 1;
}

.header:hover .logo .white,
.header.nav-hover .logo .white,
.header.search-open .logo .white,
.header.search-focus .logo .white {
  opacity: 0;
}

.header:hover .logo .black,
.header.nav-hover .logo .black,
.header.search-open .logo .black,
.header.search-focus .logo .black {
  opacity: 1;
}

.header.nav-hover .mask {
  height: 3em;
  opacity: 1;
}

.header.scroll .head {
  background-color: #fff;
  height: 3.5em;
}

.header.scroll .head .head-wrap {
  color: #333333;
}

.header.scroll .head .logo {
  height: 3.5em;
}

.header.scroll .head .logo .white {
  opacity: 0;
}

.header.scroll .head .logo .black {
  opacity: 1;
}

.header.scroll .head .head-nav-wrap .head-nav .item {
  line-height: 3.5em;
}

.header.scroll .head .head-nav-wrap .head-nav .item .title .icon {
  opacity: 0;
}

.header.scroll .head .head-nav-wrap .head-nav .item .title .icon.nav-hover {
  opacity: 1;
}

.header.search-open .head .search-popover,
.header.search-focus .head .search-popover {
  opacity: 1;
  top: 100%;
}

.header.search-focus .head .search-popover .search-box {
  border-color: #003f9b;
}

.header.search-focus .head .search-popover .search-box .icon img {
  filter: brightness(1);
  opacity: 1;
}

.header.search-focus .head .mask {
  background-color: #fff;
  opacity: 1;
}

/* #endregion */
/* #region banner*/
.banner-wrap {
  width: 100%;
}

.banner-wrap .banner {
  line-height: 1;
  z-index: 1;
}

.banner-wrap .banner .item .image {
  width: 100%;
}

.banner-wrap .banner .item .headline {
  position: absolute;
  top: 29.17%;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  text-align: center;
  opacity: 0;
  transition: padding 0.5s, transform 1.5s, opacity 1.5s;
}

.banner-wrap .banner .item .headline img {
  width: 100%;
}

.banner-wrap .banner .item .headline.headline1-1 {
  top: 33.96%;
}

.banner-wrap .banner .item .headline.headline1-2 {
  padding: 0 23.13%;
  top: 32.4%;
}

.banner-wrap .banner .item .headline.headline1-2 .last {
  margin-top: 3.49%;
}

.banner-wrap .banner .item .headline.headline1-3 {
  padding: 0 49.57% 0 10.94%;
  top: 34.58%;
}
.banner-wrap .banner .item .headline.headline1-4 {
  padding: 0 11.7% 0 11.7%;
  top: 54.58%;
}
.banner-wrap .banner .item .headline.headline1-5 {
  padding: 0 45.57% 0 10.94%;
  top: 24.58%;
}
.banner-wrap .banner .item .banner-link {
  margin-top: 2.6%;
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 2;
  border: 1px solid #fff;
  border-radius: 1em;
  padding: 0 1.2em;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

.banner-wrap .banner .item .banner-link .icon {
  position: relative;
  display: inline-block;
  height: 0.7em;
  overflow: hidden;
}

.banner-wrap .banner .item .banner-link .icon img {
  display: block;
  height: 100%;
  transition: opacity 0.5s;
}

.banner-wrap .banner .item .banner-link .icon .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.banner-wrap .banner .item .banner-link:hover {
  background-color: #003f9b;
  border-color: #003f9b;
}

.banner-wrap .banner .item .banner-link:hover .icon img {
  animation: more-hover-arrow 0.5s linear forwards;
}

.banner-wrap .banner .item .banner-link:hover .icon .default {
  opacity: 0;
}

.banner-wrap .banner .item .banner-link:hover .icon .hover {
  opacity: 1;
}

.banner-wrap .banner .item .banner-link.blue {
  color: #003f9b;
  border-color: #003f9b;
}

.banner-wrap .banner .item .banner-link.blue:hover {
  color: #fff;
}

.banner-wrap .banner .item.swiper-slide-active .headline {
  transform: translateY(0);
  opacity: 1;
}

.banner-wrap .swiper-pagination {
  z-index: 2;
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
}

.banner-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 2em;
  height: 0.3em;
  margin: 0 0.4em;
  border-radius: 1em;
}

.banner-wrap .prompt {
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4%;
  line-height: 1;
}

.banner-wrap .prompt .icon {
  animation: banner-prompt 1s linear infinite;
  width: 1.6em;
}

.banner-wrap .prompt .text {
  margin-top: 0.6em;
}

.banner-wrap.fixed {
  padding-bottom: 50%;
}

.banner-wrap.fixed .banner-fixed {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

/* #endregion */
/* #region wrapper-bg */
.wrapper-bg {
  display: none;
  z-index: 20;
}

.wrapper-bg .image-box {
  background-color: #003f9b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-bg .image-box .image {
  width: 100%;
  height: 100%;
}

/* #endregion */
/* #region footer*/
.footer {
  line-height: 1;
  z-index: 30;
  width: 100%;
  padding: 2.34% 14.58% 3.18%;
  transition: padding 0.3s;
  background-color: #003f9b;
  color: #fff;
}

.footer .box {
  padding: 0 3%;
  overflow: hidden;
}

.footer .box .company {
  float: left;
  width: 17.43%;
}

.footer .box .company .logo {
  display: block;
  width: 100%;
}

.footer .box .company .logo img {
  width: 100%;
}

.footer .box .company .qrcode {
  text-align: center;
  margin-top: 9.7%;
}

.footer .box .company .qrcode img {
  border-radius: 0.6em;
  width: 59.07%;
}

.footer .box .company .qrcode p {
  margin-top: 7.17%;
}

.footer .box .footer-nav {
  float: right;
}

.footer .box .footer-nav .nav-item {
  margin-left: 3.8vw;
  float: left;
}

.footer .box .footer-nav .nav-item .title {
  font-size: 0.9rem;
}

.footer .box .footer-nav .nav-item .nav {
  margin-top: 0.6em;
}

.footer .box .footer-nav .nav-item .nav li a {
  display: block;
  padding: 0.5em 0;
  transition: color 0.5s;
}

.footer .box .footer-nav .nav-item .nav li a:hover {
  color: #e60012;
}

.footer .box .footer-nav .nav-item.first {
  margin-left: 0;
}

.footer .info {
  line-height: 1;
  margin: 2em 0 0;
  padding: 2em 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .info .links {
  font-size: 0.9rem;
  padding: 0 0 2em;
  height: 3em;
}

.footer .info .links .title {
  float: left;
}

.footer .info .links ul {
  float: left;
}

.footer .info .links ul li {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0.5em;
  margin-left: 0.5em;
}

.footer .info .links ul li.first {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.footer .info .links ul li a {
  transition: color 0.5s;
}

.footer .info .links ul li a:hover {
  color: #e60012;
}

.footer .info .declaration {
  font-size: 0.7rem;
  height: 1em;
}

.footer .info .declaration a {
  transition: color 0.5s;
}

.footer .info .declaration a:hover {
  color: #e60012;
}

.footer .info .declaration .left {
  float: left;
}

.footer .info .declaration .right {
  float: right;
}

/* #endregion */
/* #region 首页 */

/** 股票信息 */
.stock-info {
  line-height: 1;
  width: 100%;
  margin-bottom: 4.44%;
  font-size: 1rem;
}

.stock-container {
  display: flex;
  justify-content: space-between;
  align-items: center; /* 改为center使左右两侧垂直居中对齐 */
  min-height: 120px; /* 确保有足够高度 */
}

/* 左侧样式 */
.stock-left {
  width: 30%;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch; /* 确保左侧与容器等高 */
  height: 100%; /* 占满父容器高度 */
}

.stock-left .stock-header {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直居中 */
  height: 100%; /* 占满父容器高度 */
}

.stock-name {
  font-size: 1rem; /* 股票名称字体大小 */
  margin-bottom: 0.8rem;
  color: #333;
  font-weight: normal;
}

.stock-code {
  font-size: 3rem !important; /* 股票代码增加到3rem */
  color: #333;
  font-weight: bold;
  line-height: 1;
}

/* 右侧样式 */
.stock-right {
    width: 22%;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直居中 */
    height: 100%; /* 占满父容器高度 */
    align-self: stretch; /* 确保右侧与容器等高 */
}

/* 时间样式 - 在右侧上方 */
.stock-time {
    font-size: 1rem;
    color: #666;
    flex-shrink: 0;
    line-height: 40px;
    margin-bottom: 0.5rem;
}

.update-info {
  font-size: 0.9rem;
  color: #666;
}

/* 价格信息样式 - 在右侧下方 */
.stock-price-data {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直居中 */
  height: 100%; /* 占满父容器高度 */
}

.stock-main-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    text-align: left;
    width: 100%;
}

/* 价格样式 */
.stock-price {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
}

.stock-price .price {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

.stock-price .unit {
  font-size: 1rem;
  color: #666;
  margin-left: 0.2rem;
  bottom: 0.2rem;
}

/* 涨跌样式 */
.stock-change {
  flex-shrink: 0;
}

.stock-change .price-change {
  font-size: 1rem;
  line-height: 1;
}

/* 总市值样式 */
.stock-stats {
  flex-shrink: 0;
}

.stat-item {
  text-align: right;
}

.stat-item .label {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}

.stat-item .value {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

/* 涨跌样式 */
.stock-change {
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 0;
  position: relative;
  bottom:0.2rem;
}

/* 涨跌幅百分比样式 */
.stock-stats {
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 0;
  position: relative;
  bottom:0.2rem;
}

/* 价格样式调整，确保"元"在底部 */
.stock-price {
  display: flex;
  align-items: flex-end; /* 确保价格和"元"都底部对齐 */
  flex-shrink: 0;
}

/** 滚动公告 */
.vertical-ticker {
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1;
  height: 1em;
  margin-bottom: 2.68%;
  padding: 1% 0;
  box-sizing: content-box;
}

.vertical-ticker .swiper-wrapper {
  flex-direction: column;
}

.vertical-ticker .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s;
}

.vertical-ticker .swiper-wrapper .swiper-slide .title {
  display: block;
  width: 100%;
  padding-left: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  color: #3848a0;
  font-weight: bolder;
}

.vertical-ticker .swiper-wrapper .swiper-slide .title:hover {
  text-decoration: underline;
}

.vertical-ticker .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/** 新闻 */
.home-news {
  position: static;
  overflow: hidden;
  line-height: 1;
  font-size: 0.9rem;
}

.home-news .news-swiper {
  float: left;
  width: 52.21%;
}

.home-news .news-swiper .swiper {
  width: 100%;
  height: 100%;
}

.home-news .news-swiper .swiper .swiper-container {
  border-radius: 0.4em;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home-news .news-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-news .news-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.home-news .news-swiper .swiper-slide a .title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.9em 1.5em;
  padding-right: 5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-news .news-swiper .swiper-pagination {
  position: absolute;
  bottom: 0.9em;
  right: 1em;
  left: auto;
  top: auto;
  width: auto;
}

.home-news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  font-size: 0.7rem;
}

.home-news .news-list {
  width: 46%;
  float: right;
}

.home-news .news-list .list {
  font-size: 0.9rem;
}

.home-news .news-list .list .item {
  width: 100%;
  height: 10%;
  color: #8c8c8c;
  line-height: 1em;
  transition: color 0.5s;
}

.home-news .news-list .list .item .marker,
.home-news .news-list .list .item a {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}

.home-news .news-list .list .item .marker {
  font-size: 0.8em;
  margin-top: -0.6em;
}

.home-news .news-list .list .item a {
  width: 100%;
  margin-top: -0.5em;
  padding-left: 1em;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
}

.home-news .news-list .list .item .title {
  color: #333333;
  width: 77%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.5s;
  vertical-align: middle;
  display: inline-block;
}

.home-news .news-list .list .item .date {
  float: right;
}

.home-news .news-list .list .item:hover {
  color: #003f9b;
}

.home-news .news-list .list .item:hover .title {
  color: #003f9b;
  font-weight: bold;
}

.home-news .bg-home-news {
  position: absolute;
  bottom: -3%;
  left: 0;
  width: 200vw;
}

.home-news .bg-home-news .swiper-list-item {
  display: inline-block;
  width: 100vw;
}

.home-news .bg-home-news .swiper-list-item img {
  width: 100%;
}

/** 合作 */
.home-industry {
  line-height: 1;
  font-size: 0.9rem;
  text-align: center;
}

.home-industry .nav {
  overflow: hidden;
  display: inline-block;
  border-radius: 3em;
  background-color: #f4f4f4;
}

.home-industry .nav .item {
  cursor: pointer;
  float: left;
  font-size: 1.5rem;
  line-height: 2.4;
  padding: 0 2em;
  border-radius: 3em;
  color: #333333;
  z-index: 2;
}

.home-industry .nav .item:hover {
  color: #003f9b;
}

.home-industry .nav .item.now {
  color: #fff;
}

.home-industry .nav .item.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background-color: #003f9b;
  transition: left 0.3s;
}

.home-industry .list {
  text-align: left;
  overflow: hidden;
  padding-top: 3.24%;
}

.home-industry .list .item {
  margin-left: 2.94%;
  float: left;
  width: 22.79%;
}

.home-industry .list .item.first {
  margin-left: 0;
}

.home-industry .list .item .card {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.4em;
  overflow: hidden;
  transition: transform 0.5s, background 0.3s ease;
}

.home-industry .list .item .card .cover {
  width: 100%;
  height: 100%;
}

.home-industry .list .item .card .cont {
  font-size: 1.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  padding: 30% 8.71% 8.06%;
}

.home-industry .list .item .card .cont .title {
  float: left;
}

.home-industry .list .item .card .cont .arrow {
  float: right;
  width: 1em;
  height: 1em;
  transition: background-color 0.3s;
  border-radius: 50%;
}

.home-industry .list .item .card .cont .arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-industry .list .item .card .back {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
  transition: opacity 0.5s, height 0.5s;
}

.home-industry .list .item .card .back.hover {
  opacity: 0;
  height: 45%;
  background: linear-gradient(0deg,
      rgba(0, 63, 155, 0.95),
      rgba(0, 63, 155, 0.95),
      rgba(255, 255, 255, 0));
}

.home-industry .list .item .card:hover {
  transform: translateY(-5%);
}

.home-industry .list .item .card:hover .back {
  opacity: 0;
}

.home-industry .list .item .card:hover .back.hover {
  opacity: 1;
}

/** 关于 */
.home-about {
  font-size: 0.9rem;
  line-height: 1;
  padding: 5.59% 0 2.21%;
}

.home-about .list {
  overflow: hidden;
}

.home-about .list .item {
  float: left;
  width: 33.33%;
  text-align: center;
}

.home-about .list .item .icon {
  display: inline-block;
  padding: 0 12% 1em;
  border-bottom: 1px solid #fff;
}

.home-about .list .item .icon img {
  width: 6em;
  height: 6em;
}

.home-about .list .item .cont {
  padding-top: 2em;
}

.home-about .list .item .cont .number {
  position: relative;
  display: inline-block;
}

.home-about .list .item .cont .number .num {
  font-weight: bold;
  font-size: 3.9rem;
}

.home-about .list .item .cont .number .unit {
  position: absolute;
  left: 100%;
  bottom: 15%;
  font-size: 1.1rem;
}

.home-about .list .item .cont .title {
  padding-top: 0.8em;
  font-size: 0.8rem;
}

/** 模块 */
.home-module .list {
  overflow: hidden;
  font-size: 1.2rem;
}

.home-module .list .item {
  float: left;
}

.home-module .list .item .card {
  float: left;
  display: block;
  overflow: hidden;
  border-radius: 0.4em;
}

.home-module .list .item .card .cover {
  width: 100%;
  transition: transform 0.5s;
}

.home-module .list .item .card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.6em 0 0.6em;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
}

.home-module .list .item .card:hover .cover {
  transform: scale(1.15);
}

.home-module .list .item .card.one {
  width: 46.9083%;
}

.home-module .list .item .card.two {
  width: 47.548%;
  margin-left: 5.5437%;
}

.home-module .list .item .card.three {
  margin-top: 7.0362%;
  width: 100%;
}

.home-module .list .item .card.four {
  width: 100%;
}

.home-module .list .item .card.five {
  width: 100%;
  margin-top: 4.7619%;
}

.home-module .list .item .card.six {
  width: 100%;
}

.home-module .list .item.one {
  width: 34.4853%;
}

.home-module .list .item.two {
  margin-left: 1.8382%;
  width: 35.5147%;
}

.home-module .list .item.three {
  margin-left: 1.9118%;
  width: 26.25%;
}

/** 联系 */
.home-contact {
  width: 100%;
  font-size: 0.9rem;
  overflow: hidden;
}

.home-contact .map {
  float: left;
  width: 43.75%;
}

.home-contact .map .map-content {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}

.home-contact .info {
  float: right;
  width: 53.46%;
}

.home-contact .info .title {
  line-height: 1;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 4.4%;
}

.home-contact .info .title span {
  color: #e60012;
}

.home-contact .info .contact {
  overflow: hidden;
  margin-bottom: 6.33%;
}

.home-contact .info .contact .item {
  float: left;
  width: 47%;
  margin-left: 6%;
  transition: color 0.3s;
}

.home-contact .info .contact .item.first {
  margin-left: 0;
}

.home-contact .info .contact .item .link {
  overflow: hidden;
  display: block;
  line-height: 3.4;
  background-color: #fff;
  border-radius: 2em;
}

.home-contact .info .contact .item .link .icon {
  float: left;
  width: 3.4em;
  height: 3.4em;
  border-radius: 50%;
  background-color: #003f9b;
}

.home-contact .info .contact .item .link .icon img {
  position: absolute;
  top: 31%;
  left: 32%;
  height: 1.4em;
}

.home-contact .info .contact .item .link span {
  padding-left: 1em;
  float: left;
}

.home-contact .info .contact .item:hover {
  color: #003f9b;
}

.home-contact .info .phone {
  font-size: 0;
}

.home-contact .info .phone .item {
  display: inline-block;
  width: 31.21%;
  font-size: 0.9rem;
  margin: 0 3.16% 2.75% 0;
}

.home-contact .info .phone .item.n3 {
  margin-right: 0;
}

.home-contact .info .phone .item a {
  padding: 0;
  display: block;
  width: 100%;
  border-radius: 0.2em;
}

/* #endregion */

/*# sourceMappingURL=style.css.map */

/**********************主体内容 开始**************************/
.site-content {}

/* 内容页广告开始 */
.site-content .bg_banner {
  height: 30rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.site-content .bg_banner .bg_banner-title {
  font-weight: bold;
  font-size: 3.35rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0.05rem 0.1rem 0.1rem rgba(15, 41, 76, 0.32);
}

.site-content .bg_banner .bg_banner-content {
  width: auto;
  font-weight: 400;
  font-size: 1.05rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0.05rem 0.1rem 0.1rem rgba(15, 41, 76, 0.32);
}

/* 内容页广告结束 */

/* 内容页导航栏开始 */
.site-content .nav-tab {
  width: auto;
  height: 3.5rem;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.site-content .nav-tab .left {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.8rem;
  color: #333333;
  line-height: 30px;
}

.site-content .nav-tab .left img {
  margin-right: 0.35rem;
}

.site-content .nav-tab .right {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5rem;
}

.site-content .nav-tab .right .item {
  margin-right: 1rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.site-content .nav-tab .right .item:last-child {
  margin-right: 0;
}

.site-content .nav-tab .right .item:hover {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  background: #f00014;
  border-radius: 25px;
}

.site-content .nav-tab .right .item:hover+.on {
  color: #ffffff;
}

.site-content .nav-tab .right .on {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  background: #f00014;
  border-radius: 25px;
}

/* 内容页导航栏结束 */

/* 内容页内容开始 */
/* ---------公司简介内容--------- */
.site-content .nav-content {
  padding-top: 2.95rem;
  padding-bottom: 2.95rem;
  z-index: 10;
}

.site-content .nav-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  font-size: 2.2rem;
  color: #003b8f;
  line-height: 2.5rem;
  margin-bottom: 2.25rem;
  text-align: center;
}

.site-content .nav-content .conTxt{
    margin: auto;
    width: 1200px;
    background: #f2f2f2;
    padding: 20px;
}

.site-content .nav-content .release {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.site-content .nav-content .release .release-left {
  display: flex;
  align-items: center;
}

.site-content .nav-content .release .release-left .release-date {
  font-weight: 400;
  font-size: 0.9rem;
  color: #666666;
  margin-right: 1.5rem;
}

.site-content .nav-content .release .release-left .release-source {
  font-weight: 400;
  font-size: 0.9rem;
  color: #666666;
  margin-right: 1.5rem;
  margin-left: 2rem;
}

.site-content .nav-content .release .release-right {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9rem;
  color: #666666;
}

.site-content .nav-content .release .release-right img {
  cursor: pointer;
  margin-left: 15px;
}

.site-content .nav-content .release-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  padding-top: 1rem;
  margin-top: 1rem;
}

.site-content .nav-content .release-bottom .release-bottom-left {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.site-content .nav-content .release-bottom .release-bottom-left .release-up {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 10px;
  cursor: pointer;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏超出容器的部分 */
  text-overflow: ellipsis;
}

.site-content .nav-content .release-bottom .release-bottom-left .release-up:hover {
  color: #003f9b;
}

.site-content .nav-content .release-bottom .release-bottom-left .release-down:hover {
  color: #003f9b;
}

.site-content .nav-content .release-bottom .release-bottom-left .release-down {
  font-weight: 400;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏超出容器的部分 */
  text-overflow: ellipsis;
}

.site-content .nav-content p {
  font-size: 0.9rem;
  line-height: 1.8rem;
  text-align: justify;
}

.site-content .nav-content .release-bottom .release-bottom-right {
  display: flex;
}

.site-content .nav-content .release-bottom .release-bottom-right .release-bottom-btn {
  width: 180px;
  height: 50px;
  background: #003f9b;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}

.site-content .nav-content .nav-content-info-img img {
  margin: 1.8rem 0;
  width: -webkit-fill-available;
}

/* ---------公司简介结束--------- */

/* ---------领导简介开始--------- */
.site-content .nav-content .leader-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 2.8rem;
}

.site-content .nav-content .leader-box {
  display: flex;
  justify-content: center;
  background: #f7f7f7;
}

.site-content .nav-content .leader-box .leader-box-content {
  	width: 39%;
    margin-right: 2.7rem;
    background: #ffffff;
    border-radius: 0.5rem;
    display: flex;
    position: relative;
}

.site-content .nav-content .leader-box .leader-box-content:last-child {
  margin-right: 0;
}

.site-content .nav-content .leader-box .leader-box-content .left {
  width: 35%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.site-content .nav-content .leader-box .leader-box-content .left img {
  width: 100%;
  pointer-events: none;
}

.site-content .nav-content .leader-box .leader-box-content .leader-box-content-info {
  padding: 1rem 1.95rem;
    width:65%;
}

.site-content .nav-content .leader-box .leader-box-content .leader-box-content-info .name {
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
  line-height: 50px;
}

.site-content .nav-content .leader-box .leader-box-content .leader-box-content-info .line {
  width: 1.55rem;
  height: 0.15rem;
  margin-top: 1.15rem;
  background: #003b8f;
}

.site-content .nav-content .leader-box .leader-box-content .leader-box-content-info .post {
  font-weight: 400;
  font-size: 1rem;
  height: 30%;
  color: #5f7181;
  margin-top: 1.15rem;
  line-height: 1.5rem;
  z-index: 2;
}

.site-content .nav-content .leader-box .leader-box-content .leader-box-content-info img {
  width: 7.45rem;
  height: 7.45rem;
  position: absolute;
  right: 0px;
  bottom:0px;
}

.site-content .nav-content .leader-box2 {
  display: flex;
  flex-wrap: wrap;
}

.site-content .nav-content .leader-box2 .leader-box2-content {
    width: 23%; /* 四列布局 */
    margin-bottom: 2rem;
    margin-right: 2.66%;
}
.site-content .nav-content .leader-box2 .leader-box2-content:nth-child(4n) {
    margin-right: 0;
}

.site-content .nav-content .leader-box2 .leader-box2-content .leader-box2-content-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0; /* 移除整体内边距 */
}

.site-content .nav-content .leader-box2 .leader-box2-content .leader-box2-content-item img {
  border-radius: 0.5rem;
  width: 45%;
  height: 220px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  display: block;
  pointer-events: none;
}

.site-content .nav-content .leader-box2 .leader-box2-content .leader-box2-content-item .leader-box-content-info {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: flex-start;
    padding-left: 1rem;
    box-sizing: border-box;
    align-items: flex-start;
    height: 200px;
}

.site-content .nav-content .leader-box2 .leader-box2-content .leader-box2-content-item .name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-top: 0.8rem;
}

.site-content .nav-content .leader-box2 .leader-box2-content .leader-box2-content-item .line {
  width: 1.4rem;
  height: 0.15rem;
  margin-top: 0.6rem;
  background: #003b8f;
}

.site-content .nav-content .leader-box2 .leader-box2-content .leader-box2-content-item .post {
  font-weight: 400;
  font-size: 16px;
  color: #5f7181;
  line-height: 1.2rem;
  margin-top: 0.7rem;
  width: 100%;
  height: 7.5em;
  overflow: hidden;
}

/* ---------领导简介结束--------- */

/* ---------董事长致辞开始--------- */
.site-content .nav-content .chairman-title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #003b8f;
  line-height: 2.5rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.25rem;
  margin-bottom: 2.15rem;
  z-index: 3;
  background: #ffffff;
}

.site-content .nav-content .chairman-content {
  display: flex;
  justify-content: space-between;
}

.site-content .nav-content .chairman-content .rich p {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  line-height: 1.4rem;
}

.site-content .nav-content .chairman-content img {
  margin-left: 3.1rem;
  height: 41rem;
}

/* ---------董事长致辞结束--------- */

/* ---------组织架构开始--------- */
.site-content .nav-content .organization-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 3rem;
}

.site-content .nav-content .organization-tab .organization-tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 6.05rem;
  cursor: pointer;
  position: relative;
}

.site-content .nav-content .organization-tab .organization-tab-item:hover .name {
  color: #f00014;
}

.site-content .nav-content .organization-tab .organization-tab-item:last-child {
  margin-right: 0;
}

.site-content .nav-content .organization-tab .organization-tab-item .name {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 50px;
}

.site-content .nav-content .organization-tab .organization-tab-item .on {
  color: #f00014;
}

.site-content .nav-content .organization-tab .organization-tab-item .lineon {
  width: 1.15rem;
  height: 0.25rem;
  background: #f00014;
  border-radius: 0.15rem;
  position: absolute;
  top: 2.5rem;
}

.site-content .nav-content .organization-rich img {
  width: 100%;
}

/* ---------组织架构结束--------- */

/* ---------企业文化开始--------- */
.site-content .nav-content .enterprise-culture {
  display: flex;
  gap: 30px;
}

.site-content .nav-content .enterprise-culture .enterprise-culture-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.site-content .nav-content .enterprise-culture .enterprise-culture-item .enterprise-culture-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.site-content .nav-content .enterprise-culture .enterprise-culture-item .enterprise-culture-box-content {
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
}

.site-content .nav-content .enterprise-culture .enterprise-culture-item .enterprise-culture-box-title {
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
}

.site-content .nav-content .enterprise-culture .enterprise-culture-item .enterprise-culture-box-line {
  background: #f00014;
  border-radius: 3px;
  width: 2em;
  height: 5px;
  margin: 10px 0;
}

.site-content .nav-content .enterprise-culture .enterprise-culture-item img {
  border-radius: 0.5rem;
  width: 100%;
}

.site-content .nav-content .enterprise-culture-imgbox {
  display: flex;
  justify-content: center;
  margin: 60px 0 0 0;
}

.site-content .nav-content .enterprise-culture-imgbox2 {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
}

.site-content .bg_banner-talentsbox .enterprise-culture-zhuti-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 600px;
  padding: 10%;
}

.site-content .bg_banner-talentsbox .enterprise-culture-zhuti-box .leftzhuti {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}

.site-content .bg_banner-talentsbox .enterprise-culture-zhuti-box .rightzhuti {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.site-content .enterprise-culture-bottom {
  display: flex;
  gap: 20px;
}

.site-content .enterprise-culture-bottom img {
  width: 20%;
}

/* ---------企业文化结束--------- */

/* ---------企业荣誉开始--------- */
.nav-content #imagesShow {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.nav-content #imagesShow .swiper-container {
  padding-bottom: 120px;
}

.nav-content #imagesShow .swiper-slide {
  width: 520px;
  height: 342px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  transition: all 3s;
}
.nav-content #imagesShow .swiper-slide-active {
  width: 520px;
  height: 342px;
  background: #fff;
  box-shadow: 0 8px 30px #fff;
}
.nav-content #imagesShow .swiper-slide img {
  display: block;
  width: 520px;
  height: 342px;
  transform: scale(1);
}
.nav-content #imagesShow .swiper-slide-active img {
  transform: scale(1.3);
  border: 15px solid rgb(50,29,10);
}
.nav-content #imagesShow .swiper-slide .swiper-slide-text {
  font-weight: 400;
  font-size: 1.2rem;
  color: #5f7181;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-content #imagesShow .swiper-slide-active .swiper-slide-text {
  margin-top: 50px;
  font-weight: bolder;
}
.nav-content #imagesShow .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.nav-content #imagesShow .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.nav-content
  #imagesShow
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.nav-content #imagesShow .swiper-button-prev:hover {
  background-color: #eef7fa;
}

.nav-content #imagesShow .swiper-button-next:hover {
  background-color: #eef7fa;
}

.nav-content .borderline {
  margin-top: 1rem;
  border-bottom: 1px solid #b9b9b9;
}

.nav-content .borderline-zhengshu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}

.nav-content .borderline-zhengshu .borderline-zhengshu-item {
  width: calc(25% - 23px);
  cursor: pointer;
  overflow: hidden;
}
.nav-content .borderline-zhengshu .borderline-zhengshu-item .borderline-imgbox {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.nav-content .borderline-zhengshu .borderline-zhengshu-item img {
  width: 100%;
  height: 210px;
}
.nav-content .borderline-zhengshu .borderline-zhengshu-item:hover img {
  transform: scale(1.1);
}
.nav-content .borderline-zhengshu .borderline-zhengshu-item:hover .content {
  color: #003f97;
}
.nav-content .borderline-zhengshu .borderline-zhengshu-item img {
  width: 100%;
  transition: all 0.8s;
  height: 210px;
  object-fit: contain;
}

.nav-content .borderline-zhengshu .borderline-zhengshu-item .content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  line-height: 1.8rem;
  text-align: center;
}

/* ---------企业荣誉结束--------- */


/* ---------发展历程开始--------- */
.site-content .nav-content .history-top {
  border-bottom: 2px solid #004a92;
  display: flex;
}

.site-content .nav-content .history-top .history-top-item {
  flex: 1;
  width: 25%;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  padding: 1.5rem 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  background: #ffffff;
}

.site-content .nav-content .history-top .active {
  background: #004a92 !important;
}

.site-content .nav-content .history-top .active h2 {
  color: #ffffff !important;
}

.site-content .nav-content .history-top .active h3 {
  color: #ffffff !important;
}

.site-content .nav-content .history-top .history-top-item:last-child {
  border-right: 1px solid #f0f0f0;
}

.site-content .nav-content .history-top .history-top-item h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
}

.site-content .nav-content .history-top .history-top-item h3 {
  font-size: 0.8rem;
  color: #555;
  margin-top: 0.4rem;
  transition: all 0.5s;
}

.site-content .nav-content .history-bottom {
  display: flex;
}

.site-content .nav-content .history-bottom .left {
  width: 25%;
  text-align: center;
  padding-top: 3.5rem;
}

.site-content .nav-content .history-bottom .left img {
  width: 52%;
}

.site-content .nav-content .history-bottom .left .text {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  margin-top: 1.6rem;
}

.site-content .nav-content .history-bottom .right {
  width: 70%;
  border-left: 1px solid #e3e3e3;
}

.site-content .nav-content .history-bottom .right .right-content {
  padding: 4rem 5.5rem 3rem;
  position: relative;
}

.site-content .nav-content .history-bottom .right .right-content:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.site-content .nav-content .history-bottom .right .right-content::before {
  content: "";
  width: 3.9rem;
  height: 1rem;
  background: url(../images/tu_05.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -0.5rem;
  top: 5.7rem;
}

.site-content .nav-content .history-bottom .right .right-content h2 {
  font-size: 3rem;
  color: #ee0000;
}

.site-content .nav-content .history-bottom .right .right-content .right-content-li {
  display: flex;
}

.site-content .nav-content .history-bottom .right .right-content .right-content-li .month {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  width: 10%;
  margin-left: 10px;
}

.site-content .nav-content .history-bottom .right .right-content .right-content-li .info {
  width: 90%;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #7d7d7d;
}

/* ---------发展历程结束--------- */

/* ---------联系方式开始--------- */

.site-content .contact-map {
  display: flex;
  margin-bottom: 2rem;
}

.site-content .contact-map .left {
  width: 38%;
  background: #f6fbff;
  padding: 3rem 2.5rem 3rem 2.5rem;
  height: 413px;
}

.site-content .contact-map .left .contact-map-title {
  font-weight: bold;
  font-size: 1.3rem;
  color: #333333;
  line-height: 64px;
  margin-bottom: 1rem;
}

.site-content .contact-map .left .contact-map-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}

.site-content .contact-map .left .contact-map-item:last-child {
  margin-bottom: 0;
}

.site-content .contact-map .left .contact-map-item .icon {
  background-color: #003b8f;
  padding: 0.6rem;
  border-radius: 50%;
}

.site-content .contact-map .left .contact-map-item .text {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

.site-content .contact-map .right {
  width: 62%;
  height: 413px;
}

.contact-map-cardbox {
  display: flex;
  flex-wrap: wrap;
}

.contact-map-cardbox .contact-map-cardbox-item {
  width: calc(25% - 30px);
  background: #f8fcff;
  padding: 14px;
  border-radius: 10px;
  margin-right: 40px;
  margin-bottom: 35px;
  min-height: 170px;
  box-shadow: 2px 3px 3px 0px rgba(55, 97, 128, 0.21);
  position: relative;
  transition: transform 0.3s ease;
}

.contact-map-cardbox .contact-map-cardbox-item:hover {
  transform: translateY(-10px);
}

.contact-map-cardbox .contact-map-cardbox-item:nth-child(4n) {
  margin-right: 0;
}

.contact-map-cardbox .contact-map-cardbox-item .contact-map-cardbox-item-title {
  font-weight: bold;
  font-size: 0.9rem;
  color: #333333;
  margin-bottom: 6px;
  margin-top: 6px;
}

.contact-map-cardbox .contact-map-cardbox-item .contact-map-cardbox-item-tel {
  padding-bottom: 18px;
  border-bottom: 1px solid #d7dfe5;
}

.contact-map-cardbox .contact-map-cardbox-item .contact-map-cardbox-item-business {
  font-weight: 400;
  font-size: 0.8rem;
  color: #5f7181;
  margin-top: 13px;
    height: 4.5em;
    line-height: 1.5em;
    overflow-y: auto;
    padding-right: 5px;
}

/* ---------联系方式结束--------- */

/* ---------人才战略开始--------- */
.site-content .bg_banner-talentsbox {
  height: 30rem;
  overflow: hidden;
}

.site-content .bg_banner-talentsbox .bg_banner-talentsbox-talents {
  font-weight: bold;
  font-size: 2.2rem;
  color: #ffffff;
  margin-top: 3.85rem;
}

.site-content .bg_banner-talentsbox .bg_banner-talentsbox-talentsrl {
  font-weight: bold;
  font-size: 1.15rem;
  color: #ffffff;
  margin-top: 4.6rem;
}

.site-content .bg_banner-talentsbox .bg_banner-talentsbox-content {
  width: 43%;
  font-weight: 400;
  font-size: 1.15rem;
  color: #ffffff;
  line-height: 34px;
  text-align: justify;
  margin-top: 1rem;
}

.site-content .swiper-talents .wiper-wrapper-talents {
  position: relative;
}

.site-content .swiper-talents .swiper-wrapper-talents .swiper-slide-talents-content {
  position: absolute;
  top: 20%;
  left: 30%;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(17, 38, 67, 0.16);
  border-radius: 10px;
  padding: 2.5rem 2.25rem;
  opacity: 0.92;
  margin-right: 10px;
}

.site-content .swiper-talents .swiper-wrapper-talents .swiper-slide-talents-content .slide-talents-title {
  font-weight: bold;
  font-size: 1.3rem;
  color: #333333;
  margin-bottom: 1.2rem;
}

.site-content .swiper-talents .swiper-wrapper-talents .swiper-slide-talents-content .slide-talents-text {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  text-align: justify;
  line-height: 30px;
}

.site-content .swiper-talents-pagination {
  position: relative;
  display: flex;
  justify-content: flex-end;
  top: -80px;
  right: 20px;
}

.site-content .swiper-talents-pagination span {
  margin-right: 10px;
  width: 1em;
  height: 1em;
}

.site-content .swiper-talents-pagination .swiper-pagination-bullet-active {
  background-color: #003b8f;
}

/* ---------人才战略结束--------- */

/* ---------招聘信息开始--------- */
.site-content .recruitment-box {
  display: flex;
  justify-content: space-between;
}

.site-content .recruitment-box .recruitment-left {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 2.8rem;
}

.site-content .recruitment-box .recruitment-right {
  display: flex;
}

.site-content .recruitment-box .recruitment-right .select-box {
  width: 10rem;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  margin-right: 30px;
}

.site-content .recruitment-box .recruitment-right .select-box .select-box-lablebox {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}

.site-content .recruitment-box .recruitment-right .select-box .select-box-value {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  border: 1px solid #dadada;
}

.site-content .recruitment-box .recruitment-right .select-box .select-box-lable {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  background-color: #ffffff;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.site-content .recruitment-box .recruitment-right .select-box .select-box-lable:hover {
  background-color: #003f97;
  color: #ffffff;
  transition: all 0.3s;
}

.site-content .recruitment-box .recruitment-right .search-input-box {
  position: relative;
  height: 50px;
}

.site-content .recruitment-box .recruitment-right .search-input-box input {
  border: 1px solid #dadada;
  padding: 0 3rem 0 1.5rem;
  height: 100%;
  width: 17.5rem;
}

.site-content .recruitment-box .recruitment-right .search-input-box .search-input-img {
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.site-content .recruitment-box .recruitment-right .search-input-box .search-input-img img {
  width: 21px;
  height: 20px;
}

.site-content .recruitment-list .recruitment-list-item {
  background: #f7f7f7;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.site-content .recruitment-list .recruitment-list-item:hover .recruitment-list-item-left {
  color: #003f97;
}

.site-content .recruitment-list .recruitment-list-item:hover .recruitment-list-item-right .recruitment-list-item-right-btn {
  background: #003f97;
  color: #fff;
}

.site-content .recruitment-list .recruitment-list-item .recruitment-list-item-left {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
}

.site-content .recruitment-list .recruitment-list-item .recruitment-list-item-right .recruitment-list-item-right-btn {
  background: #fff;
  color: #003f97;
  padding: 5px 10px;
  border: 1px solid #003f97;
  border-radius: 10px;
  cursor: pointer;
}

.site-content .pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.9rem;
  color: #b8c0c7;
}

.site-content .pagination-list div {
  padding: 4px 11px;
  cursor: pointer;
  margin-right: 20px;
}

.site-content .pagination-list .activePage {
  border: 1px solid #003f97;
  color: #003f97;
  transform: rotate(45deg);
}

.site-content .pagination-list .activePage span {
  transform: rotate(-45deg);
  display: inline-block;
}

/* ---------招聘信息结束--------- */

/* ---------文件公告开始--------- */
.site-content .document-announcement-list .document-announcement-list-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.site-content .document-announcement-list .document-announcement-list-item:hover .document-announcement-list-item-left {
  color: #f00014;
}

.site-content .document-announcement-list .document-announcement-list-item .document-announcement-list-item-left {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  /* display: flex;
  align-items: center; */
}

.site-content .document-announcement-list .document-announcement-list-item .document-announcement-list-item-left .diandian {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: #003f97;
  margin: 3px 10px;
  display: inline-block;
}

.site-content .document-announcement-list .document-announcement-list-item .document-announcement-list-item-right {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
}

/* ---------文件公告结束--------- */
.site-content .public-welfare-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.site-content .public-welfare-list .public-welfare-list-item {
  width: 32%;
  overflow: hidden;
  margin-bottom: 1rem;
  cursor: pointer;
}

.site-content .public-welfare-list .public-welfare-list-item:hover img {
  transform: scale(1.05);
}

.site-content .public-welfare-list .public-welfare-list-item:hover .welfareinfo {
  color: #003f97;
}

.site-content .public-welfare-list .public-welfare-list-item:hover .welfaredate {
  color: #003f97;
  border-bottom: 1px solid #003f97;
}

.site-content .public-welfare-list .public-welfare-list-item .welfareImg {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.site-content .public-welfare-list .public-welfare-list-item img {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
        height: 230px;
}

.site-content .public-welfare-list .public-welfare-list-item .welfareinfo {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3rem;
  margin-top: 0.75rem;
  text-align: justify;
}

.site-content .public-welfare-list .public-welfare-list-item .welfaredate {
  font-weight: 400;
  font-size: 0.9rem;
  color: #c2c2c2;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}

/* ---------柳钢新闻开始--------- */
.site-content .news-liugang-list {
  display: flex;
  flex-direction: column;
}

.site-content .news-liugang-list .news-liugang-list-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.site-content .news-liugang-list .news-liugang-list-item:hover .news-liugang-list-item-left {
  color: #f00014;
}

.site-content .news-liugang-list .news-liugang-list-item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.site-content .news-liugang-list .news-liugang-list-item:nth-child(5n) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #dfdfdf;
}

.site-content .news-liugang-list .news-liugang-list-item:nth-last-child(1) {
  padding-bottom: 1rem;
  border-bottom: 0px dashed #dfdfdf;
}

.site-content .news-liugang-list .news-liugang-list-item .news-liugang-list-item-left {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  align-items: center;
}

.site-content .news-liugang-list .news-liugang-list-item .news-liugang-list-item-left .diandian {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: #003f97;
  margin: 3px 10px;
  display: inline-block;
}

.site-content .news-liugang-list .news-liugang-list-item .news-liugang-list-item-right {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
}

/* ---------柳钢新闻结束--------- */

/* ---------视频专区开始--------- */
.site-content .video-liugang-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.site-content .video-liugang-list .liugangvideo-item {
  width: 49%;
  margin-bottom: 2rem;
  cursor: pointer;
}

.site-content .video-liugang-list .liugangvideo-item img {
  width: 100%;
  height: 370px;
  position: relative;
  transition: all 0.3s ease;
}

.site-content .video-liugang-list .liugangvideo-item:hover img {
  transform: scale(1.05);
}

.site-content .video-liugang-list .liugangvideo-item:hover .liugangvideo-item-text {
  color: #003b8f;
}

.site-content .video-liugang-list .liugangvideo-item .liugangvideo-item-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.site-content .video-liugang-list .liugangvideo-item .liugangvideo-item-img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
}

.site-content .video-liugang-list .liugangvideo-item .liugangvideo-item-text {
  font-weight: 400;
  font-size: 0.9rem;
  color: #7a8794;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup .video-box {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup .video-box video {
  width: 100%;
  height: 35rem;
}

#videoPopup .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#videoPopup .video-box .close :hover {
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* ---------视频专区结束--------- */

/* ---------党建动态开始--------- */
.site-content .dangjian-party-list .party-item {
  display: flex;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #cfdde9;
}

.site-content .dangjian-party-list .party-item .party-left {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}

.site-content .dangjian-party-list .party-item .party-left img {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.site-content .dangjian-party-list .party-item:hover img {
  transform: scale(1.05);
}

.site-content .dangjian-party-list .party-item:hover .party-right-title {
  color: #f00014 !important;
}

.site-content .dangjian-party-list .party-item .party-right {
  width: 70%;
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-content .dangjian-party-list .party-item .party-right .party-right-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #5f7181;
  margin-bottom: 1rem;
}

.site-content .dangjian-party-list .party-item .party-right .party-right-content {
  font-weight: 400;
  font-size: 18px;
  color: #5f7181;
  line-height: 26px;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.site-content .dangjian-party-list .party-item .party-right .party-right-date {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
}

/* ---------党建动态结束--------- */

/* ---------协同产业开始--------- */
.site-content .synergy-list .synergy-list-item {
  display: flex;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #cfdde9;
}

.site-content .synergy-list .synergy-list-item .synergy-list-item-left {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}

.site-content .synergy-list .synergy-list-item .synergy-list-item-left img {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.site-content .synergy-list .synergy-list-item:hover img {
  transform: scale(1.05);
}

.site-content .synergy-list .synergy-list-item:hover .synergy-list-item-right-title {
  color: #f00014 !important;
}

.site-content .synergy-list .synergy-list-item:hover .synergy-list-item-right-btn {
  background: #003f97;
  color: #ffffff !important;
}

.site-content .synergy-list .synergy-list-item .synergy-list-item-right {
  width: 70%;
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-content .synergy-list .synergy-list-item .synergy-list-item-right .synergy-list-item-right-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 1rem;
  width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.site-content .synergy-list .synergy-list-item .synergy-list-item-right .synergy-list-item-right-title .redline {
  height: 2px;
  background: #003f97;
  position: absolute;
  bottom: 0;
  width: 5em;
}

.site-content .synergy-list .synergy-list-item .synergy-list-item-right .synergy-list-item-right-content {
  font-weight: 400;
  font-size: 18px;
  color: #5f7181;
  line-height: 26px;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.site-content .synergy-list .synergy-list-item .synergy-list-item-right .synergy-list-item-right-btn {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  padding: 0.5rem 2em;
  border: 1px solid #003f97;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

/* ---------协同产业结束--------- */

/* ---------钢铁产业开始--------- */
.site-content .steel-product {
  display: none;
}

.site-content .on {
  display: block !important;
}

.site-content .steel-newPage {
  position: relative;
  overflow: hidden;
}

.site-content .steel-newPage .steel-newPage-item {
  display: flex;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin: 0 5%;
}

.site-content .steel-newPage .steel-newPage-item .steel-newPage-item-left {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}

.site-content .steel-newPage .steel-newPage-item .steel-newPage-item-left img {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  max-height: 290px;
}

.site-content .steel-newPage .steel-newPage-item img:hover {
  transform: scale(1.05);
}

.site-content .steel-newPage .steel-newPage-item .steel-newPage-item-right-btn:hover {
  background: #003f97;
  color: #ffffff !important;
}

.site-content .steel-newPage .steel-newPage-item .steel-newPage-item-right {
  width: 70%;
  padding: 1em 0 1em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-content .steel-newPage .steel-newPage-item .steel-newPage-item-right .steel-newPage-item-right-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 1rem;
  width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.site-content .steel-newPage .steel-newPage-item .steel-newPage-item-right .steel-newPage-item-right-title .redline {
  height: 2px;
  background: #003f97;
  position: absolute;
  bottom: 0;
  width: 5em;
}

.site-content .steel-newPage .steel-newPage-item .steel-newPage-item-right .steel-newPage-item-right-content {
  font-weight: 400;
  font-size: 18px;
  color: #5f7181;
  line-height: 26px;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.site-content .steel-newPage .steel-newPage-item .steel-newPage-item-right .steel-newPage-item-right-btn {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  padding: 0.5rem 2em;
  border: 1px solid #003f97;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.site-content .steel-product .borderline {
  margin-top: 1rem;
  border-bottom: 1px solid #b9b9b9;
}

.site-content .steel-product .borderline-product {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}

.site-content .steel-product .borderline-product-item {
  width: calc(33% - 10px);
  cursor: pointer;
  overflow: hidden;
}

.site-content .steel-product .borderline-product-item .steel-product-img {
  overflow: hidden;
  border-radius: 15px;
  max-height: 270px;
}

.site-content .steel-product .borderline-product-item img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  position: relative;
  transition: all 0.3s ease;
}

.site-content .steel-product .borderline-product-item img:hover {
  transform: scale(1.05);
}

.site-content .steel-product .borderline-product-item .content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  line-height: 1.8rem;
  text-align: center;
  margin-top: 10px;
}

.site-content .steel-use {
  position: relative;
  overflow: hidden;
}

.site-content .steel-use .steel-newPage-item {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 10px;
  overflow: hidden;
}

.site-content .steel-use .steel-newPage-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.site-content .steel-use .steel-newPage-item .steel-newPage-item-left {
  width: 50%;
  overflow: hidden;
  background-color: #ffffff;
}

.site-content .steel-use .steel-newPage-item .steel-newPage-item-left img {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  max-height:437px;
}

.site-content .steel-use .steel-newPage-item img:hover {
  transform: scale(1.05);
}

.site-content .steel-use .steel-newPage-item .steel-newPage-item-right-btn:hover {
  background: #003f97;
  color: #ffffff !important;
}

.site-content .steel-use .steel-newPage-item .steel-newPage-item-right {
  width: 50%;
  padding: 1em 2em 1em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}

.site-content .steel-use .steel-newPage-item .steel-newPage-item-right .steel-newPage-item-right-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 1rem;
  width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.site-content .steel-use .steel-newPage-item .steel-newPage-item-right .steel-newPage-item-right-title .redline {
  height: 2px;
  background: #003f97;
  position: absolute;
  bottom: 0;
  width: 5em;
}

.site-content .steel-use .steel-newPage-item .steel-newPage-item-right .steel-newPage-item-right-content {
  font-weight: 400;
  font-size: 18px;
  color: #5f7181;
  line-height: 26px;
  height: 260px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.site-content .steel-use .steel-newPage-item .steel-newPage-item-right .steel-newPage-item-right-btn {
  font-weight: 400;
  font-size: 0.9rem;
  color: #5f7181;
  padding: 0.5rem 2em;
  border: 1px solid #003f97;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.nav-content #imagesCultureShow {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.nav-content #imagesCultureShow .swiper-container {
  padding-bottom: 60px;
}

.nav-content #imagesCultureShow .swiper-slide {
  width: 500px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-content #imagesCultureShow .swiper-slide .imagesCultureShow-imgbox {
  display: flex;
  gap: 10px;
  width: 500px;
  height: 500px;
}

/* 内容页内容结束 */

/*-- 网站地图 --*/
.siteMap{ padding: 15px 10px; overflow: hidden; zoom: 1; }
.siteMap h3{font-size:inherit;font-weight: normal;}
.siteMap .li1{ margin-bottom: 20px; }
.siteMap .h1{ height: 40px; line-height: 40px; border: 1px dotted #ccc; background: #fff; background: #f6f6f6; }
.siteMap .h1 .a1{ font: normal 16px/40px "Microsoft YaHei"; _font-weight: bold; color: #223874; padding-left: 15px; }
.siteMap .ul1{ padding: 10px 20px; zoom: 1; }
.siteMap .li2{ display: inline-block; *display: inline; zoom: 1; padding-right: 50px; vertical-align: top; padding-bottom: 5px; }
.siteMap .a2{ color: #666; }
.siteMap .ul2{ padding: 0 0 20px 0; }
.siteMap .li3{ line-height: 18px; display: inline-block; *display: inline; zoom: 1; }
.siteMap .a3{ color: #999; padding-right: 10px; margin-right: 10px; border-right: 1px solid #ddd; }
.siteMap .last3 .a3{ border-right: 0; }
.siteMap #liID41 .li2{ display: block; }



