.banner_box img {
  width: 100%;
  object-fit: cover;
}
.index_title_left img {
  height: 4.1rem;
}
.index_title_left .index_title_left_name {
  font-weight: 600;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
}
.index_title_left .index_title_left_name_active {
  font-weight: 600;
  font-size: 2rem;
  color: #DF1919;
  cursor: pointer;
}
.jxhd_box {
  display: flex;
  gap: 2rem;
  width: 140rem;
  height: 45.8rem;
  padding: 2rem;
  margin: 1.7rem auto 0;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 1.94rem 0rem rgba(0, 0, 0, 0.03);
  border-radius: 0.8rem;
}
.jxhd_box .jxhd_img {
  width: 73.8rem;
  height: 41.5rem;
  border-radius: 0.6rem;
  overflow: hidden;
  cursor: pointer;
}
.jxhd_box .jxhd_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
}
.jxhd_box .jxhd_content {
  width: 60.2rem;
  margin-top: 0.6rem;
}
.jxhd_box .jxhd_content .index_title {
  border-bottom: none;
}
.jxhd_box .jxhd_content .xjdx_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.2rem;
  line-height: 5.2rem;
  font-size: 1.6rem;
  color: #000;
  border-bottom: 0.1rem dashed rgba(255, 0, 0, 0.1);
  cursor: pointer;
}
.jxhd_box .jxhd_content .xjdx_item:hover {
  color: #e01919;
}
.jxhd_box .jxhd_content .xjdx_item .xjdx_item_title {
  width: 28em;
}
.jxhd_box .jxhd_content .xjdx_item img {
  width: 0.8rem;
  vertical-align: middle;
  margin-top: -0.3rem;
}
.jxhd_box .jxhd_content .xjdx_item .xjdx_item_time {
  font-size: 1.4rem;
  color: #757575;
}
.jxhd_box .jxhd_content .xjdx_item .xjdx_item_time img {
  width: 1.4rem;
}
.jxhd_box .jxhd_content .xjdx_item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 10.8rem;
  font-size: 1.6rem;
  color: #e01919;
  border-bottom: 0.1rem dashed rgba(255, 0, 0, 0.1);
  cursor: pointer;
}
.jxhd_box .jxhd_content .xjdx_item2 .xjdx_item2_img {
  width: 14.3rem;
  height: 8.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.jxhd_box .jxhd_content .xjdx_item2 .xjdx_item2_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
}
.jxhd_box .jxhd_content .xjdx_item2 .name_box {
  width: calc(100% - 16.3rem);
}
.jxhd_box .jxhd_content .xjdx_item2 .name_box .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  color: #8d8d8d;
}
.jxhd_box .jxhd_content .xjdx_item2 .name_box .time img {
  width: 1.8rem;
}
.jxhd_box .jxhd_content .zcwj_box {
  margin-top: 1.5rem;
}

