index.css
3.1 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
/**/
/*小手*/
/*@media(min-width: 768px){*/
.new h3,.select_title p,.new_box ul li p,.new_box ul li h4{
cursor: pointer;
}
.new_box2 li a,.select_content ul li a{
text-decoration: none;
}
.content_box{
width:1180px;
margin:60px auto 0;
}
.new h3,.select_title p{
font-size:20px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(51,51,51,1);
}
.new_box{
width:1180px;
height:160px;
margin-top:18px;
background:rgba(252,252,252,1);
box-shadow:0px 1px 32px 0px rgba(110,110,110,0.2);
border-radius:10px;
}
.new_box ul li p{
font-size:14px;
font-family:MicrosoftYaHei;
font-weight:400;
line-height:24px;
color:rgba(51,51,51,1);
}
.new_box ul{
width:1100px;
margin: auto;
}
.new_box2{
border-bottom:1px solid #2C82E6;
padding-top:18px;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
}
.new_box2:last-child{
border:0;
}
.new_box ul li{
width:33.3%;
height:62px;
}
.new_box ul li h4{
font-size:18px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(51,51,51,1);
}
/*查找*/
.select{
margin-top:50px;
}
.select_title{
width:100%;
height:40px;
border-bottom:1px solid #2C82E6;
}
.select_nav ul{
display: flex;
margin-top:14px;
}
.select_nav ul li{
margin-right:51px;
font-size:16px;
cursor: pointer;
font-family:MicrosoftYaHei;
color:rgba(51,51,51,1);
}
.select_nav ul li:hover{
color:rgba(44,130,230,1);
}
.select_nav .select_nav_active{
color:rgba(44,130,230,1);
}
.select_content{
margin-bottom:44px;
}
.select_content ul{
display: flex;
display: -webkit-flex;
margin-top:30px;
}
.select_content ul li{
margin-right:20px;
box-sizing: border-box;
}
.select_txt{
width: 220px;
height:40px;
border-bottom:1px solid #D5E6FA;
}
.select_txt p{
text-align: center;
line-height:40px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(51,51,51,1);
}
.select_active{
box-shadow:0px 1px 32px 0px rgba(110,110,110,0.2);
}
.selec_img{
width:220px;
height:122px;
}
.selec_img img{
width:100%;
height:100%;
}
.select_content ul li:hover{
cursor: pointer;
box-shadow:0px 1px 32px 0px rgba(110,110,110,0.2);
}
.select_content ul li:hover .select_txt{
background: #2C82E6;
}
.select_content ul li:hover .select_txt p{
color: white;
}
/*}*/
@media(max-width: 768px){
.new_box2{
padding-top:12px;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
}
.content_box{
width: 100%;
margin-top: 10px;
}
.new_box{
width: 100%;
height: 100%;
margin-top: 10px;
}
.new_box ul{
width: 100%;
padding-top:0px;
box-sizing: border-box;
}
.new_box ul li p{
font-size: 12px;
}
.new_box ul li h4{
font-size: 14px
}
.new_box ul li{
height: 53px;
text-align: center;
}
.new_box ul li a{
text-decoration: none;
}
.new h3, .select_title p{
font-size: 16px;
text-align: center;
}
.new{
margin-top: 20px;
padding: 0 10px;
box-sizing: border-box;
}
.select_title{
height: 30px;
}
.select_nav{
display: none;
}
.select_content{
margin-bottom: 30px;
}
.select_content ul li{
margin:auto;
}
}