@charset "utf-8";

.product{
    padding: 50px 0;
}
.title{
    position: relative;
}
.title h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.title p{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ebeaea;
    text-transform: uppercase;
}
.plist{
    margin-top: 40px;
}
.adv{
    width: 100%;
    height: 250px;
    background: url("../img/adv.jpg") no-repeat center;
}

.company{
    padding: 50px 0;
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
}
.company img{
    display: block;
    border: 3px solid #fff;
    box-shadow: 4px 4px 4px #ddd;
}
.company .fr{
    width: 780px;
}
.company h1{
    font-size: 24px;
    color: #3fb137;
    line-height: 50px;
}
.company p{
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    height: 120px;
    overflow: hidden;
}
.company a{
    display: block;
    float: left;
    padding: 0 15px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    margin-right: 10px;
    color: #666;
}
.company a:hover{
    background: #3fb137;
    color: #fff;
    border-color: #3fb137;
}

.case{
    padding: 50px 0;
}
.clist{
    margin-top: 30px;
}
.news{
    padding: 50px 0 0;
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.partner{
    padding: 50px;
}
.pcon{
    margin-top: 30px;
}

