﻿@charset "utf-8";

/*reset*/
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
object,
iframe,
fieldset,
input,
legend,
form,
th,
td {
    margin: 0;
    padding: 0;
}

body,
input,
textarea,
keygen,
select,
button,
isindex {
    font: 16px/24px "Microsoft Yahei", "微软雅黑";
    color: #333;
    word-break: break-all;
}

ul,
ol,
li {
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

/*common*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

i,
b,
em {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #fff;
}

@import url("base.css");

td {
    padding: 3px 5px;
}

th {
    font-weight: normal;
    background: #e7f4fe;
    height: 40px;
}

table,
td,
th {
    border: 1px solid #ddd;
}

    table caption {
        font-size: 16px;
        text-align: left;
        padding-bottom: 10px;
    }

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    -webkit-user-drag: none;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.display_inline {
    display: inline-block !important;
}

.clear:after {
    content: "200B";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}

/*IE6,7*/
.clear {
    *zoom: 1;
}

.mc {
    margin: 0 auto;
}

.pr {
    position: relative;
    *zoom: 1;
}

.pa {
    position: absolute;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.tj {
    text-align: justify !important;
}

.box_sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.T2 {
    text-indent: 2em;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;
}

    a:hover {
        text-decoration: none;
    }

@font-face {
    font-family: "iconfont";
    src: url("../plug/fonts/iconfont.eot");
    src: url("../plug/fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../plug/fonts/iconfont.woff2") format("woff2"), url("../plug/fonts/iconfont.woff") format("woff"), url("../plug/fonts/iconfont.ttf") format("truetype"), url("../plug/fonts/iconfont.svg#iconfont") format("svg");
}

@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url(../plug/fonts/YouSheBiaoTiHei.TTF);
}

@font-face {
    font-family: "HYk2gj";
    /*替换字体包*/
    src: url(../plug/fonts/alimamashuheiti.ttf);
}

@font-face {
    font-family: "Xolonium-Bold";
    src: url(../plug/fonts/Xolonium-Bold.ttf);
}

@font-face {
    font-family: "Digital";
    src: url(../plug/fonts/DS-DIGIB.TTF);
}

@font-face {
    font-family: "FangHan";
    src: url(../plug/fonts/fangHan.TTF);
}

@font-face {
    font-family: "FZCQJW";
    src: url(../plug/fonts/FZCQJW.TTF);
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hw_inner,
.innter {
    width: 62.5vw;
    margin: 0 auto;
    position: relative;
}

.mgT5 {
    margin-top: 5px !important;
}

.mgT8 {
    margin-top: 8px !important;
}

.mgT10 {
    margin-top: 10px !important;
}

.mgT15 {
    margin-top: 15px !important;
}

.mgT20 {
    margin-top: 20px !important;
}

.mgT30 {
    margin-top: 30px !important;
}

.mgT50 {
    margin-top: 50px !important;
}

.mgB30 {
    margin-bottom: 30px !important;
}

.mgB50 {
    margin-bottom: 50px !important;
}

.mgR25 {
    margin-right: 25px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f22 {
    font-size: 22px !important;
}

.f24 {
    font-size: 24px !important;
}

.f26 {
    font-size: 26px !important;
}

.f30 {
    font-size: 30px !important;
}

.f36 {
    font-size: 36px !important;
}

.blue_color {
    color: #007cde;
}

.w50 {
    width: 50%;
}

/* 多行溢出 */
.txt_cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2;
     */
    -webkit-box-orient: vertical;
}

.banner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

/* 输入框placehoder颜色 */
input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #fff;
    font-size: 12px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 12px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 12px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    font-size: 12px;
}

/* 弹窗居中 */
.popCenter {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 面包屑 */
.crumbs {
    /* height: 24px; */
    line-height: 1.25vw;
    padding: 2.3958vw 0 1.5625vw 8.3333vw;
    position: relative;
    /*visibility: hidden;*/
    /* display: none; */
}

    .crumbs a i {
        display: block;
        position: absolute;
        width: 1.1458vw;
        height: 1.1458vw;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/icon_nav_home_gray.png) no-repeat center center / 1.1458vw 1.1458vw;
    }

    .crumbs .homeCurmbs {
        padding-left: 1.25vw;
    }

        .crumbs .homeCurmbs:hover i {
            background: url(../img/icon_nav_home.png) no-repeat center center / 1.1458vw 1.1458vw;
        }

    .crumbs a,
    .crumbs em {
        /* height: 100%; */
        line-height: 1.25vw;
        padding: 0 0.2083vw;
        color: #999999;
        float: left;
        font-size: 1.042vw;
        cursor: pointer;
        position: relative;
        display: block;
    }

    .crumbs em {
        cursor: auto;
    }

    .crumbs a:hover {
        color: #00a0e9;
    }

    .crumbs a:last-child {
        color: #00a0e9;
    }

.bread_nav {
    margin-top: 10px;
    margin-bottom: 60px;
}


/* 头部样式 */
#headerPage {
    width: 100%;
    min-width: 66.6667vw;
    height: 6.25vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 1s;
}

