

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner{
    background: url("/xz/banner_mlqd.jpeg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 560px;
}

.introduction{
    background: #ffffff;
    width: 1200px;
    box-shadow: 0 0 8px 0 #cccccc;
    margin: -60px auto 0;
    box-sizing: border-box;
    padding:20px 30px;
    text-align: justify;
    text-indent: 2rem;
    font-size: 18px;
    line-height: 34px;
}

.main{
    width: 1200px;
    margin: 30px auto 80px;
    overflow: hidden;
}

.main ul li{
    float: left;
    font-size: 15px;
    width: 300px;
    line-height: 50px;
    height: 50px;
}
.main ul li a:hover{
    color: #3661C9;
}

.main ul li img{
    margin-right: 7px;
    display: inline-block;
    vertical-align: -1px;
}