/* 初始化 */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
table {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Microsoft YaHei" !important;
}

body a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

body a:hover {
  cursor: pointer;
  color: #f30404;
}

/* img {
  max-width: 100%;
  vertical-align: top;
} */

body {
  margin: 0 auto;
  min-width: 1100px;
  max-width: 1920px;
  overflow-x: hidden;
  height: 100vh;
}

/* footer */
.foot {

  padding: 50px 0;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  background-color: #cc2827;
}




/* 首页 */
.indexHead {
  position: relative;
  /* 确保子元素可以绝对定位 */
  padding-top: 600px;
  /* 保持原有高度 */
  background: url(/zt_fawcn/template/page/2025srxx_index/bg-top.png) center;
  text-align: center;
  background-size: cover;
}

.headIcon {
  position: absolute;
  top: calc(50% - 200px);
  left: 50%;
  transform: translateX(-50%);
  background: url(/zt_fawcn/template/page/2025srxx_index/head-icon.png) no-repeat center center;
  width: 100px;
  height: 100px;
  margin-top: -30px;
}

.headTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 60px;
  color: #FFE187;
  text-align: center;
  line-height: 87px;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.headTitle span {
  font-size: 60px;
}





/* 内页标题 */
.content-column {
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 40px;
}

.subTit {
  margin: 60px 0;
  /* 上下间距40px */
  display: flex;
  gap: 34px;
}

.subTextGroup {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  position: relative;
}

.subLeft,
.subRight {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
}

.contentLine {
  flex: 1;
  position: relative;
}

.subLeft {
  color: #1f1f1f;
}

.subRight {
  color: #f90012;
}

.subDot {
  position: absolute;
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  /* 与文字间隔34px */
  border: 1px solid #F90012;
  border-radius: 50%;
}

.subLine {
  position: absolute;
  width: calc(100% - 6px);
  top: 23px;
  left: 6px;
  height: 1px;
  /* 与圆点间隔 */
  background: #F90012;
  transform: scaleX(-1) scaleY(-1);
}

.subRect {
  width: 126px;
  height: 12px;
  position: absolute;
  top: 28px;
  right: 0px;
  /* 靠右对齐 */
  background-image: repeating-linear-gradient(45deg, white, white 3px, transparent 3px, transparent 6px), linear-gradient(269deg, rgba(249, 0, 18, 0) 1%, #F90012 100%);
}

/* 分页 */

.easysite-page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin-top: 16px;
}

.easysite-total-page {
  font-weight: 400;
  font-size: 14px;
  color: #242F57;
  text-align: right;
  /* letter-spacing: 2px; */
  line-height: 22px;
  opacity: 0.88;
}

.easysite-page-wrap {
  display: flex;
  gap: 34px;
  font-weight: 400;
  font-size: 14px;
  color: #242F57;
  line-height: 22px;
}

.easysite-page-wrap a:hover {
  cursor: pointer;
  color: #242F57 !important;
}

.specificPage {
  display: flex;
}

.NormalRed {
  background: #0052D9;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagingNormal {
  border-radius: 4px;
  width: 32.13px;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #242F57;
  text-align: center;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.easysite-jump-page {
  display: flex;
  gap: 8px;
  align-items: center;
}

.easysite-page-text {
  background: #FFFFFF;
  border: 1px solid #EAEDF7;
  border-radius: 6px;
  width: 48.2px;
  height: 32px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #242F57;
  line-height: 22px;
}


/*背景图*/
.banner-wrapper {
  position: relative;
  /* 让内部元素相对于这个容器定位 */
}

@media screen and (max-width: 1200px) {
  .background-image {
    display: none
  }
}<!--0.00011706352233887-->