.bkzy_sj_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 46.2rem;
  padding: 2rem 0;
  margin-top: 2rem;
  background: #ffebeb;
}
.bkzy_box {
  width: 140rem;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.8rem;
}
.bkzy_box .bkzy_jczy_box {
  position: relative;
  width: 100%;
  margin-top: 1.6rem;
}
.bkzy_box .bkzy_jczy_box .bkzy_jczy_item {
  width: 21rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.8rem;
  border: 0.1rem solid #c67c4d;
  cursor: pointer;
}
.bkzy_box .bkzy_jczy_box .bkzy_jczy_item:hover .bkzy_jczy_item_img img {
  transform: scale(1.03);
  transition: all 0.3s ease;
}
.bkzy_box .bkzy_jczy_box .bkzy_jczy_item .bkzy_jczy_item_img {
  width: 100%;
  height: 26.7rem;
  padding: 1rem 0.6rem;
  text-align: center;
}
.bkzy_box .bkzy_jczy_box .bkzy_jczy_item .bkzy_jczy_item_img img {
  height: 24.8rem;
  object-fit: contain;
}
.bkzy_box .bkzy_jczy_box .bkzy_jczy_item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.8rem;
  text-align: center;
  padding: 0 1.3rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #9d5f00;
  background: #ffefe2;
  border-radius: 0rem 0rem 0.7rem 0.7rem;
}
.bkzy_box .bkzy_jczy_box .swiper-button-next,
.bkzy_box .bkzy_jczy_box .swiper-button-prev {
  width: 0.9rem;
  height: 1.8rem;
  top: 55%;
  transform: translateY(-50%);
  background: #fff4ea;
  cursor: pointer;
}
.bkzy_box .bkzy_jczy_box .swiper-button-next {
  right: 1.2rem;
}
.bkzy_box .bkzy_jczy_box .swiper-button-prev {
  left: 1.5rem;
}
.bkzy_box .bkzy_jczy_box .swiper-button-prev img,
.bkzy_box .bkzy_jczy_box .swiper-button-next img {
  width: 0.9rem;
  height: 1.8rem;
}
.szksj_szsj_box {
  width: 100%;
  height: 59.4rem;
  padding-top: 2rem;
  background: url("../images_new/index/szksj_bg.png");
  background-size: 100% 100%;
}
.szksj_szsj_box .jinshiliu {
  display: block;
  width: 140rem;
  height: 15rem;
  margin: 0 auto 2rem;
  overflow: hidden;
  cursor: pointer;
}
.szksj_szsj_box .jinshiliu img {
  width: 100%;
}
.szksj_szsj_box .szksj_szsj_inside_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 0 auto;
}
.szksj_box {
  width: 98.5rem;
  height: 38.4rem;
  padding: 1.2rem 2rem;
  background: #fff;
  border-radius: 0.8rem;
}
.szksj_box .szksj_content_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 32.6rem;
  margin-top: 1.5rem;
}
.szksj_box .szksj_content_box .szksj_item {
  width: 30.5rem;
  height: 29.6rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.8rem;
  border: 0.1rem solid #d2d2d2;
  cursor: pointer;
}
.szksj_box .szksj_content_box .szksj_item .szksj_item_img {
  width: 28.6rem;
  height: 16.1rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
.szksj_box .szksj_content_box .szksj_item .szksj_item_img img {
  width: 28.6rem;
  height: 16.1rem;
  border-radius: 0.8rem;
  object-fit: cover;
}
.szksj_box .szksj_content_box .szksj_item .szksj_item_title {
  margin: 1.1rem 0 0.3rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000000;
}
.szksj_box .szksj_content_box .szksj_item .szksj_item_title:hover {
  color: #bc0000;
}
.szksj_box .szksj_content_box .szksj_item .szksj_item_subtitle {
  text-align: justify;
  font-size: 1.4rem;
  color: #a3a3a3;
}
.szksj_box .szksj_content_box .szksj_item .keyword_box {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
}
.szksj_box .szksj_content_box .szksj_item .keyword_box .keyword {
  max-width: 15rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  padding: 0 0.8rem;
  font-size: 1.2rem;
  color: #bc0000;
  background: rgba(188, 0, 0, 0.1);
  border-radius: 0.4rem;
}
.szsj_box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 39.5rem;
  height: 38.4rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.8rem;
}
.szsj_box .szsj_item {
  width: 100%;
  height: 10.4rem;
  border-radius: 0.6rem;
  overflow: hidden;
  cursor: pointer;
}
.szsj_box .szsj_item img {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
}

.big_box {
  width: 100%;
  height: 37.3rem;
  padding-top: 2rem;
  background-image: url("../images_new/index/cgzs_bg.png");
  background-size: 100% 100%;
}
.big_box .big_inside_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  height: 33.3rem;
  margin: 0 auto;
}
.big_box .left_box {
  width: 80.7rem;
  height: 33.3rem;
  padding: 2rem;
  background: #fff;
  border-radius: 0.8rem;
}
.big_box .left_box .left_inside_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}
.big_box .left_box .left_item {
  width: 24.2rem;
  height: 7rem;
  background: #f9f9f9;
}
.big_box .left_box .left_item .left_item_img {
  width: 100%;
  height: 7rem;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.big_box .left_box .left_item .left_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.big_box .left_box .left_item .left_item_title {
  width: 100%;
  height: 16rem;
  padding: 0 0.6rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #f9f9f9;
}
.big_box .left_box .left_item .left_item_title .title {
  width: 100%;
  height: 5.2rem;
  line-height: 5.2rem;
  font-size: 1.5rem;
  color: #333333;
  border-top: 0.1rem dashed #ececec;
  cursor: pointer;
}
.big_box .left_box .left_item .left_item_title .title:hover {
  color: #bc0000;
}
.big_box .right_box {
  position: relative;
  width: 57.3rem;
  height: 33.3rem;
  background-image: url("../images_new/index/map.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.big_box .right_box .map_list {
  position: absolute;
  top: 10rem;
  left: 3.3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 20.2rem;
}
.big_box .right_box .map_list .map_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  height: 3.8rem;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  color: #ffffff;
  background: rgba(188, 0, 0, 0.88);
  border-radius: 0.8rem;
  border: 0.1rem solid #ffffff;
}
.big_box .right_box .map_list .map_item img {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.4rem;
}
.big_box .right_box .map_list .map_item .map_item_title {
  flex: 1;
}
.sztzk_box {
  width: 140rem;
  margin: 2rem auto;
}

.sztzk_box .sztzk_list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.sztzk_box .sztzk_list .sztzk_item_img {
  width: 33.4rem;
  height: 20.9rem;
  border-radius: 0.6rem;
  overflow: hidden;
  cursor: pointer;
}
.sztzk_box .sztzk_list .sztzk_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover;
}
