.main-im {
    height: 272px;
    position: fixed;
    right: 10px;
    top: 170px;
    width: 110px;
    z-index: 100;
}
.main-im .qq-a {
    color: #0484cd;
    display: block;
    font-size: 14px;
    height: 90px;
    position: relative;
    text-align: center;
    width: 106px;
}
.main-im .qq-a span {
    bottom: 5px;
    left: 10px;
    position: absolute;
    width: 90px;
}
.main-im .qq-hover-c {
    border-radius: 35px;
    height: 70px;
    left: 18px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 70px;
    z-index: 9;
}
.main-im .qq-container {
    background: rgba(0, 0, 0, 0) url("../images/qq-icon-bg.png") no-repeat scroll center 8px;
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    width: 109px;
    z-index: 99;
}
.main-im .img-qq {
    display: block;
    left: 6px;
    max-width: 60px;
    position: absolute;
    top: 3px;
    transition: all 0.5s ease 0s;
}
.main-im .im-qq:hover .img-qq {
    left: 1px;
    max-width: 70px;
    position: absolute;
    top: 8px;
}
.main-im .im_main {
    background: #f9fafb none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 10px;
    display: none;
}
.main-im .im_main .im-tel {
    border-bottom: 1px solid #dddddd;
    clear: both;
    color: #000000;
    padding: 15px 0;
    text-align: center;
    width: 109px;
}
.main-im .im_main .im-tel div {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}
.main-im .im_main .im-tel .tel-num {
    color: #e66d15;
    font-family: Arial;
    font-weight: bold;
}
.main-im .im_main .im-tel:hover {
    background: #fafafa none repeat scroll 0 0;
}
.main-im .im_main .weixing-container {
    background: rgba(0, 0, 0, 0) url("../images/weixing-icon.png") no-repeat scroll center center;
    border-bottom-left-radius: 10px;
    border-right: 1px solid #dddddd;
    float: left;
    height: 47px;
    width: 55px;
}
.main-im .im_main .weixing-show {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 10px;
    height: 172px;
    left: -125px;
    position: absolute;
    top: -126px;
    width: 112px;
}
.main-im .im_main .weixing-show .weixing-sanjiao {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 6px;
    height: 0;
    left: 112px;
    position: absolute;
    top: 134px;
    width: 0;
    z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big {
    border-color: transparent transparent transparent #dddddd;
    border-style: solid;
    border-width: 8px;
    height: 0;
    left: 112px;
    position: absolute;
    top: 132px;
    width: 0;
}
.main-im .im_main .weixing-show .weixing-ma {
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
    width: 104px;
}
.main-im .im_main .weixing-show .weixing-txt {
    left: 7px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 110px;
    width: 100px;
}
.main-im .im_main .go-top {
    background: rgba(0, 0, 0, 0) url("../images/toTop-icon.png") no-repeat scroll center center;
    border-bottom-right-radius: 10px;
    float: right;
    height: 47px;
    width: 50px;
}
.main-im .im_main .go-top a {
    display: block;
    height: 47px;
    width: 52px;
}
.main-im .close-im {
    height: 24px;
    position: absolute;
    right: 10px;
    top: -12px;
    width: 24px;
    z-index: 100;
}
.main-im .close-im a {
    background: rgba(0, 0, 0, 0) url("../images/close_im.png") no-repeat scroll left top;
    display: block;
    height: 24px;
    width: 24px;
}
.main-im .close-im a:hover {
    text-decoration: none;
}
.main-im .open-im {
    background: rgba(0, 0, 0, 0) url("../images/open_im.png") no-repeat scroll left top;
    cursor: pointer;
    height: 133px;
    margin-left: 68px;
    width: 40px;
}
.qqlist {
    border-bottom: 1px solid #ddd;
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
}
.qqlist ul {
    text-align: center;
}
.qqlist ul a li {
    color: #05503b;
    font-size: 14px;
    text-align: center;
    width: 109px;
}