Blame view

css/services.css 6.34 KB
4354a61b   Andy   服务页 集团部分
1
2
  .services-banner{
      width: 100%;
d66b241f   liuqimichale   banner和百度地图
3
      height: 540px;
4354a61b   Andy   服务页 集团部分
4
5
6
7
8
      background: url(../images/services_bgIxo.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .services-bannertit{
b439919c   Andy   优化
9
      /*height:50px;*/
4354a61b   Andy   服务页 集团部分
10
      line-height: 50px;
7e7e8f3c   liuqimichale   服务 padding
11
      font-size:44px;
4354a61b   Andy   服务页 集团部分
12
13
14
15
16
17
      font-weight:500;
      color:rgba(255,255,255,1);
      text-align: center;
      margin: 191px auto 44px;
  
  }
7e7e8f3c   liuqimichale   服务 padding
18
19
20
  .servicessection-wrap{
      padding: 70px 0;
  }
4354a61b   Andy   服务页 集团部分
21
  .services-bannertext{
4354a61b   Andy   服务页 集团部分
22
23
24
25
26
27
28
29
30
31
32
      height:25px;
      line-height:25px;
      font-size:24px;
      font-weight:500;
      color:rgba(255,255,255,1);
      text-align: center;
      margin: 0 auto;
  }
  .services-content{
      background-color: #fff;
  }
b9b68354   Andy   服务页 车场 车主模块
33
34
35
36
  .services_bgF7F8FA{
      background-color: #F7F8FA;
      width: 100%;
  }
d9ac57e9   Andy   服务页 车场 车主模块
37
38
39
40
  .section{
      padding: 0 !important;
  }
  
4354a61b   Andy   服务页 集团部分
41
42
  /*tab sta */
  .services-wrap{
d9ac57e9   Andy   服务页 车场 车主模块
43
      /*height: 680px;*/
d744f2f4   Andy   media 服务页
44
      /*width: 1200px;*/
4354a61b   Andy   服务页 集团部分
45
      margin: 0 auto;
d744f2f4   Andy   media 服务页
46
      width: 100%;
4354a61b   Andy   服务页 集团部分
47
  }
2459da42   Andy   add service swiper
48
  .part{ height: 535px; position: relative; overflow: hidden; width: 1000px; padding: 0;}
eabbfe41   Andy   add service
49
50
51
52
53
54
55
56
57
  .part .con{ width: 100%; }
  .part .bd, .part .bd ul {
      width: 100%;
      height: 100%;
  }
  .part .bd {
      width: 100%;
      float: left;
  }
2459da42   Andy   add service swiper
58
  .part3 .hd,.part5 .hd{width: 500px!important; margin-top: 50px; overflow: hidden;margin-left:500px; background: #fff; z-index: 1000;}
eabbfe41   Andy   add service
59
60
  .part .hd h2{width: 110px !important; cursor: pointer; float: left; font-size: 20px; padding-bottom: 15px; margin-bottom: 0; text-align: center;}
  .part .hd h2.active-nav{ border-bottom: solid 3px #3F9FFE;color:#3F9FFE; }
eabbfe41   Andy   add service
61
  .part .bd{width: 100%;float: left;}
eabbfe41   Andy   add service
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
  .part .line {
      width: 90%;
      /* margin: 0 auto; */
      height: 1px;
      background: #818181;
      overflow: hidden;
      position: absolute;
      bottom: 1px;
  }
  .part .bd .p1 {
      font-size: 30px;
      padding: 25px 0 5px;
  }
  .part .bd .p2 {
      font-size: 24px;
      color: #999999;
      font-weight: normal;
  }
eabbfe41   Andy   add service
80
81
82
83
84
85
86
  .part .bd .img img {
      /*border: solid 1px #b8b8b8;*/
      display: block;
      /*margin: 50px auto;*/
      width: 100%;
      height: 100%;
  }
2459da42   Andy   add service swiper
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
  .part3 .bd .txt , .part5 .bd .txt {float: right; width: 500px;}
  .part4 .bd .txt {float: left; width: 500px; margin-left: 0px;}
  .part3 .hd h2 .icon{ width: 54px;height: 54px; margin-bottom: 15px; background:url(../images/service_bgsmallIco.png) -4px 0 no-repeat; display: inline-block; }
  .part3 .hd h2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -544px 0 no-repeat;}
  .part3 .hd h2 span{display: block;}
  .part3 .hd h2.icon2 .icon{ background:url(../images/service_bgsmallIco.png) -65px 0 no-repeat; }
  .part3 .hd h2.icon2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -605px 0 no-repeat;}
  .part3 .hd h2.icon3 .icon{ background:url(../images/service_bgsmallIco.png) -127px 0 no-repeat; }
  .part3 .hd h2.icon3.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -667px 0 no-repeat;}
  .part3 .bd .img {
      width: 433.6px;
      height: 395.2px;
      z-index: 1000;
      margin: -50px 0 0 0%;
      float: left;
      /*overflow: hidden;*/
4354a61b   Andy   服务页 集团部分
103
  }
2459da42   Andy   add service swiper
104
105
106
  /*part4==============*/
  .part4 .phonebg{
      background: #f7f7f7 url(../images/service_bgsmallIco.png) 0 0 no-repeat;
4354a61b   Andy   服务页 集团部分
107
  }
2459da42   Andy   add service swiper
108
109
110
111
112
113
114
  .part4 .hd {
      margin-top: 50px;
      z-index: 1000;
      width: 500px!important;
      overflow: hidden;
      margin-left: 0px;
      background: #f7f7f7;
4354a61b   Andy   服务页 集团部分
115
  }
2459da42   Andy   add service swiper
116
117
118
119
120
121
122
123
124
125
126
127
128
129
  .part4 .hd h2 .icon{ width: 54px;height: 54px; margin-bottom: 15px; background:url(../images/service_bgsmallIco.png) -183px 0 no-repeat; display: inline-block; }
  .part4 .hd h2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -723px 0 no-repeat;}
  .part4 .hd h2 span{display: block;}
  .part4 .hd h2.icon2 .icon{ background:url(../images/service_bgsmallIco.png) -244px 0 no-repeat; }
  .part4 .hd h2.icon2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -784px 0 no-repeat;}
  .part4 .hd h2.icon3 .icon{ background:url(../images/service_bgsmallIco.png) -305px 0 no-repeat; }
  .part4 .hd h2.icon3.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -845px 0 no-repeat;}
  .part4 .bd .img {
      width: 433.6px;
      height: 395.2px;
      z-index: 1000;
      margin: -50px 0 0 30px;
      float: left;
      /*overflow: hidden;*/
4354a61b   Andy   服务页 集团部分
130
  }
