@import url(./header.css);
@import url(./footer.css);
.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
}

.telMe {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 6.25%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.telMe .textDiv {
  flex: 1;
  overflow: hidden;
  margin-top: 20px;
}

.telMe .textDiv .titleMin {
  overflow: hidden;
  font-size: 30px;
  color: #666;
}

.telMe .textDiv .title {
  overflow: hidden;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}

.telMe .textDiv p {
  margin-top: 20px;
  line-height: 35px;
  font-size: 18px;
  color: #666;
}

.telMe #map {
  width: 50%;
  height: 500px;
  overflow: hidden;
}

.telMe #map img {
  max-width: unset !important;
}

@media screen and (max-width: 980px) {
  .telMe {
    padding: 20px 6.25%;
    display: block;
  }
  .telMe .textDiv {
    margin-top: 0;
  }
  .telMe .textDiv .titleMin {
    font-size: 25px;
  }
  .telMe .textDiv .title {
    font-size: 30px;
  }
  .telMe #map {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
}

.searchDivDiv {
  overflow: hidden;
  background: url("../img/searchBg.png") no-repeat;
  background-size: 100% 100%;
}

.searchDiv {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 130px 6.25%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
}

.searchDiv .img {
  width: 50%;
}

.searchDiv .img img {
  width: 85.357%;
}

.searchDiv .inputTextDiv {
  width: 50%;
  overflow: hidden;
}

.searchDiv .inputTextDiv .title {
  overflow: hidden;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
}

.searchDiv .inputTextDiv .inputDiv {
  width: 75%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchDiv .inputTextDiv .inputDiv input:first-child {
  width: 80%;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}

.searchDiv .inputTextDiv .inputDiv input:last-child {
  flex: 1;
  padding: 10px;
  color: #ccc;
  background: #023691;
}

@media screen and (max-width: 980px) {
  .searchDiv {
    padding: 50px 6.25%;
  }
  .searchDiv .inputTextDiv {
    width: 100%;
  }
  .searchDiv .inputTextDiv .title {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .searchDiv .inputTextDiv .inputDiv {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.joinIn {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 6.25% 100px 6.25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.joinIn > div {
  flex: 1;
  overflow: hidden;
}

.joinIn > div .titleMin {
  overflow: hidden;
  font-size: 30px;
  color: #666;
}

.joinIn > div .title {
  overflow: hidden;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}

.joinIn > div p {
  margin: 40px auto 50px auto;
  padding-right: 20%;
  font-size: 18px;
  color: #666;
}

.joinIn > div .btnJoin {
  overflow: hidden;
  display: inline-block;
  color: #666;
  cursor: pointer;
}

.joinIn > div .btnJoin:hover {
  color: #333;
  font-weight: bold;
}

.joinIn > div .btnJoin img {
  margin-right: 10px;
  vertical-align: middle;
}

.joinIn > div .btnJoin img:first-child {
  display: none;
}

.joinIn > div .btnJoin:hover img:first-child {
  display: inline-block;
}

.joinIn > div .btnJoin:hover img:last-child {
  display: none;
}

.joinIn > img {
  width: 50%;
}

@media screen and (max-width: 980px) {
  .joinIn {
    padding: 20px 6.25%;
    display: block;
  }
  .joinIn > div .titleMin {
    font-size: 25px;
  }
  .joinIn > div .title {
    font-size: 30px;
  }
  .joinIn > div p {
    margin: 20px auto;
    padding-right: 0;
    text-indent: 1rem;
  }
}
