.banner img {
  width: 100%;
}
.index_title_left img {
  height: 3.7rem;
}
.jng_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 2rem auto 0;
}
.jng_box .vr_box {
  width: 77.22rem;
  height: 43.5rem;
}
.jng_box .vr_box .hsqj_img_box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.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: 60.7rem;
}
.jng_box .spsj_box .img_box {
  width: 60.7rem;
  height: 38.4rem;
  margin-top: 1.3rem;
  cursor: pointer;
}
.jng_box .spsj_box .img_box img {
  width: 100%;
  height: 100%;
}
.dsnb_box {
  width: 100%;
  height: 37rem;
  margin-top: 2rem;
  background-image: url("../images_new/index/image_10@2x.png");
  background-size: 100% 100%;
}
.dsnb_box .dsnb_inside_box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 140rem;
  margin: 0 auto;
}
.dsnb_box .title_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 32rem;
}
.dsnb_box .dsnb_list {
  display: flex;
  flex-wrap: wrap;
  width: 124rem;
  height: 33rem;
  margin-top: 2rem;
}
.dsnb_box .dsnb_list img {
  width: 24.8rem;
  height: 16.5rem;
}
.dsnb_box .dsnb_list .dsnb_img {
  cursor: pointer;
}
.card {
  box-sizing: border-box;
  position: relative;
  width: 24.8rem;
  height: 16.5rem;
  transform-style: preserve-3d;
  transition: transform 1.5s;
}

.front,
.back {
  width: 24.8rem;
  height: 16.5rem;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.front {
  transform: rotateY(0deg);
}

.back {
  transform: rotateY(180deg);
}

.card:hover {
  transform: rotateY(180deg);
}
/* .dsnb_box .dsnb_list .dsnb_img:hover {
  animation: flipEffect 0.5s ease-in-out;
}

@keyframes flipEffect {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
} */
.zzwx_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 2rem auto 0;
}
.zzwx_box .rwzz_box {
  width: 86.25rem;
  height: 37.11rem;
  padding: 2rem;
  background: #f0e7e7;
  border-radius: 0.8rem 0rem 0rem 0.8rem;
}
.zzwx_box .rwzz_box .rwzz_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.6rem;
}
.zzwx_box .rwzz_box .rwzz_list .rwzz_item {
  width: 19rem;
  height: 27rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #ac6b1d;
  overflow: hidden;
  cursor: pointer;
}
.zzwx_box .rwzz_box .rwzz_list .rwzz_item img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
.zzwx_box .llwx_box {
  width: 53.85rem;
  height: 37.11rem;
  padding: 2rem 2rem 2rem 3.3rem;
  background: #ffffff;
  border-radius: 0rem 0.8rem 0.8rem 0rem;
}
.zzwx_box .llwx_box .llwx_list {
  display: flex;
  flex-direction: column;
}
.zzwx_box .llwx_box .llwx_list .llwx_item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  height: 5.2rem;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  color: #333333;
  border-top: 0.1rem dashed rgba(76, 76, 76, 0.1);
  cursor: pointer;
}
.zzwx_box .llwx_box .llwx_list .llwx_item:hover {
  color: #bd2110;
  background: rgba(194, 124, 124, 0.1);
}
.zzwx_box .llwx_box .llwx_list .llwx_item:first-child {
  border-top: none;
}
.zzwx_box .llwx_box .llwx_list .llwx_item img {
  width: 1.6rem;
}
.zzwx_box .llwx_box .llwx_list .llwx_item .title {
  flex: 1;
}

.ldzpz_box {
  width: 100%;
  height: 37rem;
  margin-top: 2rem;
  background-image: url("../images_new/index/Group_945@2x.png");
  background-size: 100% 100%;
}
.ldzpz_box .ldzpz_inside_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.ldzpz_box .title_img {
  width: 32.4rem;
}
.ldzpz_box .ldzpz_right {
  position: relative;
  width: 103.2rem;
  padding-top: 1.1rem;
}
.ldzpz_box .ldzpz_right .title {
  font-weight: 600;
  font-size: 4rem;
  color: #633300;
}
.ldzpz_box .ldzpz_right .title span {
  margin-left: 4.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #633300;
}
.ldzpz_box .ldzpz_right .content {
  margin: 1rem 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000000;
  text-align: justify;
}
.ldzpz_box .ldzpz_right .heng_img {
  width: 100%;
}
.ldzpz_box .ldzpz_right .menu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  margin-top: 2.3rem;
}
.ldzpz_box .ldzpz_right .menu_list .menu_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.ldzpz_box .ldzpz_right .menu_list .menu_item img {
  width: 1rem;
}
.ldzpz_box .ldzpz_right .menu_list .menu_item .menu_title {
  width: 27rem;
  font-size: 1.6rem;
  color: #bd2110;
}
.ldzpz_box .ldzpz_right .more_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  height: 3.2rem;
  background: #633300;
  font-size: 1.4rem;
  color: #ffffff;
  border-radius: 0.8rem;
  cursor: pointer;
}

.gssj_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 2rem auto;
}
.gssj_box .dzgs_box {
  width: 71rem;
  height: 28.9rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.8rem 0rem 0rem 0.8rem;
}
.gssj_box .dzgs_box .dzgs_list {
  display: flex;
  gap: 4rem;
  margin-top: 2.4rem;
}
.gssj_box .dzgs_box .dzgs_list .dzgs_item {
  position: relative;
  width: 30.5rem;
  height: 17.93rem;
  background: linear-gradient(180deg, #e2a01b 0%, #c97f26 100%);
  border-radius: 0.8rem;
}
.gssj_box .dzgs_box .dzgs_list .dzgs_item .dzgs_item_inside {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 31.5rem;
  height: 18.15rem;
  padding: 1.7rem 2rem;
  background: #fcfcfc;
  border-radius: 0.8rem;
  border: 0.1rem solid #e7e7e7;
}
.gssj_box .dzgs_box .dzgs_list .dzgs_item .dzgs_item_title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.9rem;
  font-weight: 500;
  font-size: 2rem;
  color: #000000;
  border-bottom: 0.1rem solid #c5c5c5;
}
.gssj_box .dzgs_box .dzgs_list .dzgs_item .dzgs_item_list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 3.8rem;
  font-size: 1.6rem;
  color: #333333;
  cursor: pointer;
}
.gssj_box .dzgs_box .dzgs_list .dzgs_item .dzgs_item_list:hover {
  color: #bd2110;
}
.gssj_box .dzgs_box .dzgs_list .dzgs_item .dzgs_item_list img {
  width: 1rem;
}
.gssj_box .llsj_box {
  width: 69.1rem;
  height: 28.9rem;
  padding: 2rem 2rem 2rem 3.3rem;
  background: #f0e7e7;
  border-radius: 0rem 0.8rem 0.8rem 0rem;
}
.gssj_box .llsj_box .llsj_list {
  display: flex;
  gap: 2rem;
  margin-top: 0.6rem;
}
.gssj_box .llsj_box .llsj_list .llsj_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  width: 30.6rem;
  height: 21.4rem;
  padding-top: 0.8rem;
  background-image: url("../images_new/index/image_25@2x.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.gssj_box .llsj_box .llsj_list .llsj_item .llsj_img {
  width: 22.6rem;
  height: 12.7rem;
  overflow: hidden;
}
.gssj_box .llsj_box .llsj_list .llsj_item .llsj_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gssj_box .llsj_box .llsj_list .llsj_item .llsj_title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #8a2c05;
}
