/*添加（李琪）*/
.main_lf_box p span {
    display: inline-block;
}

body {
    font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    width:100%;
}

b, i {
    font-weight: 400;
    font-style: normal
}

img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;

}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.container {
    margin: 0 auto;
    width:100%;
}

.container:before {
    display: table;
    content: "";
}

.container:after {
    display: block;
    content: "";
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
    margin-top: 20px
}

a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

a:hover {
    cursor: pointer;
    text-decoration: none;

}
