.floor01 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 90px;
}
.floor_title {margin: 20px 0; text-align: center; font-size:16px;font-family:NotoSansHans-Light;font-weight:300;color:rgba(74,74,74,1); letter-spacing:2px;}
.floor_title .red { color : #DA4435; font-family: Noto Sans S Chinese Medium; font-weight: 450;}
.floor_title .title { font-size:42px; font-family:NotoSansHans-Light; font-weight:300; color:#333333; line-height: 100%; margin-top: 50px; }
.floor01 .img-list{

}
.floor01 .img-list .list-box{
    float: left;
    width: 173px;
    height: 140px;
    padding-top: 20px;
    margin-right: 30px;
    border: 1px solid rgba(226,211,211,1);
    border-radius: 6px;
    text-align: center;
    margin-bottom: 20px;
}

.img-list .list-box:nth-child(6){
    margin-right: 0;
}

.img-list .list-box img {
    width: 85px;
    height: 85px;
}

.img-list .list-box p {
    margin-top : 10px;
    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(93,93,93,1);
}
/*2部分*/
.floor02{
    background: rgba(250,250,250,1);
    padding-bottom: 30px;
}
.floor02 .condition{
    width: 1200px;
    margin: 0 auto;
}
.condition .condition-box{
    float: left;
    width: 270px;
    padding: 20px 25px 5px;
    margin-right: 30px;
    border: 1px solid rgba(226,211,211,1);
    border-radius: 6px;
    margin-top: 10px;
}
.condition .condition-box .title{
    height: 34px;
    font-size:20px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
}

.condition .condition-box .title img{
    height: 34px;
    font-size:20px;
    margin-right: 10px;
}

.condition .condition-box .content{
    padding-left: 43px;
    padding-top: 0px;
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(92,92,92,1);
}
/*3部分*/
.apply {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.apply .apply-box{
    float: left;
    margin-right: 137px;
}
.apply .apply-box .box-icon{
    float: left;
    width: 100px;
}
.apply .apply-box:last-child{
    margin-right: 0;
}

.apply .apply-box .box-left{
    float: left;
    width: 150px;
    height: 150px;
    padding: 25px;
    background:rgba(255,235,235,1);
    border-radius: 75px;
}

.apply .apply-box .box-left p{
    font-size:15px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.apply .apply-box .content{
    width: 75px;
    height: 65px;
}

.apply .apply-box .icon{
    float: right;
    width: 100px;
    height: 40px;
    margin-top: 55px;
}
.link{
    height: 50px;
    width: 100px;
    margin: 5px auto;
    padding: 10px 0;
}
.floor_link {background:linear-gradient(270deg,rgba(216,61,51,1) 0%,rgba(228,98,61,1) 100%);background: #e4623d\0;border-radius:7px;text-align: center;padding: 5px 15px;font-size:16px;font-family:NotoSansHans-Medium;font-weight:500;color:rgba(255,255,255,1);line-height:23px;}

.floor_link:hover {
    color: white;
    box-shadow:0px 12px 16px 0px rgba(0,0,0,0.16);
}
@media (min-width: 1200px) {
    .floor01 .img-list {
        width: 1190px;
        margin: 0 auto;
    }
}
@media (max-width:1200px ) {
    .floor02 .condition{
        width: 270px;
        margin: 0 auto;
    }
    .apply {
        overflow: hidden;
        width: 150px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .apply .apply-box{
        float: left;
        margin-right: 0px;
    }
    .apply .apply-box .icon {
        float: right;
        width: 50px;
        height: 20px;
        margin-left: 50px;
        transform:rotate(90deg);
        -ms-transform:rotate(90deg); 	/* IE 9 */
        -moz-transform:rotate(90deg); 	/* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); 	 /*Opera */
    }
    .apply .apply-box .box-left{
        margin-top: 40px;
    }
}
@media (max-width: 1200px) and (min-width: 580px){
        .floor01 .img-list{
            height: 50px;
            width: 580px;
            margin: 0 auto;
        }
        .img-list .list-box:nth-child(3){
            margin-right: 0;
        }
}
@media (max-width: 580px){
    .floor_title .title{font-size: 32px}
    .floor01 .img-list{
        width: 320px;
        margin: 0 auto;
    }
    .floor01 .img-list .list-box{
        float: left;
        width: 155px;
        height: 120px;
        padding-top: 20px;
        margin-right: 10px;
        border: 1px solid rgba(226,211,211,1);
        border-radius: 6px;
        text-align: center;
        margin-bottom: 20px;
        margin: 2px;
    }
    .img-list .list-box img {
        width: 70px;
        height: 70px;
    }
    .img-list .list-box p {
        margin-top: 5px;
    }
    .img-list .list-box:nth-child(2){
                  margin-right: 0;
    }
    .img-list .list-box:nth-child(4){
        margin-right: 0;
    }
}
