.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sdn-banner {
  height: 4.5rem;
  background: #f9f8f7;
  padding: 0.6rem 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.sdn-banner .dl-container {
  display: flex;
  justify-content: space-between;
}
.sdn-banner .aside {
  margin: 0.55rem 0 0;
}
.sdn-banner .aside h3 {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #4f4f4f;
}
.sdn-banner .aside p {
  font-size: 0.18rem;
  color: #9d9d9d;
  line-height: 0.3rem;
  margin: 0.2rem 0 0.3rem;
}
.sdn-banner .aside .make {
  display: block;
  width: 3.5rem;
  height: 0.61rem;
  border: 1px solid #ff4e00;
  border-radius: 0.3rem;
  padding: 0 0 0 0.42rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.61rem; 
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.sdn-banner .aside .make::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.61rem;
  position: absolute;
  background: #ff4e00 url(../images/dn-zixun.png) no-repeat center;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: 0.3rem 0 0 0.3rem;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.sdn-banner .aside .make:hover {
  border-color: #000;
}
.sdn-banner .aside .make:hover::before {
  background: #000 url(../images/dn-zixun.png) no-repeat center;
}
.sdn-banner .rea {
  width: 5.41rem;
  height: 4.2rem;
  background: url(../images/dn-map.png) no-repeat center top;
  background-size: 5.41rem auto;
}
.dn-vidoe {
  margin: 1.29rem 0 0;
}
.dn-vidoe video {
  width: 100%;
  height: 7.3rem;
  border-radius: 0.3rem;
}
.dn-recruit {
  margin: 0.88rem 0 0;
  padding: 0 0 0.46rem 0;
  box-sizing: border-box;
  background: url(../images/dn-rec.jpg) no-repeat center bottom;
  background-size: cover;
  background-position-y: 1rem;
}
.dn-recruit .top {
  position: relative;
}
.dn-recruit .top::before {
  content: "";
  display: block;
  width: 1.45rem;
  height: 0.03rem;
  position: absolute;
  background: #ff4e00;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.dn-recruit .top::after {
  content: "";
  display: block;
  width: 0.78rem;
  height: 0.18rem;
  position: absolute;
  background: url(../images/dn-pope.png) no-repeat center;
  background-size: 0.78rem auto;
  top: -0.27rem;
  left: 50%;
  transform: translateX(-50%);
}
.dn-recruit .top h3 {
  font-size: 0.36rem;
  color: #1b2541;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.dn-recruit .sildrecruit {
  margin: 0.6rem 0 0;
  background: #f2f5fa;
  padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.dn-recruit .sildrecruit .hdrec {
  width: 99.999%;
  height: 0.7rem;
  background: #1b2541;
  border-radius: 0.05rem 0.05rem 0px 0px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.dn-recruit .sildrecruit .hdrec li {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.7rem;
  flex: 0 0 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.dn-recruit .sildrecruit .hdrec li::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.7rem;
  position: absolute;
  background: url(../images/dn-weizhi.png) no-repeat center;
  background-size: 0.2rem auto;
  top: 0;
  left: 46%;
}
.dn-recruit .sildrecruit .hdrec  {
  background: #ff4e00;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 0.05rem 0.05rem;
  margin: 0.15rem 0 0;
  box-sizing: border-box;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith {
  width: 100%;
  height: 0.7rem;
  border-bottom: 0.01rem solid #dee5f3;
  padding: 0 8%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list{
  position: relative !important;
  padding-bottom: 0.1rem;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .list {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.7rem;
  position: relative;
  height: 0.7rem;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .list::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.7rem;
  position: absolute;
  background: url(../images/dn-peo1.png) no-repeat no-repeat center;
  background-size: 0.22rem auto;
  top: 0;
  left: -0.31rem;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .list::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #ff4e00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .on {
  color: #ff4e00;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .on::before {
  background: url(../images/dn-peo2.png) no-repeat no-repeat center;
  background-size: 0.22rem auto;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .on::after {
  width: 255%;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list {
  width: 100%;
  /* height: 5.22rem; */
  margin: 0.28rem 0 0.32rem;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp {
  width: 95%;
  margin: 0 auto;
}
.bdwith{
  height: auto !important;
}
.bdrec ul{
  position: relative !important;
}
.dn-recruit .sildrecruit .bdrec li{
  box-shadow: 0px 0.08rem 0.29rem 0px rgba(27, 37, 65, 0.05);
  
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .box {
  width: 100%;
  background: #fff;
  padding: 0 0 0 0.3rem;
  box-sizing: border-box;
  border-radius: 0.05rem;
  margin: 0 0 0.29rem 0;
  height: 0.6rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .box::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  background: url(../images/dn-more2.png) no-repeat center;
  background-size: 0.2rem auto;
  top: 0.21rem;
  right: 0.13rem;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .box h4 {
  font-size: 18px;
  color: #333;
  line-height: 0.6rem;
  padding: 0.15rem 0 0 0.28rem;
  font-size: 0.24rem;
  line-height: 0.28rem;
  box-sizing: border-box;
  position: relative;
  font-size: 0.18rem;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .box h4::before {
  content: "";
  display: block;
  width: 0.15rem;
  height: 0.04rem;
  position: absolute;
  background: #333;
  top: 0.27rem;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .box .text {
  display: none;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .box .more {
  display: none;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .on {
  height: auto;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .on::before {
  top: 0.45rem;
  right: 0.35rem;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .on h4 {
  padding: 0.4rem 0 0 0.2rem;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .on h4::before {
  content: "";
  display: block;
  width: 0.28rem;
  height: 0.02rem;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: center;
  top: 0.53rem;
  left: -0.15rem;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .on .text {
  display: block;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
  margin: 0.35rem 0 0;
}
.dn-recruit .sildrecruit .bdrec li .sildwithin .bdwith .list .warp .sildpost .hdpos .on .more {
  display: block;
  width: 2rem;
  height: 0.41rem;
  background: #ff4e00 url(../images/dn-more1.png) no-repeat center left;
  background-position-x: 1.28rem;
  font-size: 0.14rem;
  line-height: 0.41rem;
  padding: 0 0 0 0.6rem;
  box-sizing: border-box;
  color: #fff;
  border-radius: 0.2rem;
  margin: 0.25rem 0 0.35rem;
}
.dn-listers {
  margin: 0.72rem 0 0.31rem;
}
.dn-listers ul {
  display: flex;
  justify-content: space-between;
}
.dn-listers ul li {
  width: 2.06rem;
  height: 2.04rem;
  background: url(../images/dn-list3.png) no-repeat center;
  background-size: 2.06rem auto;
  font-size: 0.44rem;
  line-height: 0.46rem;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.55rem 0 0;
}
@media (max-width: 1300px) {
  .dn-recruit .sildrecruit .hdrec li::before {
    left: 1.2rem;
  }

  .dn-vidoe{
    margin-top: 0.4rem;
  }
  .dn-banner a {
    left: 9%;
    bottom: 0.3rem;
  }
  .dn-vidoe video {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .dn-recruit .sildrecruit .hdrec li::before {
    left: 1rem;
  }
  .sdn-banner .aside {
    margin: 0.55rem 0 0 2%;
  }
  .sdn-banner .rea {
    margin: 0 0 0 2%;
  }

  .sdn-banner .aside h3{
    font-size: 0.3rem;
  }

  .dn-recruit .top h3{
    font-size: 0.24rem;
  }

  .dn-listers ul li{
    font-size: 0.3rem;
  }
}
@media (max-width: 980px) {
  .dn-recruit .sildrecruit .hdrec li::before {
    left: 0.75rem;
  }
  .sdn-banner {
    height: auto;
  }
  .sdn-banner .dl-container {
    display: block;
  }
  .sdn-banner .aside {
    margin: 0 auto;
    width: 60%;
  }
  .sdn-banner .rea {
    margin: 0.5rem auto 0;
  }
}
@media (max-width: 680px) {
  .dn-recruit .sildrecruit .hdrec li::before {
    left: 0.55rem;
  }
  .dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith {
    padding: 0 2% 0 6%;
  }
  .dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .on::after {
    width: 215%;
  }
  .dn-vidoe video {
    height: 1.9rem;
  }
  .dn-banner a {
    left: 50%;
    bottom: 0.42rem;
    margin-left: -1.75rem;
  }
  .dn-banner .pcban {
    display: none;
  }
  .dn-banner .mban {
    display: block;
  }
  .dn-listers {
    margin: 0.5rem 0 0.07rem;
  }
  .dn-listers ul {
    flex-wrap: wrap;
  }
  .dn-listers ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 580px) {
  .dn-recruit .sildrecruit .hdrec li::before {
    left: 0.35rem;
  }
  .dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .list::before {
    display: none;
  }
  .dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith {
    padding: 0 2%;
  }
  .dn-banner a {
    transform: scale(0.7);
    bottom: 0.3rem;
  }
  .sdn-banner .aside {
    width: 90%;
  }
  .sdn-banner .rea {
    width: 100%;
    background-size: 100% auto;
  }
}
@media (max-width: 580px) {
  .dn-recruit .sildrecruit .hdrec li::before {
    left: 0.23rem;
  }
  .dn-recruit .sildrecruit .bdrec li .sildwithin .hdwith .on::after {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .dn-banner a {
    bottom: 0.1rem;
  }
}
