.slide01 {
}
.slide01_con{
    width: 1200px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}
.slide01_con_l{
    float: left;
}
.slide01_con_r{
    float: right;
}
.recruitment{
    margin-bottom: 50px;
}
.recruitment_top h3{
    font-weight:normal;;
    font-size: 30px;
    color: #2C2E2F;
    position: relative;
    padding-bottom: 10px;
}
.recruitment_top h3:before{
    content: '';
    width: 60px;
    height: 2px;
    background: #999999;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.recruitment_con {
    width: 548px;
    height: 60px;
    margin-top: 40px;
    position: relative;
}
.recruitment_con h3{
    font-weight: normal;
    font-size: 24px;
    color: #2C2E2F;
}
.recruitment_con p{
    font-size: 18px;
    color: #666666;
}
.recruitment_con a{
    display: inline-block;
    width:180px;
    height:60px;
    line-height: 60px;
    background:rgba(62,130,241,1);
    border-radius:5px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.zp_con{
    width: 1200px;
    height: auto;
    margin: 15px auto;
    position: relative;
}
.zp_con h1{
    font-size: 48px;
    color: #2C2E2F;
}
.zp_con span{
    font-size: 18px;
    color: #666666;
}
.zp_con p{
    font-size: 18px;
    margin-bottom: 10px;
    color: #2C2E2F;
}
.zp_con h3{
    font-size: 24px;
    font-weight: normal;
    color: #2C2E2F;
    margin-top: 50px;
}
.zp_con .apply{
    width:180px;
    height:60px;
    background:rgba(62,130,241,1);
    border-radius:5px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 30px;
    right: 0px;
    cursor: pointer;
}
.zp_con .apply:hover{
    opacity: 0.8;
}


.slide11 {
    background: url("../images/about/bg3.png") 0px 0px no-repeat;
    background-size: cover;
}
.slide11 > div{
    width:1200px;
    height:700px;
    background:rgba(255,255,255,1);
    border-radius:15px;
    margin: 85px auto;
    padding: 100px 40px 150px 65px;
}
.slide11 .left{
    float: left;
    width: 460px;
    height: auto;
    position: relative;
}
.slide11 .left h3{
    font-size: 36px;
    color: #2C2E2F;
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
}
.slide11 .left input,.slide11 .left select{
    display: block;
    width: 100%;
    height:55px;
    border:1px solid rgba(213,213,213,1);
    border-radius:5px;
    padding-left: 15px;
    color: #999999;
    margin-bottom: 20px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.slide11 .left input::placeholder{
    font-size: 18px;
    color: #999999;
}
.slide11 .left:after {
    content: '';
    position: absolute;
    left: 94%;
    top: 31%;
    z-index: 333;
    border: 6px solid transparent;
    border-top-color: #999;
    -webkit-transform: translate(0, -36%);
    transform: translate(0, -36%);
}
.slide11 .left button{
    width: 100%;
    height:55px;
    border-radius:5px;
    background: #3E82F1;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
.slide11 .left button:hover{
    opacity: 0.8;
}
.slide11 .right{
    float: right;
}
.slide11 .right img{
    width: 603px;
    height: 343px;
    margin-top: 130px;
}