/*查询数据结果标题*/
.zscx{
  width: 950px;
  margin: 0 auto 20px;
  padding: 20px 30px 0 30px;
  background: #ffffff;
}
.zscx>h3{
  font-size: 20px;
  color: #151515;
  margin-bottom: 20px;
}
.zscx>div>span{
  color: #151515;
  font-size: 16px;
}
.wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 60px 0 0 20px;
}
.wrap>div{
  width:33%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap>div>span{
  color:#151515;
  font-size: 16px;
}
.xcbtn{
  width:240px;
  height:36px;
  color:#ffffff;
  font-size:14px;
  background: #0F9D58;
  border-radius:18px;
  border:none;
  display: block;
  margin:0 auto;
  outline: none;
}
/*查询条件*/
.cxtj{
  margin-bottom: 20px;
  justify-content: center;
}
.cxtj>input{
  width: 28%;
  border: 1px solid #0F9D58;
  height: 38px;
  outline: none;
  margin-right: 70px;
  padding: 0 15px;
}

 .target {
        width:100%;
        height:450px;
        overflow:hidden;
        position:relative;
      
      }
      .target img {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
      }
.bannerbox{
position:absolute;top:200px;left:400px;color:#ffffff;line-height:55px;font-weight: bold;
}
.bannerbox>p{
font-size:26px;letter-spacing:2px;
}
.bannerbox  .bannera1{
  width: 120px;height: 45px;background: #0F9D58;text-align: center;line-height: 45px;color: #ffffff;font-size: 15px;border-radius: 25px;font-weight: bold;
}
.bannerbox  .bannera2{
  width: 120px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #ffffff;color: #ffffff;border-radius: 20px; margin-left: 20px;font-weight: bold;
}
@media(max-width:768px){
  .bannerbox{
    top:160px;
    left:40px;
    line-height:30px;
  }
  .bannerbox>p{
font-size:14px;letter-spacing:0px;
      color:#ffffff;line-height:55px;
}
.bannerbox  .bannera1{
      width: 90px;
    height: 32px;
    background: #0F9D58;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 25px;
    font-weight: bold;
}
.bannerbox  .bannera2{
      width: 90px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 20px;
    margin-left: 20px;
    font-weight: bold;
}
}