#leftsead {
    /* width: 161px; */
    height: 290px;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 10000;
}

*html #leftsead {
    margin-top: 258px;
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
}

#leftsead li {
    /* width: 161px; */
    height: 50px;
}

#leftsead li img {
    float: right;
}

#leftsead li a {
    height: 49px;
    float: right;
    display: block;
    min-width: 47px;
    max-width: 161px;
}

#leftsead li a .shows {
    display: block;
}

#leftsead li a .hides {
    cursor: pointer;
    cursor: hand;
}

#leftsead li a.youhui .hides {
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
}

#leftsead li a.youhui .2wm {
    display: none;
    position: absolute;
    right: 143px;
}

#p2 {
    width: 200px;
    background-color: #0286d0;
    height: 47px;
    margin-left: -88px;
    border: 1px solid #0286d0;
    line-height: 47px;
    float: left;
}

#p3 {
    width: 112px;
    background-color: #0286d0;
    height: 47px;
    margin-left: 47px;
    border: 1px solid #0286d0;
    text-align: center;
    line-height: 47px;
    float: left;
}

#p1 {
    width: 47px;
    height: 49px;
    float: right
}

.input3 {
    width: 140px;
    height: 30px;
    outline: 0;
    border: 0;
    font: 16px/30px "微软雅黑";
    color: #fff;
    background-color: #0286d0
}
@media(max-width:1023px){
    #leftsead{
        display: none;
    }
}