#floatRight {
    display: none;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    margin: -247px 0 0 0;
    width: 68px;
    height: 494px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#floatRight .floatRight-item {
    position: relative;
    width: 68px;
    height: 68px;
    margin: 0 0 3px 0;
}

#floatRight a {
    display: block;
    height: 65px;
    padding: 3px 0 0 0;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: #0498a3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#floatRight a:hover {
    width: 78px;
    margin-left: -10px;
    background: #29d6e3;
}

#floatRight a.fhlink {
    background: #0498a3;
    margin-bottom: 0;
}

#floatRight a.fhlink:hover {
    background: #29d6e3;
}

#floatRight a.smlink:hover {
    width: 68px;
    margin-left: 0;
}

#floatRight .link-sub {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    font-style: normal;
}

#floatRight .link-sub span {
    position: absolute;
    top: 5px;
    right: -8px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background: #d40028;
    border-radius: 50%;
}

#floatRight .swtlink .link-sub {
    background: url(../../../swt/images/swtlink.png);
}

#floatRight .yhlink .link-sub {
    background: url(../../../swt/images/yhlink.png);
}

#floatRight .fylink .link-sub {
    background: url(../../../swt/images/fylink.png);
}

#floatRight .zzlink .link-sub {
    background: url(../../../swt/images/zzlink.png);
}

#floatRight .jzlink .link-sub {
    background: url(../../../swt/images/jzlink.png);
}

#floatRight .yblink .link-sub {
    background: url(../../../swt/images/yblink.png);
}

#floatRight .smlink .link-sub {
    background: url(../../../swt/images/smlink.png);
}

#floatRight .fqlink .link-sub {
    background: url(../../../swt/images/fqlink.png);
}

#floatRight .fhlink .link-sub {
    background: url(../../../swt/images/hflink.png);
}

#floatRight .lxlink .link-sub {
    background: url(../../../swt/images/lxlink.png);
}

#floatRight .smcode {
    position: absolute;
    right: 68px;
    top: 0;
    width: 0;
    height: 210px;
    overflow: hidden;
    opacity: 0;
}

#floatRight .smcode img {
    display: block;
    width: 210px;
    height: 210px;
}

#floatRight .lx-jigou {
    position: absolute;
    right: 68px;
    top: -71px;
    width: 0px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

#floatRight .lx-jigou ul {
    width: 208px;
    padding: 2px 9px 1px 9px;
    overflow: hidden;
    border: 1px solid #0498a3;
}

#floatRight .lx-jigou li {
    padding: 7px 0 0 0;
}

#floatRight .lx-jigou li a {
    display: inline;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 28px;
    color: #666;
    background: none;
}

#floatRight .lx-jigou li a:hover {
    margin: 0;
    background: none;
}

#floatRight .lx-jigou img {
    display: block;
    width: 102px;
    height: 67px;
}

.xfbd_con {
    width: 240px;
    height: 698px;
    position: fixed;
    left: 0;
    opacity: 0;
    top: 45%;
    margin-top: -315px;
    -webkit-transform: translate3d(-199px, 0, 0);
    -moz-transform: translate3d(-199px, 0, 0);
    transform: translate3d(-199px, 0, 0);
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: boder-box;
}

.xfbd_con .left_swt_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.transitionHD {
    -moz-transition: all .8s ease-in 0s;
    -webkit-transition: all .8s ease-in 0s;
    transition: all .8s ease-in 0s;
}

.xfbd_con.fadeInLeft {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.xfbd_con .left_swt_close {
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 16px;
    font-size: 14px;
    border: 1px solid #9B0E11;
    text-align: center;
    color: #9B0E11;
}