/*new right*/
.tgbutton-right {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999;
}

.tgbutton-right-meau {
    position: relative;
}

.tgbutton-right-btn {
    width: 75px;
    height: 75px;
    text-align: center;
    display: block;
    margin-bottom: 2px;
    position: relative;
    background: #666666 url(../images/r_top.png) 0px 0px no-repeat;
}

.tgbutton-right-btn span {
    color: #848484;
}

.tgbutton-right-btn sup {
    display: block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #ff6800;
    position: absolute;
    left: -12px;
    top: -12px;
}

.tgbutton-right-btn p {
    color: #ff6800;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    display: none;
}


.tgbutton-right-meau:hover .tgbutton-right-btn p {
    display: block;
}

.meau-car .tgbutton-right-btn {
    border-color: #ff6800;
    margin-bottom: 20px;
}

.meau-car.tgbutton-right-meau:hover .tgbutton-right-btn {
    background: #1a8ad5;
}

.meau-car.tgbutton-right-meau:hover .tgbutton-right-btn span {
    color: #fff;
    display: block;
}

.meau-car .tgbutton-right-btn span {
    color: #ff6800;
}

.meau-sev .tgbutton-right-btn {
    background: #2481cc;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #017AB1, #01ABE6);
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.meau-sev .tgbutton-right-btn p {
    color: #fff
}

.meau-sev .tgbutton-right-btn span {
    color: #fff
}

.meau-top .tgbutton-right-btn span {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    display: block
}

.meau-top .tgbutton-right-btn i {
    display: block;
    color: #999
}

.meau-top.tgbutton-right-meau:hover .tgbutton-right-btn {
    background-color: #868484;
}

.meau-top.tgbutton-right-meau:hover .tgbutton-right-btn span {
    display: block;
    color: #fff
}

.meau-top.tgbutton-right-meau:hover .tgbutton-right-btn i {
    color: #fff;
}

.tgbutton-right-box {
    position: absolute;
    top: -15px;
    right: 65px;
    padding-right: 25px;
    display: none;
}

.tgbutton-right-box .box-border {
    border: 1px solid #ccc;
    border-top: 4px solid #6da9de;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative;
    overflow: hidden;
}

.tgbutton-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(/2014images/qq/arrow.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 26px;
}

.tgbutton-right-box .box-border .sev-t span {
    font-size: 42px;
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 20px;
    color: #6da9de;
}

.tgbutton-right-box .box-border .sev-t p {
    float: left;
    color: #117cd4;
    font-size: 24px;
    line-height: 28px;
}

.tgbutton-right-box .box-border .sev-t p i {
    display: block;
    font-size: 14px;
    color: #aaa;
}

.tgbutton-right-box .box-border .sev-b {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e4e4e4;
}

.tgbutton-right-box .box-border .sev-b h4 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
}

.tgbutton-right-box .box-border .sev-b li {
    float: left;
    width: 50%;
}

.tgbutton-right-box .box-border .sev-b li a {
    color: #999;
    font-size: 12px;
    line-height: 36px;
    text-align: left;
    padding-left: 6px;
}

.tgbutton-right-box .box-border .sev-b li a .zixunIcon {
    background: url(../images/kf.svg) no-repeat left 0;
    width: 37px;
    height: 29px;
    display: inline-block;
}

.tgbutton-right-box .box-border .sev-b li a:hover {
    color: #ff6800
}

.meau-sev .tgbutton-right-box .box-border {
    width: 320px;
}

.meau-contact .tgbutton-right-box .box-border {
    width: 230px;
}

.tgbutton-right-meau:hover .tgbutton-right-box {
    display: block
}

.meau-code .tgbutton-right-box {
    top: inherit;
    bottom: -35px;
}

.meau-code .tgbutton-right-box .box-border {
    width: 156px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.meau-code .tgbutton-right-box .box-border i {
    display: block;
    color: #f66e06;
    font-size: 16px;
    line-height: 16px;
}

.meau-code .tgbutton-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}

.meau-sev .tgbutton-right-btn .demo-icon img {width: 40px;}

.meau-sev:hover .tgbutton-right-btn {
    background: #188ae7;
}

.meau-zs .tgbutton-right-btn {
    background-color: #ff6800;
    color: #fff;
    margin-top: 80px;
    border-color: #ff6800
}

.meau-zs .tgbutton-right-btn span {
    color: #fff
}

.meau-zs .tgbutton-right-btn p {
    color: #fff
}


ul#zixunUl {
    padding-left: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

.tgbutton-right-box .box-border .sev-t span img {
    height: 56px;
}


@media (max-width: 768px){
    .tgbutton-right-box {
    right: 60px;
}

.meau-sev .tgbutton-right-box .box-border {
    width: 280px;
}
}

