@charset "utf-8";
header {
    background: #3161DE;
    color: #fff;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.logo-text {
    margin-left: 20px;
    position: relative;
    font-size: 16px;
}

.logo-text::before {
    content: '';
    display: inline-block;
    height: 26px;
    border-left: 1px solid #fff;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -13px;
}

.menu-list {
    margin-left: 40px;
    position: relative;
}

.menu-list li {
    margin-left: 13px;
}

.menu-list .active a {
    background: #5786FD;
}

.menu-list a {
    color: #fff;
    display: block;
    padding: 0 35px;
    font-size: 18px;
}

.menu-list::after {
    content: '';
    display: inline-block;
    border-right: 1px solid #fff;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
}

.icon-wx {
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url("../../../cssboot7.0/img/icon/icon_v7.png") 0 -50px no-repeat;
    vertical-align: middle;
    margin-left: 20px;
}

.h-hot-line {
    margin-left: 40px;
}

.float-side {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99;
    font-size: 12px;
}

.float-side-item {
    background: #EFEFEF;
    margin-bottom: 5px;
    width: 80px;
    height: 60px;
    font-size: 12px;
    cursor: pointer;
}

.float-side-item i {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../../img/icon/icon_v7.png") no-repeat;
    margin-top: 2px;
}

.icon-service {
    position: relative;
    top: 2px;
}

.float-side-item .icon-qr-code {
    background-position: -126px 0;
    margin-top: 12px;
}

.float-side-item .icon-top {
    background-position: -248px 0;
    margin-top: 12px;
}

.float-side-item:hover {
    color: #fff;
    background: #4272F2;
}

.float-side-item:hover .icon-service {
    background-position: -65px 0;
}

.float-side-item:hover .icon-qr-code {
    background-position: -180px 0;
}

.float-side-item:hover .icon-top {
    background-position: -302px 0;
}

.float-qr-code {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index: 99;
}

.float-qr-code img{
    height: 100%;
}
