.banner img {
  width: 100%;
}
.index_title_left img {
  height: 4.7rem;
}
.jng_box {
  width: 140rem;
  margin: 2rem auto 0;
  padding-left: 10rem;
}
.jng_box .jng_inside {
  display: flex;
  justify-content: space-between;
  width: 130rem;
  height: 47.5rem;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 2rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  border: 0.1rem solid #b42424;
}
.jng_box .vr_box {
  width: 76.7rem;
  height: 43.5rem;
  margin-left: -12rem;
  border-radius: 0.4rem;
  overflow: hidden;
  cursor: pointer;
}
.jng_box .vr_box .hsqj_img_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.jng_box .vr_box .hsqj_img_box .hsqj_img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
}
.jng_box .vr_box .hsqj_img_box .title_box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  height: 7.5rem;
  padding: 0 7.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  font-family: "SimSun";
  background: rgba(188, 0, 0, 0.7);
  border-radius: 0rem 0rem 0.8rem 0.8rem;
}
.jng_box .vr_box .hsqj_img_box .title_box .title {
  width: 100%;
  padding: 0 0.5rem;
  text-align: center;
}
.jng_box .vr_box .hsqj_img_box .title_box .heng {
  width: 45.6rem;
  height: 2rem;
}
.jng_box .vr_box .hsqj_img_box .title_box .heng img {
  width: 100%;
  height: 100%;
}
.jng_box .spsj_box {
  width: 58.6rem;
}
.jng_box .spsj_box .spsj_list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 2.2rem;
}
.jng_box .spsj_box .spsj_list .spsj_item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  height: 4.6rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  color: #333;
  background: #fafafa;
  border-radius: 0.6rem;
  border: 0.1rem solid #cacaca;
  cursor: pointer;
}
.jng_box .spsj_box .spsj_list .spsj_item:hover {
  color: #ffffff;
  background: #d70000;
}
.jng_box .spsj_box .spsj_list .spsj_item:hover .dian {
  background: url("../images_new/index/icon_1.png");
  background-size: 100% 100%;
}
.jng_box .spsj_box .spsj_list .spsj_item:hover .next {
  background: url("../images_new/index/icon_3.png");
  background-size: 100% 100%;
}
.jng_box .spsj_box .spsj_list .spsj_item .spsj_item_title {
  flex: 1;
}
.jng_box .spsj_box .spsj_list .spsj_item .dian {
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images_new/index/icon_2.png");
  background-size: 100% 100%;
}
.jng_box .spsj_box .spsj_list .spsj_item .next {
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images_new/index/icon_4.png");
  background-size: 100% 100%;
}
.dsnb_box {
  width: 100%;
  height: 60.8rem;
  margin-top: 3rem;
  background-image: url("../images_new/index/zj_bg.png");
  background-size: 100% 100%;
}
.dsnb_box .dsnb_inside_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.dsnb_box .rwzz_box {
  width: 72rem;
  height: 28.9rem;
}
.dsnb_box .rwzz_box .rwzz_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.dsnb_box .rwzz_box .rwzz_list .rwzz_item {
  position: relative;
  width: 16.8rem;
  height: 23.9rem;
  padding: 0.4rem;
  background: #fff;
  cursor: pointer;
}
.dsnb_box .rwzz_box .rwzz_list .rwzz_item img {
  width: 100%;
  height: 100%;
}
.dsnb_box .htws_box {
  width: 66rem;
}
.dsnb_box .htws_box .htws_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 66rem;
  height: 49.4rem;
  margin-top: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 0.6rem;
}
.dsnb_box .htws_box .htws_list .htws_item {
  width: 30rem;
  height: 21.7rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.8rem;
  border: 0.1rem solid #d2d2d2;
  cursor: pointer;
}
.dsnb_box .htws_box .htws_list .htws_item .htws_img {
  width: 100%;
  height: 15.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.dsnb_box .htws_box .htws_list .htws_item .htws_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
}
.dsnb_box .htws_box .htws_list .htws_item .htws_title {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #000000;
}

.sssz_box {
  width: 140rem;
  margin: 3rem auto 0;
}
.sssz_list {
  display: flex;
  gap: 2rem;
  width: 140rem;
  height: 47.5rem;
  margin-top: 2.1rem;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 2rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  border: 0.1rem solid #b42424;
}
.sssz_list .sssz_first {
  position: relative;
  width: 69.8rem;
  height: 43.5rem;
  border-radius: 0.6rem;
  overflow: hidden;
  cursor: pointer;
}
.sssz_list .sssz_first img {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover;
}
.sssz_list .sssz_first .sssz_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 1rem;
  font-size: 2.2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0rem 0rem 0.6rem 0.6rem;
}
.sssz_list .sssz_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 63.8rem;
}
.sssz_list .sssz_content .xjdx_item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  height: 13.2rem;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
}
.sssz_list .sssz_content .xjdx_item:hover {
  color: #e01919;
}
.sssz_list .sssz_content .xjdx_item .xjdx_item_img {
  width: 23.5rem;
  height: 13.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.sssz_list .sssz_content .xjdx_item .xjdx_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
}
.sssz_list .sssz_content .xjdx_item .name_box {
  width: calc(100% - 25.5rem);
}
.sssz_list .sssz_content .xjdx_item .name_box .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #8d8d8d;
}
.sssz_list .sssz_content .xjdx_item .name_box .time img {
  width: 1.8rem;
}
.sssz_list .sssz_content .xjdx_item .keyword_box {
  display: flex;
  gap: 0.6rem;
}
.sssz_list .sssz_content .xjdx_item .keyword_box .keyword {
  display: inline-block;
  max-width: 30%;
  height: 2.5rem;
  margin-top: 4rem;
  padding: 0 0.8rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.2rem;
  color: #bc0000;
  background: rgba(188, 0, 0, 0.1);
  border-radius: 0.4rem;
}
.red_box {
  width: 100%;
  height: 52.7rem;
  margin-top: 2rem;
  padding-top: 2rem;
  background: #e7d5c0;
}
.red_box .red_inside {
  width: 140rem;
  margin: 0 auto;
}
.red_box .red_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 140rem;
  margin-top: 3.2rem;
}
.red_box .red_list .btn {
  position: absolute;
  bottom: 5.7rem;
  left: 46.2rem;
  width: 13.2rem;
  height: 3.5rem;
  /* background: rgba(0, 0, 0, 0.6); */
  cursor: pointer;
}
.red_box .red_list .red_left {
  width: 86.7rem;
  height: 40.4rem;
  padding: 10.3rem 0 0 9.1rem;
  background-image: url("../images_new/index/red_map.png");
  background-size: 100% 100%;
}
.red_box .red_list .red_left .map_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 29rem;
}
.red_box .red_list .red_left .map_list .map_item {
  width: 100%;
  height: 4.1rem;
  cursor: pointer;
  /* background: rgba(0, 0, 0, 0.6); */
}
.red_box .red_list .red_right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 51.3rem;
}
.red_box .red_list .red_right .szsj_item {
  width: 100%;
  height: 9.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  cursor: pointer;
}
.red_box .red_list .red_right .szsj_item img {
  width: 100%;
  height: 100%;
}
.sztz_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 3rem auto 4rem;
}
.sztz_box .sztz_item {
  width: 33.5rem;
  height: 20.4rem;
  border: 0.2rem solid #d70000;
  overflow: hidden;
  cursor: pointer;
}
.sztz_box .sztz_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
