<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 标签属性 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
video,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: "microsoft yahei";
}

img {
    border: 0;
    vertical-align: middle;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input {
    border: none;
    outline: medium;
}

a {
    text-decoration: none;
    font-family: "microsoft yahei";
}

a.hover-underline:hover {
    text-decoration: underline;
}

.global-width {
    width: 1100px;
    margin: 0 auto;
}


/* 定位 */

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/*位置*/

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}


/* 层级 */

.zindex--1 {
    z-index: -1;
}

.zindex-0 {
    z-index: 0;
}

.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}


/* 浮动 */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}


/* display */

.hide {
    display: none;
}

.show {
    display: block;
}

.dis-inline {
    display: inline-block;
}

.dis-flex {
    display: flex;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 宽高100% */

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}


/* 下外边距 */

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}


/* 文本位置 */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}


/* 文本属性 */

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.color-000 {
    color: #000;
}

.color-222 {
    color: #222;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-fff {
    color: #fff;
}

.color-252525 {
    color: #252525;
}


/*字体大小*/

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 22px;
}

.font-30 {
    font-size: 30px;
}


/* 鼠标悬浮效果 */

.cursor-pointer:hover {
    cursor: pointer;
}


/* 通用yangshi */

body {
    padding-top: 490px;
    background-image: url(ningmanyi20191223_bodBg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 560px;
    position: relative;
}
.logo-title{
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -593px;
}

/*底部*/

.thisfoot {
    width: 100%;
    margin: 0 auto;
    background: #172686;
    color: #fff;
}

.thisfoot a:link,
.thisfoot a:visited {
    color: #fff;
}

.foot {
    margin: 0 auto;
    width: 100%;
    height: 130px;
    max-width: 1200px;
    line-height: 26px;
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 13px;
    position: relative;
}

.foot2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 30px;
}

.foot3 {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 50px;
    top: 40px;
}</pre></body></html>