.headerPageBack {
    background-color: #fff !important;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.hd_line {
    width: 100%;
    /* background-color: rgba(77, 206, 178, 0.5); */
    background-color: transparent;
    position: relative;
}

    .hd_line a {
        color: #fff;
    }

    .hd_line .backA {
        color: #333;
    }

    .hd_line .subSecondMenu .backA {
        color: #fff;
    }

    .hd_line .backA:hover {
        color: #fff;
    }

    .hd_line ul {
        height: 100%;
        float: right;
        overflow: hidden;
        padding-right: 0.9375vw;
    }

        .hd_line ul:hover {
            overflow: visible;
        }

        .hd_line ul li {
            float: left;
            height: 100%;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

            .hd_line ul li:hover {
                overflow: visible;
                background-color: #00a0e9;
                background-color: #25a5df;
                color: #fff;
            }

            .hd_line ul li a:hover {
                background-color: #00a0e9;
                background-color: #25a5df;
                color: #fff;
            }

#indexPage #headerPage .hd_line-2 .indexNav:hover,
#indexPage #headerPage .hd_line-2 .indexNav a:hover {
    background: none;
}

.navActive {
    background-color: #00a0e9;
    background-color: #25a5df;
    color: #fff !important;
}

/* .hd_line ul li a {
    color: #fff;
    border-radius: 1px;
    cursor: pointer;
} */

.hd_line-1 {
    height: 2.7083vw;
    font-size: 1.042vw;
}

    .hd_line-1 ul li {
        line-height: 2.7083vw;
        width: 6.7708vw;
    }

        .hd_line-1 ul li a {
            /* padding: 0.2083vw 0.4167vw; */
            width: 100%;
            height: 100%;
            display: inline-block;
        }

    .hd_line-1 .language_switch_box {
        position: relative;
        float: right;
        height: 100%;
        text-align: center;
        position: relative;
        line-height: 2.7083vw;
        width: 6.7708vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .hd_line-1 .language_switch_box .switch_url {
            width: 2.2vw;
            height: 2.2vw;
            border-radius: 50%;
            border: 1px solid #fff;
            font-size: 0.7292vw;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

            .hd_line-1 .language_switch_box .switch_url:hover {
                color: #fff;
                background: #009944;
                border: 1px solid #009944;
            }



.hd_line_search {
    display: none;
    float: right;
    height: 100%;
    position: relative;
    width: 11.9792vw;
    margin-right: 1.5625vw;
    transition: all 0.5s ease-in-out;
}

    .hd_line_search input {
        width: 100%;
        height: 1.25vw;
        border: 1px solid #ffffff;
        border-radius: 3px;
        outline: none;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        box-sizing: border-box;
        padding-left: 0.4167vw;
        padding-right: 1.5625vw;
        font-size: 0.625vw;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }

        .hd_line_search input:focus {
            border: 1px solid #00a0e9;
        }

    .hd_line_search i {
        position: absolute;
        right: 0.1042vw;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 1.5625vw;
        height: 1.1458vw;
        cursor: pointer;
        background: url(../img/searchIconWhi.png) no-repeat center center / 0.625vw 0.625vw;
    }

        .hd_line_search i:hover {
            background: url(../img/searchIconBlue.png) no-repeat center center / 0.625vw 0.625vw;
        }

.hd_line_search_Ac {
    width: 13.9792vw;
}

    .hd_line_search_Ac input {
        height: 2vw;
        font-size: 0.7292vw;
    }

.hd_line-2 {
    height: 3.5417vw;
    font-size: 1.25vw;
}

    .hd_line-2 ul li {
        line-height: 3.5417vw;
        /* width: 7.6042vw; */
        width: 8.4vw;
        min-width: 120px;
        position: relative;
    }
        /* 悬浮字体颜色 */
        .hd_line-2 ul li:hover .backA {
            color: #fff;
        }

        .hd_line-2 ul li a {
            /* padding: 0.2083vw 0.4167vw; */
            width: 100%;
            height: 100%;
            display: inline-block;
        }

    .hd_line-2 .subSecondMenu {
        width: 100%;
        position: absolute;
        top: calc(3.5417vw + 15px);
        left: 0px;
        background-color: #00a0e9;
        background-color: #25a5df;
        opacity: 1;
        color: #fff;
    }

        .hd_line-2 .subSecondMenu ul li {
            line-height: 2.5417vw;
            height: 2.5417vw;
            font-size: 0.99vw;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-break: break-all;
        }

#indexPage .hd_line-2 .subSecondMenu ul li:hover,
#indexPage .hd_line-2 .subSecondMenu ul li a:hover {
    background: #3989ad;
    /* background-color: #00a0e9cc; */
}

.hd_line-2 .subSecondMenu ul li:hover,
.hd_line-2 .subSecondMenu ul li a:hover {
    background: #3989ad;
    /* background-color: #00a0e9cc; */
}

.hd_line-2 .subSecondMenu ul::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 3.594vw solid transparent;
    border-right: 3.594vw solid transparent;
    border-bottom: 5.25vw solid #00a0e9;
    border-bottom: 5.25vw solid #25a5df;
    position: absolute;
    top: -14.994px;
    left: 50%;
    transform: translateX(-50%);
}

