ul{
    list-style: none;
}
#search_bar{
    background: url("../image/banner_bg.png") no-repeat center top;
    height: 420px;
    padding-top: 128px;
}
.search_tit{
    font-size: 34px;
    margin-bottom: 50px;
}
.search_box{
    display: flex;
    margin: 0 160px;
    position: relative;
}
.seacrch_txt{
    padding: 0 20px;
    background: #fff;
    height: 74px;
    flex: 1;
    border: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.search_drop{
    width: 119px;
    line-height: 54px;
    text-align: center;
    color: #333;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    padding-top: 10px;
}
.search_drop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 1px;
    height: 45px;
    background: #c8c8c8;
}
.search_drop:after {
    content: "";
    position: absolute;
    background: url("../image/search_icon_arrow.png") no-repeat center;
    right: 11px;
    top: 50%;
    margin-top: -2px;
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease;
}
.search_drop.active:after {
    transform: rotate(180deg);
}
.search_btn{
    width: 20%;
    height: 74px;
    border: none;
    background-color: #0080ff;
    line-height: 74px;
    font-size: 18px;
    color: #fff;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    z-index: 10;
    padding: 20px 19px;
    border: 1px solid #c8c8c8;
    background: #f5f5f5;
    max-height: 400px;
    overflow-y: scroll;
}
.search_list.active {
    display: block;
}
.checkbox_item {
    width: 10%;
    height: 16px;
    margin-bottom: 17px;
    line-height: 16px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    float: left;
}
.operate_area{
    border-top: 1px solid #c8c8c8;
    padding-top: 20px;
}
.help_bar{
    height: 70px;
    -moz-box-shadow: 0px 0px 15px #b7b7b7; /* 老的 Firefox */
    box-shadow: 0px 0px 15px #b7b7b7;
}
.help_box{
    padding-top: 23px;
}
.help_box a:first-child{
    border-left: none;
}
.help_box a{
    display: inline-block;
    border-left: 1px solid #bbc1c5;
    padding: 0 18px;
    font-size: 13px;
    line-height: 2em;
}
.rec_tit{
    margin-bottom: 60px;
    margin-top: 60px;
}
.rec_suffix{
    overflow: hidden;
    margin-bottom: 95px;
}
div.swiper-slide{
    float: left;
    list-style: none;
    position: relative;
    width: 290px;
    border: 1px solid #e1e6f0;
    border-radius: 5px;
    padding: 20px 35px 25px 35px;
}
.rec_suffix_tit{
    color: #f0f2f5;
    font-size: 60px;
    position: relative;
}
.rec_suffix_icon{
    height: 80px;
}
.rec_suffix_icon:after{
    content: "";
    position: absolute;
    left: 0px;
    top:-20px;
    width: 65px;
    height: 5px;
    background: #2b3f7e;
}
.suffix_txt{
    font-size: 50px;
    font-weight: bold;
    color: #f24000;
    max-width: 135px;
    overflow: hidden;
    display: flex;
}
.rec_suffix_desc{
    height: 120px;
    line-height: 1.5em;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e6f1;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 135px;
}
.rec_suffix_price{
    line-height: 2em;
}
div.swiper-slide:hover{
    box-shadow: 0 0 15px rgba(43,63,126,.15);
}
.gn_bar{
    background: #f1f2f6;
    padding-bottom: 100px;
}
.gn_item_bar{
    margin-left: -2%;
}
.gn_item{
    width: 23%;
    height: 230px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    margin-left: 2%;
}
.gn_item h2{
    padding: 10px 0;
}
.gn_item p{
    padding-top: 10px;
}
div.gn_item:hover{
    transform: translate(0,-5px);
    box-shadow: 0 0 15px rgba(43,63,126,.15);
}
.suffix_bar{
    border: 1px solid #e2e6f1;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}
.suffix_tab{
    list-style: none;
}
.suffix_tab li{
    flex: 1;
    border-right: 1px solid #e2e6f1;
    line-height: 60px;
    font-size: 16px;
}
.suffix_tab li.active{
    background: #2b3f7e;
    color: #fff;
}
.suffix_tab li i{
   padding-right: 10px;
    font-size: 18px;
}
.suffix_tab li:last-child{
    border-right: none;
}
.suffix_table tr th,.suffix_table tr td{
    line-height: 50px;
    padding: 5px 0;
}
.suffix_table tr td{
    border-right: 1px solid #e2e6f1;
}
.suffix_table tr td:first-child{
    text-align: left;
    width: 360px;
}
.suffix_table tr td:first-child a{
    font-weight: bold;
    display: block;
    width: 60px;
    margin-left: 30px;
}
.suffix_table tr td:last-child{
    border-right: none;
}
.suffix_table tr th{
    background: #e0e9f8;
    color: #2b3f7e;
}
.suffix_table tbody tr:nth-child(even){
    background: #f8f9fe;
}
.operate_area a{
    margin-right: 10px;
}
.pageTop{
    background: url("../image/banner_bg.png") no-repeat center top;
    height: 180px;
}
.topso {
    padding: 22px;
    background: #f0f2f5;
    border-radius: 6px;
    position: relative;
    z-index: 200;
    margin-top: -56px;
}
.search_top_tit{
    width: 1300px;
    margin: 0 auto;
    padding-top: 80px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.type_tab{
    margin-left: 20px;
}
.type_tab li{
    cursor: pointer;
    padding: 15px 10px;
    background: #e5e5e5;
    margin-right: 10px;
    font-size: 14px;
    color: #000;
    border-radius: 5px 5px 0 0;

}
.search_bar{
    border-radius: 8px;
    overflow: hidden;
    height: 60px;
    width: 100%;
}
.search_bar input[type=text] {
    background: #fff;
    height: 60px;
    padding-left: 20px;
}
.type_tab li.active{
    background: #fff;
    color: #2B3F7E;
}
.search_bar textarea{
    padding: 10px;
    border: none;
    background: #fff;
    width: 100%;
    line-height: 2em;
    border-radius: 8px;
}
.batch_bar{
    height: auto;
    border-radius: 0px;
}
.batch_bar  .search_btn{
    margin-top: 10px;
    border-radius: 8px;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    padding: 0 15px;
}
.operate_area a{
    margin-right: 10px;
}
.search_suffix{
    padding-top: 15px;
}
.result_list li{
    padding: 10px;
    border-bottom: 1px dashed #e5e5e5;
}
.result_box h2{
    margin: 15px 0;
}
.whois_table{
    margin: 0 auto;
    margin-top: 30px;
}
.whois_table td,.whois_table th{
    border: 1px solid #ddd;
}
.whois_table tr td{
    padding: 15px;
    line-height: 1.4em;
}
.whois_table .table-left{
    width: 30%;
}
.whois_table .table-left span{
    color: #989898;
}
@media only screen and (max-width:999px) {
    #search_bar{
        padding-top: 78px;
        padding-bottom: 30px;
        height: auto;
    }
    .search_box{
        margin: 0 10px;
    }
    .seacrch_txt{
        height: 54px;
    }
    .batch_bar  .search_btn{
        width: 120px;
    }
    .search_tit{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .search_drop{
        height: 54px;
        line-height: 34px;
        width: 80px;
        font-size: 14px;
    }
    .checkbox_item{
        width: 25%;
    }
    .search_drop:before {
        top: 8px;
        height: 35px;
    }
    .search_drop:after{
        right: 6px;
    }
    .search_btn{
        height: 54px;
        line-height: 54px;
        font-size: 14px;
    }
    .rec_tit{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    div.swiper-slide{
        width: 180px;
    }
    .rec_suffix_tit .fr{
        display: none;
    }
    .rec_suffix{
        margin-bottom: 35px;
    }
    .help_box a{
        padding: 0 6px;
    }
    .gn_item{
        width: 100%;
        margin-bottom: 20px;
        height: 190px;
        padding: 15px;
    }
    .gn_bar{
        background: #f1f2f6;
        padding-bottom: 20px;
    }
    .suffix_table tr th{
        font-weight: normal;
    }
    .suffix_table tr th, .suffix_table tr td{
        line-height: 2em;
    }
    .suffix_table tr td:first-child{
        width: 30%;
    }
    .suffix_table tr td:first-child a{
        margin: 0 5px 0 10px;
    }
}