/* Í·²¿ÑùÊ½ */
.index-icon, .b-title h2:before, .index-phb li i, .searchWords a.hot:before, .zjbb-contBox .tabs dd.on, .s-wzxx:before, .heji-list li .hjxx span.hjs:before, .info-cont .infoRignt em:before{
    background: url(https://secure.mydown.com/TLimages2023/618xz/images/icon.png) no-repeat;
}
.main-layout {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}

.header .logo {
    margin-top: 15px;
    float: left;
}

.header .searchBox {
    float: right;
}

.header .searchBox .serach {
    margin-top: 25px;
    width: 420px;
    height: 38px;
    border: #15a8ff solid 1px;
    border-right: 0;
    background: #fff;
    border-radius: 38px;
    float: left;
}

.header .searchBox .serach .index-icon {
    width: 17px;
    height: 18px;
    margin: 10px 3px 0 20px;
    background-position: -189px 0;
    float: left;
}

.header .searchBox .serach .txt {
    width: 280px;
    height: 38px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    float: left;
}

.header .searchBox .serach .btn {
    width: 80px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background-image: linear-gradient(to right, #0db7fe 60%, #368fff);
    border-radius: 0 38px 38px 0;
    float: right;
    cursor: pointer;
}

.header .searchBox .searchWords {
    margin-left: 40px;
    float: right;
}

.header .searchBox .searchWords a {
    min-width: 50px;
    padding: 0 15px;
    margin: 0 10px;
    font-size: 14px;
    color: #696969;
    line-height: 34px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 34px;
    display: inline-block;
}

.header .searchBox .searchWords a.hot {
    color: #ff6f37;
    background: #fff2ed;
}

.header .searchBox .searchWords a.hot:before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-position: -198px -26px;
    display: inline-block;
    vertical-align: middle;
}

::placeholder {
    color: #b6b6b6;
}

.headNav {
    width: 100%;
    height: 45px;
    background: #121212;
    float: left;
}

.headNav ul {
    display: flex;
    align-items: center;
}

.headNav li {
    padding: 0 40px;
    margin: 0 10px 0 10px;
    font-size: 18px;
    color: #f5f5f5;
    line-height: 45px;
    text-align: center;
    float: left;
}

.headNav li.active,
.headNav li:hover {
    background: #474747;
}

.headNav li a {
    color: #f5f5f5;
}

.headNav li.active a {
    color: #fff;
}