.headerPageBack .hd_line-2 .subSecondMenu ul li {
    color: #000 !important;
}

.subSecondMenu ul {
    padding-right: 0px;
    cursor: pointer;
}

.hw_logo {
    position: absolute;
    display: block;
    top: -0.938vw;
    left: 6.5%;
    /* width: 3.4167vw;
  height: 3.5417vw; */
    width: 4.4167vw;
    height: 5.5417vw;
    background: url(../img/hwLogo.png) no-repeat center center / contain;
    transition: all 0.5s ease-in;
}

.hwLogoBack {
    top: 2px !important;
    width: 3vw;
    height: 3.2vw;
}

.hw_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.subMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 6.25vw;
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
}

    .subMenu .subMenuCont {
        width: 100%;
        background-color: azure;
        height: 36.4583vw;
        box-sizing: border-box;
        padding-top: 4.1667vw;
        display: none;
    }

/* 底部样式 */
#footerPage {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    width: 100%;
    background: #0791d0 linear-gradient(195deg, rgba(25, 122, 184, 0.7), rgba(3, 25, 165, 0.7));
    padding: 4.6875vw 4.0625vw 1.9792vw 4.0625vw;
    box-sizing: border-box;
    transform-origin: left top;
    position: relative;
    /* min-width: 1920px; */
}

.footerCont {
    width: auto;
    height: auto;
}

    .footerCont .footerLeft {
        width: 45.7292vw;
        float: left;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
        z-index: 998;
    }

.footerLeft h2 {
    font-size: 2.0833vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    height: 2.0833vw;
    line-height: 2.0833vw;
}

.footerLeft .footerNavBox {
    width: 100%;
    padding-bottom: 5vw;
    margin-top: 2.6042vw;
    display: flex;
    flex-direction: row;
    flex: 100%;
}

.footerNavBox .ftNav {
    flex: 20%;
}

    .footerNavBox .ftNav h3 {
        position: relative;
    }

        .footerNavBox .ftNav h3 a {
            font-size: 1.0417vw;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #ffffff;
        }

    .footerNavBox .ftNav:not(:first-child) h3 {
        text-align: center;
    }

    .footerNavBox .ftNav:not(:last-child) h3::after {
        content: "";
        position: absolute;
        width: 0.1042vw;
        height: 0.8333vw;
        background-color: #d9e9f9;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .footerNavBox .ftNav:not(:first-child) ul {
        padding-left: 2.8125vw;
    }

    .footerNavBox .ftNav ul {
        margin-top: 1.0417vw;
    }

        .footerNavBox .ftNav ul li {
            height: 2.2917vw;
            line-height: 2.2917vw;
        }

            .footerNavBox .ftNav ul li a {
                font-size: 0.8333vw;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #ffffff;
                transition: all 0.2s ease-in-out;
            }

                .footerNavBox .ftNav ul li a:hover {
                    color: #00d2eb;
                }

.footerLeft .splitLine {
    width: 43.2292vw;
    height: 0.0521vw;
    background-color: rgba(255, 255, 255, 0.5);
}

.footerLeft .leaveMsgBox {
    width: 100%;
    position: relative;
}

.leaveMsgBox .msgLine .ftInpBox {
    position: relative;
    width: 15.625vw;
    height: 2.0833vw;
    float: left;
}

    .leaveMsgBox .msgLine .ftInpBox span {
        position: absolute;
        height: 2.0833vw;
        line-height: 2.0833vw;
        left: 1.3542vw;
        top: 0;
        font-size: 0.7292vw;
        color: #fff;
    }

    .leaveMsgBox .msgLine .ftInpBox input {
        width: 100%;
        height: 100%;
        outline: none;
        background-color: rgba(255, 255, 255, 0.3);
        border: none;
        padding-left: 5.2083vw;
        box-sizing: border-box;
        font-size: 0.7292vw;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }

        .leaveMsgBox .msgLine .ftInpBox input:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }

    .leaveMsgBox .msgLine .ftInpBox:not(:first-child) {
        margin-left: 5.1042vw;
    }

