@charset "utf-8";
/* CSS Document */
.container_row {
    padding: 5px;
    height: 421px;
}

.row {
    
}

.col-md {
    width: 200px;
    float: left;
    padding-bottom: 20px;
}

.col-md_1 {
    margin-right: 15px;
}

.col-md_2 {
    margin-left: 5px;
}

.col-md_foot {
    width: 200px;
    float: left;
}

.quick-item {
    padding: 40px 5px 50px 90px;
}

.quick-item_1  {
    background: #e60012 url(../images/zy/ico01.jpg) 30px center no-repeat;
}

.quick-item_2  {
    background: #f39800 url(../images/zy/ico02.png) 30px center no-repeat;
}

.quick-item_3  {
    background: #a9c95a url(../images/zy/ico03.png) 30px center no-repeat;
}

.quick-item_4  {
    background: #996c33  url(../images/zy/ico06.png) 30px center no-repeat;
}

.quick-item_5  {
    background: #00695a url(../images/zy/ico05.png) 30px center no-repeat;
}

.quick-item_6  {
    background: #a9c95a url(../images/zy/ico04.png) 30px center no-repeat;
}

.quick-item h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.quick-item a {
    color: #fff;
}

.search_1 {
    height: 40px;
    width: 210px;
    background: url(images/search_bj.png) #ddd no-repeat;
    border-radius: 20px;
    margin-top:2px;
}