.sjfb-banner {
  display: block;
  height: 120px;
  margin-top: 40px;
}

.sjfb-banner img {
  width: 100%;
  height: 100%;
}

.sjfb-w2 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.sjfb-w2 img {
  margin-left: 24px;
  width: 715px;
}
.sjfb-w2 span {
  font-weight: bold;
  font-size: 34px;
  color: #000;
}


.hdjl-w4 {
  padding-bottom: 50px;
}

.sjfb-w1 {
  margin-top: 20px;
  display: flex;
}

.sjfb-w1 .sjfb-w1-tabs {
  width: 230px;
  background-color: #fff;
  height: 600px;
}

.sjfb-w1 .sjfb-w1-tabs .sjfbwt-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  color: #f38900;
  height: 100px;
  cursor: pointer;
  background: #FFF6ED;
}
.sjfb-w1 .sjfb-w1-tabs .sjfbwt-item:nth-child(2n){
  background: #FFFCF2;
}

.sjfb-w1 .sjfb-w1-tabs .sjfbwt-item img {
  width: 54px;
  height: 54px;
  display: block;
}
.sjfb-w1 .sjfb-w1-tabs .sjfbwt-item div {
  margin-top: 14px;
}
.sjfb-w1 .sjfb-w1-tabs .sjfbwt-item.active {
  font-weight: bold;
  color: #fff;
  background: #F38900;
}

.sjfb-w1 .sjfb-w1-con {
  /*flex: 1;*/
  width: 1170px;
  background: #FAFAFA;
  height: 600px;
}

.sjfbwc-nav-wrap {
  position: relative;
  display: flex;
  padding-top: 28px;
}

.sjfbwc-nav-wrap .sjfbwc-nav {
  width: 1106px;
  height: 52px;
  border-radius: 4px;
  margin: 0;
  background-color: #ECDDCB;
}

