.s_search{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:90px 0 30px;
}
.s_search a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    padding:0 35px;
    background: #ebeef0;
    border-radius: 10px;
    font-size: 24px;
    color: #333333;
    height: 80px;
    margin-right: 34px;
}
.s_search a:last-child{
    margin-right: 0;
}
.s_search a:hover,.s_search a.on{
    background: #0d4da1;
    color: #fff;
}
.s_search a i{
    width: 34px;
    height: 34px;
    margin-right: 20px;
}
.s_search a:nth-child(1) i{
    background: url(/template/default/images/s_ico1.png) no-repeat center;
    background-size: contain;
}
.s_search a:nth-child(1):hover i,.s_search a:nth-child(1).on i{
    background: url(/template/default/images/s_ico1_h.png) no-repeat center;
    background-size: contain;
}
.s_search a:nth-child(2) i{
    background: url(/template/default/images/s_ico2.png) no-repeat center;
    background-size: contain;
}
.s_search a:nth-child(2):hover i,.s_search a:nth-child(2).on i{
    background: url(/template/default/images/s_ico2_h.png) no-repeat center;
    background-size: contain;
}
.search_child{
    background: #f2f5f7;
    padding:16px 0;
}
.search_child dl{
    width: 594px;
    margin:0 auto 14px;
    display: flex;
    flex-wrap: wrap;
}
.search_child dl:last-child{
    margin:0 auto;
}
.search_child dl dt{
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: "puhui85";
    /*font-weight: bold;*/
    background: #0d4da1;
    border-radius: 6px;
}
.search_child dl dd{
    padding-left: 64px;
    display: flex;
    flex-wrap: wrap;
}
.search_child dl dd a{
    display: block;
    margin-right: 40px;
    line-height: 36px;
    font-size: 16px;
    color: #494a4b;
    position: relative;
}
.search_child dl dd a:last-child{
    margin-right: 0;
}
.search_child dl dd a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:5px;
    width: 0%;
    height: 2px;
    background: #0d4da1;
}
.search_child dl dd a:hover,.search_child dl dd a.active{
    color: #0d4da1;
}
.search_child dl dd a:hover:after,.search_child dl dd a.active:after{
    width: 100%;
}
.search_chose{
    padding:45px 0 38px;
}
.wrap{
    width: 90%;
    max-width: 1310px;
    margin:0 auto;    
}
.search_chose .wrap{
    border:1px solid #e0e0e0;
    border-radius: 10px;
    padding:40px 75px 30px;
}
.form_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.form_cont ul{
    max-width: 49%;
}
.form_cont ul li{
    display: flex;
    align-content: center;
    margin-bottom: 14px;
    /*width: 48%;*/
}
.form_cont ul li:last-child{
    margin-bottom: 0;
}
.form_cont ul li label{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    font-family: "puhui85";
    width: 140px;
    line-height: 1.4;
}
.form_cont ul li label span{
    width: 10px;
    height: 17px;
    border-radius: 5px;
    background: #0d4da1;
    margin-right: 7px;
}

