/* header */
.header .header-r-head, .header .header-r-sub{
    font-size: 24px;
    line-height: 36px;
}

/* zhaopin */
.zhaopin-cont{
    font-size: 0;
}
.zhaopin-cont>div{
    font-size: 18px;
    margin-bottom: 40px;
}
.zhaopin-cont .zhaopin-line input{
    width: 86%;
    height: 38px;
    padding-left: 5px;
    line-height: 38px;
    border: 1px solid #eee;
}
.zhaopin-cont .zhaopin-input{
    display: inline-block;
    width: 33%;
    color: #666;
}
.zhaopin-cont .zhaopin-input input{
    width: 260px;
    padding-left: 5px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #eee;
}
.zhaopin-cont .zhaopin-input-label{
    display: inline-block;
    vertical-align: middle;
    color: #666;
}
.zhaopin-cont .zhaopin-input textarea{
    width: 260px;
    height: 220px;
    vertical-align: middle;
    border: 1px solid #eee;
    resize: none;
    padding: 5px;
}
.zhaopin-btn-wrap{
    margin-bottom: 40px;
}
.zhaopin-btn-wrap .zhaopin-btn{
    text-align: center;
    display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #3eb7ae;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
}
.zhaopin-btn {
	color:#000;
	margin-bottom:80px;
	background: #3eb7ae;
}
.zhaopin-tips{
    margin-left: 25px;
    font-size: 18px;
    color: #fb233d;
}

/* ad */
.ad{
    position: relative;
    margin-top: 50px;
}
.ad img{
    width: 100%;
}
.ad .ad-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -140px;
    font-size: 28px;
    color: #fff;
    background: #3eb7ae;
    border-radius: 8px;
    width: 280px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

/* flow */
.flow-item{
    position: relative;
    padding: 30px;
    border-style: dashed;
    border-color: #333;
    border-bottom-width: 2px;
}
.flow-item::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background: #fff;
}
.flow-item:not(:first-child){
    margin-top: -2px;
}
.flow-item h3{
    font-size: 24px;
    color: #3eb7ae;
    background: #fff;
}
.flow-item .flow-item-main span{
    line-height: 40px;
}
.flow-item:first-child{
    padding-top: 0;
    border-radius: 0 0 0 20px;
}
.flow-item:nth-child(2n+1){
    border-left-width: 2px;
}
.flow-item:nth-child(2n+1)::after{
    right: 0;
}
.flow-item:nth-child(2n+1):not(:first-child){
    border-radius: 24px 0 0 20px;
}
.flow-item:nth-child(2n+1) h3{
    margin-left: -40px;
}
.flow-item:nth-child(2n+1) h3 span{
    margin-right: 10px;
}
.flow-item:nth-child(2n+1) .flow-item-main span{
    width: 635px;
}
.flow-item:nth-child(2n+1) .flow-item-main .iconfont{
    margin-left: 200px;
}
.flow-item:nth-child(2n){
    border-right-width: 2px;
    border-radius: 0 24px 20px 0;
}
.flow-item:nth-child(2n)::after{
    left: 0;
}
.flow-item:nth-child(2n) h3{
    text-align: right;
    margin-right: -40px;
}
.flow-item:nth-child(2n) h3 span{
    margin-left: 10px;
}
.flow-item:nth-child(2n) .flow-item-main{
    text-align: right;
}
.flow-item:nth-child(2n) .flow-item-main span{
    width: 710px;
    text-align: left;
}
.flow-item:nth-child(2n) .flow-item-main .iconfont{
    margin-right: 200px;
}
.flow-item .flow-item-main span{
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}
.flow-item .iconfont{
    display: inline-block;
    font-size: 90px;
    color: #3eb7ae;
    vertical-align: middle;
}