.banner_box img {
  width: 100%;
}
.index_title_left img {
  width: 5rem;
  height: 5rem;
}
.index_title_left .index_title_text {
  margin-left: 1rem;
  font-size: 2.2rem;
  color: #be2929;
  font-family: "AlimamaFont";
}

.index_title_right {
  color: #BE2929 !important;
}
.szsj_box {
  width: 140rem;
  margin: 0.5rem auto 0;
}
.tbtj_bottom_box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.tbtj_bottom_box .tbtj_bottom_img_box {
  display: inline-block; /* 根据图片大小自适应 */
  overflow: hidden; /* 隐藏放大后超出容器的部分 */
  width: 33.5rem;
  height: 8.2rem;
  border-radius: 0.6rem;
  cursor: pointer;
}
.tbtj_bottom_box .tbtj_bottom_img_box img {
  width: 33.5rem;
  height: 8.2rem;
}
.sz_box {
  width: 100%;
  margin-top: 2rem;
  background: url("../img/sz_bg.png") no-repeat;
  background-size: 35.4rem 39.2rem;
  background-position: 0 16rem;
}
.sz_box .sz_inside_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 0 auto;
}
.szkc_box {
  width: 65.8rem;
}
.szkc_box .szkc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.8rem;
  width: 100%;
  height: 38.2rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.03);
  border-radius: 0.6rem;
}
.szkc_box .szkc_list .szkc_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.3rem;
height: 17.2rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  border: 0.1rem solid #df1200;
  cursor: pointer;
}
.szkc_box .szkc_list .szkc_item img {
  height: 100%;
}
.sztzk_box {
  width: 72.2rem;
}
.sztzk_box .sztzk_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
  width: 100%;
  height: 38.2rem;
  margin-top: 1.5rem;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.03);
  border-radius: 0.6rem;
}
.sztzk_box .sztzk_list .sztzk_item {
  width: 21.8rem;
height: 16.1rem;
border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
border: 0.1rem solid #D9D9D9;
  cursor: pointer;
  overflow: hidden;
}
.sztzk_box .sztzk_list .sztzk_item .sztzk_item_img {
  position: relative;
  width: 100%;
  height: 11.8rem;
  border-radius: 0.7rem 0.7rem 0rem 0rem;
  object-fit: cover;
}
.sztzk_box .sztzk_list .sztzk_item .sztzk_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.7rem 0.7rem 0rem 0rem;
  object-fit: cover;
}
.sztzk_box .sztzk_list .sztzk_item .sztzk_item_img_title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 76%;
  min-height: 74%;
  padding: 0 7%;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
}
.sztzk_box .sztzk_list .sztzk_item .sztzk_item_title {
  margin-top: 1rem;
  padding: 0 1.3rem;
  font-size: 1.4rem;
color: #333333;
}
.zjzt_box {
  width: 140rem;
  margin: 2rem auto 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.zjzt_box .zjzt_item {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.zjzt_box .zjzt_item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.zjzt_box .zjzt_item .zjzt_item_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #E20000;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
  font-weight: 700;
}
.yth_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  height: 27.5rem;
  margin: 2rem auto 0;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 0.52rem 0rem rgba(0, 0, 0, 0.07);
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.yth_box .yth_item {
  width: 44.5rem;
  height: 23.7rem;
  border-radius: 1rem;
  border: 0.1rem solid #d2d2d2;
}
.yth_box .yth_item .yth_item_img {
  width: 100%;
  height: 10rem;
  border-radius: 1rem 1rem 0rem 0rem;
  overflow: hidden;
}
.yth_box .yth_item .yth_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 1rem 1rem 0rem 0rem;
  object-fit: cover;
}
.yth_box .yth_item .yth_sub_box {
  padding: 0 1.6rem;
  cursor: pointer;
}
.yth_box .yth_item .yth_sub_box .yth_sub_item {
  width: 100%;
  height: 4.7rem;
  line-height: 4.7rem;
  font-size: 1.6rem;
  color: #333333;
  border-top: 0.1rem dashed #ececec;
}
.yth_box .yth_item .yth_sub_box .yth_sub_item:hover {
  color: #ed1c1c;
}
.yth_box .yth_item .btn_box {
  margin-top: 0.4rem;
  text-align: center;
}
.yth_box .yth_item .btn_box img {
  width: 5.9rem;
  height: 2.6rem;
  cursor: pointer;
}

.dj_sz_box {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 3rem;
  background: url("../img/dj_bg.png") no-repeat;
  background-size: 100% 69.7rem;
  background-position: bottom left;
}
.dj_sz_box .dj_sz_inside_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 2rem auto 0;
}
.dj_box {
  width: 64rem;
}
.dj_box .dj_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  height: 29.2rem;
  margin-top: 1.5rem;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.03);
  border-radius: 0.6rem;
}
.dj_box .dj_list .dj_item {
  width: 18.6rem;
  height: 11.6rem;
  border-radius: 0.6rem;
  overflow: hidden;
  cursor: pointer;
}
.dj_box .dj_list .dj_item img {
  width: 18.6rem;
  height: 11.6rem;
  border-radius: 0.6rem;
  object-fit: cover;
}
.szk_box {
  width: 74rem;
}
.szk_box .szk_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  height: 29.2rem;
  margin-top: 1.5rem;
  padding: 2.3rem 2rem;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.03);
  border-radius: 0.6rem;
}
.szk_box .szk_list .szk_item {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 11.8rem;
  cursor: pointer;
}
.szk_box .szk_list .szk_item .szk_item_img {
  width: 23.7rem;
  height: 11.8rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.szk_box .szk_list .szk_item .szk_item_img img {
  width: 23.7rem;
  height: 11.8rem;
  border-radius: 0.6rem;
  object-fit: cover;
}
.szk_box .szk_list .szk_item .szk_item_content {
  width: calc(100% - 25.7rem);
}
.szk_box .szk_list .szk_item .szk_item_content .szk_item_title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #333333;
}
.szk_box .szk_list .szk_item .szk_item_content .szk_item_title:hover {
  color: #BC0000;
}
.szk_box .szk_list .szk_item .szk_item_content .szk_item_subtitle {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #333333;
}
.szk_box .szk_list .szk_item .szk_item_content .szk_item_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  margin-top: 2.7rem;
  font-size: 1.4rem;
  color: #333333;
}
.szk_box .szk_list .szk_item .szk_item_content .szk_item_btn img {
  width: 3.6rem;
}