.form_cont ul li label i{
    color: #ff0000;
}
.form_cont ul li .search_chose_c{
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
    margin:0;
}
.form_cont ul li .layui-input-block{
    margin-left:0;
}
.form_cont ul li .search_chose_c span{
    margin:0 8px;
}
.form_cont ul li .search_chose_c font{
    margin:0 8px;
    font-size: 16px;
    color: #808080;
    margin-left: 10px;
}
.form_cont ul:nth-child(1) li label{
    width: 170px;    
}
.form_cont ul:nth-child(1) li .search_chose_c{
    width: calc(100% - 170px);   
}
input.search-input{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee!important;
    border:1px solid #d4d4d4;
    border-radius: 6px;
    padding:0 12px;
    text-align: center;
    /*È¡ÏûÂÖÀª*/
    outline: none;
    font-size: 16px;
    color: #333333;
    height: 30px;
}
.layui-select-title input.layui-input{
    font-size: 14px;
    color: #999;  
    background: #eeeeee!important;
    border:1px solid #d4d4d4;
    width: 120px;
    border-radius: 6px;
}
.form_cont ul li .search_chose_c .layui-form-item .layui-input-inline{
    margin-left: 0;
}
input.search-input:focus {
    border: 1px solid #0d4da1;
}
input.w1{
    width: 98px;
}
input.w2{
    width: 120px;
}
.search_btn{
    width: 168px;
    height: 42px;
    outline: none;
    border:none;
    border-radius: 6px;
    background: #0d4da1;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin:28px auto 0;
    cursor: pointer;
}
.search_btn i{
    margin-right: 22px;
}
.search_result{
    padding:0px 0 125px;
}
.search_result h2.t2{
    margin:0;
}
.search_result h2.t2 span{
    font-size: 26px;
    color: #333333;
    font-family: "pihui85";
    font-weight: bold;
    line-height: 1;
}
.search_result h2.t2 span:before{
    height: 3px;
}
.result_into{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    padding:32px 0;
    text-align: center;
}
.result_cont{
    position: sticky;
    top: 80px;
    left: 0;    
}
.result_table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;   
    max-height: 680px;
}
/*.result_table::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
.result_table table{
    min-width: 100%;
}
.result_table table thead{
    table-layout: fixed;
    border-collapse: separate;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;    
}
.result_table table tr{
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
}
.result_table table tr td{
    border-right:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
    overflow: hidden;
    height: 68px;
    width: 75px;
}
.result_table table tr td:nth-child(1),.result_table table thead th:nth-child(1){
    width: 175px;
}
.result_table table thead th{
    background: #0d4da1;
    color: #fff;
    font-size: 14px;
    height: 80px;
    font-weight: normal;
    border-right:1px solid rgba(255,255,255,.3);
    border-bottom:1px solid rgba(255,255,255,.3);
    width: 75px;
}
.result_table table thead th .layui-table-cell{
    height: 100% !important;
    /*background: #3388ff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.4;
}
.result_table .layui-table-sort{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top:3px;
    margin-left: 0;
}
.result_table .layui-table-sort i{
    position: relative;
    top:0;
    left:0;
    width: 13px;
    height: 13px;
    font-size: 0;
    border:none;
    opacity: .7;
}
.result_table .layui-table-sort i.layui-table-sort-asc{
    background: url(/template/default/images/up.jpg) no-repeat center;
}
.result_table .layui-table-sort i.layui-table-sort-asc:hover{
    background: url(/template/default/images/up_h.png) no-repeat center;
    opacity: 1;
}
.result_table .layui-table-sort i.layui-table-sort-desc{
    background: url(/template/default/images/down.jpg) no-repeat center;
    margin-left: 5px;
}
.result_table .layui-table-sort i.layui-table-sort-desc:hover{
    background: url(/template/default/images/down_h.png) no-repeat center;
    opacity: 1;
}
.result_table table tr td .layui-table-cell {
    padding: 0px 5px!important;
}
.result_table table tr td img {
    max-width: 50px !important;
    max-height: 40px !important;
}
.result_table table tr td .p2{
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    width: 100%;
}
.result_p{
    font-size: 14px;
    color: #666666;
    margin:32px 0 10px;
}
.search_chose2 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search_chose_l{
    width: 40%;
}
.search_chose2 .p1{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    font-family: "puhui85";
    margin-bottom: 10px;
}
.search_chose2 .p1 span {
    width: 10px;
    height: 17px;
    border-radius: 5px;
    background: #0d4da1;
    margin-right: 7px;
}
.search_chose2 .p2{
    font-size: 14px;
    color: #808080;
    font-family: "puhui45";
    padding-left: 18px;
    position: relative;
    margin-top:36px;
    line-height: 1.6;
}
.search_chose2 .p2:before{
    content:'';
    position: absolute;
    top:6px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #0d4da1;
    border-radius: 50%;
}
.search_form1,.search_form2{
    display: flex;
    justify-content: space-between;
    /*border: 1px solid #d4d4d4;*/
}
.search_form1 input.search-input{
    height: 42px;
    width: calc(100% - 161px);
    text-align: left;
    font-size: 14px;
    color: #999999;
}
.search_form1 .search_btn{
    margin:0 0 0 -7px;
}
.search_chose_r{
    width: calc(60% - 67px);   
}
.search_form2 .search_btn{
    margin:0;
}
.search_form2 .layui-form-select{
    width: calc(50% - 92px);
}
.search_form2 input.layui-input{
    height: 42px;   
    width: 100%;
}
.w3{
    width: 100%;
}
@media(max-width:1600px){
    .s_search a{
        width: 240px;
        height:70px;
        padding:0 20px;
        font-size:22px;
    }
    .search_child dl dt{
        width:110px;
        font-size:15px;
    }
    .search_child dl dd a{
        font-size:15px;
    }
    .search_btn{
        width:140px;
        font-size:17px;
    }
    .search_btn i {
        margin-right: 15px;
    }
    .search_form1 input.search-input{
        width:calc(100% - 140px);
    }
    .result_cont{
        top:60px;
    }
}
@media(max-width:1360px){
    .result_table{
        overflow-x:scroll;
    }
    .result_table table{
        width:1200px;
    }
}
@media(max-width:1280px){
    .s_search{
        padding: 75px 0 30px;
    }
    .search_chose .wrap{
        padding:35px 50px 22px;
    }
    .form_cont ul li label{
        width:100px;
    }
    .form_cont ul li .search_chose_c{
        width: calc(100% - 100px);   
    }
    .form_cont ul:nth-child(1) li label{
        width: 140px;    
    }
    .form_cont ul:nth-child(1) li .search_chose_c{
        width: calc(100% - 140px);   
    }
}
@media(max-width:1024px){
    .s_search a{
        width:auto;
        font-size:20px;
        height:60px;
    }
    .search_chose .wrap {
        padding: 30px 35px;
    }
    .form_cont ul li label{
        width:80px;
    }
    .form_cont ul li .search_chose_c{
        width: calc(100% - 80px);   
    }
    .form_cont ul:nth-child(1) li label{
        width: 110px;    
    }
    .form_cont ul:nth-child(1) li .search_chose_c{
        width: calc(100% - 110px);   
    }
    .search_chose2 .p2{
        margin-top:20px;
    }
    .search_chose {
        padding: 15px 0 55px;
    }
    .search_chose_l{
        width:100%;
    }
    .search_chose_r{
        width:100%;
        margin-top:20px;
    }
    .result_cont{
        top:50px;
    }
}
@media(max-width:880px){
    .result_cont{
        top:40px;
    }
}
@media(max-width:820px){
    .search_result{
        padding:0 0 90px;
    }
    .s_search{
        padding: 55px 0 30px;
    }
    .search_child dl{
        width:400px;
    }
    .s_search a {
        font-size: 18px;
        height: 50px;
        margin-right:25px;
    }
    .s_search a i{
        width:25px;
        height:25px;
        margin-right:15px;
    }
    .search_chose .wrap {
        padding: 30px 30px;
    }
    .form_cont ul li label{
        width:60px;
    }
    .form_cont ul li .search_chose_c{
        width: calc(100% - 60px);   
    }
    .form_cont ul:nth-child(1) li label{
        width: 95px;    
    }
    .form_cont ul:nth-child(1) li .search_chose_c{
        width: calc(100% - 95px);   
    }
    input.w1{
        width:80px;
    }
    .search_chose2 {
        padding: 0px 0 45px;
    }
    .form_cont ul li label span{
        width:8px;
    }
}
@media(max-width:640px){
    .search_result{
        padding:0 0 50px;
    }
    .s_search{
        padding: 35px 0 25px;
    }  
    .s_search a {
        font-size: 16px;
        margin-right: 20px;
    }
    .s_search a i {
        width: 22px;
        height: 22px;
        margin-right: 12px;
    }
    .search_child dl{
        width:100%;
        padding:0 35px;
    }
    .search_child dl dd{
        padding-left:30px;
    }
    .search_child dl dd a{
        margin-right:30px;
    }
    .search_chose {
        padding: 35px 0 50px;
    }
    .search_chose .wrap{
        padding:25px 20px;
    }
    .form_cont ul{
        max-width:100%;
    }
    .form_cont ul:nth-child(2){
        margin-top:15px;
    }
    .form_cont ul li label,.form_cont ul:nth-child(1) li label{
        width:90px;
        font-size:15px;
    }
    input.search-input,.layui-form-radio *{
        font-size:15px!important;
    }
    .form_cont ul li .search_chose_c,.form_cont ul:nth-child(1) li .search_chose_c{
        width:calc(100% - 90px);
    }
    .form_cont ul li .search_chose_c font{
        font-size:14px;
    }
    .search_btn {
        width: 100px;
        margin: 35px auto 0;
        font-size: 16px;
    }
    .search_result h2.t2{
        line-height:1;
    }
    .result_into{
        font-size: 13px;
        padding: 22px 0;
    }
    .search_chose2{
        padding:0 0 35px;
    }
    .search_form1 input.search-input {
        width: calc(100% - 93px);
    }
    .search_form2 .layui-form-select {
        width: calc(50% - 60px);
    }
    .search_result h2.t2 span{
        font-size:22px;
    }
    .form_cont ul li label span{
        width:6px;
        height:15px;
    }
    .result_table{
        max-height:480px;
    }
}
<!--ºÄÊ±1753933712.3467Ãë-->