﻿@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-01-27 14:54:23
 * @version $Id$
 */


/*=== reset??????????????? ===*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-size: 100%;
}






ul {
    list-style: none;
}










/*== ???????????? ==*/

#leftsead {
    width: 57px;
    height: 224px;
    position: fixed;
    top: 50%;
    margin-top: -112px;
    right: 0px;
    z-index: 100;
}

#leftsead li {
    width: 57px;
    height: 54px;
    margin-top: 2px;
    position: relative;
}

#leftsead li:first-child {
    margin-top: 0;
}

#leftsead li img {
    display: block;
}

#leftsead li .shows,
#leftsead li .hides {
    display: block;
    cursor: pointer;
}

#leftsead li .hides a.top,
#leftsead li .hides a.bottom {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 45px;
    text-indent: -999em;
    overflow: hidden;
}

#leftsead li .hides a.bottom {
    top: 45px;
}

#leftsead li.business .hides,
#leftsead li.alliance .hides,
#leftsead li.weixin .hides {
    display: none;
    position: absolute;
    right: 57px;
    top: 0px;
}


