﻿
/*侧边栏*/
ul, ol, li {
    list-style: none;
}
.suspend {
    position: fixed;
    top: 35%;
    z-index: 999;
    right: 15px
}
.sus_wrapper {
    position: relative;
    height: 48px;
    margin-bottom: 10px;
    cursor: pointer
}
.sus_wrapper .showEwm,.sus_wrapper .showDownload,.sus_wrapper .uptotop {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: #00ade7;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0
}
.sus_wrapper div,.sus_wrapper div:hover {
    background: #318ccd
}
.sus_top {
    display: none
}
.uptotop div {
    border-radius: 32px;
    display: none
}
.uptotop p {
    line-height: 48px;
    text-indent: 16px
}
.showDownload p {
    line-height: 24px;
    margin: 0
}
.showEwm div,.showDownload div {
    width: 130px;
    border-radius: 4px;
    display: none
}
.showEwm p,.showDownload p {
    font-size: 16px;
    padding: 10px 0 10px 10px
}
.showEwm p.downline,.showDownload p.downline {
    border-bottom: 1px dashed #5aa3d7
}
.showEwm p img,.showDownload p img {
    width: 102px;
    height: 102px;
    border: 3px solid #fff;
    display: block;
    margin-bottom: 5px
}
.showEwm p span,.showDownload p span {
    line-height: 22px
}
.showEwm p span.xinlang {
    background: url(../img/index/sprite.png) -1012px -259px no-repeat;
    padding-left: 33px;
    height: 20px;
    line-height: 20px;
    display: block
}
.showEwm p .addxl {
    background: url(../img/index/sprite.png) -459px 0 no-repeat;
    width: 58px;
    height: 24px;
    text-indent: -9999px;
    display: block;
    margin: 8px 0 0 26px
}
.sus_wrapper div i {
    background: url(../img/index/fixicon.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px
}
.sus_wrapper .uptotop i {
    background-position: 0 -48px
}
.sus_wrapper .showDownload i {
    background-position: 0 0px
}
.sus_wrapper .showEwm i {
    background-position: 0 -25px
}
.dots {
    margin-right: 14px;
    padding-top: 26px
}
.dots li {
    margin-bottom: 8px;
    background: url(../img/index/dots.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.dots li.on {
    background-position: 0 -18px
}
.dots i {
    display: block;
    text-indent: -9999px;
}
.square .dots {
    margin: 0;
    padding: 0;
    margin-bottom: 26px
}
.square .dots li {
    margin: 0;
    width: 104px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #009acd;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in
}
.square .dots li.on,.square .dots li:hover {
    background: #00b6f3
}

.square .sus_wrapper {
    margin-right: 28px
}
/*侧边栏*/

/*footer*/
.footer {
    position: absolute;
    /*bottom: 0px;*/
    left: 0px;
    width: 100%;
    height: 30px;
    background-color: #F5F6F9;
    z-index: 99;
}
.ownership {
    text-align: center;
    height: 30px;
    line-height: 30px;
}
/*footer*/


