
/* 面包屑 */
.md34606.md-nav{overflow: hidden;width: 100%;background-color: #fff9f4;}
.md34606.md-nav img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md34606.md-nav .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md34606.md-nav .nav-cont{width: 100%;font-size: 0;text-align: center;}
.md34606.md-nav .nav-one{display: inline-block;vertical-align: top;cursor: pointer;margin: 0 .45rem;padding: .3rem 0;}
.md34606.md-nav .nav-icon{display: inline-block;margin-bottom: .15rem;}
.md34606.md-nav .nav-icon1{display: block;height: .3rem;line-height: .3rem;}
.md34606.md-nav .nav-icon1 img{max-width: 100%;max-height: 100%;}
.md34606.md-nav .nav-icon2{display: none;height: .3rem;line-height: .3rem;}
.md34606.md-nav .nav-icon2 img{max-width: 100%;max-height: 100%;}
.md34606.md-nav .nav-text{width: 100%;color: #222222;line-height: 1.5;}
.md34606.md-nav .nav-one:hover .nav-icon1{display: none;}
.md34606.md-nav .nav-one:hover .nav-icon2{display: block;}
.md34606.md-nav .nav-one:hover .nav-text{color: var(--theme);}
.md34606.md-nav .nav-one.active .nav-icon1{display: none;}
.md34606.md-nav .nav-one.active .nav-icon2{display: block;}
.md34606.md-nav .nav-one.active .nav-text{color: var(--theme);}

@media (max-width: 750px) {
   .md34606.md-nav .nav-cont{white-space: nowrap;overflow: auto;}
   .md34606.md-nav .nav-one{margin: 0 .2rem;}
}

/* 人才招聘 */
.md34606.l-main{width: 100%;padding: 1.15rem 0 .9rem; background-size: 100% auto;background-position: bottom center;background-repeat: no-repeat;}
.md34606.l-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md34606.l-main .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md34606.l-main .l-cont{width: 100%;}
.md34606.l-main .l-tr{width: 100%;margin-bottom: 2px;display: flex;flex-wrap: wrap;align-items: center;background-color: var(--theme);border-radius: .2rem .2rem 0 0;}
.md34606.l-main .l-th{padding: .31rem .05rem;color: #ffffff;line-height: 1.5;} 
.md34606.l-main .l-th:nth-child(1){width: 27.52%;padding-left: 1rem;}
.md34606.l-main .l-th:nth-child(2){width: 20%;}
.md34606.l-main .l-th:nth-child(3){width: 22.18%;}
.md34606.l-main .l-th:nth-child(4){width: 15.62%;}
.md34606.l-main .l-th:nth-child(5){width: 14.68%;text-align: center;}

.md34606.l-main .l-list{width: 100%;padding-bottom: .9rem;}
.md34606.l-main .l-item{width: 100%;margin-bottom: 2px;}
.md34606.l-main .l-buttom{width: 100%;display: flex;align-items: center;cursor: pointer; background-color: #fff4ec;}
.md34606.l-main .l-td{padding: .31rem .05rem;color: #222222;line-height: 1.5;} 
.md34606.l-main .l-td:nth-child(1){width: 27.52%;padding-left: 1rem;}
.md34606.l-main .l-td:nth-child(2){width: 20%;}
.md34606.l-main .l-td:nth-child(3){width: 22.18%;}
.md34606.l-main .l-td:nth-child(4){width: 15.62%;}
.md34606.l-main .l-td:nth-child(5){width: 14.68%;text-align: center;}
.md34606.l-main .l-icon{transform: rotate(0);transition: all .3s; display: inline-block;width: .78em;}
.md34606.l-main .l-sub{display: none;padding: .4rem 1rem .65rem; position: relative;width: 100%;}
.md34606.l-main .l-sub:before{content: '';position: absolute;top: 0;left: 1rem;width: calc(100% - 2rem);height: 1px;background-color: #fff0e6;}
.md34606.l-main .l-detailsbox{display: flex;flex-wrap: wrap;justify-content: space-between;}
.md34606.l-main .l-details{width: calc(53% - .3rem);margin-bottom: .25rem;}
.md34606.l-main .l-tip{width: 100%;margin-bottom: .2rem;color: #222222;line-height: 1.6;}
.md34606.l-main .l-textbox{width: 100%;color: #666666;line-height: 2;}
.md34606.l-main .l-textbox *{line-height: inherit;max-width: 100%;}

.md34606.l-main .l-deliverbox{transition: all  .3s;display: inline-block;cursor: pointer;padding: .05rem;border-radius: calc(.15rem + .8em);border: 1px solid rgba(235,97,1,.16);}
.md34606.l-main .l-deliver{display: inline-block;padding: .1rem .4rem .1rem .4rem;border-radius: calc(.1rem + .8em);color: #ffffff;line-height: 1.6;background-color: var(--theme);}
.md34606.l-main .l-deliver:after{content: '';display: inline-block;vertical-align: middle;margin-left: .07rem;width: 1.18em;height: 1.5em;background-image: url('../images/a21.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.md34606.l-main .l-deliverbox:hover{border: 1px solid var(--theme);}  

.md34606.l-main .l-item.show .l-buttom{background-color: #fff;}
.md34606.l-main .l-item.show .l-icon{transform: rotate(-180deg);}

@media (min-width: 750px) {
  .md34606.l-main .l-details:nth-child(2n){width: 47%;}
}
@media (max-width: 750px) {
  .md34606.l-main .l-th:nth-child(1){padding-left: .3rem;}
  .md34606.l-main .l-td:nth-child(1){padding-left: .3rem;}
  .md34606.l-main .l-sub{padding: .5rem .3rem;}
  .md34606.l-main .l-sub:before{left: .3rem;width: calc(100% - .6rem);}
  .md34606.l-main .l-details{width: 100%;}
}

/* 分页 */
.paging{width: 100%;text-align: center;font-size: 0;}
.paging-item{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .04rem;min-width: .48rem;height: .48rem;line-height: .48rem;border-radius: .24rem;color: #666666;}
.paging-item:hover{color: #fff;background-color: var(--theme);}
.paging-item.active{color: #fff;background-color: var(--theme);}
.paging-up{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .04rem;min-width: .48rem;height: .48rem;border-radius: .24rem;color: transparent;background-image: url('../images/a10.png');background-size: .5em auto;background-position: center center;background-repeat: no-repeat;}
.paging-up:hover{background-color: var(--theme);background-image: url('../images/a10-b.png');}  
.paging-next{transition: all  .3s;transform: rotate(-180deg); display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .04rem;min-width: .48rem;height: .48rem;border-radius: .24rem;color: transparent;background-image: url('../images/a10.png');background-size: .5em auto;background-position: center center;background-repeat: no-repeat;}
.paging-next:hover{background-color: var(--theme);background-image: url('../images/a10-b.png');}  
 
@media (max-width: 1150px) {
  .paging-item{min-width: .8rem;height: .8rem;line-height: .8rem;border-radius: .4rem;}
  .paging-up{margin: .1rem;min-width: .8rem;height: .8rem;line-height: .8rem;border-radius: .4rem;}
  .paging-next{margin: .1rem;min-width: .8rem;height: .8rem;line-height: .8rem;border-radius: .4rem;}
}
