/****************************快速检索 start***********************************/
.fast_banner{
    width:100%;
    height:320px;
    background:url("../images/fast_banner.jpg") no-repeat;
    overflow:hidden;
}
.search_title{
    width:100%;
    height:50px;
    background:#fff;
    border-bottom:1px solid #e8e8e8;
    overflow:hidden;
}
.fast_title{
    font-size:15px;
    font-weight:bold;
}
.fast_title img{
    width:18px;
    margin-right:5px;
    vertical-align:-3px;
}
.fast_title1{ color:#FF5722;}
.fast_title2{ color:#1E9FFF;}
.fast_title3{ color:#FFB800;}

.search_title .layui-breadcrumb{
    display:block;
    width:1200px;
    line-height:50px;
    margin:0 auto;
    overflow:hidden;
}
.layui-breadcrumb a:hover {
    color:#4a9ff5!important;
}

.fast_search{
    width:1200px;
    margin:15px auto;
}
.fast_item{
    width:100%;
    background:#fff;
    margin-top:15px;
    border:1px solid #e8e8e8;
}
.fast_title{
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 20px;
    border-bottom:1px solid #e8e8e8;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fast_item .layui-form{
    width:50%;
    margin:20px auto;
}
/****************************快速检索 end***********************************/

/****************************标准检索 start***********************************/
.standard_banner{
    width:100%;
    height:320px;
    background:url("../images/standard_banner.jpg") no-repeat center;
    overflow:hidden;
}

.standard{
    width:100%;
    background:#fff;
    padding:5px 15px;
    margin:20px 0;
    box-shadow:0 0 15px rgba(102,102,102,.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.standard_item_nav .layui-table tr td.bold{
    color:#424562;
    font-size:15px;
    font-weight:bold;
    text-align: center;
}
.checkbox_item label,.radio_item label{
    display:inline-block;
    line-height:30px;
    margin:10px 25px 10px 0;
    cursor:pointer;
}
.checkbox_item input,.radio_item input{
    width:16px;
    height:16px;
    margin-right:5px;
    vertical-align: middle;
}
.time_item{
    width:100%;
    padding:15px 0;
    overflow:hidden;
}
.time_item_l{
    float:left;
    margin-right:25px;
    line-height:38px;
}
.time_item_r{
    float:left;
}
.time_item_r label{
    float:left;
    line-height:38px;
}
.time_item_r .layui-form{
    float:left;
    margin-left:10px;
}
.time_item .layui-form-item{
    margin-bottom:0;
}
.time_item label input{
    width:16px;
    height:16px;
    margin-right:5px;
    vertical-align: middle;
}
.time_item .date_list{
    width:130px;
    height:35px;
    line-height:35px;
    padding:6px 0;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:2px;
    margin-left:10px;
}
.standard_item_nav tr td a.layui-btn{
    display:block;
    width:120px;
    height:35px;
    line-height:35px;
    background:#424562;
    border-radius:5px;
    color:#fff;
    margin:0 auto;
    text-align: center;
    overflow:hidden;
}
/****************************标准检索 end***********************************/

/****************************高级检索 start***********************************/
.senior_banner{
    width:100%;
    height:320px;
    background:url("../images/senior_banner.jpg") no-repeat center;
    overflow:hidden;
}

.senior{
    width:100%;
    background:#fff;
    padding:5px 15px;
    margin:20px 0;
    box-shadow:0 0 15px rgba(102,102,102,.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.standard_item_nav .layui-table_big tr.big_title td{
    font-weight:bold;
    font-size:15px;
    color:#333;
    padding:20px 0;
    text-align: center;
}

.standard_item_nav .layui-table_big tr.three_line td{
    font-weight:normal;
    color:#333;
    text-align: center;
}
.standard_item_nav tr td.layui-btn{
	display:block;
    width:120px;
    height:35px;
    line-height:35px;
    background:#424562;
    border-radius:5px;
    color:#fff;
    margin:0 auto;
    text-align: center;
    overflow:hidden;
	
}
.layui-table_big tr.three_line select{
    width:100%;
    height:35px;
    line-height:35px;
    padding:6px 0;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:2px;
    text-indent:10px;
}

.layui-table_big tr.three_line .s_keyword{
    width:100%;
    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;
}

.layui-table tr,.layui-table tbody tr:hover, .layui-table thead tr{
    background:#f5f6ff;
}
.layui-table td, .layui-table th{
    border:1px solid #fff;
}
.block{width:1200px;margin-top:15px;background:#fff;}

/****************************高级检索 end***********************************/