jiangping
2024-07-16 b0b94a084ed6c1a685caebb8dfb1a0d65fdd9ef6
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
.container {
  background-color: #f7f7f7;
  overflow-y: auto;
  height: 100vh;
}
.container .banner_swiper {
  height: 600rpx;
  width: 100%;
}
.container .banner_swiper image {
  width: 100%;
  height: 100%;
  display: block;
}
.container .consult_swiper {
  height: 420rpx;
  width: 100%;
}
.container .consult_swiper image {
  width: 100%;
  height: 100%;
  display: block;
}
.container .logo_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60rpx 0;
  background-color: #fff;
}
.container .logo_wrap .logo {
  width: 246rpx;
}
.container .active_baoming {
  position: fixed;
  right: 28rpx;
  bottom: 60rpx;
  width: 146rpx;
}
.container .function_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 40rpx;
}
.container .function_wrap .item {
  width: 214rpx;
  height: 232rpx;
  background: #F7F7F7;
  border-radius: 8rpx;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .function_wrap .item .img {
  width: 72rpx;
  height: 72rpx;
  background: #FFFFFF;
  border: 1px solid;
  border-radius: 50%;
}
.container .function_wrap .item .name {
  font-weight: 600;
  font-size: 32rpx;
  color: #111111;
  margin: 22rpx 0 10rpx;
}
.container .function_wrap .item .placeholder9 {
  font-weight: 300;
  color: #666666;
}
.container .product_video {
  padding: 72rpx 40rpx;
  background-color: #fff;
}
.container .product_video video {
  width: 670rpx;
  height: 300rpx;
  border: 1px solid;
}
.container .strategy {
  padding: 80rpx 40rpx;
  background: #F7F7F7;
}
.container .strategy image {
  width: 100%;
  height: 100%;
}
.container .strategy .line {
  display: flex;
  justify-content: space-between;
}
.container .strategy .line .line_left {
  width: 324rpx;
  height: 304rpx;
}
.container .strategy .line .line_right .item {
  width: 322rpx;
  height: 140rpx;
}
.container .strategy .line .line_right .item:nth-last-child(1) {
  margin-top: 24rpx;
}
.container .strategy .home_id {
  width: 670rpx;
  height: 240rpx;
  margin-top: 24rpx;
}
.container .consult {
  padding: 80rpx 40rpx 60rpx;
  background: #fff;
}
.container .service {
  padding: 0rpx 40rpx 0rpx;
  background: #fff;
}
.container .com_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 670rpx;
  margin-bottom: 42rpx;
}
.container .com_header .left {
  font-weight: 600;
  font-size: 36rpx;
  color: #111111;
  line-height: 50rpx;
  flex: 1;
}
.container .com_header .left .name {
  display: flex;
  align-items: center;
}
.container .com_header .left .name .icon {
  width: 36rpx;
  height: 36rpx;
  margin-right: 8rpx;
}
.container .com_header .left .desc {
  font-weight: 300;
  font-size: 26rpx;
  color: #333333;
}
.container .com_header .ar_right {
  width: 44rpx;
  height: 44rpx;
}