/*右侧悬停*/
.fixed-right{position: fixed; right: 0; top: 40%; transform: translateY(0%); -webkit-transform: translateY(0%); z-index: 999;right: 12px;/* display: none;*/}
.fixed-right li{width: 50px; color: #304DD9; padding: 16px; border: 0px solid #e5e5e5; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background-color: #fff; cursor: pointer; position: relative;box-shadow: 2px 3px 6px rgba(0, 32, 185, 0.62);}
.fixed-right li+li{border-top: transparent;}
.fixed-right li .iconfont{color: #999;}
.fixed-right li .icon-qq{font-size: 30px;}
.fixed-right li .icon-weixin1{font-size: 25px;}
.fixed-right li .icon-go-top{font-size: 36px;}
.fixed-right li .wechat{background: url("../img/img-15.png") no-repeat; width: 146px; height: 135px; position: absolute; top: -18px; right: calc(100% + 10px); padding: 10px 0 0 10px; z-index: 1000; display: none; transition: all 600ms;}
.fixed-right li:hover .wechat{display: block;}
.fixed-right li:hover .iconfont{color: #303659;}
.fixed-right li.qiye .hover-hidden{display: block;}
.fixed-right li.qiye .hover-show{display: none;}
.fixed-right li.qiye:hover .hover-hidden{display: none;}
.fixed-right li.qiye:hover .hover-show{display: block;}

.fixed-right-guest-wrap{ display: none; position: absolute; left:  -220px; top: -70%; width: 220px;}
.fixed-right-guest{ width: 200px;  background-color: #FFF; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.fixed-right-guest:after{
    position: absolute;
    content: '';
    right: 8px;
    top: 42%;
    border-left: 12px solid #FFF;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
}
.fixed-right li.guest:hover .fixed-right-guest-wrap{ display: block;}

.fixed-right li .wechat img{width: 115px; height: 115px;}
.fixed-right-guest .wx_qrcode{width: 100px; height: 100px; margin-top: 10px; }
.fixed-right-guest .item{ padding: 15px 20px;} 
.fixed-right-guest .item:hover{background-color: #e6edf8;}
.fixed-right-guest .text {margin-left: 10px;}
.fixed-right-guest .text .title{font-size: 16px; color: #303659; line-height: 1; margin-bottom: 3px; }
.fixed-right-guest .text .s-title{font-size: 12px; color:#999;}
.fixed-right .go-top{display: none;}
/*/右侧悬停*/