*{
    margin:0;
    padding:0;
    list-style: none;
}
/*.bgcolor{
    background-color: #1d9d73;
}
.bordercolor{
    border-color: #1d9d73;
}*/
.busi4{
    padding:60px 0;
    background-color: #fafaf9;
}
.busi4 .busi_info{
    width: 1200px;
    margin:0 auto;
}
.busi4 .busi_title{
    font-size: 30px;
    color: #484848;
    text-align: center;
}
.busi4 .busi_tit{
    font-size: 14px;
    color: #484848;
    text-align: center;
}
.busi4  .busi_img{
    margin-top: 60px;
}
.busi4 .busi_img ul{
    display: flex;
    justify-content: space-between;
}
.busi4 .busi_img ul li{
    position: relative;
    float: left;
    width: 238px;
    height: 340px;
    box-sizing: border-box;
    padding:30px 15px 0;
    overflow: hidden;
}

.busi4 .busi_img ul li:hover .busi_txt p{
    color: #fff;
}
.busi4 .busi_img ul li:hover .busi_img_bor{
    border-color: #fff;
} 
.busi4 .busi_img ul li:nth-of-type(3n){
    margin-right: 0;
}
.busi4 .busi_img_bor{
    width: 112px;
    height: 112px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    padding:5px;
    box-sizing: border-box;
    line-height: 112px;
    margin:0 auto;
}
.busi4 .busi_icon{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    background: white;
}
.busi4 .busi_icon img{
    width: 64px;
    height: 64px;
    margin: 16px 0;
}
.busi4 .busi_txt{
    margin-top: 20px;
    text-align: center;
}
.busi4 .busi_txt p:nth-of-type(1){
    font-size: 18px;
    color: #989898;
    font-weight: bold;
}
.busi4 .busi_txt p:nth-of-type(2){
    font-size: 14px;
    color: #989898;
    margin-top: 10px;
}