html, body {
    background: url("../pic/banner.jpg");
    background-repeat: no-repeat;
    background-color: #f2e2dc;
    background-position: center top 35px;
}
html, body ,li,ul,p,img{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*{
    font-size: 12px;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
li {
    list-style-type: none;
}
.top{
    height: 35px;
    background-color: #2d2d2d;
}
.top_box{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    line-height: 35px;
}
.top_menu{
    position: absolute;
    top: 0;
    right: 0;
}
.top_tip{
    font-size: 16px;
    line-height: 35px;
}
.top_tip a{
    font-size: 16px;
    color: #ffffff;
}
.top_menu a{
    color: #ffffff;
    text-decoration:none;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    padding-left: 15px;
    padding-right:15px;
}
.top_menu a:hover{
    background-color: #f96900;
    transition: 0.5s;
}
.menu{
    height: 55px;
    width: 1300px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 274px;
    box-shadow: 0px 0px 7px 0px #a4a4a4;
}
.menu li{
    float: left;
    width: 14.2%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
}
.menu  li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #ddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu li a{
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.menu li a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    transition: 0.5s;
}
.menu li.active a, .menu li:hover a {
    color: #f96900 !important;
}
.menu li.active a::after, .menu li:hover a::after {
    background: #f96900;
}

.tong_zhi{
    width: 1300px;
    height: 48px;
    margin: 0 auto;
    background: url("../pic/tong_zhi.jpg");
    border-bottom: 1px solid #e4e4e4;
}
.box{
    width: 1300px;
    margin: 0 auto;
    box-shadow: 0px 0px 7px 0px #a4a4a4;
}
.index_search{
    height: 214px;
    width: 1300px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
}
.index_search_title{
    color: #da0000;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-top: 16px;
}
.index_search_box{
    width: 880px;
    margin: 0 auto;
    margin-top: 18px;
}
.search_btn{
    width: 120px;
    height: 48px;
    background-color: #f96900;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    float: left;
    cursor: pointer;
}
.search_key{
    width: 370px;
    height: 44px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 44px;
    border: 1px solid #dadada;
    color: #999999;
    outline: none;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.search_select{
    height: 48px;
    background-color: #ffffff;
    line-height:  48px;
    border: 1px solid #dadada;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    font-size: inherit;
    outline: 0;
    margin-right: 5px;
}
.index_search_tip{
    margin-top: 33px;
    margin-left: 97px;
}
.index_search_tip_hot{
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    color: #f96900;
    line-height: 35px;
}
.index_search_tip_item li{
    float: left;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    background-color: #f6f6f6;
    margin-right: 20px;
    color: #666666;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 2px;
    cursor: pointer;
}
.index_search_tip_item .active{
    background-color: #f96900;
    color: #ffffff;
}
.index_search_tip_item a{ text-decoration: none; color: #666666;}
.index_search_tip_item li:hover,.index_search_tip_item li:hover a{
    background-color: #f96900;
    color: #ffffff;
}
.site_box1{
    width: 1300px;
    margin: 0 auto;
}
.site_box{
    width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
}
.site_box table,.site_box1 table{
    width:100%;border-collapse:collapse;table-layout:fixed
}
.site_box th,.site_box td,.site_box1 th,.site_box1 td{
    border: solid 1px var(--test-border-color,#dddddd);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.site_box td {
    color: #ff0000;
}
.filter_box table{
    width:100%;border-collapse:collapse;table-layout:fixed
}
.filter_box th,.filter_box td{
    border: solid 1px var(--test-border-color,#565656);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filter_box th{
    background-color: #ff6600;
    color: #ffffff;
}
.filter_box td a{
    color: #000000;
    text-decoration: none;
}
.filter_box td .Redbtn{
    background-color: #f96900;
    padding: 8px 30px;
    border-radius: 15px;
    color: #ffffff;
}
.main_box{
    width: 1280px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 10px 10px 0 10px;
}
.banner_ad{
    line-height: 0px;
}
.banner_ad img{
    width: 100%;
    line-height: 0px;
}
.footer{
    text-align: center;
    font-size: 14px;
    padding: 30px;
    line-height: 22px;
}

.fenxi_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fenxi_box_item{
    flex: 0 0 24%;
    padding: 5px;
}
.fenxi_box_item_title{
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: 1px solid #bb9473;
    background: url("../pic/fenxi_nav_bg.jpg");
    border-bottom: none;
    color:#924912;
}
.line_h{
    height: 10px;
}

.search_key_result{
    background-color: #fff2de;
    display: inline-block;
    margin-top: 20px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}
.search_key_result span{
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
}
.loading{
    text-align: center;
    line-height: 35px;
}
.go_top{
    position: fixed;
    right: 100px;
    bottom: 100px;
    width: 70px;
    height: 72px;
    background: url("../pic/go_top.jpg");
    cursor: pointer;
}
#search_banben{
    display: none;
}
iframe {
    overflow: hidden;
    overflow-y: hidden;
}