.leaveMsgBox .msgLine .ftBtnBox {
    width: 5vw;
    height: 2.0833vw;
    float: left;
    margin-left: 2.0833vw;
}

    .leaveMsgBox .msgLine .ftBtnBox p {
        width: 100%;
        height: 100%;
        line-height: 2.0833vw;
        color: #fff;
        font-size: 0.8333vw;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .leaveMsgBox .msgLine .ftBtnBox p:hover {
            background-color: #0177dc;
            border: 1px solid #0177dc;
        }

.leaveMsgBox .msgLine-2 {
    margin-top: 2.0833vw;
}

    .leaveMsgBox .msgLine-2 .ftInpBox {
        width: 36.3542vw;
        height: 2.0833vw;
    }

.footerCont .footerRight {
    /* width: 44.7292vw; */
    float: left;
    /* background-color: pink; */
    padding-left: 3.3333vw;
    box-sizing: border-box;
}

.footerRight .codeBox {
    width: 100%;
}

.codeBox .codeImg {
    width: 6.9792vw;
    height: 6.9792vw;
    float: left;
    /* background-color: #00d2eb; */
}

.codeBox .codeImg-1 {
    background: url(../img/huawei/hwCode.png) no-repeat center center / 100% 100%;
}

.codeBox .codeImg-2 {
    background: url(../img/Qr_code_2.png) no-repeat center center / 100% 100%;
}

.codeBox .codeImg img {
    width: 100%;
    height: 100%;
}

.codeBox .codeImg:not(:first-child) {
    margin-left: 3.4375vw;
}

.codeBox .hotLineBox {
    height: 6.9792vw;
    box-sizing: border-box;
    padding-top: 3.125vw;
    float: left;
    margin-left: 5.7292vw;
}

.hotLineBox h4 {
    height: 1.0417vw;
    font-size: 1.0417vw;
    line-height: 1.0417vw;
    color: #fff;
    padding-left: 2.0833vw;
    position: relative;
}

    .hotLineBox h4 i {
        position: absolute;
        width: 1.0417vw;
        height: 1.0417vw;
        left: 0;
        top: 0;
        background: url(../img/hotLineIcon.png) no-repeat center center / 1.0417vw 1.0417vw;
    }

.hotLineBox p {
    height: 1.6667vw;
    line-height: 1.6667vw;
    font-size: 2.0833vw;
    font-weight: bold;
    color: #fff;
    margin-top: 1.1458vw;
}

.footerRight .mapStaticBox {
    /* width: 42.3958vw; */
    height: 24.6875vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 2.8646vw;
    background: url(../img/homeMap.png) no-repeat left center;
    background-size: cover;
    position: relative;
}

    .footerRight .mapStaticBox .mapInfoBox {
        width: 100%;
        height: 5.2083vw;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 124, 227, 0.9);
        box-sizing: border-box;
        padding-left: 0.9375vw;
    }

.mapInfoBox .infoBox {
    float: left;
    /* margin-left: 1.5625vw; */
    margin-top: 0.6375vw;
    width: 31.25vw;
    display: none;
}

.mapInfoBox .showBlock {
    display: block;
}

.mapInfoBox .infoBox p {
    float: left;
    width: 15.625vw;
    height: 1.0417vw;
    line-height: 1.0417vw;
    font-size: 0.7813vw;
    color: #fff;
    margin-bottom: 1vw;
    position: relative;
    padding: 0 1.0417vw 0 2.0833vw;
    box-sizing: border-box;
}

    .mapInfoBox .infoBox p.em {
        width: 14.625vw;
    }

    .mapInfoBox .infoBox p i {
        position: absolute;
        width: 1.1458vw;
        height: 1.0417vw;
        left: 0;
        top: 0;
    }

.mapStaticBox .mapText {
    position: absolute;
    display: block;
    /* padding: 2px 14px; */
    width: 4.5833vw;
    height: 1.4583vw;
    text-align: center;
    line-height: 1.4583vw;
    background-color: #004fba;
    border-radius: 6px;
    border: 1px solid #00e4ff;
    color: #fff;
    font-size: 0.7292vw;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.mapStaticBox .textAc {
    width: 6.25vw;
    height: 1.9792vw;
    line-height: 1.9792vw;
    font-size: 0.8333vw;
    font-weight: bold;
}

.hwsc {
    left: 4.5833vw;
    top: 8.5417vw;
}

.cdhw {
    left: 11.6875vw;
    top: 8.08vw;
}

.nmhw {
    left: 19.0625vw;
    top: 2.6042vw;
}

.gshw {
    left: 15.7292vw;
    top: 5.8333vw;
}

.ynhw {
    left: 17.2917vw;
    top: 15vw;
}

.hnhw {
    left: 22.9792vw;
    top: 7.0208vw;
}

.cshw {
    left: 20.5792vw;
    top: 9.0208vw;
}

.dahw {
    left: 21.9792vw;
    top: 13.0208vw;
}

.hwzb {
    left: 31.1458vw;
    top: 10.5208vw;
}

.addressIcon {
    background: url(../img/addressIcon.png) no-repeat left center / 0.8333vw 1.0416vw;
}

.msgIcon {
    background: url(../img/msgIcon.png) no-repeat left center / 0.9895vw 0.78125vw;
}

.phoneIcon {
    background: url(../img/phoneIcon.png) no-repeat left center / 0.8854vw 0.8333vw;
}

.wxIcon {
    background: url(../img/wxIcon.png) no-repeat left center / 1.1458vw 0.8854vw;
}

.VRIcon {
    background: url(../img/VRIcon.png) no-repeat center center / 2.1354vw 1.5625vw;
}

.vrBox {
    /* float: right; */
    width: 7.7083vw;
    height: 3.6458vw;
    border-left: 1px solid #fff;
    margin-top: 0.9375vw;
    position: absolute;
    right: 0;
    top: 0;
}

    .vrBox i {
        width: 100%;
        height: 1.5625vw;
        display: block;
    }

    .vrBox .vrLookBtn {
        background-color: #004fba;
        width: 4.6875vw;
        height: 1.5625vw;
        margin: 0.5208vw auto 0 auto;
        text-align: center;
        line-height: 1.5625vw;
        color: #fff;
        border-radius: 4px;
        font-size: 0.8333vw;
        cursor: pointer;
    }

        .vrBox .vrLookBtn:hover {
            background-color: rgba(0, 77, 186, 0.6);
        }

.ftRecordInfoBox {
    width: 100%;
    margin-top: 1.5vw;
    padding-top: 2.2917vw;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

    .ftRecordInfoBox p {
        font-size: 0.9375vw;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffffff;
        height: 1.0417vw;
        line-height: 1.0417vw;
        margin-left: 0.5208vw;
    }

.dzzzIcon {
    background: url(../img/dzzz.png) no-repeat center center / 0.9375vw 0.9375vw;
}

.ftRecordInfoBox .recordInfo {
    margin-left: 4.1667vw;
    position: relative;
    height: 1.0417vw;
}

.recordInfo i,
.recordInfo .dzzzHref {
    width: 1.0417vw;
    height: 1.0417vw;
    position: absolute;
    left: 0;
    top: 0;
}

.recordInfo .recordText {
    color: #fff;
    height: 1.0417vw;
    line-height: 1.0417vw;
    font-size: 0.9375vw;
    padding-left: 2.0833vw;
    display: block;
}

.mapStaticBox b {
    position: absolute;
    display: block;
}

.starIcon {
    width: 2.2917vw;
    height: 2.2917vw;
    left: 28.6458vw;
    top: 10.4167vw;
    background: url(../img/yellowStar.png) no-repeat center center / 2.2916vw 2.03125vw;
}

#footerPage .point,
#footerPage .point::before,
#footerPage .point::after {
    position: absolute;
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    content: "";
    background-color: #fff712;
}

    #footerPage .point::before {
        animation: scale 2s infinite;
    }

    #footerPage .point::after {
        animation: scale2 2s infinite;
    }

