/***************************快速检索 start**************************************************************/
.fast_banner{
    width:100%;
    height:320px;
    background:url("../images/index/fast_banner.jpg") no-repeat center;
    overflow:hidden;
}

.fast{
    width:100%;
	min-height:500px;
    background:#fff;
    padding:0 15px 15px;
    margin:20px 0;
    box-shadow:0 0 15px rgba(102,102,102,.2);
    position:relative;
	z-index:9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
.fast_item{
    width:100%;
    overflow:hidden;
}
.fast_item h2{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#31c6ce;
    overflow:hidden;
}
.fast_item_nav{
    width:100%;
    background:#f4f4f4;
    padding:30px 15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fast_item_list{
    float:left;
    margin-right:20px;
}
.fast_item_list span{
    float:left;
    width:70px;
    line-height:35px;
    overflow:hidden;
}
.fast_item_list select{
    float:left;
    width:130px;
    height:35px;
    line-height:35px;
    padding:6px 0;
    background:#fff;
    border:1px solid #eee;
    border-radius:5px;
}
.fast_item_list input{
    width:470px;
    height:35px;
    line-height:35px;
    padding:5px 0;
    background:#fff;
    border:1px solid #eee;
    border-radius:5px;
    text-indent:10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fast_item_btn{
    float:right;
}
.fast_item_btn button{
    width:100px;
    height:35px;
    line-height:35px;
    background:#28bbc3;
    border-radius:5px;
    color:#fff;
    border:0;
    text-align: center;
    overflow:hidden;
}
/***************************快速检索 end**************************************************************/