/* 产品搜索 */
#user_defined18 .search{
    padding-bottom:100px;
}
#user_defined18 .search_title{
    text-align: center;
    padding-top:75px;
    padding-bottom:40px;
}
@font-face {
    font-family: 'webfont_search_title';
    src: url('//at.alicdn.com/t/si81rdno2aa9vn29.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/si81rdno2aa9vn29.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/si81rdno2aa9vn29.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/si81rdno2aa9vn29.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/si81rdno2aa9vn29.svg#思源黑体-正粗') format('svg'); /* iOS 4.1- */
}
#user_defined18 .search_title h1{
    font-size:30px;
    color:#000000;
    line-height:44px;
    font-weight:normal;
    margin:0;
    letter-spacing: 2px;
    font-family: "webfont_search_title";
}
#user_defined18 .search_title h2{
    font-size:14px;
    color:#0b0b0b;
    line-height:28px;
    font-weight:normal;
    margin:0;
    letter-spacing: 4px;
    position: relative;
}
#user_defined18 .search_title h2:before{
    content:"";
    width:180px;
    height:5px;
    display: block;
    background-image: url(http://img.jihui88.com/upload/j/j2/jinlixin/picture/2017/06/19/95fae3f9-9a1b-44eb-84a4-c428d72d780e.jpg);
    position: absolute;
    right:50%;
    margin-right:125px;
    top:13px;
}
#user_defined18 .search_title h2:after{
    content:"";
    width:180px;
    height:5px;
    display: block;
    background-image: url(http://img.jihui88.com/upload/j/j2/jinlixin/picture/2017/06/19/95fae3f9-9a1b-44eb-84a4-c428d72d780e.jpg);
    position: absolute;
    left:50%;
    margin-left:125px;
    top:13px;
}
#user_defined18 .search_content{
    width:1200px;
    margin:0 auto;
    min-height:100px;
    padding-top:30px;
}
#user_defined18 .search_content ul:after{
    content:""; 
    display:block;
    clear:both; 
    visibility: hidden;
    line-height: 0; 
    height: 0;
    font-size:0; 
}
#user_defined18 .search_content a.more{
    width:385px;
    height:50px;
    display: none;
    margin:0 auto;
    margin-top:34px;
    line-height:50px;
    background-color: #f7f7f7;
    font-size:14px;
    color:#999999;
    text-align: center;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined18 .search_content a.more:hover{
    background-color: #e60012;
    color:#fff;
}
#user_defined18 .search_content .loading{
    text-align: center;
}
#user_defined18 .search_content .prompt{
    text-align: center;
    font-size:18px;
    line-height:100px;
    color:#666;
}
#user_defined18 .search_content .pro_list{
    width:285px;
    height:360px;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
}
#user_defined18 .search_content .pro_list:nth-child(4n){
    margin-right:0;
}
#user_defined18 .pro_list a{
    width:285px;
    height:360px;
    display: block;
    overflow: hidden;
    background-color: #f4f4f2;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined18 .pro_list a:hover{
    border-radius: 4px;
    box-shadow: 0 0 20px #999;
    -moz-box-shadow: 0 0 20px #999;
    -o-box-shadow: 0 0 20px #999;
    -webkit-box-shadow: 0 0 20px #999;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
#user_defined18 .pro_list .pro_pic{
    width:285px;
    height:285px;
    display: block;
}
#user_defined18 .pro_list .pro_pic img{
    width:100%;
    height:100%;
}
#user_defined18 .pro_list .pro_details{
    width:100%;
    display: block;
    text-align: center;
}
#user_defined18 .pro_list .pro_details .pro_name{
    font-size:16px;
    color:#000000;
    line-height:24px;
    display: block;
}
#user_defined18 .pro_list .pro_details .pro_type{
    font-size:16px;
    color:#999999;
    line-height:24px;
    display: block;
}