#footerPage .point-2::before {
    animation: scale 2s infinite;
}

#footerPage .point-2::after {
    animation: scale3 2s infinite;
}

#footerPage .point-2 {
    left: 29.4271vw;
    top: 11.25vw;
}

#footerPage .point-3 {
    left: 5.8333vw;
    top: 10.3125vw;
}

#footerPage .point-4 {
    left: 14.375vw;
    top: 10.825vw;
}

#footerPage .point-5 {
    left: 22.3958vw;
    top: 4.2708vw;
}

#footerPage .point-6 {
    left: 20.5208vw;
    top: 6.25vw;
}

#footerPage .point-7 {
    left: 19.6875vw;
    top: 13.0208vw;
}

#footerPage .point-8 {
    left: 23.9583vw;
    top: 12.1875vw;
}

#footerPage .point-9 {
    left: 25.583vw;
    top: 10.35vw;
}

#footerPage .point-10 {
    left: 25.9583vw;
    top: 9.0875vw;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes scale3 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(8);
        opacity: 0;
    }
}

#flyLineId {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform-origin: left top;
}

.flyLineId {
    width: 23vw;
    height: 10.5vw;
    position: absolute;
    left: 6.9583vw;
    top: 4.4vw;
    background: url(../img/flyLineId2.png) no-repeat center center / 100% 100%;
}

.websiteUnderConstruction {
    width: 100%;
    height: 100%;
    background: #3a055d;
}

    .websiteUnderConstruction .innter {
        height: 100%;
        background: url(../img/websiteUnderCenter.png) no-repeat center center / 930px 527px;
    }

/* 关于华维tab切换 */
.aboutHwTab {
    width: 83.3333vw;
    height: 3.125vw;
    background-color: #fff;
    margin: 3.6458vw auto 0 auto;
}

    .aboutHwTab ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-evenly;
    }

        .aboutHwTab ul li {
            /* float: left; */
            width: 16.6667vw;
            height: 100%;
        }

            .aboutHwTab ul li a {
                display: block;
                width: 100%;
                height: 100%;
                font-size: 0.9375vw;
                font-family: Microsoft YaHei UI;
                font-weight: 400;
                color: #333333;
                line-height: 3.125vw;
                text-align: center;
                position: relative;
            }

            .aboutHwTab ul li .aboutHwTabAc {
                font-weight: bold;
                color: #00a0e9;
            }

                .aboutHwTab ul li .aboutHwTabAc::after {
                    content: "";
                    width: 6.25vw;
                    height: 2px;
                    background: #00a0e9;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    bottom: 0.3125vw;
                }

            .aboutHwTab ul li a:hover {
                font-weight: bold;
                color: #00a0e9;
            }

/* 二级标题 */

.hwSubTitle {
    width: 100%;
    text-align: center;
    font-size: 1.875vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    height: 2.0833vw;
    line-height: 2.0833vw;
    position: relative;
    padding-top: 1.0417vw;
    min-width: 62.5vw;
}

    .hwSubTitle::after {
        content: "";
        width: 1.875vw;
        height: 0.2083vw;
        background: #00a0e9;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.7813vw;
    }

.hwSubTitle_red::after {
    content: "";
    width: 1.875vw;
    height: 0.2083vw;
    background: #bc1701;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.7813vw;
}


