.banner {
  width: 100%;
  height: 845px;
}

.swiper1 {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide {
  width: 100%;
  height: 845px;
}

.swiper1 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper1 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.swiper1 .swiper-slide a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

/* 图片遮罩层 */
.swiper1 .swiper-slide a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: url("../img/img_zhezhao.png") no-repeat center / cover;
}

.swiper1 .swiper-horizontal > .swiper-pagination-bullets,
.swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper1 .swiper-pagination-custom,
.swiper1 .swiper-pagination-fraction {
  bottom: 90px;
}

.swiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 1);
  margin: 0 7.5px !important;
  opacity: 1;
}

.swiper1 .swiper-pagination-bullet-active {
  width: 49px;
  height: 12px;
  border-radius: 7.5px;
  background: #f00;
}

/* swiper1 左右导航按钮（自定义箭头图） */
.swiper1 .swiper-button-prev1,
.swiper1 .swiper-button-next1 {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 40px;
}

.swiper1 .swiper-button-prev1 {
  background-image: url("../img/swiper1_lf_arrow.png");
}

.swiper1 .swiper-button-next1 {
  background-image: url("../img/swiper1_rt_arrow.png");
}

/* 隐藏 Swiper 默认的字体图标箭头 */
.swiper1 .swiper-button-prev1::after,
.swiper1 .swiper-button-next1::after {
  display: none;
}

.xydt_box {
  width: 100%;
  padding-top: 39px;
  padding-bottom: 56px;
  height: 591px;
  background: url(../img/xydt_bg.png) no-repeat center;
  background-size: cover;
}

.xydt_box .xydt {
  width: 1200px;
  margin: 0 auto;
}

