@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "microsoft yahei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}


/*免责声明*/
.mzsm {
    max-width: 920px;
    height: 1270px;
    margin: 60px auto 0 auto;
    background: url(/uploads/image/hflanbin__com/bg.jpg) top center no-repeat;
}

.mzsm .con {
    max-width: 690px;
    margin: 0 auto;
    padding-top: 100px;
    font-size: 14px;
    color: #555;
    line-height: 30px;
}

.mzsm .con p {
    margin-top: 14px;
    margin-bottom: 14px;
    word-break: break-all;
}


