/*================右边============*/
@font-face {
    font-family: "myfont2";
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.float1{
    float: right;
}
.rightBox{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 33px;
    background-color: #141a25;
    text-align: center;
    clear: both;
    cursor: pointer;
}

.rightBox2{
    bottom: 130px;
}
.rightBox2:hover:before{
    content: "请拨 021-51082351";
    width: 150px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    display: block;
    position: fixed;
    right: 90px;
    background-color: #141a25;
    border-radius: 5px;
}
.rightBox2:hover:after{
    content: "\25B6";
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    color: #141a25;
    position:absolute;
    right: 47px;
}
.rightBar{
    width:140px;
    position:fixed;
    right:50px;
    bottom: 50px;
    z-index: 500;
    color: white;
}
.myfont5{
    font-family: "myfont2"; !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: 40px;
}
.rightBar .myTop{
    visibility: hidden;
}
.toTop{
    width: 40px;
    height: 0;
    position: fixed;
    right: 33px;
    background-color: #141a25;
    text-align: center;
    clear: both;
    cursor: pointer;
}
.toTop:hover:before{
    content: "返回顶部";
    width: 80px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    display: block;
    position: fixed;
    right: 90px;
    background-color: #141a25;
    border-radius: 5px;
}
.toTop:hover:after{
    content: "\25B6";
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    color: #141a25;
    position:absolute;
    right: 47px;

}
#kf5-support-btn:hover:before{
    content: "在线咨询";
    width: 80px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    display: block;
    position: fixed;
    right: 90px;
    background-color: #141a25;
    border-radius: 5px;
}
#kf5-support-btn:hover:after{
    content: "\25B6";
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    color: #141a25;
    position:absolute;
    right: 47px;

}
