/*添加（李琪）*/
.main_lf_box p {
    font-size: 15px !important;
}

body {
    font-family: "Microsoft YaHei", 宋体, 微软雅黑, "Arial", "sans-serif";
    color: #666;
    margin: 0;
    padding: 0;
    max-width: 1920px;
}

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;
    /* margin-top: -32px */
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table td {
    margin: 0;
    padding: 0;
}

table, input, textarea, select {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Microsoft YaHei", 宋体, 微软雅黑, "Arial", "sans-serif";
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.container:before, .clear:before {
    display: table;
    content: "";
}

.container:after, .clear:after {
    display: block;
    content: "";
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.cl {
    clear: both
}

a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #666;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

.erji li:hover {
    background: url("../image/A1_right_xz.png") no-repeat center center;
    color: #fff
}

.erji li:hover a {
    color: #fff
}
.newh1{
    text-align: center;
    font-size: 24px;
    color: #152B53;
}
