/*右侧提示信息*/
#server{
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    box-shadow: -2px -2px 50px #e8e8e8;
    background: #ffffff;
}
.mouseOver{
    height: 70px;
    width: 65px;
    text-align: center;
}
.mouseOver .imgBg{
    height: 48px;
}
.position{
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.server .hover{
    position: absolute;
    background: #fff;
    display: none;
    padding: 15px;
    border: 1px solid #eae2e2;
    right: 80px;
    text-align: center;
}
.hover .arrow{
    width: 20px;
    height: 20px;
    background: url("/static/images/bimke_image/home/arrow2.png") no-repeat center;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -10px;
}

.hover div{
    font-size: 12px ;
    color: #CCCCCC;
}
.mouseOver{
    font-size: 12px;
}
.mouseOver:hover{
    background: #ff8000;
    color: #FFFFFF !important;
}
.position:nth-of-type(1) .mouseOver .imgBg{
    background: url("/static/images/bimke_image/home/wechat.png") no-repeat center;
}
.position:nth-of-type(1) .mouseOver:hover .imgBg{
    background: #ff8000 url("/static/images/bimke_image/home/wechat_over.png") no-repeat center;
}

.position:nth-of-type(2) .mouseOver .imgBg{
    background: url("/static/images/bimke_image/home/QQ.png") no-repeat center;
}
.position:nth-of-type(2) .mouseOver:hover .imgBg{
    background: #ff8000 url("/static/images/bimke_image/home/QQ_over.png") no-repeat center;
}

.position:nth-of-type(3) .mouseOver .imgBg{
    background: url("/static/images/bimke_image/home/dianhua.png") no-repeat center;
}
.position:nth-of-type(3) .mouseOver:hover .imgBg{
    background: #ff8000 url("/static/images/bimke_image/home/dianhua_over.png") no-repeat center;
}
.position:nth-of-type(4) .mouseOver .imgBg{
    background: url("/static/images/bimke_image/home/yijian.png") no-repeat center;
}
.position:nth-of-type(4) .mouseOver:hover .imgBg{
    background: #ff8000 url("/static/images/bimke_image/home/yijian_over.png") no-repeat center;
}
.position:nth-of-type(5) .mouseOver .imgBg{
    background: url("/static/images/bimke_image/home/toTop.png") no-repeat bottom;
}
.position:nth-of-type(5) .mouseOver:hover .imgBg{
    background: #ff8000 url("/static/images/bimke_image/home/toTop_over.png") no-repeat bottom;
}
.position:nth-of-type(1):hover .hover,.position:nth-of-type(2):hover .hover,.position:nth-of-type(3):hover .hover,.position:nth-of-type(4):hover .hover{
    display: block;
}
.menuNav{
    height: 80px;
    line-height: 8px;
    margin-top: unset;
    background-color:unset;
    color: unset;
    min-width: unset;
    width: auto;
    z-index: unset;
    position: unset;
}
.menuNav li{
    height: 44px;
    line-height: 74px;
    float: left;
    margin: 0 17px;
    padding-bottom: 14px;
    font-size: 16px;
}
.menuNav li a{
    line-height: 26px;
}
.menuNav ul a:last-child li{
    margin-right: 0;
}
.menuNav li:hover{
    color: #ff8000;
}
.menuNav a:last-child li{
    margin-right: 0;
}
.menuNav a .active{
    color: #ff8000;
    border-bottom: 3px solid #ff8000;
    font-weight: bold;
}
.fr{
    float: right;
}
.dropdown-menu{
    right: 212px;
    left: auto;
    top: 55px;
    padding:0;
    text-align: center;
    border-radius:0;
    min-width: 120px;
}
.dropdown-menu li{
    float: none;
    height: auto;
    padding: 0;
    margin:0;
}
.dropdown-menu li a:hover{
    background-color: #ff8000;
    background-image: none;
}
.top a:hover{
    color: #ff8000;
}
.top .e-mail{
    margin-right: 10px;
    position: relative;
    cursor:pointer;
}
.top .e-mail img{
    margin-top: -2px;
}
.top .e-mail em{
    min-width: 14px;
    height: 14px;
    box-sizing: border-box;
    background: red;
    position: absolute;
    right:-10px;
    padding:0 3px;
    top:-7px;
    color:#fff;
    border-radius:7px;
    color:#fff;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    font-style: normal;
}