/*
    @email: 1152131538@qq.com;
    @作者: 汤武;
    @公司: 昆明竹鹿科技有限公司;
*/
.touch-content .touch-main .title {
  padding: 60px 0;
}
.touch-content .touch-main .title h3 {
  color: #0d5ed7;
  font-size: 32px;
  margin-bottom: .75rem;
}
.touch-content .touch-main .title h4 {
  margin: 10px 0;
  font-size: 18px;
  color: #0d5ed7;
}
.touch-content .touch-main .title .line {
  width: 35px;
  height: 3px;
  background: #0d5ed7;
}
.touch-content .touch-type {
  padding-right: 0;
  background: #e4ebf2;
}
.touch-content .touch-type .l {
  width: 40%;
  padding-bottom: 40px;
}
.touch-content .touch-type .l .two-code .img {
  width: 140px;
  padding: 8px;
  background: #fff;
}
.touch-content .touch-type .l .two-code .txt {
  padding: 15px 0;
  color: #666;
}
.touch-content .touch-type .l .info-list {
  margin-top: 20px;
}
.touch-content .touch-type .l .info-list p {
  margin-bottom: 15px;
}
.touch-content .touch-type .l .info-list p * {
  color: #666;
  display: inline-block;
}
.touch-content .touch-type .r {
  width: 60%;
}
.touch-content .touch-type .r .map {
  height: 100%;
}
.touch-content .touch-type .r .map #allmap {
  height: 100%;
}
.touch-content .touch-recruitment {
  background-image: url(../img/touch/recruitment_bj.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 200px;
}
.touch-content .touch-recruitment .table .tit {
  background: #717171;
}
.touch-content .touch-recruitment .table .tit ul li {
  width: calc(100% / 5);
  color: #fff;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
}

.touch-content .touch-recruitment .table .txt-list .txt {
  transition: 0.3s ease;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}

.touch-content .touch-recruitment .table .txt-list .txt ul li {
  width: calc(100% / 5);
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
}
.touch-content .touch-recruitment .table .txt-list .txt:hover .txt-main,.touch-content .touch-recruitment .table .txt-list .txt.active .txt-main{
  background: #fff;
}
.touch-content .touch-recruitment .table .txt-list .txt .txt-main{
  width: 100%;
  font-size: 1rem;
  padding: .5rem 1rem;
  line-height: 32px;
  border-top: 1px solid #ebebeb;
  display: none;
}
.touch-content .touch-recruitment .table .txt-list .txt:hover,.touch-content .touch-recruitment .table .txt-list .txt.active {
  background: #fff;
}
.touch-content .touch-suggest {
  background-image: url(../img/touch/suggest_bj.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
}
.touch-content .touch-suggest .title h3 {
  color: #fff;
}
.touch-content .touch-suggest .title h4 {
  color: #fff;
}
.touch-content .touch-suggest .title .line {
  background: #fff;
}
.touch-content .touch-suggest .suggest-main .l {
  width: calc(60% - 20px);
}
.touch-content .touch-suggest .suggest-main .l .input {
  margin-bottom: 20px;
}
.touch-content .touch-suggest .suggest-main .l .input input {
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #0d5ed7;
  width: 100%;
}
.touch-content .touch-suggest .suggest-main .l .input:last-child {
  margin-bottom: 0px;
}
.touch-content .touch-suggest .suggest-main .r {
  width: 40%;
}
.touch-content .touch-suggest .suggest-main .r textarea {
  padding: 25px 20px;
  border: 1px solid #0d5ed7;
  width: 100%;
  height: 100%;
}
.touch-content .touch-suggest .submit-btn {
  margin-top: 30px;
  padding: 16px 50px;
  background: #f9891c;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .touch-content .touch-type .l {
    width: 100%;
    padding-bottom: 1rem;
  }
  .touch-content .touch-type .r {
    width: 100%;
  }
  .touch-content .touch-type .r .map {
    width: 100%;
    height: 18rem;
  }
  .touch-content .touch-main .title {
    padding: 1rem 0;
  }
  .touch-content .touch-main .title h3 {
    font-size: 1.375rem;
  }
  .touch-content .touch-main .title h4 {
    font-size: 1rem;
    margin: 5px 0;
  }
  .touch-content .touch-type .l .two-code {
    display: none;
  }
  .touch-content .touch-type .l .two-code .img {
    margin: auto;
  }
  .touch-content .touch-type .l .two-code .txt {
    text-align: center;
  }
  .touch-content .touch-type .l .info-list {
    margin-top: 10px;
  }
  .touch-content .touch-recruitment .table .txt-list .txt ul li {
    width: 22%;
    font-size: 0.875rem;
  }
  .touch-content .touch-recruitment .table .tit ul li {
    width: 22%;
    font-size: 0.875rem;
  }
  .touch-content .touch-recruitment .table .tit ul li:nth-child(2) {
    width: 12%;
  }
  .touch-content .touch-recruitment .table .txt-list .txt ul li:nth-child(2) {
    width: 12%;
  }
  .touch-content .touch-recruitment {
    padding-bottom: 2rem;
  }
  .touch-content .touch-suggest .suggest-main .l .input input {
    padding: 10px 15px;
  }
  .touch-content .touch-suggest .suggest-main .r textarea {
    padding: 10px 15px;
  }
  .touch-content .touch-suggest .suggest-main .l {
    width: 49%;
  }
  .touch-content .touch-suggest .suggest-main .l .input {
    margin-bottom: 4%;
  }
  .touch-content .touch-suggest .submit-btn {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .touch-content .touch-suggest .suggest-main .r {
    width: 49%;
  }
  .touch-content .touch-suggest {
    padding-bottom: 20px;
  }
}
