/* CSS Document */
@charset "utf-8";

/* CSS Document */
body,
ul,
ol,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
    margin: 0 auto;
    padding: 0;
    border: 0;
}

div.swiper_banner_item_info {
    margin: 0;
    /* 重置为0， */
}

div.swiper_banner_href3 {
    margin: 0;
}

div.test {
    margin: 0;
}

div.mydiv1_d {
    margin: 0;
}

div.dzkf {
    margin: 0;
}

div.right {
    margin: 0 !important;
}

div.right {
    margin: 0 !important;
    margin-top: initial;
    margin-bottom: initial;
    /* 在这里添加其他 margin 属性 */
}
div.quxiaomargin{
    margin:  0 !important;
}
body {
    color: #222222;
    font-size: 14px;
    font-family: "MicroSoft Yahei", "Arial Narrow";
    line-height: 22px;
    overflow-x: hidden;
}

ul,
ol {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    outline: none;
}