.qy_fuwus{
    background-color: #f5f5f5;
}
.qy_fuwus .fuwus{
    /* width: 1200px; */
    /* margin:0px auto; */
    /* padding-top: 24px; */
    /* height: 120px; */
    /* padding-bottom: 24px; */
}
.qy_fuwus .fuwus .fuwu{
    float: left;
    width: 32%;
    /* height: 120px; */
    background-color: #fff;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 1.3%;
}
.qy_fuwus .fuwus .active{
    box-shadow: 1px 3px 10px #999;
}
.qy_fuwus .fuwus .last{
    margin-right: 0;
}
.qy_fuwus .fuwus .fuwu .title{
    font-size: 20px;
    color:#333;
    margin-top: 30px;
    margin-left: 15px;
}
.qy_fuwus .fuwus .fuwu .intro{
    font-size: 14px;
    color:#999;
    margin-bottom: 25px;
    margin-top: 10px;
    margin-left: 15px;
}
.qy_fuwus .fuwus .fuwu img{
    position: absolute;
    right: 15px;
    top: 22px;
}
.qy_lc{
    /* width: 1200px; */
    margin:0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
}
.qy_lc .title{
    text-align: center;
    position: relative;
}
.qy_lc .title h4{
    font-size: 42px;
    line-height: 42px;
}
.qy_lc .title span{
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.qy_lc .title span.left{
    left: 380px;
}
.qy_lc .title span.right{
    right: 380px;
}
.qy_lc .title p{
    color:#999;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
}
.qy_lc .lc_tu{
    padding: 0 5px;
    margin-top: 58px;
}
.qy_lc .lc_tu ul li{
    float: left;
    width: 97px;
    margin: 0 50px;
}
.qy_lc .lc_tu ul li img{
    width: 90px;
    height: 90px;
}
.qy_lc .lc_tu ul li p{
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}
.qy_lc .lc_tu .intros{
    line-height: 14px;
    height: 14px;
    margin-top: 12px;
    text-align: center;
    color:#999;
}
.qy_lc .lc_tu .intros .intro{
    float: left;
    width: 197px;
    font-size: 12px;
}
.qy_lc .lc_tu .xuhaos{
    margin-top: 16px;
    position: relative;
    height: 40px;
}
.qy_lc .lc_tu .xuhaos .xuhao{
    color:#999;
    line-height: 40px;
    text-align: center;
    height: 40px;
    float: left;
    width: 197px;
}
.qy_lc .lc_tu .xuhaos .xuhao span{
    display: block;
    width: 38px;
    height: 38px;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 auto;
    position: relative;
    z-index:9;
    background-color: #fff;
}
.qy_lc .lc_tu .xuhaos .line{
    height: 1px;
    width: 1000px;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    left: 100px;
}
.clear {
    clear: both;
    display: block;
}


@media only screen and (max-width: 767px)
{

.qy_fuwus .fuwus {
    margin-left: 10px;
}
.qy_fuwus .fuwus .fuwu img {
    position: absolute;
    right: 20%;
    top: 22px;
    width: 60%;
}
.qy_fuwus .fuwus .fuwu{
    float: left;
    width: 31%;
    /* height: 120px; */
    background-color: #fff;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 2%;
}
    .qy_fuwus .fuwus .fuwu .title {
    font-size: 15px;
    color: #333;
    margin-top: 104px;
    margin-left: 15px;
}
}