@charset "utf-8"; /* CSS Document */
body{
    background-color: #fff;
}
.floor{
    padding: 130px 0;
}
.banner img{
    width: 100%;
    display: block;
}
.rzhz-title{
    text-align: center;
    position: relative;
}
.rzhz-title strong{
    font-size: 36px;
}
.rzhz-title p{
    line-height: 26px;
    font-size: 16px;
    margin-top: 10px;
}
.rz-qualification  ul{
    margin-left: -65px;
    margin-top: 90px;
}
.rz-qualification li{
    width: 25%;
    float: left;
}
.rz-qualification .icon{
    width: 112px;
    height: 112px;
    display: block;
    margin: 0 auto;
    margin-top: -58px;
    position: relative;

}
.rz-qualification .icon img{
    width: 100%;
    height: 100%;
}
.rz-qualification .box{
    margin-left: 65px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    padding: 10px 20px 45px 20px;
    transition: .4s;

}
.rz-qualification .box:hover{
    box-shadow: 0px 0px 26px 0px rgba(73, 116, 164, 0.1);
    border-color:#fff;
}
.rz-qualification .box:hover .title{
    font-weight: bold;
}
.rz-qualification .box:hover .desc{
    color:#333;
}
.rz-qualification .title{
    font-size: 20px;
    margin-top: 10px;
}
.rz-qualification .desc{
    font-size: 16px;
    color:#999;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 15px;
}

.rz-btn{
    width: 380px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border: 1px solid rgba(255, 88, 61, 0.6);
    text-align: center;
    margin-top: 80px;
    font-size: 20px;
    color:rgba(255, 88, 61, 1);
    border-radius: 10px;
    cursor: pointer;
}

.advantage{
    position: relative;
    padding: 80px 0px 0px;
}
.advantage .rzhz-title{
    z-index: 1;
    color:#fff;
}
.advantage::after{
    content: '';
    width: 100%;
    height: 480px;
    position: absolute;
    left:0;
    top:0;
    background: url(./ysbg.png) no-repeat;
    background-size: cover;
}
.advantage-content{
    position: relative;
    width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 26px 0px rgba(73, 116, 164, 0.1);
    z-index: 1;
    margin-top: 70px;
    box-sizing: border-box;
    padding: 60px 30px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
.advantage-content .line{
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
    height: 30px;
}
.advantage-content p{
    padding: 10px 135px;
}
.advantage-content .highlighted{
    font-size: 30px;
    color:#FF583D;
    padding: 0 10px;
}

.welfare-item{
    width: 33.3%;
    float: left;
    margin-top: 140px;
    height: 348px;
    position: relative;
}
.welfare-item__img{
    position: relative;
    width: 348px;
    height: 348px;
    margin: 0 auto;
}
.welfare-item__img img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.welfare-item__img h4{
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 44px;
    top:50%;
    margin-top: -22px;
    left:0;
    font-size: 26px;
    color:#fff;
    transition: .4s;
    text-shadow: 0px 0px 6px #000000;
}
.welfare-item:hover .welfare-item__img img{
    opacity: 0;
    transform: scale(0) rotate(-90deg);
}
.welfare-item:hover .welfare-item__box{
   opacity: 1;
   transform: scale(1) rotate(0deg);
}
.welfare-item:hover .welfare-item__img h4{
    top: 160px;
    text-shadow: 0px 0px 0px #000000;
    color:#FF583D;
}

.welfare-item__box{
    width: 272px;
    margin: 0 auto;
    border: 1px solid #FFC8C5;
    box-shadow: 0px 0px 26px 0px rgba(73, 116, 164, 0.1);
    border-radius: 60px;
    padding: 24px;
    height: 272px;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top:50%;
    margin-top:-136px;
    transition: .4s;
    transform: scale(0) rotate(90deg);
}
.welfare-item__icon{
    height: 80px;
}
.welfare-item__icon img{
    height: 100%;
    display: block;
    margin:  0 auto;
   
}
.welfare-item__desc{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-top: 50px;
}


.rz-apply{
    background: url(./footbg.png) no-repeat;
    background-size: cover;
    padding:80px 0;
    
}
.rz-apply .rzhz-title{
    color:#fff;
}

.rz-apply-form{
    width: 486px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 10px;
}
.rz-apply-form-item +.rz-apply-form-item{
    margin-top: 40px;
}
.rz-apply-form-item input,
.rz-apply-form-item select{
    height: 60px;
    line-height: 60px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px 24px;
    transition: .3s;
}
.rz-apply-form-item select:focus,
.rz-apply-form-item input:focus{
    border-color:#FF583D;
    box-shadow: 0 0 6px #fab1a6;
}

.rz-apply-form-item__button{
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: 1px solid #FF583D;
    color:#FF583D;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 8px;
    background: none;
    box-sizing: border-box;
}