.fw_bj {
  width: auto;
  height: 100%;
  background: url(/cms_files/filemanager/49/picture/202510/57E978A9BC17CE4E9B56441CE22C8763.png) no-repeat;
  background-position-x: center;
  padding-top: 300px;
  display: flex;
  justify-content: center;
}
.fw_bj .fw_zs {
  width: 1562px;
  height: 100%;
	background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 40px 16px;
  margin-bottom: 100px;
  box-shadow: 1px 5px 7px 1px #cbdce5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fw_bj .fw_zs .fw_tl {
	border-radius: 20px;
  margin-bottom: 50px;
}
.fw_bj .fw_zs .fw_tl a {
  display: block;
  width: 719px;
  height: 230px;
}

.fw_bj .fw_zs .fw_tl img {
  width: 719px;
  height: 230px;
  display: block;
}

@media screen and (max-width: 1537px) {
  .fw_bj .fw_zs {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  .fw_bj .fw_zs .fw_tl a {
    display: block;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
  }
  
  .fw_bj .fw_zs .fw_tl img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1020px) {
  .fw_bj .fw_zs {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin-bottom: 0;
  }
  
  .fw_bj .fw_zs .fw_tl {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    border: 2px solid #cccccc;
    padding: 5px;
  }
  .fw_bj .fw_zs .fw_tl a {
    display: block;
    width: 100%;
    height: auto;
  }
  .fw_bj .fw_zs .fw_tl img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}