/*reset*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-size: 14px;
    background-color: white;
    overflow: auto;
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    font-family: "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color: #333;
    outline: 0;
    speak: none;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

li {
    list-style: none;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

a,
button {
    cursor: pointer;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:focus {
    color: #333;
    outline: none;
    -moz-outline: none;
}


/*common*/
body {
    background: #F4F5F9;
}

a:hover {
    color: #fc8080;
    text-decoration: none;
}

a:-webkit-any-link {
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.color-white {
    color: white !important;
}

.red {
    color: #fc8080 !important;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.wfs {
    width: 100%;
    position: relative;
}

.p_r {
    position: relative;
}


/*右侧样式*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 50px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

.suspension .a.active,
.suspension .a:hover {
    background: #F05352;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service-phone .i {
    background-position: -1px 0;
}

.suspension .a-qrcode .i,
.suspension .a-wxone .i,
.suspension .a-wxtwo .i,
.suspension .a-wxthree .i {
    background-position: -44px 0;
}

.suspension .a-wxfour .i {
    background-position: -88px 0;
}
.suspension .a-cart .i {
    background-position: -132px 0;
}
.suspension .a-top .i {
    background-position: -176px 0;
}
.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

.suspension .a-top:hover {
    background: #c0c1c3;
}

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.suspension .d-service-phone {
    top: 0px;
}

.suspension .d-wxone {
    top: 8px;
}

.suspension .d-wxtwo {
    top: 18px;
}

.suspension .d-wxthree {
    top: 28px;
}

.suspension .d-wxfour {
    top: 38px;
}

.suspension .d .inner-box {
    padding: 8px 22px 12px;
}

.suspension .d-service-item h3 {
    float: left;
    width: 160px;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 5px;
    color: #003B83;
}

.suspension .d-service-item .title {
    float: left;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}

.suspension .d-service-item .text {
    float: left;
    width: 180px;
    line-height: 28px;
    font-size: 16px;
}

.suspension .d-service-item .text .number {
    font-size: 22px;
    line-height: 28px;
}

.suspension .d-service-item .text .number a,
.suspension .d-service-item .text .number a:hover {
    font-size: 22px;
    line-height: 28px;
    color: #ff0000;
}

.suspension .d-service-item .text .hx {
    border-bottom: 1px solid #eee;
    padding: 9px 0;
    margin: 9px 0;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 18px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-wxone,
.suspension .d-wxtwo,
.suspension .d-wxthree,
.suspension .d-wxfour {
    text-align: center;
}

.suspension .d-wxone .inner-box,
.suspension .d-wxtwo .inner-box,
.suspension .d-wxthree .inner-box,
.suspension .d-wxfour .inner-box {
    padding: 10px 0;
}

.suspension .d-wxone p,
.suspension .d-wxtwo p,
.suspension .d-wxthree p,
.suspension .d-wxfour p {
    font-size: 16px;
    color: #93959c;
    line-height: 28px;
}

@media screen and (max-width: 480px) {
    .suspension .d .inner-box {
        padding: 10px 0;
    }

    .suspension .d-service-item {
        border-bottom: none;
        margin-left: 15px;
    }

    .suspension .d-service-item h3 {
        float: left;
        width: 150px;
        line-height: 35px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .suspension .d-service-item .title {
        float: left;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .suspension .d-service-item .text {
        float: left;
        width: 150px;
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .suspension .d-service-item .text .number {
        font-size: 20px;
        line-height: 28px;
    }

    .suspension .d-wxone .inner-box .qrcode-img,
    .suspension .d-wxtwo .inner-box .qrcode-img,
    .suspension .d-wxthree .inner-box .qrcode-img,
    .suspension .d-wxfour .inner-box .qrcode-img {
        width: 100px;
        margin-left: 0px;
        padding: 0;
    }

}