@charset "utf-8";

.product{
    padding: 50px 0 20px;
}
.company{
    padding-bottom: 50px;
}
.company .fr{
    width: 550px;
}
.company h1{
    font-size: 24px;
    color: #30af53;
    line-height: 60px;
}
.company img{
    display: block;
}
.company p{
    font-size: 14px;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
}
.company a{
    display: block;
    margin-top: 20px;
    width: 120px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 36px;
    border: 1px solid #30af53;
}
.company a:hover{
    background: #30af53;
    color: #fff;
}
.company a i{
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #666;
    transition: all .3s;
}
.company a:hover i{
    border-left-color: #fff;
}
