Newer
Older
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
margin: 0;
padding: 0;
border: 0;
}
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
ul,
ol {
list-style: none;
}
select,
input,
img,
select {
vertical-align: middle;
}
a {
text-decoration: none;
}
a:link {
color: #009;
}
a:visited {
color: #800080;
}
a:hover,
a:active,
a:focus {
color: #c00;
text-decoration: underline;
}
.content {
position: relative;
}
.camera {
position: absolute;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;font-size: 16px;color: #fff;}
ul,ol{list-style:none;}
select,input,img,select{vertical-align:middle;}
a{text-decoration:none;}
a:link{color:#009;}
a:visited{color:#800080;}
a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}
.container .main-area{
background: url(../images/home_bj.png) no-repeat;
height: 100vh;
background-size: cover;
}
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/**首页**/
.area-content .loupan_map_box {
text-align: center;
}
/* .loupan_map_box img{
width: 65%;
margin-top: 2rem;
} */
.loupan_map_box ul{
position: relative;
}
.loupan_map_box ul li img{
width: 37px;
height: 37px;
}
.loupan_map_box ul li{
position: absolute;
}
.loupan_map_box ul .index{
left: 11rem;
top: 0.8rem;
}
.loupan_map_box ul .index_01{
right: 6rem;
top: 4rem;
}
.loupan_map_box ul .index_02{
right: 6rem;
top: 4rem;
}
.loupan_map_box ul .index_03{
left: 9rem;
top: 6rem;
}
.loupan_map_box ul .index_04{
left: 14rem;
top: 6rem;
}
.loupan_map_box ul .index_05{
right: 6rem;
top: 4rem;
}
.loupan_map_box ul .index_06{
right: 6rem;
top: 4rem;
}
.loupan_map_box ul .index_07{
right: 6rem;
top: 4rem;
}
.area-content .loupan_map_box{
background: url(../images/home_floor.png) no-repeat;
width: 34rem;
height: 18rem;
margin: 0 auto;
margin-top: 2rem;
background-size: 100% 100%;
}
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
.header-area{
margin: auto;
text-align: center;
}
.header-area img{
width: 10rem;
height: auto;
padding-top: 1.4rem;
}
.area-content{
margin:1rem 3rem 0 3rem;
}
.area-left{
width: 23%;
float: left;
}
.area-right{
float: right;
width: 75%;
}
.area-content .area-left .title{
font-size: 22px;
text-align: center;
letter-spacing: 1px;
font-family: 'AlibabaPuHuiTi_2_85_Bold';
}
.left-menu ul li{
background-color: #435770ad;
border-radius: 7px;
margin-top: 0.6rem;
display: flex;
justify-content: space-between;
font-size: 18px;
height: 45px;
line-height: 45px;
padding: 0 20px;
}
.left-menu .menu-num span:nth-child(2){
vertical-align: middle;
padding:3px 20px;
border-radius: 13px;
margin-left: 10px