/* 定位居中 */
.posCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 视频弹窗 */
.pop_video {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
}

.pop_video_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52.0833vw;
    height: 31.25vw;
}

.close_btn {
    font-size: 18px;
    width: 1.0417vw;
    height: 1.0417vw;
    cursor: pointer;
    position: absolute;
    right: -1.1458vw;
    top: 0;
    border: 1px solid #007cde;
    color: #fff;
    text-align: center;
    line-height: 1.0417vw;
    background: #007cde;
}

/* 可控农业banner */
.acaPage .banner {
    width: 100%;
    height: 36.4583vw;
    background: url(../../static/img/aca/acaCropBanner.jpg) no-repeat center center / cover;
    overflow: hidden;
}

.acaPage .bannerTitle {
    text-align: center;
    font-size: 3.125vw;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #fefefe;
    margin-top: 19.2708vw;
    height: 3.125vw;
    line-height: 3.125vw;
}

.acaPage .bannerSubText {
    width: 15.3125vw;
    font-size: 0.9375vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin: 2.6042vw auto 0 auto;
    text-align: center;
    line-height: 1.3542vw;
}

.acaPage .aboutHwTab {
    margin-top: 7.5521vw;
}

.acaCard {
    width: 41.6667vw;
    padding-bottom: 7vw;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 1.0417vw;
    box-sizing: border-box;
    overflow: hidden;
}

    .acaCard .cardTitle {
        width: 33.25vw;
        height: 2.6042vw;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-end;
        margin: 7.2917vw auto 2.8646vw;
    }

        .acaCard .cardTitle p {
            font-size: 2.5vw;
            height: 100%;
            line-height: 2.6042vw;
            font-weight: bold;
            color: #ffffff;
        }

        .acaCard .cardTitle span {
            display: block;
            padding: 0.2vw 0.4167vw;
            height: 1.0417vw;
            line-height: 1.0417vw;
            font-size: 0.7292vw;
            color: #fff;
            background: #00a0e9;
            border-radius: 0.5208vw;
            margin-left: 0.4167vw;
        }

    .acaCard .acaCardContent {
        width: 31.25vw;
        /* margin: 55px auto 0; */
        margin: 0 auto;
        font-size: 0.9375vw;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffffff;
        line-height: 2.5vw;
        text-indent: 2em;
        text-align: justify;
    }

    .acaCard h5 {
        width: 31.25vw;
        margin: 0 auto 2.0833vw;
        font-size: 1.042vw;
        font-weight: bold;
        color: #ffffff;
    }

/* 科创实业头部背景 */
.industry_head_background {
    position: relative;
    width: 100%;
    height: 36.4583vw;
    padding: 0.1px;
    background: url(../../static/img/industry_mod_head_background.jpg) no-repeat center center;
    background-size: cover;
}

