detail.css
3.4 KB
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
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
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
html,body{
height: 100%;
}
.container{
display: flex;
flex-direction: column;
height:100%;
}
.main{
flex:1;
}
.header{
flex: 0 0 auto;
}
.footer{
flex: 0 0 auto;
}
/*公司介绍*/
.banner img{
width: 100%;
}
.main_txt{
margin:0.32rem;
}
.main_txt p{
font-size:0.26rem;
font-weight:400;
line-height:0.42rem;
color:rgba(102,102,102,1);
}
.main_tit{
text-align: center;
margin-top: 0.5rem;
}
/*业务介绍*/
.main_tit h2,.int1_bot h1{
font-size:0.3rem;
font-weight:600;
color:rgba(51,51,51,1);
}
.main_tit h2:after{
content: "";
width:0.24rem;
height:0.04rem;
display: block;
margin:0.08rem auto 0.04rem;
background:rgba(197,1,1,1);
}
.main_tit p{
font-size:0.2rem;
color:rgba(51,51,51,1);
}
.int1_txt{
margin: 0.32rem 0.32rem 0;
}
.int1_bot{
margin: 0.5rem 0.32rem 0.38rem;
}
.int1_txt p{
font-size:0.24rem;
font-weight:400;
line-height:0.36rem;
color:rgba(23,22,20,1);
}
.int1_bot a{
display: block;
margin-top: 0.14rem;
text-decoration: none;
font-size:0.24rem;
font-weight:400;
color:rgba(197,1,1,1);
}
/*业务介绍2*/
.int2_list{
padding: 0 0.32rem;
margin-top: 0.2rem;
}
.int2_list li p{
font-size:0.24rem;
font-weight:400;
line-height:0.4rem;
color:rgba(102,102,102,1);
}
/*企业文化*/
.int1_bot_t{
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
}
.int1_bot_t a{
width: 25%
}
/*商业准则*/
.guide_txt{
margin:0.48rem 0.32rem;
}
.guide_txt p{
font-size:0.24rem;
font-weight:400;
line-height:0.36rem;
color:#171614;
}
/*联系我们*/
.con_body{
background-color: #F7F7F7;
}
.contact_box{
position: relative;
top:-0.46rem;
margin: 0 0.32rem;
padding-bottom: 0.4rem;
background-color: white;
}
.contact_box2{
padding-top:1.08rem;
}
.contact_boxT ul{
overflow: hidden;
margin-bottom: 0.6rem;
}
.contact_boxT ul li{
margin-top: 0.3rem;
}
.circle{
width: 2rem;
height: 2rem;
margin: 0 auto 0.2rem;
border-radius: 100%;
color: #333;
text-align: center;
font-size: 0.34rem;
line-height: 2rem;
background: #f8f8f8;
}
.mail{
margin-bottom: 0.1rem;
color: #777;
text-align: center;
font-size: 0.24rem;
}
.contact_box3{
width: 6.56rem;
height: 3.33rem;
margin: 0 0.16rem;
}
.contact_box2 ul{
display: flex;
flex-wrap: wrap;
display: -webkit-flex;
justify-content: space-around;
}
.contact_box2 ul li{
position: relative;
width: 43%;
height: 2rem;
margin-bottom: 0.8rem;
border:0.02rem solid rgba(196,196,196,1);
}
.main_icon{
position: absolute;
left: 0;
right: 0;
margin: auto;
top:-0.46rem;
cursor: pointer;
width:0.9rem;
height:0.9rem;
box-sizing: border-box;
border-radius:50%;
border:1px dashed rgba(196,196,196,1);
}
.main_icon2{
width:0.7rem;
height:0.7rem;
margin:0.09rem;
overflow: hidden;
border-radius:50%;
background:#C4C4C4;
}
.main_icon2 img{
width:0.4rem;
height:0.4rem;
margin:0.13rem auto;
}
.contact_txt{
text-align: center;
padding-top: 0.66rem;
}
.contact_txt h1{
font-size:0.26rem;
line-height: 1;
font-weight:600;
color:rgba(74,74,74,1);
}
.contact_txt p{
line-height: 1;
font-size:0.26rem;
margin-top: 0.2rem;
font-weight:400;
color:rgba(74,74,74,1);
}
iframe{
width: 100%;
height: 100%
}
.contact_txt1{
margin-top: 0.3rem;
padding: 0 0.32rem;
}
.contact_txt1 h2{
font-size:0.26rem;
font-weight:700;
color:rgba(74,74,74,1);
}
.contact_txt1 p{
font-size:0.26rem;
margin-top: 0.06rem;
font-weight:400;
color:rgba(74,74,74,1);
}
.guide_txt p{
margin-bottom: 0.2rem;
}