liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
* {
    margin: 0;
    padding: 0;
}
body {
    background: #5b5b5b;
    color: #000;
    text-align: center;
    line-height: 1.6;
}
body, input, select, textarea, table {
    font-family: "ËÎÌå",Arial, Simsun, Verdana, sans-serif;
    font-size: 9pt;
    color:#333;
}
img {
    border: none;
}
a {
    color: #4264BD;
}
li {
    line-height:20px;
}
.dCenter {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}
 
.dBody{
    background:url("../images/body.jpg") repeat-y top;
}
 
.nav {
    list-style:none;
    float: right;
    margin-right: 25px;
}
.nav li {
    margin-left: 20px;
    float: left;
}
 
.navbar {
    height: 0px;
    line-height: 28px;
    margin-bottom: 6px;
    color: #fff;    
    font-size: 14px;
}
.navbar a {
    color: #fff;
    text-decoration: none;
}
.navbar a:hover {
    text-decoration: none;
    color: #ccc;
}
 
.res-block {
    BACKGROUND: url("../images/block/block-top.gif") no-repeat; MARGIN-BOTTOM: 15px; WIDTH: 210px; PADDING-TOP: 5px
}
.res-block-inner {
    PADDING-RIGHT: 11px; PADDING-LEFT: 11px; BACKGROUND: url("../images/block/block-body.gif") repeat-y left; PADDING-BOTTOM: 6px; PADDING-TOP: 6px
}
.res-block-bottom {
    BACKGROUND: url("../images/block/block-bottom.gif") no-repeat; WIDTH: 210px;height:5px;
}
.res-block H3 {
    MARGIN-BOTTOM: 8px; FONT: bold 12px ËÎÌå,tahoma,arial,sans-serif; COLOR: #555
}
.res-block UL {
    FONT: 12px tahoma,arial,sans-serif; MARGIN-LEFT: 15px; COLOR: #555; LIST-STYLE-TYPE: disc
}
.res-block UL LI {
    MARGIN: 0px 0px 5px 3px
}
#footer {
    background:url("../images/footer.jpg") no-repeat;
    height:47px;
    text-align:center;
    padding-top:9px;
    color:#CCC;
    font-family:Arial;
}
#footer a {
    color: #DDD;
    text-decoration: none;
}
/*.logo {
    float: left;
    margin: 6px 0 0 13px;
}
 
#footer {
    margin-bottom: 25px;
    line-height: normal;
    color: #666;
    text-align: center;
    clear: both;
}
#footer a {
    color: #666;
}
#footer a{text-decoration:none;}
#footer a:hover{text-decoration:underline;color:#333;}
* html .mmlink{width:200px;float:right;margin-right:250px;}
.mmlink{width:250px;float:right;margin-right:450px; }
*/