.sjfbwc-nav-wrap .swiper-slide {
  font-size: 20px;
  color: #624303;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}
.sjfbwc-nav-wrap .swiper-slide.active {
  background: linear-gradient(90deg, #E0C595, #c19b72);
  color: #ffffff;
  border-radius: 4px;
}

.sjfbwc-nav-wrap .sjfbwc-navbtn {
  width: 32px;
  height: 52px;
  display: block;
  cursor: pointer;
}
.sjfbwc-nav-wrap .sjfbwc-navbtn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sjfbwc-nav-wrap .sjfbwc-navbtn.sjfbwc-navbtn-prev {
  margin-left: 35px;
  margin-right: 5px;
}
.sjfbwc-nav-wrap .sjfbwc-navbtn.sjfbwc-navbtn-next {
  margin-left: 5px;
}

.sjfbwc-query {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}
.sjfbwc-query-txt {
  font-size: 20px;
  color: #000000;
}
.sjfbwc-query-ml10 {
  margin-left: 10px;
}
.sjfbwc-query-select {
  position: relative;
  font-size: 18px;
  color: #666666;
  display: none;
}

.sjfbwcqs-inner {
  position: relative;
  width: 142px;
  height: 38px;
  line-height: 38px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #FFD5A5;
  padding: 0 30px 0 17px;
  cursor: pointer;
  overflow: hidden;
}

.sjfbwcqs-arrow-d {
  position: absolute;
  right: 13px;
  z-index: 5;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url(2024sjfb-arr-down.png) no-repeat center;
  background-size: 100% 100%;
}

.sjfbwcqs-options {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 37px;
  background-color: #fff;
  border: 1px solid #FFD5A5;
  border-top: 0;
  width: 100%;
  display: none;
}

.sjfbwcqs-options .sjfbwcqs-option {
  line-height: 38px;
  padding: 0 30px 0 17px;
  cursor: pointer;
}
.sjfbwcqs-options .sjfbwcqs-option:hover {
  background-color: #ECDDCB;
}
.sjfbwcqs-options .sjfbwcqs-option.active {
  background-color: #ECDDCB;
}

.sjfbwc-query-btn {
  width: 78px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(90deg, #FDB154, #de5636);
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
}

.sjfbwc-query-btn.sjfbwc-query-btnc {
}
.sjfbwc-query-btn.sjfbwc-query-btnd {
  width: 168px;
}

.sjfbwc-query-link {
  font-size: 18px;
  color: #666666;
}
.sjfbwc-query-swrap,.sjfbwc-query-btns{
  display: flex;
  align-items: center;
}
.sjfbwc-chart{
  height: 522px;
}
.sjfbwc-chart span{
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sjfb-w1{
    flex-direction: column;
    margin-top: 0.2rem;
  }
  .sjfb-w1 .sjfb-w1-tabs{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    height: auto;
  }
  .sjfb-w1 .sjfb-w1-tabs .sjfbwt-item{
    display: inline-flex;
    width: auto;
    padding: 0 .2rem;
    height: 1rem;
    font-size: .32rem;
  }

  .sjfb-w1 .sjfb-w1-tabs .sjfbwt-item div{
    margin-top: 0.1rem;
    font-size: 0.32rem;
  }
  .sjfb-w1 .sjfb-w1-tabs .sjfbwt-item img{
    width: 0.7rem;
    height: 0.7rem;
  }
  .sjfbwc-nav-wrap .sjfbwc-navbtn{
    width: 0.4rem;
    height: 0.7rem;
  }
  .sjfb-w1 .sjfb-w1-con{
    width: 100%;
    height: auto;
  }
  .sjfbwc-nav-wrap{
    align-items: center;
    justify-content: center;
    padding-top: 0.2rem;
  }
  .sjfbwc-nav-wrap .sjfbwc-nav{
    flex: 1;
    height: 0.7rem;
  }
  .sjfbwc-nav-wrap .swiper-slide{
    line-height: 0.7rem;
    font-size: 0.29rem;
  }
  .sjfbwc-nav-wrap .sjfbwc-navbtn.sjfbwc-navbtn-prev{
    margin-left: 0;
  }
  .sjfbwc-query-btn{
    font-size: 0.28rem;
    height: 0.6rem;
    line-height: 0.6rem;
    width: auto;
    padding: 0 0.2rem;
  }
  .sjfbwc-query-btn.sjfbwc-query-btnd{
    width: auto;
  }
  .sjfbwc-query-txt{
    font-size: 0.3rem;

  }
  .sjfbwc-query{
    /*flex-direction: column;*/
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .sjfbwc-query-ml10{
    margin-left:0.05rem;
  }
  .sjfbwc-query-select{
    font-size: 0.26rem;
  }
  .sjfbwcqs-inner{
    width: 1.55rem;
    padding: 0 0.2rem 0 0.1rem;
  }
  .sjfbwcqs-options{
    height: 4rem;
    overflow-y: auto;
  }
  .sjfbwcqs-options .sjfbwcqs-option{
    padding: 0 0.2rem 0 0.1rem;
  }
  .sjfbwc-query-swrap{
    justify-content: center;
  }
  .sjfbwc-query-btns{
    margin-top: 0.2rem;
  }
  .sjfbwc-query-swrap .sjfbwc-query-select:first-child{
    margin-left: 0;
  }
  .sjfbwcqs-arrow-d{
    right: 0.1rem;
    width: 0.14rem;
    height: 0.08rem;
    margin-top: -0.04rem;
  }
  .sjfbwc-chart{
    width: 100%;
    height: 7rem;
  }
  .sjfbwc-chart>div:nth-child(2){
    padding: .1rem!important;
  }
  .sjfbwc-chart>div:nth-child(2) span{
    width: .1rem!important;
    height: .1rem!important;
  }
  .sjfb-banner {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .sjfb-banner img{
    height: auto;
  }
  .sjfb-w2 {
    margin-top: 0.2rem;
  }
  .sjfb-w2 span {
    font-size: 0.38rem;
  }
  .sjfb-w2 img {
    width: 40%;
  }
  .hdjl-w4 {
    margin-top: 0;
    padding-bottom: .4rem;
  }
  /*.hdjl-w4 .hdjl-w4-section {
    margin-top: 0.5rem;
  }*/
}