2459da42   Andy   add service swiper
131
132
133
  /*part5==============*/
  .part5 .phonebg{
      background: #f7f7f7 url(../images/service_bgsmallIco.png) 0 0 no-repeat;
4354a61b   Andy   服务页 集团部分
134
135
  }
  
2459da42   Andy   add service swiper
136
137
138
139
140
141
142
143
144
145
146
147
148
149
  .part5 .hd h2 .icon{ width: 54px;height: 54px; margin-bottom: 15px; background:url(../images/service_bgsmallIco.png) -363px 0 no-repeat; display: inline-block; }
  .part5 .hd h2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -903px 0 no-repeat;}
  .part5 .hd h2 span{display: block;}
  .part5 .hd h2.icon2 .icon{ background:url(../images/service_bgsmallIco.png) -424px 0 no-repeat; }
  .part5 .hd h2.icon2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -964px 0 no-repeat;}
  .part5 .hd h2.icon3 .icon{ background:url(../images/service_bgsmallIco.png) -485px 0 no-repeat; }
  .part5 .hd h2.icon3.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -1025px 0 no-repeat;}
  .part5 .bd .img {
      width: 433.6px;
      height: 395.2px;
      z-index: 1000;
      margin: -50px 0 0 0%;
      float: left;
      /*overflow: hidden;*/
b9b68354   Andy   服务页 车场 车主模块
150
  }
b48b7eca   Andy   media 服务页
151
  
7e63e5e4   Andy   服务页 底部模块
152
153
  /*footer sta*/
  .services-foottit{
7e63e5e4   Andy   服务页 底部模块
154
155
156
157
158
159
160
161
      height:38px;
      line-height:38px;
      font-size:36px;
      font-weight:500;
      color:rgba(0,0,0,1);
      margin: 0px auto 71px;
  }
  .services-foot-cont{
7e63e5e4   Andy   服务页 底部模块
162
163
164
165
166
167
168
169
170
171
172
173
      width: 100%;
  }
  .services-foot-div{
      height: 362px;
      background:rgba(255,255,255,1);
      box-shadow:2px 2px 2px 2px rgba(234,235,235,0.48);
  }
  .services-foot-div div:nth-of-type(1){
      height: 219px;
      width: 100%;
  }
  .services-footmsgtit{
b439919c   Andy   优化
174
      /*width:150px;*/
7e63e5e4   Andy   服务页 底部模块
175
176
177
178
179
180
181
182
183
184
      height:33px;
      font-size:29px;
      font-weight:bold;
      color:rgba(78,166,253,1);
      line-height:33px;
      text-align: left;
      margin-left: 40px;
      margin-top: 25px;
  }
  .services-footmsg{
b439919c   Andy   优化
185
186
187
188
      font-size: 16px;
      font-weight: 500;
      color: rgba(0,0,0,0.6);
      line-height: 28px;
7e63e5e4   Andy   服务页 底部模块
189
      text-align: left;
b439919c   Andy   优化
190
      padding: 0 20px 0 40px;
7e63e5e4   Andy   服务页 底部模块
191
192
  }
  .services-footIco1{
a831edc4   Andy   服务页 底部模块
193
      background: url("../images/services_footIco1.png") no-repeat;
7e63e5e4   Andy   服务页 底部模块
194
195
196
197
198
199
200
201
      /*background-size: ;*/
  }
  .services-footIco2{
      background: url("../images/services_footIco2.png") no-repeat;
      /*background-size: ;*/
  }.services-footIco3{
      background: url("../images/services_footIco3.png") no-repeat;
      /*background-size: ;*/
c512143a   liuqimichale   服务
202
  }
c39dc7ee   Andy   服务 add css3
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
  /*.ai-success-stories-list-bar{
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 50%;
      height: 2px;
      background: rgba(63,159,254,1);
      transition:width .8s;
      -webkit-transition:width .8s;
  }
  .ai-bar{
      width:100%;
      transition:width .8s;
      -webkit-transition:width .8s;
  }*/
18baebbd   liuqimichale   产品介绍 sass