html,
body {
  width: 100%;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

/*.banner {*/
/*  width: 100%;*/
/*  height: 990px;*/
/*  !* background: rgba(86, 202, 193, 0.09); *!*/
/*  background-image: url('../img/banner.png');*/
/*  background-size: auto 990px;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  !*margin-bottom: -345px;*!*/
/*  margin-bottom: -395px;*/
/*  margin-top: -50px;*/
/*  position: relative;*/
/*  !* z-index: -1; *!*/
/*}*/

.banner {
  width: 100%;
  height: 700px;
  /* background: rgba(86, 202, 193, 0.09); */
  background-image: url('https://gyimg.nbwbwx.com/img/banner.jpg');
  background-size: auto 700px;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-bottom: -445px; */
  /* margin-top: -100px; */
  position: relative;
  /* z-index: -1; */
}

.bannerCon {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.bannerText {
  position: absolute;
  left: 53px;
  top: 176px;
  width: 385px;
  height: 188px;
}

.searchBtns {
  position: absolute;
  left: 53px;
  top: 394px;
  width: 416px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.searchBtn {
  width: 132px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(151, 151, 151, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #323233;
}

.searchBtnActive {
  font-weight: 600;
  color: #4BC1B8;
}

.searchInput {
  position: absolute;
  left: 53px;
  top: 450px;
  width: 660px;
  height: 80px;
  border: 1px solid rgba(151, 151, 151, 0.2);
  border-radius: 8px; 
  box-sizing: border-box;
  background-color: #fff;
}

.searchIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.searchInputText {
  height: 100%;
  width: 506px;
  padding-left: 10px;
  font-size: 18px;
  color: #323233;
  line-height: 80px;
  position: absolute;
  left: 46px;
  box-sizing: border-box;
  border: 0;
}
.searchInputText:focus {
  outline:none;
}
.searchSub {
  position: absolute;
  width: 68px;
  height: 52px;
  left: 552px;
  background: #56CAC1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  cursor: pointer;
}

.breadcrumb {
  width: 1200px;
  padding: 32px 0;
  font-size: 16px;
  color: #1D1D1D;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.go {
  color: #969799;
}

.go:hover {
  color: #56CAC1;
}

/* 移动端响应式设计 */
@media (max-width: 768px) {
  .banner {
    height: 400px;
    background-size: cover;
  }

  .bannerCon {
    width: 100%;
    padding: 0 15px;
  }

  .bannerText {
    left: 15px;
    top: 50px;
    width: 200px;
    height: auto;
    max-height: 100px;
  }

  .searchBtns {
    left: 15px;
    top: 160px;
    width: 100%;
    max-width: 345px;
    height: 40px;
  }

  .searchBtn {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }

  .searchInput {
    left: 15px;
    top: 210px;
    width: 100%;
    max-width: 345px;
    height: 50px;
  }

  .searchIcon {
    width: 16px;
    height: 16px;
    left: 15px;
  }

  .searchInputText {
    width: calc(100% - 100px);
    padding-left: 40px;
    font-size: 14px;
    line-height: 50px;
    left: 0;
  }

  .searchSub {
    width: 60px;
    height: 40px;
    left: auto;
    right: 5px;
    font-size: 14px;
  }

  .breadcrumb {
    width: 100%;
    padding: 20px 15px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .banner {
    height: 300px;
  }

  .bannerText {
    top: 30px;
    width: 150px;
    max-height: 80px;
  }

  .searchBtns {
    top: 120px;
    
  }

  .searchBtn {
    width: 80px;
    height: 36px;
    font-size: 12px;
  }

  .searchInput {
    top: 170px;
    height: 45px;
  }

  .searchInputText {
    font-size: 12px;
    line-height: 45px;
  }

  .searchSub {
    width: 50px;
    height: 35px;
    font-size: 12px;
  }

  .breadcrumb {
    padding: 15px 10px;
    font-size: 11px;
  }
}
