@charset "UTF-8";
@font-face {
  font-family: "SOURCEHANSERIFCN-BOLD";
  src: url("./SOURCEHANSERIFCN-BOLD.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333333;
  line-height: normal;
  font-family: Microsoft YaHei;
}

/* 取消 ul 和 li 的自带样式 */
ul {
  list-style-type: none;
  /* 移除列表项前面的符号 */
  padding: 0;
  /* 移除内边距 */
  margin: 0;
  /* 移除外边距 */
}

li {
  padding: 0;
  /* 移除内边距 */
  margin: 0;
  /* 移除外边距 */
}

a {
  text-decoration: none !important;
}

.flex {
  display: flex;
}

.flex-ac {
  display: flex;
  align-items: center;
}

.flex-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-ac-jcwb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

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

img {
  image-rendering: -webkit-optimize-contrast;
  /* 或者 crisp-edges */
  user-select: none;
}

.nav-top {
  height: 6.38rem;
  background: linear-gradient(0deg, #be0000, #e35b40);
  background-size: cover;
  width: 100%;
  padding-left: 1.69rem;
  padding-right: 1.88rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease;
  opacity: 0;
}
.nav-top .logo-box {
  padding-top: 1.81rem;
  padding-bottom: 1.63rem;
  height: 2.94rem;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 1.69rem;
}
.nav-top .logo-box .logo {
  height: 2.94rem;
  object-fit: cover;
}
.nav-top .menu-icon {
  position: absolute;
  top: 1.81rem;
  right: 1.88rem;
  width: 3.25rem;
  height: 2.38rem;
}

.nav-top-2 {
  opacity: 1;
  background: url("../images/top-bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 18.69rem;
  padding-left: 1.69rem;
  padding-right: 1.88rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.nav-top-2 .logo-box-2 {
  padding-top: 1.81rem;
  padding-bottom: 1.63rem;
  height: 8.5rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 1.69rem;
}
.nav-top-2 .logo-box-2 .logo-2 {
  width: 31.81rem;
  height: 8.5rem;
}
.nav-top-2 .menu-icon {
  position: absolute;
  top: 1.81rem;
  right: 1.88rem;
  width: 3.25rem;
  height: 2.38rem;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  padding: 0 1.88rem;
  box-sizing: border-box;
  display: none;
}
.search-box .top-head {
  padding-top: 2rem;
  padding-bottom: 2.06rem;
}
.search-box .top-head .logo {
  width: 25.63rem;
  height: 2.81rem;
}
.search-box .top-head .close-icon {
  width: 2.19rem;
  height: 2.19rem;
}
.search-box .top-input {
  width: 43.13rem;
  height: 5.31rem;
  box-shadow: 0rem 0rem 1rem 0rem rgba(9, 60, 131, 0.07);
  border-radius: 0.63rem;
  position: relative;
}
.search-box .top-input input {
  /* 取消所有默认样式 */
  width: 43.13rem;
  height: 5.31rem;
  border: none;
  background-color: transparent;
  outline: none;
  /* 取消聚焦时的轮廓 */
  box-shadow: none;
  /* 取消阴影 */
  padding: 0;
  /* 取消内边距 */
  margin: 0;
  /* 取消外边距 */
  font-size: inherit;
  /* 继承字体大小 */
  color: inherit;
  /* 继承字体颜色 */
  appearance: none;
  /* 去除浏览器默认的样式 */
  -webkit-appearance: none;
  /* 针对 Safari 和 Chrome 浏览器 */
  -moz-appearance: none;
  /* 针对 Firefox 浏览器 */
  font-size: 1.5rem;
  color: #333;
  padding-left: 1rem;
}
.search-box .top-input .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.94rem;
  width: 2.13rem;
  height: 2.13rem;
  cursor: pointer;
}
.search-box .sidebar {
  width: 100%;
}
.search-box .sidebar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-box .sidebar .menu > li {
  position: relative;
  padding-left: 1.19rem;
  line-height: 6.06rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.75rem;
  color: #333333;
}
.search-box .sidebar .menu > li a {
  text-decoration: none;
  color: #333;
  display: block;
}
.search-box .has-submenu {
  position: relative;
}
.search-box .has-submenu .toggle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  color: #f89b4c;
}
.search-box .submenu {
  display: none;
  list-style: none;
  padding-left: 20px;
}
.search-box .submenu.show {
  display: block;
}

.second-nav {
  width: 100%;
  height: 5.63rem;
  background: #fff2e2;
  overflow-x: scroll;
  margin-top: 18.69rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}
.second-nav.fixed-top {
  position: fixed;
  top: 6.38rem;
  margin-top: 0;
  z-index: 998;
}
.second-nav .link-list {
  width: 100%;
  display: -webkit-inline-box;
}
.second-nav .link-list li {
  padding: 0 1.88rem;
  height: 5.63rem;
  line-height: 5.63rem;
}
.second-nav .link-list li a {
  display: block;
  font-size: 1.88rem;
  color: #be0000;
}
.second-nav .link-list .active {
  background: #be0000;
}
.second-nav .link-list .active a {
  color: #fff2e2;
  font-weight: bold;
}

.tab-box-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.69rem;
  border-bottom: 0.06rem solid #e5e5e5;
}
.tab-box-list .title-box {
  display: flex;
  align-items: center;
}
.tab-box-list .title-box .title {
  font-size: 2.13rem;
  color: #333333;
  line-height: 2.13rem;
  position: relative;
  padding-left: 1rem;
  margin-right: 1.5rem;
}
.tab-box-list .title-box .title::before {
  content: "";
  display: inline-block;
  width: 0.38rem;
  height: 2.13rem;
  background: #be0000;
  border-radius: 0.19rem;
  margin-right: 1.13rem;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.tab-box-list .title-box .active {
  font-weight: bold;
}
.tab-box-list .title-box .active::before {
  opacity: 1;
}

.more {
  font-size: 1.5rem;
  color: #999999;
  position: relative;
  padding-right: 10px;
  display: none;
}
.more::after {
  content: "+";
  display: inline-block;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0px;
  color: #be0000;
}

.dis_block {
  display: block !important;
}

.tab-list {
  padding-top: 2.13rem;
  display: none;
}
.tab-list .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.18rem;
}
.tab-list .news-item .title {
  font-size: 1.75rem;
  color: #333333;
  width: 42.63rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-list .news-item .title::before {
  content: "·";
  display: inline-block;
  margin-right: 7px;
  font-weight: bold;
  color: #be0000;
}

.box-1 {
  padding: 0 1.88rem;
  padding-bottom: 3.69rem;
  background-color: #fff;
}
.box-1 .box-1-banner {
  width: 43.13rem;
  padding-top: 3.75rem;
  margin-bottom: 2.19rem;
}
.box-1 .box-1-banner .swiper-slide {
  width: 43.13rem !important;
  height: 32.38rem;
  position: relative;
}
.box-1 .box-1-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-1 .box-1-banner .swiper-slide .date-box {
  position: absolute;
  top: 0;
  left: 0;
}
.box-1 .box-1-banner .swiper-slide .date-box .month {
  width: 4.38rem;
  height: 3.06rem;
  font-weight: bold;
  color: #be0000;
  font-size: 1.75rem;
  text-align: center;
  background: rgba(246, 233, 214, 0.8);
}
.box-1 .box-1-banner .swiper-slide .date-box .day {
  width: 4.38rem;
  height: 2.38rem;
  background: rgba(190, 0, 0, 0.8);
  font-weight: bold;
  font-size: 1.75rem;
  color: #fff;
  line-height: 2.38rem;
  text-align: center;
}
.box-1 .box-1-banner .swiper-slide .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.63rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 1.38rem 1.5rem 0 1.44rem;
  box-sizing: border-box;
  font-size: 1.75rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-1 .box-1-banner .swiper-pagination .my-bullet {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #e3e3e3;
  margin-right: 0.31rem;
}
.box-1 .box-1-banner .swiper-pagination .my-bullet-active {
  background: #be0000;
}

.box-2 {
  background: #fffcf7;
  padding: 3.69rem 1.88rem;
}

.banner-box {
  width: 100%;
  height: 9.38rem;
}
.banner-box .swiper-slide img {
  width: 100%;
  height: 9.38rem;
}
.banner-box .swiper-pagination {
  text-align: right;
}
.banner-box .swiper-pagination .my-bullet {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #f6e9d6;
  margin-right: 0.38rem;
}
.banner-box .swiper-pagination .my-bullet:last-child {
  margin-right: 1.69rem;
}
.banner-box .swiper-pagination .my-bullet-active {
  background: #ffffff;
}

.box-3 {
  padding: 3.69rem 1.88rem;
  background: #fdf9f8;
}

.box-4 {
  padding: 3.69rem 1.88rem;
  padding-bottom: 3.75rem;
}
.box-4 .tab-box-list {
  margin-bottom: 2.19rem;
}
.box-4 .four-box-banner {
  height: 22.75rem;
}
.box-4 .four-box-banner .swiper-slide {
  width: 20.63rem !important;
  height: 20.06rem;
  background: #fff;
  padding: 0 0.94rem;
  padding-top: 1.13rem;
  box-sizing: border-box;
  background: #be0000;
  margin-right: 1rem;
}
.box-4 .four-box-banner .swiper-slide img {
  width: 18.75rem;
  height: 14.06rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.box-4 .four-box-banner .swiper-slide .title {
  font-size: 1.5rem;
  width: 18.75rem;
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-4 .four-box-banner .swiper-pagination.swiper-pagination-horizontal {
  top: auto !important;
  bottom: 0rem !important;
}
.box-4 .four-box-banner .swiper-pagination .my-bullet {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #e5e5e5;
  margin-right: 0.38rem;
}
.box-4 .four-box-banner .swiper-pagination .my-bullet:last-child {
  margin-right: 1.69rem;
}
.box-4 .four-box-banner .swiper-pagination .my-bullet-active {
  background: #be0000;
}

.bottom {
  background: url("../images/bottom-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 1.75rem 0 1.81rem 1.75rem;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 2.5rem;
}
.bottom .bottom-logo {
  width: 36.94rem;
  height: 2.94rem;
  margin-bottom: 2.44rem;
}

.footer {
  height: 7.5rem;
  background: #9f0c04;
  font-size: 1.38rem;
  color: #f4f4f4;
  text-align: center;
  padding-top: 1.5rem;
  box-sizing: border-box;
}
.footer div {
  margin-bottom: 1.31rem;
}
.footer a {
  color: #f4f4f4;
  display: inline-block;
}

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