*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", "微软雅黑";
}
.clear{
    clear: both;
}
.box1{
    display: none;
}
.box{
    width: 100%;
    position: relative;
    display: block;
}
.box img.box_icon{
    display: block;
    width: 100%;
}
.box_btn{
    width: 15%;
    height: 0.2rem;
    border-radius: 12px;
    background:rgb(36,72,218);
    position: absolute;
    top: 56%;
    left: 20%;
    margin: 0.3rem 0 0.12rem;
}
.box_btn a{
    display: block;
    width: 100%;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    color: #ffffff;
    font-size: .09rem;
    text-decoration: none;
    letter-spacing: 1px;
}
.box_btn img {
    display: block;
    position: absolute;
    top: 23%;
    right: -4%;
    width: 0.25rem;
}
.z_content{
    width: 1000px;
    margin: 100px auto 60px;
}
.z_content span{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: bold;
}
.join{
    width: 1000px;
    background: url("/Public/speapply/img_aj/stairs.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 76px;
}
.join_txt{
    padding-top:15px;
    margin-left: 3%;
}
.join_txt1{
    padding-top:25px;
}
.join_txt i{
    display: block;
    width: 16px;
    height: 16px;
    background: #2347db;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
}
.join_txt span{
    display: block;
    float: left;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    margin-left: 10px;
    font-weight: bold;
}
.welfare_one{
    width: 890px;
    margin: 0 auto 50px;
}
.welfare_one h3{
    color: #2e53e2;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 23px;
}
.welfare_one p{
    color: #010100;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}
.welfare_one p span{
    font-weight: bold;
}
.welfare_one_box{
    width: 100%;
    background: url("/Public/speapply/img_aj/back.png") no-repeat;
    background-size: cover;
    padding: 10px 20px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 18px;
    background-position: -15%;
    letter-spacing: 2px;
}

.z_trailer{
    width: 890px;
    margin:30px auto;
}

.z_trailer span {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 500;
}
.z_footer{
    width: 100%;
    margin-top: 160px;
}
.z_footer img{
    width: 100%;
    display: block;
}


/*悬浮弹窗*/
.z_project_fixed{
    position: fixed;
    top: 50%;
    right: 0.5%;
    margin-top: -63px;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    border: 1px solid #126aff;
    background: #126aff;
    text-align: center;
}
.z_project_fixed img {
    width: 50px;
    display: block;
    margin: -35px 0 0 38px;
}
.z_project_fixed p {
    padding: 46px 11px 24px;
    font-size: 15px;
}
.z_project_fixed p a{
    text-decoration: none;
}
.z_project_fixed p a{
    color: #ffffff;
}















@media (max-width: 1080px) {

    .box{
        display: none;
    }
    .box1{
        display: block;
    }

    .box1{
        width: 100%;
        position: relative;
        display: block;
    }
    .box1 img.box_icon{
        display: block;
        width: 100%;
    }
    .box_btn {
        width: 42%;
        height: 0.61rem;
        border-radius: 8px;
        background: rgb(36,72,218);
        position: absolute;
        top: 68%;
        left: 7%;
        margin: 0.3rem 0 0.12rem;
    }
    .box_btn a{
        display: block;
        width: 100%;
        height: 0.61rem;
        text-align: center;
        line-height:0.61rem;
        color: #ffffff;
        font-size: .3rem;
        text-decoration: none;
        letter-spacing: 1px;
    }
    .box_btn img {
        display: block;
        position: absolute;
        top: 23%;
        right: -7%;
        width: 0.8rem;
    }


    .contact_con {
        width: 95%;
        border: 1px solid #dce0e3;
        margin: 0 auto;
        border-radius: 10px;
    }
    .z_content {
        width: 100%;
        margin: 35px auto 35px;
    }
    .z_content span {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #000000;
        font-weight: bold;
    }
    .join {
        width: 100%;
        background: url(/Public/speapply/img_aj/stairs.png) no-repeat;
        background-size: cover;
        margin: 0 auto;
        height: 58px;
    }
    .join_txt i {
        display: block;
        width: 10px;
        height: 10px;
        background: #2347db;
        border-radius: 50%;
        float: left;
        margin-top: 5px;
    }
    .join_txt span {
        display: block;
        float: left;
        font-size: 16px;
        color: #000000;
        letter-spacing: 1px;
        margin-left: 8px;
        font-weight: bold;
    }
    .join_txt {
        padding-top:8px;
        margin-left: 3%;
    }
    .welfare_one {
        width: 100%;
        margin: 0 auto 10px;
    }
    .welfare_one h3 {
        color: #2e53e2;
        font-size: 15px;
        margin-bottom: 4px;
        font-weight: bold;
        line-height: 23px;
    }
    .welfare_one p {
        color: #010100;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0;
    }
    .welfare_one_box {
        width: 100%;
        background: url(/Public/speapply/img_aj/back.png) no-repeat 0;
        background-size: cover;
        padding: 8px 8px;
        margin-top: 12px;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .join1{
        margin-top: 35px;
    }
    .join_txt1 {
        padding-top: 15px;
        margin-left: 3%;
    }
    .z_trailer {
        width: 100%;
        margin: 20px auto;
    }
    .z_trailer span {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 1px;
        color: #000000;
        font-weight: 500;
    }
    .z_footer {
        width: 100%;
        margin-top: 48px;
    }
    .z_container{
        padding: 0 15px;
    }
    /*悬浮弹框*/
    .z_project_fixed{
        position: fixed;
        top: 85%;
        right: 0.5%;
        margin-top: -47px;
        width: 94px;
        height:94px;
        border-radius: 50%;
        border: 1px solid #1b7afb;
        background: #1b7afb;
        text-align: center;
    }
    .z_project_fixed img {
        width: 30px;
        display: block;
        margin: -30px 0 0 32px;
    }
    .z_project_fixed p {
        padding: 30px 0 20px;
        font-size: 12px;
    }
    .z_project_fixed p a{
        text-decoration: none;
    }
    .z_project_fixed p a{
        color: #ffffff;
    }

}
