.banner_box img {
  width: 100%;
}
.jczy_box {
  width: 140rem;
  margin: 0 auto;
}
.jczy_box .jczy_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  height: 42.8rem;
  padding: 1.4rem 2rem;
  margin-top: 1.7rem;
  background: #ffffff;
  border-radius: 0.8rem;
}
.jczy_box .jczy_list .jczy_item {
  display: flex;
  gap: 2.2rem;
  width: 44rem;
  height: 18.7rem;
  padding: 1rem;
  background: #fffaf7;
  border-radius: 0.8rem;
  border: 0.1rem solid #c67c4d;
  cursor: pointer;
}
.jczy_box .jczy_list .jczy_item:hover {
  background: #ffeddf;
}
.jczy_box .jczy_list .jczy_item .jczy_item_left {
  width: 13.1rem;
  height: 16.7rem;
  text-align: center;
}
.jczy_box .jczy_list .jczy_item .jczy_item_left img {
  /* width: 100%; */
  height: 100%;
}
.jczy_box .jczy_list .jczy_item .jczy_item_right {
  width: 25.8rem;
  margin-top: 1.8rem;
}
.jczy_box .jczy_list .jczy_item .jczy_item_right .title_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 8.5rem;
}
.jczy_box .jczy_list .jczy_item .jczy_item_right .title {
  font-weight: 500;
  font-size: 1.8rem;
  color: #9d5f00;
}
.jczy_box .jczy_list .jczy_item .jczy_item_right .sub_title {
  margin: 1rem 0 1.4rem;
  font-size: 1.6rem;
  color: #757575;
}
.jczy_box .jczy_list .jczy_item .jczy_item_right .num {
  font-size: 1.4rem;
  color: #757575;
}
.jczy_box .jczy_list .jczy_item .jczy_item_right .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 7.4rem;
  height: 2.5rem;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  color: #c67c4d;
  background: #ffffff;
  border-radius: 2rem;
  border: 0.1rem solid #c67c4d;
  cursor: pointer;
}
.jczy_box .jczy_list .jczy_item .jczy_item_right .btn img {
  width: 1rem;
}
.sfkc_box {
  width: 140rem;
  margin: 0 auto;
}
.sfkc_box .sfkc_content_box {
  display: flex;
  width: 100%;
  height: 38.4rem;
  margin-top: 1.5rem;
  background: #fff;
}
.sfkc_box .sfkc_content_box .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 25.4rem;
  padding: 1.5rem 0.5rem;
  background: linear-gradient(223deg, #fff4ea 0%, #ffeadb 92%);
  border-radius: 0.8rem 0rem 0rem 0.8rem;
}
.sfkc_box .sfkc_content_box .left_box .bkzy_menu_item {
  display: flex;
  align-items: center;
  width: 24.4rem;
  height: 5.4rem;
  padding: 0.4rem 1.7rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
  border-radius: 0.8rem;
  cursor: pointer;
}
.sfkc_box .sfkc_content_box .left_box .bkzy_menu_item:hover {
  color: #ffffff;
  background: #bc0000;
}
.sfkc_box .sfkc_content_box .left_box .bkzy_menu_item_active {
  width: 24.4rem;
  color: #ffffff;
  background: #bc0000;
}
.sfkc_box .sfkc_content_box .left_box .bkzy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.9rem;
  height: 2.5rem;
  font-size: 1.4rem;
  color: #bc0000;
  background: #fffffd;
  border-radius: 2rem;
  border: 0.1rem solid #bc0000;
  cursor: pointer;
}
.sfkc_box .sfkc_content_box .left_box .bkzy_btn img {
  width: 1.2rem;
}
.sfkc_box .sfkc_content_box .right_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 114.6rem;
  padding: 1.5rem;
  border-radius: 0rem 0.8rem 0.8rem 0rem;
}
.sfkc_box .sfkc_content_box .bkzy_item {
  width: 36.1rem;
  height: 34.3rem;
  border: 0.1rem solid #ebebeb;
  padding: 1.3rem;
  background: #ffffff;
  border-radius: 0.4rem;
  border: 0.1rem solid #ebebeb;
  cursor: pointer;
}
.sfkc_box .sfkc_content_box .bkzy_item .bkzy_item_img {
  width: 100%;
  height: 18.73rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.sfkc_box .sfkc_content_box .bkzy_item .bkzy_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  object-fit: cover;
}
.sfkc_box .sfkc_content_box .bkzy_item .bkzy_item_title {
  margin-top: 1.5rem;
  text-align: justify;
  font-size: 1.4rem;
  color: #333333;
}
.sfkc_box .sfkc_content_box .bkzy_item .bkzy_item_title .title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000000;
}
.sfkc_box
  .sfkc_content_box
  .right_box
  .bkzy_item
  .bkzy_item_title
  .title:hover {
  color: #bc0000;
}
.sfkc_box .sfkc_content_box .bkzy_item .bkzy_item_title .sub_title {
  height: 4rem;
  margin-top: 1.3rem;
  font-size: 1.4rem;
  color: #333333;
}
.sfkc_box
  .sfkc_content_box
  .right_box
  .bkzy_item
  .bkzy_item_title
  .laiyuan_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.3rem;
  font-size: 1.4rem;
  color: #757575;
}
.sfkc_box
  .sfkc_content_box
  .right_box
  .bkzy_item
  .bkzy_item_title
  .laiyuan_box
  .nums {
  margin-left: 3.4rem;
}
.sfkc_box
  .sfkc_content_box
  .right_box
  .bkzy_item
  .bkzy_item_title
  .laiyuan_box
  img {
  width: 1.7rem;
}
.jxal_box {
  width: 100%;
  height: 53.2rem;
  margin-top: 2rem;
  background: url("../images_new/prepare/jxal_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.jxal_box .jxal_inside_box {
  width: 140rem;
  margin: 0 auto;
}
.jxal_box .jxal_top {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  height: 8.4rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.87);
  border-radius: 1rem;
}
.jxal_box .jxal_top .jxal_top_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  width: 23.3rem;
  height: 8.4rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
}
.jxal_box .jxal_top .jxal_top_item:first-child {
  border-radius: 1rem 0rem 0rem 1rem;
}
.jxal_box .jxal_top .jxal_top_item:last-child {
  border-radius: 0rem 1rem 1rem 0rem;
}
.jxal_box .jxal_top .jxal_top_item_active {
  font-weight: 500;
  color: #ffffff;
  background: #bc0000;
}
.jxal_box .jxal_top .jxal_top_item .icon_box {
  width: 2.2rem;
  height: 2.2rem;

  background: url("../images_new/prepare/jxal_icon.png");
  background-size: 100% 100%;
}
.jxal_box .jxal_top .jxal_top_item_active .icon_box {
  background: url("../images_new/prepare/jxal_icon1.png");
  background-size: 100% 100%;
}
.jxal_box .jxal_top .jxal_top_item .title {
  max-width: calc(100% - 2rem - 1.3rem);
}
.jxal_list {
  display: flex;
  gap: 2rem;
}
.jxal_list .jxal_item {
  width: 33.5rem;
height: 31.83rem;
background: #FFFFFF;
border: 0.1rem solid #EBEBEB;
  padding: 1.3rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #ebebeb;
  cursor: pointer;
}
.jxal_list .jxal_item .jxal_item_img {
  width: 100%;
  height: 18.73rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.jxal_list .jxal_item .jxal_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  object-fit: cover;
}
.jxal_list .jxal_item .jxal_item_title {
  margin-top: 1.5rem;
  text-align: justify;
  font-size: 1.4rem;
  color: #333333;
}
.jxal_list .jxal_item .jxal_item_title .title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000000;
}
.jxal_list .jxal_item .jxal_item_title .title:hover {
  color: #bc0000;
}
.jxal_list .jxal_item .jxal_item_title .sub_title {
  height: 4rem;
  margin-top: 1.3rem;
  font-size: 1.4rem;
  color: #333333;
}
.jxal_list .jxal_item .jxal_item_title .laiyuan_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  color: #757575;
}
.jxal_list .jxal_item .jxal_item_title .laiyuan_box img {
  width: 1.7rem;
}
.zxxszk_box {
  width: 140rem;
  margin: 0 auto;
}
.zxxszk_box .zxxszk_content {
  display: flex;
  gap: 2.4rem;
  width: 100%;
  height: 34.6rem;
  padding: 2.2rem 5rem 2.2rem 0;
  margin-top: 1.2rem;
  background-color: #fff;
  border-radius: 1rem;
}
.zxxszk_box .zxxszk_content .menu_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 17rem;
  height: 28rem;
  padding-top: 1.1rem;
  padding-left: 0.6rem;
}
.zxxszk_box .zxxszk_content .menu_box .menu_item {  
  width: 16.3rem;
  height: 6.3rem;
  padding-right: 1.5rem;
  text-align: center;
  line-height: 6.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000000;
  cursor: pointer;
}
.zxxszk_box .zxxszk_content .menu_box .menu_item_active {  
  color: #FFFFFF;
  background: url("../images_new/prepare/zxxszk_menu.png");
  background-size: 100% 100%;
}
.zxxszk_box .zxxszk_content .zxxszk_list {  
  width: 114.6rem;
}
.zxxszk_box .zxxszk_content .zxxszk_list .szkSwiper {  
  width: 100%;
}
.zxxszk_box .zxxszk_content .zxxszk_list .zxxszk_item {  
  width: 21rem;
  height: 30rem;  
  background: url("../images_new/prepare/szk_menu.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.zxxszk_box .zxxszk_content .zxxszk_list .zxxszk_item .zxxszk_item_img {  
  width: 100%;
  height: 24.5rem;
  padding: 1.5rem 1.4rem;
  text-align: center;
  overflow: hidden;
}
.zxxszk_box .zxxszk_content .zxxszk_list .zxxszk_item .zxxszk_item_img img{  
  max-width: 16.56rem;
  height: 21.99rem;
}
.zxxszk_box .zxxszk_content .zxxszk_list .zxxszk_item .zxxszk_item_title{  
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.7rem;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  color: #FFFFFF;
  margin-top: 0.2rem;
  text-align: center;
}
.stk_box {
  width: 100%;
  /* height: 43.8rem; */
  margin-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient( 187deg, #FFECDD 0%, #FFFFFF 100%);
}
.stk_box .stk_inside_box {
  width: 140rem;
  margin: 0 auto;
}
.stk_box .bkzy_type {
  position: relative;
  width: 5.5rem;
  margin-left: 3rem;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}
.stk_box .bkzy_type_active {
  font-weight: 600;
  color: #BC0000;
}
.stk_box .bkzy_type .heng {
  position: absolute;
  left: 1.6rem;
  bottom: -0.9rem;
  width: 2.1rem;
  height: 0.3rem;
  margin: 0.3rem auto 0;
  background: #BC0000;
  border-radius: 1rem;
}
.stk_box .stk_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
}
.stk_box .stk_list .stk_item {
  display: flex;
  justify-content: space-between;
  width: 33.5rem;
  height: 15.4rem;
  padding-left: 2rem;
  background: linear-gradient( 287deg, #FFFBEF 0%, #FFF3DE 100%);
  border-radius: 0.8rem;
  border: 0.1rem solid #FFD384;
  cursor: pointer;
}
.stk_box .stk_list .stk_item .stk_item_title{
  max-width: calc(100% - 15.1rem);
  margin-top: 1.5rem;
}
.stk_box .stk_list .stk_item .title{
  height: 4.5rem;
  margin-top: 0.6rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000000;
}
.stk_box .stk_list .stk_item .nums{
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.2rem;
  font-size: 1.4rem;
color: #757575;
}
.stk_box .stk_list .stk_item .nums img{
  width: 1.4rem;
  height: 1.4rem;
}
.stk_box .stk_list .stk_item .stk_item_img {
  width: 15.1rem;
  margin-top: 0.8rem;
}
.stk_box .stk_list .stk_item .stk_item_img img {
  width: 100%;
  height: 100%
}
.stk_box .stk_list .stk_item .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 8.8rem;
  height: 2.8rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #EBA223;
  border-radius: 2rem;
  cursor: pointer;
}
.stk_box .stk_list .stk_item .btn img {
  width: 1rem;
}