.title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title .cName {
  color: #121212;
  font-family: "Source Han Sans SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}

.title .more {
  color: #999999;
  font-family: "Source Han Sans SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.xydt .content {
  width: 100%;
  margin-top: 23px;
}

.xydt .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.xydt .content ul li {
  width: 388px;
}

.xydt .content ul li a {
  display: block;
  width: 100%;
}

.xydt .content ul li a > img {
  width: 100%;
  display: block;
  height: 290px;
}

.xydt .content ul li a > .des {
  width: 100%;
  height: 145px;
  padding: 33px 22px 44px 22px;
  background: #f6f1e6;
}

.xydt .content ul li a > .des > .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #121212;
  font-family: "Source Han Sans SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.xydt .content ul li a > .des > .date {
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.xydt .content ul li a > .des > .date > img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.xydt .content ul li a > .des > .date > img.norm {
  display: block;
}

.xydt .content ul li a > .des > .date > img.hover {
  display: none;
}

.xydt .content ul li a:hover > .des > .date > img.norm {
  display: none;
}

.xydt .content ul li a:hover > .des > .date > img.hover {
  display: block;
}

.xydt .content ul li a > .des > .date > span {
  color: #8f8775;
  font-family: "Source Han Sans SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.xydt .content ul li a:hover > .des > .date > span {
  color: #fff;
}

.xydt .content ul li a:hover > .des > .tit {
  color: #fff;
}

.xydt .content ul li a:hover > .des {
  background: #a4201c;
  border-bottom: 4px solid #ffe6b0;
}

.tzdt_box {
  width: 100%;
  background-color: #fef7f7;
  padding-top: 37px;
  padding-bottom: 58.7px;
}

.tzgg {
  width: 577px;
}

.dtgz {
  width: 577px;
}

.tzdt {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.tzgg .content {
  width: 100%;
  margin-top: 18px;
}

.tzgg .content ul {
  width: 100%;
}

.tzgg .content ul li {
  width: 100%;
  padding: 15px 22px 25px 13px;
  height: 132px;
  border-bottom: 1px dotted #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tzgg .content ul li:hover {
  background: #a4201d;
}

.tzgg .content ul li .date_lf {
  width: 44px;
  height: 49px;
  background: url(../img/date_lf_bg.png) no-repeat center;
  background-size: cover;
}

.tzgg .content ul li:hover .date_lf {
  background: url(../img/date_lf_bg_on.png) no-repeat center;
  background-size: cover;
}

.tzgg .content ul li .date_lf .day {
  color: #a4201d;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 15px;
  font-style: normal;
  margin-top: 2px;
}

.tzgg .content ul li .date_lf .month {
  color: #ffffff;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
}

.tzgg .content ul li:hover .date_lf .day {
  color: #ffe6b1;
}
.tzgg .content ul li:hover .date_lf .month {
  color: #a4201d;
}

.tzgg .content ul li .new_rt {
  display: block;
  width: 480px;
}

.tzgg .content ul li .new_rt .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-family: "Source Han Sans SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.tzgg .content ul li .new_rt .des {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
}

.tzgg .content ul li:hover .new_rt .tit {
  color: #fff;
}

.tzgg .content ul li:hover .new_rt .des {
  color: rgba(255, 255, 255, 0.7);
}

.tzgg .content ul li:last-child {
  border: none;
}

.dtgz .content {
  width: 100%;
  margin-top: 18px;
}

.swiper2 {
  width: 100%;
  height: 381px;
}

.swiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper2 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper2 .swiper-slide a p {
  width: 100%;
  background: #ffe6b1;
  height: 58px;
  line-height: 58px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper2 .swiper-slide a p span {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #121212;
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

/* swiper2 左右导航按钮（自定义箭头图） */
.swiper2 .swiper-button-prev2,
.swiper2 .swiper-button-next2 {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.swiper2 .swiper-button-prev2 {
  background-image: url("../img/dtgz_left_arrow.png");
  background-size: cover;
}

.swiper2 .swiper-button-next2 {
  background-image: url("../img/dtgz_right_arrow.png");
  background-size: cover;
}

/* 隐藏 Swiper 默认的字体图标箭头 */
.swiper2 .swiper-button-prev2::after,
.swiper2 .swiper-button-next2::after {
  display: none;
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-rtl .swiper-button-prev {
  top: auto;
  bottom: 18px;
  right: 20px;
}

.swiper2 .swiper-button-prev,
.swiper2 .swiper-rtl .swiper-button-next {
  bottom: 18px;
  top: auto;
  right: 50px;
  left: auto;
}

.xshd_box {
  width: 100%;
  height: 1018px;
  background: url(../img/xshd_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 81px;
}

.xshd .content ul li a > .des {
  height: 139px;
  position: relative;
}

.xshd .content ul li a:hover > .des {
  border: none !important;
}

.xshd .content ul li a > .des .des_on_show {
  display: none;
  position: absolute;
  bottom: 38px;
  right: 22px;
}

.xshd .content ul li:hover a > .des .des_on_show {
  display: block;
}

.xxgk {
  width: 1200px;
  margin: 0 auto;
  margin-top: 79px;
}

.xxgk .content {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xxgk .content ul {
  width: 489px;
}

.xxgk .content ul li {
  width: 100%;
  padding: 15px 14px 24px 13px;
  height: 132px;
  border-bottom: 1px dotted #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xxgk .content ul li .date_lf {
  width: 44px;
  height: 49px;
  background: url(../img/date_lf_bg.png) no-repeat center;
  background-size: cover;
}

.xxgk .content ul li .date_lf .day {
  color: #a4201d;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 15px;
  font-style: normal;
  margin-top: 2px;
}

.xxgk .content ul li .date_lf .month {
  color: #ffffff;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
}

.xxgk .content ul li .new_rt {
  display: block;
  width: 400px;
}

.xxgk .content ul li .new_rt .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-family: "Source Han Sans SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.xxgk .content ul li .new_rt .des {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
}

.xxgk .content .zxrk {
  display: block;
  width: 152px;
  height: 246px;
}

.xxgk .content .zxrk img {
  display: block;
  width: 100%;
  height: 100%;
}

.szfc_box {
  width: 100%;
  height: 782px;
  background: url(../img/szfc_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 67px;
}

.szfc {
  width: 1200px;
  margin: 0 auto;
}

.szfc .tit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.szfc .tit a {
  display: block;
  width: 168px;
  height: 35px;
}

.szfc .tit a img {
  width: 100%;
  height: 100%;
  display: block;
}

.szfc .cont {
  width: 100%;
  margin-top: 51px;
}

.swiper3 {
  width: 100%;
  padding: 0 50px;
}

.swiper3 .swiper-slide {
  width: 395px;
  height: 530px;
}

.swiper3 .swiper-wrapper {
  box-sizing: border-box;
}

.swiper3 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper3 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper3 .swiper-slide a p {
  width: 100%;
  height: 114px;
  line-height: 114px;
  text-align: center;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 25px;
  position: absolute;
  background: url(../img/szfc_p_bg.png) no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 0;
}

/* swiper2 左右导航按钮（自定义箭头图） */
.swiper3 .swiper-button-prev3,
.swiper3 .swiper-button-next3 {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.swiper3 .swiper-button-prev3 {
  background-image: url("../img/szfc_lf_arrow.png");
  background-size: cover;
  left: 0;
}

.swiper3 .swiper-button-next3 {
  background-image: url("../img/szfc_rt_arrow.png");
  background-size: cover;
  right: 0;
}

/* 隐藏 Swiper 默认的字体图标箭头 */
.swiper3 .swiper-button-prev3::after,
.swiper3 .swiper-button-next3::after {
  display: none;
}

.footer {
  margin-top: -0;
}
