.banner{
    border-bottom: 2px solid #8c8b86;
}
.banner .banner-p{
    display: block;
}
.banner .banner-m{
    display: none;
}
#banner{
    display: block;
}
#banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 10px #000;
}
#banner .swiper-pagination-bullet-active{
    background: #0f69b5;
}
#m-banner{
    display: none;
}
#m-banner .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 0.1rem #000;
}
#m-banner .swiper-pagination-bullet-active{
    background: #0f69b5;
}
.recruitMain{
    padding: 40px 0 90px 0;
}
.recruitMain .department{
    margin: 80px 0 0 0;
}
.recruitMain .department .title{
    font-size: 30px;
    color: #1b7ab1;
    font-weight: lighter;
    margin-bottom: 20px;
}
.recruitMain .department .item{
    border-top: 1px solid #b8b8b8;
}
.recruitMain .department .item:last-child{
    border-bottom: 1px solid #b8b8b8;
}
.recruitMain .department .item .i-head{
    background: #fff;
    height: 116px;
}
.recruitMain .department .item .zt{
    height: 116px;
    line-height: 116px;
    font-size: 22px;
    color: #595757;
    float: left;
}
.recruitMain .department .item .i-c{
    height: 116px;
    line-height: 116px;
    font-size: 22px;
    color: #595757;
    float: right;
    padding-right: 74px;
    background: url("../images/recruit-i1.png") no-repeat right center;
    background-size: 37px auto;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.recruitMain .department .item .i-c:hover{
    color: #0081cc;
    background: url("../images/recruit-i3.png") no-repeat right center;
    background-size: 37px auto;
}
.recruitMain .department .item.open .i-c{
    background: url("../images/recruit-i2.png") no-repeat right center;
    background-size: 37px auto;
}
.recruitMain .department .item.open .i-c:hover{
    background: url("../images/recruit-i4.png") no-repeat right center;
    background-size: 37px auto;
}
.recruitMain .department .item .i-tBox{
    min-height: 380px;
    padding: 36px 3%;
    background: #eeeeee;
    font-size: 19px;
    color: #595757;
    text-align: justify;
}
@media screen and (max-width:750px){
    .banner{
        border-bottom: none;
    }
    .banner .banner-p{
        display: none;
    }
    .banner .banner-m{
        display: block;
    }
    #banner{
        display: none;
    }
    #m-banner{
        display: block;
    }
    .recruitMain{
        padding: 0.4rem 0 0.9rem 0;
    }
    .recruitMain .department{
        margin: 0.8rem 0 0 0;
    }
    .recruitMain .department .title{
        font-size: 0.42rem;
        margin-bottom: 0.2rem;
    }
    .recruitMain .department .item .i-head{
        height: 1.16rem;
    }
    .recruitMain .department .item .zt{
        height: 1.16rem;
        line-height: 1.16rem;
        font-size: 0.22rem;
    }
    .recruitMain .department .item .i-c{
        height: 1.16rem;
        line-height: 1.16rem;
        font-size: 0.22rem;
        padding-right: 0.74rem;
        background-size: 0.37rem auto;
    }
    .recruitMain .department .item .i-c:hover,.recruitMain .department .item.open .i-c,.recruitMain .department .item.open .i-c:hover{
        background-size: 0.37rem auto;
    }
    .recruitMain .department .item .i-tBox{
        min-height: 3.8rem;
        padding: 0.36rem 3%;
        font-size: 0.19rem;
    }
}