.resindex1{
    padding: .8rem 3.1rem;
    background: #f9f9f9;
}
.res_tit{
    text-align: center;
}
.res_tit>h5{
    font-size: .5rem;
    color: #333;
    line-height: 1;
    margin: 0;
}
.res_tit>p{
    font-size: .16rem;
    color: #888;
    line-height: .28rem;
    margin: 0;
    margin: .28rem 0 .7rem;
}
.res_tit>p>a{
    color: #e62129;
    font-size: .16rem;
}

.recruit{
    margin: .7rem 0;
}
.recruit_item{
    /* background: #fff;
    margin-bottom: .6rem; */
    width: 100%;
    /* float: left; */
    /* padding: .6rem .5rem; */
   
}
.recruit_item:first-child,.recruit_item:nth-child(3){
    margin-right: .6rem;
}
.itop {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    height: 1rem;
    line-height: 1rem;
    padding-right: .9rem;
    border-bottom: 1px solid #eeeeee;
  }
.recruit_item:first-child .itop{
    border-top: 1px solid #eeeeee;
}
  .n1{
      display: block;
  }
  .n2{
      display: none;
  }
  .item_bot {
    width: 100%;
    display: none;
    
    border-bottom: 2px solid #e62129;
}
 .item_bot_inner{
    background: #eee;
    padding: .3rem 1rem;
    box-sizing: border-box;
 }
  .item1>h3{
    color: #333;
    font-size: .2rem;
    margin: 0;
    line-height: 1rem;

  }
  .item_top2>h5{
      font-size: .16rem;
      line-height: .32rem;
  }
  .item_top2 {
    text-align: left;
    font-size: .16rem;
    color: #888;
    line-height: .32rem;
    padding: 0 .5rem .5rem;
}



.item_bot_inner>p{
    width: 50%;
    float: left;
    padding-left: .2rem;
    font-size: .16rem;
    color: #666;
    margin: 0;
    line-height: 1;
    margin-top: .25rem;
}
.item_bot_inner>p:first-child,.item_bot_inner>p:nth-child(2){
    margin-top: 0 !important;
}
.item_bot_con{
    padding: .6rem 1.2rem .3rem;
    box-sizing: border-box;
}

/* .cc>h5{
    font-size: .16rem;
    line-height: .32rem;
}
.shou{
    width: .5rem;
    height: .5rem;
    background: #282828;
    position: relative;
    border-radius: 100%;
    top: .25rem;
}
.qq{
    width: 100%;
    height: 100%;
    position: relative;
} */
.item1{
    position: relative;
}
.h1 {
    position: absolute;
    width: .17rem;
    left: 50%;
    margin-left: -.085rem;
    top: 16%;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
   
}
.h2 {
    position: absolute;
   opacity: 0;
   width: .17rem;
   left: 50%;
   margin-left: -.085rem;
   top: 25%;
   -webkit-transition: 0.3s linear;
   -moz-transition: 0.3s linear;
   -ms-transition: 0.3s linear;
   -o-transition: 0.3s linear;	
   transition: 0.3s linear;
}
.now .h1{
 opacity: 0;
}
.now .h2{
    opacity: 1;
   }
   .item_txt{
       /* display: flex;
       justify-content: flex-start; */
       margin-bottom: .36rem;
   }

   .item_txt>h5{
       float: left;
       width: 80px;
       margin: 0;
       line-height: 1;
       color: #666;
       font-size: .16rem;
       line-height: .28rem;
   }
   .item_txt>div {
    float: left;
    width: 80%;
}
.item_txt li{
      display: block;
       margin: 0;
       line-height: 1;
       color: #666;
       font-size: .16rem;
       line-height: .28rem;
   }
   .resfen {
    width: 2.2rem;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    position: relative;
    left: 50%;
    margin-left: -1.1rem;
}
   .resc{
    display: flex;
    justify-content: space-between;
    color: #333;
    font-size: .24rem;
   }
   .resjt>i{
       font-size: .26rem;
   }
   .yuanindex1{
       padding: .8rem 0  1.5rem 3.1rem;
       box-sizing: border-box;
       background: #f9f9f9;
   }
   .yuanindex1 .res_tit{
       padding-right: 3.1rem;
   }
   .res_img{
       height: 3.2rem;
   }
   .yfen{
       display: flex;
       justify-content: space-between;
       padding-right: 3.1rem;
       box-sizing: border-box;
   }
   .bleft,.bright{
       width: .5rem;
       height: .5rem;
       border-radius: 100%;
       text-align: center;
       cursor: pointer;
       background: #e5e5e5;
       -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
    transition: 0.3s linear;
    outline: none;
   }
   .bleft>i,.bright>i{
font-size: .26rem;
position: relative;
top: .12rem;
color: #fff;
outline: none;
   }

  .res_img .swiper-pagination-res{
    bottom: -.2rem;
    position: relative;
   }
   .res_img .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    display: inline-block;
    border-radius: 100%;
    background: none;
    opacity: 1;
    border: 1px solid #e5e5e5;
    margin: 0 .07rem;
    outline: none;
}
.res_img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e62129;
    border: 1px solid #e62129;
}
.bleft:hover,.bright:hover{
    background: #e62129;
}
.yuanindex2{
    position: relative;
}
.yubg{
    position: absolute;
    width: 5.4rem;
    height: 3.2rem;
    background: url('../images/ygbg.jpg') no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: 0;
    left: 3.1rem;
    padding: 1.4rem .6rem;
    box-sizing: border-box;
}
.yubg>h5{
    color: #fff;
    font-size: .5rem;
    line-height: 1;
    margin: 0;
    font-weight: 300;
}
.yubg>p{
    color: #fff;
    font-size: .16rem;
    line-height: .25rem;
    margin-top: .24rem;
}

