/* @font-face {
    font-family: 'myFont';
    src: url('../font/PingFang-regular.ttf');
    font-weight: normal;
    font-style: normal;
} */

html, body {
    font-family: "Noto Sans SC" !important;
}

html, body, div, ul, li {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

@keyframes moving {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

/* 在线咨询 */

.right-fixed {
    position: fixed;
    bottom: 12%;
    right: 0px;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.right-fixed li.fixed-top {
    background: #004ea2;
    height: 50px;
    position: relative;
    border-bottom: none;
    line-height: 50px;
    text-align: center;
}

.fixed-top img {
    width: 80px;
}

.fixed-li {
    /* height: 49px; */
    background: #ffffff;
    line-height: 3;
    border-bottom: 1px #d3d3d3 solid;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
}

.fixed-li span {
    font-size: 0.8vw;
    margin-left: 5px;
    vertical-align: middle;
    color: #474747;
}

.icon-right {
    height: 1.2vw;
    width: 1.2vw;
    display: inline-block;
    vertical-align: middle;
}
.icon-phone{
    background: url(../images/icon/zixun.png) no-repeat ;
    background-size: 100%;
}
.icon-phone2{
    background: url(../images/icon/dianhua.png) no-repeat ;
    background-size: 100%;
}
.icon-anli{
    background: url(../images/icon/anli.png) no-repeat ;
    background-size: 100%;
}
.icon-fangan{
    background: url(../images/icon/fangan.png) no-repeat ;
    background-size: 100%;
}
.zhiding-box {
    background: #004ea2;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.icon-zhiding {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.right-fixed .qcode-box {
    /* height: 105px; */
    text-align: center;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.qcode-box p {
    font-size: 0.8vw;
    margin: 0;
    text-align: center;
    line-height: 2;
    padding-top: 5px;
    color: #474747;
}

.qcode-box img {
    height: 80px;
    width: 80px;
}

.phoneCall {
    width: 150%;
    position: absolute;
    right: 100%;
    top: -40%;
    /* opacity: 0; */
    display: none;
    text-align: right;
    transition: all ease 0.8s;
}

.phoneCall img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.phone_content {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 50%;
    width: 90%;
    color: #050D4D;
    transform: translate(-50%, -50%);
}

.phoneText {
    font-size: 0.9vw;
    font-weight: bold;
    color: #050D4D;
    line-height: normal;
    /* height: 16px;
    line-height: 16px;
    margin-top: 12px;
    padding-left: 5px; */
}

.phoneNum {
    font-size: 0.9vw;
    font-weight: bold;
    color: #4367BB;
    /* padding-left: 5px; */
    margin-top: 4px;
    line-height: normal;
}

@media screen and (max-width: 800px) {
    .fixed-top, .fixed-li li, .fixed-li span, .qcode-box, .zhiding-box {
        display: none;
    }
    .right-fixed {
        width: 50px;
    }
    .fixed-li {
        background: #2678ce;
    }
    .phoneCall{
        right: 60px;
    }
    .icon-phone{
        background: url(../images/icon/zixun-w.png) no-repeat ;
        background-size: 100%;
    }
    .icon-phone2{
        background: url(../images/icon/dianhua-w.png) no-repeat ;
        background-size: 100%;
    }
    .icon-anli{
        background: url(../images/icon/anli-w.png) no-repeat ;
        background-size: 100%;
    }
    .icon-fangan{
        background: url(../images/icon/fangan-w.png) no-repeat ;
        background-size: 100%;
    }
    .fixed-li{
        height: 49px;
        line-height: 49px;
    }
    .icon-right{
        height: 18px;
        width: 18px;
    }
}