.label-son>li{
    float: left;
    margin: 0 10px 20px;
    width: 220px;
    padding: 30px 0;
    background: #fff3ea;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    border:1px solid #ffffff;
    box-sizing: border-box;
}
.label-son>li:hover{
    border:1px solid #f87d26;
    box-sizing: border-box;
}
.label-son>li:hover em{
    transform:scale(1.1);
    transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
.label-son>li>p{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #666;
    /* height: 56px; */
    overflow: hidden;
    padding: 0 16px;
    margin-top: 12px;
}
.label-son>li>em{
    display: block;
    border: 3px solid #f87d26;
    border-radius: 50%;
    height: 94px;
    width: 94px;
    margin: 0 auto;
}
.label-son>li>em>i{
    display: block;
    font-size: 50px;
    color: #f87d26;
    font-weight: 400;
    line-height: 94px;
}

.apply-box>li{
    width: 200px;
    height: 180px;
    float: left;
    background: url(../icon/foot_arrow.png) no-repeat 200px center;
    padding: 0px 18px;
    overflow: hidden;
    margin: 0 20px;
}
.apply-box{
    padding: 0 48px;
    box-sizing: border-box;
}
.apply-box>li:nth-child(4){
    background-image: none;
}
.apply-box>li>span{
    width: 90px;
    height: 90px;
    padding: 5px 60px;
    display: block;
    float: left;
}
.apply-box>li>p{
    width: 180px;
    padding: 0px 10px;
    display: block;
    float: left;
    font-size: 18px;
    color: #666;
    text-align: center;
}