* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

.find_nav {
    width: 100%;
    height: 45px;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #ddd;
    display: -moz-box;
    display: -webkit-box;
    display: box
}

.find_nav_left {
    height: 46px;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1
}

.find_nav_list {
    position: absolute;
    left: 0
}

.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0
}

.find_nav_list ul li {
    display: inline-block;
    padding: 0 13px
}

.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    color: #666
}

.find_nav_cur a {
    color: #024f7c !important
}

.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: #024f7c;
    left: 0;
    top: 43px;
    pointer-events: none
}

.search_logo {
    display: block;
    width: 44px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #024f7c
}

.type_ad1 {
    height: 100px;
    width: 100%;
    margin-bottom: 2%;
    position: fixed;
    z-index: 99;
    background-color: #fff
}

foot_ad1 {
    text-align: center;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    z-index: 99;
    background-color: #fff
}

.foottitle {
    width: 93%;
    position: relative;
    margin-left: 3%;
    margin-bottom: 2%
}

.foottitle h4 {
    color: #444;
    line-height: 180%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 120%;
    padding-left: 7px;
    width: 70%
}

.backdiv {
    float: left;
    height: 100%;
    display: inline-block
}

.typeback-img {
    height: 30px;
    padding: 8px 4px 0 0
}