.industry_page .industry_title {
    height: 3.125vw;
    margin-top: 19.2708vw;
    line-height: 3.125vw;
    font-size: 3.125vw;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.industry_page .aboutHwTab {
    margin-top: 8.9583vw;
}

/* .industry_page .aboutHwTab ul li {
    width: calc(1600px / 6);
} */

.industry_item {
    padding: 4.2708vw 0 3.75vw;
}

.industry_item_title {
    color: #333333;
    line-height: 2.0833vw;
    font-size: 1.5625vw;
    font-weight: bold;
}

.industry_item_text {
    margin: 2.6042vw 0;
    color: #666666;
    line-height: 1.5625vw;
    font-size: 0.9375vw;
    text-indent: 2em;
    text-align: justify;
}

.pointerInterBox {
    width: auto;
    height: 3.125vw;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

    .pointerInterBox .pointerIconBox {
        width: 3.125vw;
        height: 3.125vw;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8);
        position: relative;
        float: left;
    }

        .pointerInterBox .pointerIconBox i {
            position: absolute;
            display: block;
            width: 2.6042vw;
            height: 2.6042vw;
            border-radius: 50%;
            background: #00a0e9 url(../../static/img/fingerIcon.png) no-repeat center center / 1.1979vw 1.5625vw;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

            .pointerInterBox .pointerIconBox i::before {
                content: "";
                border-radius: 50%;
                position: absolute;
                width: 2.6042vw;
                height: 2.6042vw;
                left: 0;
                top: 0;
                transform-origin: center;
                background-color: #fff;
                transition: all 0.2s ease-in-out;
                animation: ringPulse ease 2s infinite;
            }

@keyframes ringPulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    55% {
        transform: scale(1.8);
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.pointerInterBox p {
    width: auto;
    height: 1.5625vw;
    margin-top: 0.7813vw;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0.7813vw;
    line-height: 1.5625vw;
    font-size: 0.9375vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #009bff;
    float: left;
    margin-left: -0.2083vw;
}

.pointerPopBox {
    position: absolute;
    width: 516px;
    /* height: 474px; */
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

    .pointerPopBox h3 {
        position: relative;
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #ffffff;
        background-color: #00a0e9;
    }

        .pointerPopBox h3 i {
            position: absolute;
            width: 50px;
            height: 50px;
            right: 0;
            top: 0;
            background: url(../../static/img/XX.png) no-repeat center center / 11px 10px;
            cursor: pointer;
        }

    .pointerPopBox .popTopText {
        width: 100%;
        padding: 18px 28px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-indent: 2em;
        box-sizing: border-box;
    }

    .pointerPopBox .subSelBox {
        width: 100%;
        box-sizing: border-box;
        padding: 0 28px;
        margin-bottom: 18px;
    }

        .pointerPopBox .subSelBox li {
            position: relative;
            float: left;
            width: 33%;
            height: 22px;
            line-height: 22px;
            box-sizing: border-box;
            padding-left: 26px;
            padding-right: 10px;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #333333;
            cursor: pointer !important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .pointerPopBox .subSelBox li i {
                position: absolute;
                left: 0;
                top: 0;
                width: 16px;
                height: 22px;
                background: url(../../static/img/kongx.png) no-repeat center center / 14px 14px;
            }

        .pointerPopBox .subSelBox .sunSelAc {
            color: #00a0e9;
        }

            .pointerPopBox .subSelBox .sunSelAc i {
                background: url(../../static/img/xingx.png) no-repeat center center / 16px 16px;
            }

    .pointerPopBox .subDetBox {
        width: 470px;
        margin: 0 auto;
        border-top: 1px dashed #dedede;
        padding: 26px 0 20px 0;
        display: none;
    }

        .pointerPopBox .subDetBox .detImgBox {
            width: 124px;
            /*height: 144px;*/
            float: left;
            /* box-sizing: border-box; */
            border: 1px solid #00a0e9;
        }

            .pointerPopBox .subDetBox .detImgBox .textPadding {
                padding: 0 9px;
            }

            .pointerPopBox .subDetBox .detImgBox i {
                display: block;
                width: 100%;
                height: 94px;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-position: center center;
                /* background-color: #333; */
                border-bottom: 0.052vw solid #c1b7b7;
            }

            .pointerPopBox .subDetBox .detImgBox p {
                width: 100%;
                /*height: 53px;*/
                text-align: center;
                display: table;
                box-sizing: border-box;
                padding: 8px;
            }

                .pointerPopBox .subDetBox .detImgBox p b {
                    vertical-align: middle;
                    font-size: 14px;
                    font-family: Microsoft YaHei;
                    font-weight: bold;
                    color: #666;
                    letter-spacing: 0.1em;
                    text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

        .pointerPopBox .subDetBox .detInfoBox {
            float: right;
            width: 314px;
            height: 160px;
            overflow: hidden;
        }

            .pointerPopBox .subDetBox .detInfoBox .detInfoCont {
                width: 100%;
                max-height: 64px;
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                line-height: 22px;
                color: #333333;
                text-align: justify;
                overflow: hidden;
                letter-spacing: 0.06em;
                text-indent: 2em;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .pointerPopBox .subDetBox .detInfoBox em {
                display: block;
                width: 100%;
                height: 14px;
                line-height: 14px;
                font-size: 14px;
                color: #00a0e9;
                margin-top: 26px;
            }

.showBlock {
    display: block !important;
}

.pointerPopBox .moreBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    float: left;
    margin-top: 20px;
}

    .pointerPopBox .moreBtn a {
        color: #00a0e9;
    }

    .pointerPopBox .moreBtn i {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 20px;
        top: 0;
        background: url(../../static/img/arrRightBlue.png) no-repeat center center / 14px 16px;
    }

.applyTextBox {
    width: 100%;
    height: 26px;
    margin-top: 15px;
}

    .applyTextBox li {
        border-left: 1px solid #00a0e9;
        text-align: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        float: left;
        width: 33%;
        box-sizing: border-box;
    }

        .applyTextBox li:last-child {
            border-right: 1px solid #00a0e9;
        }

#footerPage .baseMessageTip {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 5px 20px;
    background-color: #00a0e9;
    text-align: center;
    border-radius: 5px;
    display: none;
}
/* 在线联系 我要定制 */

.serviceInfoBox {
    width: 6.25vw;
    height: 12.9583vw;
    background: #00a0e9;
    box-shadow: 0px 8px 18px 0px rgba(125, 157, 139, 0.36);
    border-radius: 6px;
    position: fixed;
    right: 2vw;
    bottom: 1.3958vw;
    z-index: 1;
    transition: all 1s ease-in-out;
    z-index: 19;
}

    .serviceInfoBox .serviceInfoCont {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 1.7708vw;
        box-sizing: border-box;
    }

.serviceInfoCont .serviceIconCir {
    position: absolute;
    display: block;
    width: 2.9167vw;
    height: 2.9167vw;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -1.4583vw;
    background: #00a0e9 url(../../static/img/serviceIcon.png) no-repeat center center / 1.6666vw 1.7187vw;
}

.serviceInfoCont .serviceDet {
    width: 5.4167vw;
    height: 8vw;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
}

    .serviceInfoCont .serviceDet a {
        color: #fff;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .serviceInfoCont .serviceDet i {
        display: block;
        width: 5.4167vw;
        height: 5.4167vw;
        background: url(../../static/img/huawei/hwCode.png) no-repeat center center / 100% 100%;
    }

    .serviceInfoCont .serviceDet .contactIcon {
        display: block;
        width: 5.4167vw;
        height: 5.4167vw;
        background: url(../../static/img/huawei/contact.png) no-repeat center center / 100% 100%;
    }

    .serviceInfoCont .serviceDet p {
        width: 4.6875vw;
        height: 1.3542vw;
        color: #fff;
        border-radius: 3px;
        font-size: 0.7292vw;
        line-height: 1.3542vw;
        background-color: #00a0e9;
        margin: 0.4167vw auto 0 auto;
        text-align: center;
        /* cursor: pointer; */
    }

        .serviceInfoCont .serviceDet p:hover {
            background-color: #0a58b7;
        }

.serviceInfoCont .serviceTopBtn {
    width: 5.2083vw;
    height: 1.4583vw;
    margin: 0.625vw auto 0 auto;
    cursor: pointer;
}

    .serviceInfoCont .serviceTopBtn i {
        display: block;
        width: 100%;
        height: 0.5208vw;
        background: url(../../static/img/topArrWhite.png) no-repeat center center / 0.9375vw 0.5208vw;
    }

    .serviceInfoCont .serviceTopBtn p {
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffffff;
    }




/*分页样式*/
.page_css {
    font-size: 16px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    display: inline-block;
}

    .page_css a {
        padding: 5px 12px;
        float: left;
        text-align: center;
        border: 1px solid #ddd;
        cursor: pointer;
        font-size: 14px;
        border-radius: 5px;
        margin-left: 5px;
    }

        .page_css a:hover,
        .page_css a.nowpage {
            border-color: #00A0E9;
            background-color: #00A0E9;
            color: #ffffff;
        }

.partnerList {
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    margin-top: 20px;
}

    .partnerList ul {
        padding: 10px 0 10px 4px;
    }

        .partnerList ul li {
            float: left;
            width: 84px;
            height: 50px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 80px 50px;
            margin: 0;
            padding: 0;
        }

.leaveMsgBox .customerService {
    width: 15vw;
}

.leaveMsgBox .consult {
    position: absolute;
    right: 3vw;
    top: 0;
}

.leaveMsgBox .online {
    margin-top: 2vw;
    padding: 1vw 0 2vw 0;
    background: url(../img/onlineIcon.png) no-repeat left center / 4vw 4vw;
    padding-left: 6vw;
}

    .leaveMsgBox .online h1 {
        font-size: 2vw;
        line-height: 2vw;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }

    .leaveMsgBox .online p {
        font-size: 0.8vw;
        line-height: 1.8vw;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }

    .leaveMsgBox .online h2 {
        font-size: 1.2vw;
        line-height: 1.2vw;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        padding-top: 0.5vw;
    }

.leaveMsgBox .consult .consultItem .btn {
    display: inline-block;
}

    .leaveMsgBox .consult .consultItem .btn a.red {
        background: #bd2a2a url(/template/huawei_V3/static/img/footer-wx.png) no-repeat 8vw center / 1vw 0.9vw;
    }

        .leaveMsgBox .consult .consultItem .btn a.red:hover {
            background-color: #904045;
        }

    .leaveMsgBox .consult .consultItem .btn a {
        transition: all 0.3s ease;
        border-radius: 3px;
        padding: 0.25vw 6.7vw 0.25vw 1vw;
        font-size: 0.9375vw;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        display: inline-block;
        background: rgba(25, 109, 236, 0.5) url(/template/huawei_V3/static/img/footer-wx.png) no-repeat 8vw center / 1vw 0.9vw;
        margin-bottom: 0.5vw;
        position: relative;
    }

        .leaveMsgBox .consult .consultItem .btn a:hover {
            /*color: #daa928;*/
            background-color: #0975ff;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

.leaveMsgBox .consult .consultItem .sm {
    width: 1.8vw;
    height: 1.8vw;
    background: url(/template/huawei_V3/static/img/footer-sys.png) no-repeat center center / 1vw 1vw;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 995;
    transform: translate(0,-50%);
}

    .leaveMsgBox .consult .consultItem .sm span {
        display: none;
        position: absolute;
        left: 2vw;
        top: 0;
        width: 8vw;
        height: 9vw;
        z-index: 998;
    }

    .leaveMsgBox .consult .consultItem .sm:hover span {
        display: block;
    }

.leaveMsgBox .consult .consultItem .sound .sm span {
    background: url(/template/huawei_V3/static/img/online-kf.png) no-repeat center center / 100% 100%;
}

.leaveMsgBox .consult .consultItem .text .sm span {
    background: url(/template/huawei_V3/static/img/online-zp.png) no-repeat center center / 100% 100%;
}

.leaveMsgBox .consult .consultItem .sh .sm span {
    background: url(/template/huawei_V3/static/img/online-sh.png) no-repeat center center / 100% 100%;
}

.leaveMsgBox .consult .consultItem .ts .sm span {
    background: url(/template/huawei_V3/static/img/online-ts.png) no-repeat center center / 100% 100%;
}
