body{
    background-color: #fff;
}
img{
    width: 100%;
    height: auto;
}
.main{
    position: relative;
    width: 100%;
}

.logo{
    position: absolute;
    left: 1.8rem;
    top: 0.8rem;
    width: 11.5rem;
}
.buttonMune{
    position: absolute;
    right: 2rem;
    top: 1.3rem;
    width: 1.3rem;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.nav{
    position: relative;
    margin: 0 auto;
    padding: 0.3rem 0;
    width: 94%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #eee 1px solid;
}
.nav .item{
    padding: 0 0.5rem;
    width: 100%;
    text-align: center;
    border-left: #eee 1px solid;
}
.nav .item:nth-child(1){
    border-left: 0;
}
.content{
    position: relative;
    margin: 0 auto 2rem;
    width: 90%;
}
.content .title{
    margin: 1.3rem auto;
    width: 48%;
}
.content h1{
    margin: 1rem auto;
    width: 90%;
    font-size: 1rem;
    font-weight: bold;
    color: #150f94;
    text-align: center;
}
.content h2{
    margin: 1rem auto;
    width: 90%;
    font-size: 1rem;
    color: #150f94;
    text-align: center;
    font-weight: normal;
}
.content h3{
    color: #1c1c1c;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}
.content p{
    color: #333333;
    font-size: 1rem;
    line-height: 1.6rem;
    text-indent: 2em;
}
.content h1.buttonNews{
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
    text-decoration: underline;
}
.content .image{
    position: relative;
    margin: 1rem auto;
    width: 94%;
}
.jobHead{
    padding: 0 1rem;
    height: 2.2rem;
    color: #fff;
    font-size: 1rem;
    line-height: 2.2rem;
    border-radius: 2.2rem;
    background: #00a0e9;
}
.jobHead .item{
    float: left;
    width: 22%;
    text-align: center;
}
.jobHead .item:nth-child(1){
    width: 53%;
    text-align: left;
}
.jobItem{
    padding: 0.5rem 0;
    color: #333333;
    font-size: 1rem;
    line-height: 1.4rem;
    border-bottom: #bfbfbf 1px dashed;
}
.jobTitle{
    float: left;
    width: 53%;
    font-size: 1.1rem;
    font-weight: bold;
}
.jobCity{
    float: left;
    width: 20%;
    text-align: center;
}
.jobDetail{
    padding: 0.5rem 0;
    line-height: 1.6rem;
}
.buttonDetail{
    float: left;
    padding-right: 1rem;
    width: 23%;
    color: #00a0e9;
    text-align: center;
    background: url("../images/arrow.png") right center no-repeat;
    background-size: 0.6rem auto;
}
.buttonApply{
    display: block;
    margin: 0.5rem auto 0;
    width: 7rem;
    color: #fff;
    font-size: 1.1rem;
    line-height: 2.4rem;
    text-align: center;
    border-radius: 2.4rem;
    background: #00a0e9;
}
.buttonLink{
    position: absolute;
    left: 33%;
    top: 89%;
    width: 70%;
    height: 14%;
}
.clear{
    clear: both;
}
.footer{
    padding: 0.5rem;
    width: 100%;
    color: #fff;
    font-size: 0.5rem;
    text-align: center;
    line-height: 1.6rem;
    background: #1d50f9;
}
.footer a{
    color: #fff;
}

.slick{
    margin-top: 1.3rem;
}
.slick .item{
    padding: 0 0.2rem;
}
.slickLong{
    margin-top: 1.3rem;
}