html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body, html {
    width: 100%;
    height: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus {
    outline: none;
}
button,
input {
    outline:none;
    border:none;
}
/*全局样式*/
.commonW {
    width: 1200px;
    margin: 0 auto;
}
.commonTitle{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #477dd7;
    line-height: 72px;
    letter-spacing: 1px;
}
.commonTitle img{
    height: 25px;
}
.lookMore{
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
}
.lookMore a{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #8c8c8c;
    text-decoration: none;
}
/*//客服*/
.serviceContact {
    position: fixed;
    bottom: 30%;
    right: 0;
    display: flex;
    color: #fff;
    z-index: 2017;
}
.serviceContact .phone{
    display: none;
    width: 170px;
    padding: 0 15px;
    background: url(https://zhiluweb.oss-cn-hangzhou.aliyuncs.com/erp-official-website/img/service/bg.png) no-repeat;
    background-size: 100% 100%;
}
.serviceContact img{
    cursor: pointer;
}
.serviceContact .phone h1{
   margin-top: 10px;
}
.serviceContact .phone p{
    font-size: 20px;
}