.ser-content{
    padding: 80px 0;
}
.ser-content .ser-bg{
    float: left;
    width: 490px;
    height: 414px;
}
.ser-content .ser-bg img{
    border-radius: 4px;
}
.mr80{
    margin-right: 80px;
}
.bgf6{
    background-color: #f6f6f6;
}
.ser-content .ser-info{
    float: left;
    width: 630px;
    position: relative;
    color: #333;
}
.ser-content .ser-info .iconfont{
    font-size: 64px;
    color: #06c562;
    font-weight: bold;
    line-height: 50px;
}
.ser-content .ser-info .ser-title{
    font-size: 44px;
    line-height: 50px;
}
.ser-content .ser-info .ser-title a{
    color: #333;
}
.ser-content .ser-info .ser-text{
    margin-top: 20px;
    line-height: 1.75;
    font-size: 16px;
    margin-bottom: 20px;
}
.ser-content .ser-info .ser-bnt{
    display: block;
    width: 180px;
    height: 48px;
    margin: 0 auto;
    background: #06c562;
    border: 1px solid #06c562;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    margin-top: 60px;
}
.ser-content .ser-info .ser-bnt a{ display:block}
.ser-content .ser-info .ser-bnt:hover{
    background: #06B55A;
    border: 1px solid #06B55A;
}
.ser-content .ser-info .ser-list span{
    margin: 0 20px 8px 0;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    width: 131px;
    height: 30px;
    line-height: 30px;
    color: #06c562;
    background: #f2f9ff;
}
