
input ::-ms-clear {
    display: none;
}

.hea-nav, .sha-con, .advert, .content .con-bottom .con-bot-next {
    width: 1200px;
    margin: 0 auto;
}

.hea-top {
    padding: 11px 0;
    background: #2f87d4;
    position: relative;
}

.advert {
    text-align: center;
    padding: 0;
}

.advert .ad-left {
    float: none;
    display: inline-block;
}

.hea-logo, .hea-nav-con, .hea-search, .hea-old-enet {
    float: left;
}

.hea-logo {
    margin-right: 65px;
    line-height: 50px;
}

.hea-logo img {
    width: 130px;
}

/*一级导航*/
.nav-first {
    overflow: hidden;
    line-height: 1;
}

/*搜索*/
.hea-search {
    border-radius: 5px;
    margin-top: 6px;
    margin-right: 0px;
    padding: 10px 15px 10px 40px;
    background: #216db2;
    float: right;
}

.hea-search form {
    position: relative;
}

.hea-search input {
    width: 190px;
    float: left;
    display: block;
    font-size: 17px;
    border: none;
    color: #cfe9ff;
    outline: none;
    background: none;
    line-height: 1;
}

.hea-search span.search {
    position: absolute;
    height: 22px;
    width: 28px;
    background: url(../images/common/ss.png) no-repeat center;
    left: -30px;
    top: 0;
}

#search_btn {
    width: 245px;
    background: #fff;
    position: absolute;
    left: -38px;
    top: 32px;
    z-index: 9999;
    display: none;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

#search_btn p {
    width: 100%;
    margin: 5px 5px 0px 5px;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    clear: both;
    font-size: 12px;
    color: #aaa;
    cursor: default;
}

#search_btn ul {
    padding: 0;
    margin: 0;
}

#search_btn li {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-family: 'Tahoma';
    list-style: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 5px;
}

#search_btn .cmail {
    color: #666;
    background: #83cff3;
}

.server360 {
    float: left;
    margin-left: 120px;
    width: 300px;
    line-height: 72px;
    margin: -11px 0px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.server360 a {
    color: #fff;
}

.first-item.server360:hover {
    color: #d0e9ff;
    background: none;
}

.first-item.server360.active {
    color: #d0e9ff;
    background: none;
}