@media (max-width: 992px){
    .banner {
        height: auto;
        margin-top: 0px;
    }   

    .resindex1 {
        min-height: 24rem;
        padding: 30px 20px;
        background: #f9f9f9;
    }
    .res_tit>h5 {
        font-size: 20px;
        color: #333;
        line-height: 1;
        margin: 0;
    }
    .res_tit>p {
        font-size: 16px;
        color: #888;
        line-height: 24px;
        margin: 0;
        margin: 20px 0;
    }
    .itop {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        padding: 0;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        padding-right: 8px;
        border-bottom: 1px solid #eeeeee;
    }
    .item1>h3 {
        color: #333;
        font-size: 16px;
        margin: 0;
        line-height: 40px;
    }
    .h1 {
        position: absolute;
        width: 14px;
        left: 50%;
        margin-left: -7px;
        top: -7px;
       
    }
    .h2 {
        position: absolute;
        opacity: 0;
        width: 14px;
        left: 50%;
        margin-left: -7px;
        top: -2px;
        
    }
    .resfen {
        width: 30%;
        display: flex;
        justify-content: space-between;
        line-height: 1;
        position: relative;
        left: 50%;
        margin-left: -15%;
    }
    .recruit {
        margin: 0 0 30px;
    }
    .resc {
        display: flex;
        justify-content: space-between;
        color: #333;
        font-size: 16px;
    }
    .resjt>i {
        font-size: 16px;
    }
    .item_bot_inner {
        background: #eee;
        padding: 10px;
        box-sizing: border-box;
    }
    .item_bot_inner>p {
        width: 50%;
        float: left;
        padding-left: 0px;
        font-size: 14px;
        color: #666;
        margin: 0;
        line-height: 1.4;
        margin-top: .25rem;
    }
    .item_bot_con {
        padding: 20px 0;
        box-sizing: border-box;
    }
    .item_txt>h5 {
        float: left;
        width: 80px;
        margin: 0;
        line-height: 1;
        color: #666;
        font-size: 14px;
        line-height: 24px;
    }
    .item_txt li {
        display: block;
        margin: 0;
        line-height: 1;
        color: #666;
        font-size: 14px;
        line-height: 24px;
    }
    .yuanindex1 {
        padding: 30px 0px 60px 20px;
        box-sizing: border-box;
        background: #f9f9f9;
    }
    .yuanindex1 .res_tit {
        padding-right: 20px;
    }
    .res_img {
        height: 8.5rem;
    }
    .res_img .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 100%;
        background: none;
        opacity: 1;
        border: 1px solid #e5e5e5;
        margin: 6px 4px;
        outline: none;
    }
    .bleft, .bright {
        width: 30px;
        height: 30px;
    
    }
    .bleft>i, .bright>i {
        font-size: 16px;
        position: relative;
        top: 6px;
        color: #fff;
        outline: none;
    }
    .yfen {
        display: flex;
        justify-content: space-between;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .res_img .swiper-pagination-bullet-active {
        opacity: 1;
        background: #e62129;
        border: 1px solid #e62129;
    }
    .yubg {
        position: relative;
        width: 100%;
        height: auto;
        background: url(../images/ygbg.jpg) no-repeat;
        background-position: center;
        background-size: 100%;
        bottom: 0;
        left: 0;
        padding: 80px 40px 20px;
        box-sizing: border-box;
    }
    .yubg>h5 {
        color: #fff;
        font-size: 20px;
        line-height: 1;
        margin: 0;
        font-weight: 300;
    }
    .yubg>p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
}
