chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ margin:0; padding:0; font-size:14px;  background:#ecf0f1}
ul{ list-style:none}
a{color:#333; text-decoration:none}
a:hover{color:#f60; text-decoration:underline}
img{border:none;}
.flt{ float:left}
.frt{ float:right}
.mt15{ margin-top:15px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
i,em{ font-style:normal}
.clear{ clear:both}
.re{ position:relative}
input{outline:none;}
.dn{ display:none;}
.none{ display:none;}
.new_Leave_list:first-child{border-bottom:none;}
.training_top{width:100%;height:45px; background:#1cb177;color:#fff}
.training_w980{width:1200px; margin:0 auto}
.training_top_left{  line-height:45px;}
.training_top_slogan{display:block;}
.training_top_sc{ background:url(../images/yun_sc.png) no-repeat left center; padding-left:20px; margin-left:10px;border-right:1px solid #eeeeee; padding-right:15px;}
.training_top_right_back{color:#00b2fc; display:inline-block;border-right:1px solid #eeeeee;  line-height:33px; padding-right:10px; margin-right:10px; }
.training_top_nav{}
.training_nav{width:570px; position:relative; float:left; padding-left:90px; padding-right:20px;}
.training_nav ul li{width:100px; float:left; line-height:45px; text-align:center }
.training_nav ul li a{color:#fff; }
.training_nav_cur{ background:url(../images/nav_bj.png) no-repeat center bottom}
/*.training_nav ul li a:hover{background:#2c81d6; font-weight:bold; text-decoration:none}*/
.training_nav_fb{width:110px;height:45px; line-height:45px; text-align:center; display:block; background:#fdb62b;color:#865f12; float:left; font-size:16px;}
#pagefooter { margin: 10px auto 0; overflow: hidden; width: 980px;}
.footerdh { background: url(../images/footerdh.gif) repeat-x; border: 1px solid #E3E3E3;color: #666666; height: 28px; line-height: 28px; overflow: hidden; text-align: center; vertical-align: top; width: 978px;}
.footerdh a { color: #666666; margin: 0 8px;}
.footerdh a:visited { color: #666666;}
.footerdh a:hover { color: #666666;text-decoration: underline;}
.footermain {clear: both; float: left; margin: 6px 0; width: 980px;}
.footermain li { color: #666666; line-height: 16px;list-style-type: none; padding: 4px 0;text-align: center;}
.footermain font { font-family: verdana; font-size: 12px;}
.footermain a {color: #666666;}
.training_cur{width:978px;height:35px; line-height:35px;color:#656d72; background:#fbfbfb;border:1px solid #ccc;border-top:none;}
.training_cur_l{ float:left; padding-left:10px;}
.training_cur_b{color:ff6600; font-weight:bold}
.Left_column{width:199px;}
.Left_column_border{width:199px; background:#fff; padding-bottom:20px}
.Left_column_tit{width:100%;height:60px; line-height:70px; background:#fff; position:relative}
.Left_column_tit_top{border-top:none;}
.Left_column_tit_span{ font-size:18px; font-family:微软雅黑; display:inline-block; padding-left:21px; position:relative}
.Left_column_tit_span_icon{width:23px;height:23px; display:inline-block; position:absolute;left:10px;top:8px;}
.Left_column_nav li{height:35px; line-height:35px; }
.Left_column_nav li a{ padding-left:30px; display:block}
.Left_column_nav li a:hover{color:#fff;background:#1cb177; text-decoration:none;}
.Left_column_nav_cur{ background:#1cb177; color:#fff;}
.Left_column_nav_cur a{color:#fff;}
.Left_column_nav_cur a:hover{color:#fff;background:#1cb177; text-decoration:none;}
 
.right_column{width:956px; padding-left:25px; padding-top:21px; margin-left:20px; background:#fff; padding-bottom:20px;}
.right_column_index_home{width:981px; margin-left:20px;}
.right_column_environment{width:931px; padding:23px 25px 0px 25px; margin-left:20px; background:#fff;}
.right_column_border{width:927px; background:#fff; float:left; min-height:530px; position:relative}
.right_column_border_banner{width:927px; background:#fff; float:left; min-height:530px; position:relative}
.right_column_border_environment{width:927px; background:#fff; float:left; min-height:530px; position:relative}
.right_column_border_news{width:927px; background:#fff; float:left; min-height:530px; position:relative}
.right_column_border_accdemy{width:929px; border-top:1px solid #eee; background:#fff; float:left; min-height:530px; overflow:hidden; position:relative}
.right_column_border_system{width:927px; background:#fff; float:left; min-height:530px; position:relative}
.right_column_border_password{width:927px; overflow:hidden; background:#fff; float:left; min-height:530px; position:relative}
.right_column_border_admin{width:927px; background:#fff; float:left; min-height:530px; position:relative}
.right_column_border_lesson{width:927px;border-top:1px solid #eee; background:#fff; padding-top:15px; float:left; min-height:530px; position:relative}
.right_column_border_alert{width:927px;border-top:1px solid #eee; background:#fff; padding-top:22px; float:left; min-height:530px; position:relative}
.right_column_border_reservation{width:927px;border-top:1px solid #eee; background:#fff; padding:22px 0px 0px 0px; float:left; min-height:530px; position:relative}
.right_column_border_integral{width:927px; border-top:1px solid #eee; background:#fff; padding-top:12px; padding-bottom:57px; float:left; min-height:530px; position:relative}
 
.Basic_Information_photo{width:128px;height:113px;border:1px solid #eee; padding:5px; float:left}
.Basic_Information_photo img{ float:left;}
.Basic_Information_right{width:607px; padding-left:20px; float:left}
.Basic_Information_t{width:100%;}
.Basic_Information_name{ font-size:14px; font-weight:bold}
.Basic_Information_Data{background:url(../images/xg.jpg) no-repeat; padding-left:20px; display:inline-block; margin-left:20px;color:#ababaa;height:20px;}
.Basic_Information_approve{width:100%; padding-top:10px; padding-bottom:10px;height:25px; line-height:25px;}
.Basic_Information_approve img{ vertical-align:middle; margin-left:5px; margin-right:5px;}
.Basic_Information_zt{ background:#f8f8f8;width:100%; float:left; }
.Basic_Information_zt_s{width:150px; float:left; text-align:center;  line-height:24px;color:#666}
.Basic_Information_zt_s strong{ display:block; font-size:18px; padding:5px 0}
.Basic_Information_zt_s a{ display:block}
.Basic_Information_zt_s a:hover{ text-decoration:none}
.Basic_Information_fb{color:#F60; margin-left:10px;}
.new_Leave_message{width:100%;border-top:1px  dashed #ccc; margin-top:15px;}
.new_Leave_message_h1{width:100%;height:50px; line-height:50px;}
.new_Leave_message_tit{ font-size:16px; font-family:微软雅黑; font-weight:bold;}
.new_Leave_list_two{width:100%; line-height:41px;border-bottom:1px solid #efeeee; padding-top:5px; padding-bottom:5px;}
.new_Leave_list{width:100%; line-height:41px;border-bottom:1px solid #efeeee;  padding-top:5px; padding-bottom:5px;}
.new_Leave_list_order{width:100%; line-height:32px;border-bottom:1px solid #efeeee; padding-top:5px; position:relative; padding-bottom:5px;}
.new_Leave_list_order .new_Leave_li_list {float:left;padding-right:5px; color:#666666;}
.new_Leave_list_tit{width:100%; padding-top:5px; padding-bottom:5px;}
.new_Leave_list_h{height:29px; line-height:29px; background:#fbfbfb;color:#686262}
.new_Leave_li_list_tit{float:left; color:#0e0c0c;}
.new_Leave_list .new_Leave_li_list{ float:left;color:#0e0c0c;}
.new_Leave_list  .new_Leave_name{width:172px; padding-left:26px;}
.my_curriculum_name{width:444px; float: left;padding-left:16px;padding-right:5px;color:#0e0c0c;}
.new_Leave_tel{width:236px; padding-left:4px;}
.new_Leave_tel_change{width:80px; text-align:left}
.new_Leave_cont{width:300px;}
.new_Leave_date{width:160px; text-align:center}
.new_Leave_date_change{width:232px; text-align:center}
.new_Leave_nr{width:800px; float:left; line-height:35px; padding-left:16px; color:#1cb177; overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}
.new_Leave_nr_alert{width:900px; float:left; line-height:35px;padding-left:17px; color:#1cb177;}
.new_Leave_list  .new_Leave_zt{width:127px; padding-left:14px; text-align:center;}
.new_Leave_list  .new_Leave_zt_change{width:145px; text-align:center; float:right}
.new_Leave_list  .new_Leave_name_cor{width:160px; color:#666666;padding-left:17px;}
.new_Leave_zt_fh{color:#5fa51a; display:inline-block}
.new_Leave_Unanswered{color:#df2f2f}
.new_Leave_sex{width:40px;}
.new_Leave_w60{width:60px;}
.new_Leave_w90{width:90px;}
.new_Leave_w100{width:100px;}
.new_Leave_w200{width:210px;}
.new_Leave_w283{width:243px; text-align:center; padding-left:50px;}
.new_Leave_w172{width:172px; padding-left:26px;}
.new_Leave_w240{width:240px;}
.new_Leave_w110{width:136px; padding-left:35px;}
.new_Leave_w95{width:115px; padding-left:35px;}
.new_Leave_w138{width:138px;}
.new_Leave_w180{width:145px;}
.yue_time{width:150px; text-align:center}
.yue_cz{width:150px; text-align:center}
.yue_kc{width:300px;}
.right_column_h1{width:100%; color: #000000;font-size: 16px;font-weight: 700;height: 30px;line-height: 30px; }
.right_column_h1_banner{width:100%; color:#000000;font-size:18px; height: 30px;line-height: 30px; }
.right_column_h1_environment{width:100%; color: #000000;font-size:18px;height:30px;line-height:30px;}
.right_column_border_password ul{margin:25px 0px 0px 66px;}
.layui-input-block span{padding-left:10px;}
.Basic_in{width:100%; float:left;}
.Basic_in li{width:90%; float:left;margin-top:20px}
.Basic_in_right .layui-btn-normal{ background:#1cb177;}
.Basic_in_span{width:100px; text-align:right; float:left; line-height:28px;color:#686868}
.Basic_in_right{width:680px; float:left; line-height:28px;position:relative;}
.Basic_in_text{width:200px;height:28px;border:1px solid #ccc; line-height:28px;color:#666; text-indent:5px; float:left; margin-right:10px;}
.SpFormLBut {border: medium none;color: #6C6C6C;cursor: pointer;float:left;font-size: 12px;height: 30px;line-height: 30px;margin-right: 5px;padding: 0 25px 0 5px;text-align: left;}
.text_seclet_w250 {background: url(../images/yun_m_text1.png) no-repeat;width: 250px;}
.text_seclet_w158 { background: url(../images/yun_m_text2.png) no-repeat; width: 158px;}
.text_seclet {border: medium none; color: #6C6C6C;  cursor: pointer; float: left; font-size: 14px;height: 30px; line-height: 30px; margin-right:8px;}
.text_seclet_cur {position: relative; z-index:200;}
.basic_right_y{}
.basic_right_y ul li{}
.basic_right_y ul li:hover{}
.cus-sel-opt-panel { background:#FFFFFF; border: 1px solid #CFCFCF; left: 0; max-height:160px;_height:expression(this.scrollHeight > 160 ? "160px" : "auto"); overflow-x: hidden;overflow-y: auto;position: absolute; top: 29px; width: 248px;}
.cus-sel-opt-panel-w156{ width:156px;}
.cus-sel-opt-panel ul li { margin-top: 0;}
.cus-sel-opt-panel ul li a {display: block;line-height: 23px;padding-left: 10px; width: 99%;}
.cus-sel-opt-panel ul li a:hover { background: none repeat scroll 0 0 #83C8EC;color: #FFFFFF;text-decoration: none;}
.text_seclet_cur {position: relative;z-index: 200;}
.text_seclet_cur_1{z-index: 1000;}
.text_seclet_cur_2{z-index: 900;}
.text_seclet_cur_3{z-index: 800;}
.text_seclet_cur_4{z-index: 700;}
.Basic_in_text_w300{width:320px;}
.goog-textarea{width:506px;height:180px;}
.Basic_in_bth{width:180px;height:40px; background:#f60;color:#fff;border:none; font-size:16px; font-family:微软雅黑; cursor:pointer}
.ab_about_fj ul li {background:#F8F8F8; border:1px solid #E3EAEB;float:left; line-height:24px; margin:10px 18px 4px 0px;text-align:center; width:295px; font-size:14px; line-height:23px;}
.ab_about_fj ul li img { height:214px;width:295px;}
.ab_about_fj{width:927px; padding-top:14px; overflow:hidden;}
.ab_about_fj ul{width:953px;}
.ab_about_fj ul  .ab_about_fj_b{padding:6px 0; font-size:12px;}
.Courses_Team {width:100%; border-bottom: 1px solid #eeeeee; padding:15px 0;}
.Courses_Team_accodemy {width:219px; height:248px; margin-right:15px; margin-top:23px; padding-top:19px; border:1px solid #eeeeee;}
.Courses_Team_accodemy dt a img{border-radius:50%;}
.Courses_Team_content {padding: 10px;}
.Courses_Team dt {float: left;height:100px; width: 80px;}
.Courses_Team dd { color: #666666;float: left;line-height: 22px;padding-left:18px; width: 550px;}
.Courses_Team_mem_list{padding-bottom:5px;width:346px; float:left}
.Courses_Team_mem_list_academy{width:100%; margin-top:20px; text-align:center; float:left}
.Courses_Team_accodemy dt{width:130px; height:130px; margin:0 auto;}
.Courses_Team .Courses_Teamw120{width:95px;height:53px; overflow:hidden; margin-left:16px;}
.Courses_Team .Courses_Teamw610{width:789px;}
.px_line{ font-size:12px;color:#999; padding:0px 10px;}
.px_line_systerm{ font-size:12px;color:#999; padding:0px 5px;}
.Courses_Team_name {display: block;font-size: 14px; font-weight: bold;}
.Courses_Team_name_look { background:#FF8800;color: #FFFFFF; display: block;font-family: 微软雅黑;font-size: 14px; height: 30px;line-height: 30px; margin-top: 10px;text-align: center;width: 100px;}
.Courses_Team_name_look:hover { background:#FF3300; color: #FFFFFF; text-decoration: none;}
.Courses_Team_name_a{ display:inline-block; padding:0px 8px; background:#f80;color:#fff; border-radius:3px; line-height:20px;}
.Courses_Team_name_a:hover{color:#fff; background:#F30; text-decoration:none}
.Courses_Team_name_a_xg{ background:#090}
.Courses_Team_name_a_ded{ background:#06F}
.publish_lecturer_zt{width:100%;height:27px; margin-top:10px; border-bottom:2px solid #1369c0;}
.publish_lecturer_zt li {cursor: pointer;display: inline-block;float: left; margin: 0 4px 0 0; padding-right: 2px;  position: relative;}
.publish_lecturer_zt li a { display: block; font-size: 12px; line-height: 27px; padding: 0 15px;}
.publish_lecturer_zt li.publish_lecturer_hover a {background:#1369c0;color: #fff; font-weight: 700;}
.publish_lecturer_zt li.publish_lecturer_hover a:hover {color: #fff; text-decoration: none;}
.publish_lecturer{float:left; margin-top:18px; width:169px; height:36px; line-height:36px; background:#fdb62b; border:none;color:#666; border-radius:3px; cursor:pointer; font-size:16px; font-weight:normal; text-align:center}
.publish_lecturer:hover{ background:#fac55e;color:#fff; text-decoration:none}
.Courses_Team_mem_list_a{color:#333; font-size:16px;}
.Courses_Team .Courses_Teamw630{width:726px;}
.Courses_Teamw630{width:219px; float:left;}
.Courses_Team_name_a_zt{ background:#6688CB}
.Courses_Team_mem_list_p{width:230px; line-height:45px; text-align:center; float:left}
.right_column_news_list{width:100%;float:left}
.right_column_news_list li{width:100%; float:left; padding-top:15px; padding-bottom:15px;border-bottom:1px solid #ddd; }
.right_column_news_list li:last-of-type{border-bottom:none; background:#fbfbfb;}
.right_column_news_cbox{width:13px;height:13px; overflow:hidden; vertical-align:middle; float:left; margin-right:5px; margin-top:4px;}
.right_column_news_cbox_two{width:13px;height:13px; overflow:hidden; vertical-align:middle; float:left; margin-right:5px; margin-top:8px;}
.right_column_news_name{width:400px; display:inline-block; float:left}
.right_column_news_time{width:180px; float:left}
.right_column_news_r{ float:right}
.right_column_news_ysh{display:inline-block;width:151px; color:#666666; border-radius:3px; line-height:18px;height:18px; text-align:center;}
.right_column_news_wsh{display:inline-block; padding:0px 5px; background:#C00;color:#fff; border-radius:3px; line-height:18px; margin-left:10px;}
.right_column_news_sub{width:51px;height:26px; line-height:26px;border:none;color:#666666; background:#fff; border:1px solid #eee; border-radius:3px; float:left; margin-left:10px;}
.right_column_news_sub_sys{width:95px;height:25px; line-height:25px;border:none;color:#666666; background:#fff; border:1px solid #eee; border-radius:3px; float:left; margin-left:10px;}
.admin_note {position:absolute; top:150px; left:123px; background:#fbfbfb;border:2px dashed #e5e5e5;float: left;padding: 10px;width:658px; height:87px;}
.organization_banner_inside{padding-top:16px; font-size:16px; text-align:center;}
.admin_note p{font-size:14px; padding-top:10px; color:#bfbfbf; text-align:center;}
.organization_banner_inside_pic{position:absolute; top:0; left:0; width:702px; height:131px; float:left;}
.organization_banner_mains{width:170px; position:absolute; top:329px; left:375px;}
.organization_banner_mains .layui-btn-normal{background:#fdb62b;}
.organization_banner_mains .layui-btn{width:169px; height:38px; font-size:16px; color:#333; margin-bottom:22px;}
.right_column_news_checkb{padding-left:17px; padding-top:4px;}
.btn_01 {background:#1cb177; border: medium none; color: #FFFFFF;cursor: pointer; font-family: 微软雅黑; font-size: 16px; width:169px; height:38px;}
.banner_h1 {background:#F8F8F8; height: 35px;line-height: 35px;margin-bottom: 10px; margin-top: 10px;width: 100%;float:left}
.banner_h1 span { font-size: 14px; font-weight: bold;padding-left: 10px;}
.con_banner_no { margin: 0 auto;width: 270px;}
.con_banner_no span { background: url(../images/xubox_ico0.png) no-repeat  -91px -6px; display: inline-block;float: left; height: 27px; width: 26px;}
.con_banner_no em {display: inline-block; float: left;font-family: 微软雅黑;font-size: 16px;line-height: 27px;padding-left: 10px;}
.job_add_y_list { color: #666666;float: left;width: 105px;}
.job_add_check_box {float: left; height: 13px; margin-right: 5px; overflow: hidden;width: 13px;}
.training_Courses_p{width:84px; line-height:45px; color:#e49804; text-align:left;}
.training_Courses_p_accodemy{width:100%; line-height:42px; color:#666666; text-align:center;}
.training_Courses_p_academy{width:100%; float:left; text-align:center; padding-top:4px;}
.training_Courses_p_academy a{color:#666;}
.training_Courses_p_change{width:330px; color:#666666; padding-top:10px;}
.right_column_news_yzt{ display:inline-block; padding:0px 5px; background:#ccc;color:#fff; border-radius:3px; line-height:18px; margin-left:10px;}
.right_column_news_wst{ display:inline-block; padding:0px 5px; background:#f00;color:#fff; border-radius:3px; line-height:18px; margin-left:10px;}
.Courses_right_Advisory_hf {color: #e49804;line-height:18px; padding-bottom:16px; margin-left:18px; width:917px; float:left; text-align:left}
.Courses_right_Advisory_box{width:908px; margin-left:10px;border:1px solid #e2e0e0; padding:3px;color:#666; line-height:18px; position:relative; float:left; margin-top:10px;}
.Courses_right_Advisory_box_icon{width:7px;height:5px; display:block; background:url(../images/yun_kc_icon3.jpg) no-repeat; position:absolute;right:200px;top:-5px;}
.goog-textarea_box{width:830px; padding:5px; float:left}
.goog-textarea_ly{width:728px;border:1px solid #ccc;height:40px; font-size:12px;color:#666;width:100%; line-height:20px;}
.goog-textarea_tj{width:50px; text-align:right; float:left; padding-top:5px; padding-left:5px; }
.goog-textarea_tj_bth{width:50px;height:42px; border:none;background: #fdb62b;color: #865f12;float: left; cursor:pointer; float:left;border-radius:2px; }
.Reservation_list{width:100%; float:left; padding-top:10px;}
.Reservation_list .Reservation_list_singup{width:100%; float:left; border-bottom:1px solid #eee; padding-top:10px; padding-bottom:10px; line-height:25px; }
.Reservation_list .Reservation_list_singup:last-child{padding-left:10px; background:#fbfbfb; border-bottom:none;}
.Reservation_list .Reservation_list_singup_finance{width:100%; float:left; border-bottom:1px solid #eee; padding-top:10px; padding-bottom:10px; line-height:25px; }
.Reservation_list_singup .flt label{padding-left:10px;}
.Reservation_list_singup_bg{ background:#fbfbfb}
.Reservation_list_span{ display:block; float:left}
.Reservation_list_name{width:140px;}
.Reservation_list_add{width:130px;}
.Reservation_list_cou{width:100%;}
.Reservation_list_time{width:160px; float:right;}
.Reservation_list_time_sys{width:160px; text-align:center;}
.Reservation_list_cz_sys{width:110px; text-align:center; float:right; padding-left:20px;}
.Reservation_list_cont_sys{width:585px;}
.it_not_read{ background:#ff0000; color:#fff; font-size:12px; padding:0 5px; border-radius:3px; margin-left:15px;}
.Reservation_list_cz{width:130px;}
.Reservation_list_cont{width:380px;}
.Reservation_list_input{width:22px; padding-left:10px;}
.Reservation_list_check{width:13px;height:13px; overflow:hidden; margin-top:8px;}
.btn-v3{padding:0px 9px;height:26px; color:#666;border:none; background:#fff; border:1px solid #eee; margin-left:10px; border-radius:3px; cursor:pointer}
.Reservation_list_check_mt5{ margin-top:30px;}
.flow_step{width:100%;     margin:20px 0 0 0; float:left}
.flow_step li {float:left;padding:0px;background:#f1f1f1;color:#333333;font:normal 14px/30px arial, "宋体", sans-serif;text-align:center;position:relative;}
.flow_step li i {font:700 normal 20px Arial, Helvetica, sans-serif;margin-right:5px;vertical-align:middle;}
.flow_step .cols5 li {width:235px; height:30px;overflow:hidden;}
.flow_step_no1 .step_1 span, .flow_step_no1 .step_v2 span,.flow_step_no2 .step_2 span, .flow_step_no2 .step_v2 span, .flow_step_no3 .step_3 span, .flow_step_no4 .step_4 span {
    display:block;
    width:18px;
    height:30px;
    position:absolute;
    right:0;
    _right:-1px;
    top:0;
    background:url(../images/flow_step.png) no-repeat 100% -60px;
    color:#FFFFFF;
}
.flow_step_no4 .step_4 span {background:none;}
.flow_step_no1 .step_1 div, .flow_step_no2 .step_2 div, .flow_step_no2 .step_v2 div, .flow_step_no3 .step_3 div, .flow_step_no3 .step_v3 div, .flow_step_no4 .step_4 div {
background:#3281CB;color:#FFFFFF;}
.cols5 .step_4 {background-image:none;}
.cols5 .step_v3 {background:#3281cb;color:#fff}
.flow_step_no1 .cols5 .step_v3 {background:#f1f1f1;color:#333;}
.flow_step_no2 .cols5 .step_v3 {background:#f1f1f1;color:#333;}
.flow_step_no2 .step_1 span, .flow_step_no3 .step_2 span, .flow_step_no3 .step_v2 span, .flow_step_no4 .step_3 span, .flow_step_no5 .step_4 span {
    display:block;
    width:17px;
    height:30px;
    position:absolute;
    right:0;
    top:0;
    background:#F1f1f1 url(../images/flow_step.png) no-repeat 100% -30px;
}
 
.flow_step_no5 .step_1 {    background:#F1f1f1 url(../images/flow_step.png) no-repeat 100% -30px;}
.flow_step_no2 .step_1 div, .flow_step_no3 .step_2 div, .flow_step_no4 .step_3 div {background:#f1f1f1;color:#000;}
.flow_step_no3 .step_1 span, .flow_step_no4 .step_1 span, .flow_step_no4 .step_2 span {display:block;width:17px;height:30px;position:absolute;right:0;
top:0;background:#F1f1f1 url(../images/flow_step.png) no-repeat 100% 0px;}
.flow_step_no3 .step_1 div, .flow_step_no3 .step_v2 div, .flow_step_no4 .step_1 div, .flow_step_no4 .step_2 div {background:#F1f1f1;
color:#000;}
.flow_step_no2 .step_1 em.f1, .flow_step_no3 .step_1 em.f1, .flow_step_no4 .step_1 em.f1 {
    position:absolute;
    width:3px;
    height:30px;
    left:0;
    top:0;
    background:url(../images/flow_step.png) no-repeat 0px -150px;
}
.flow_step_no4 .step_4 em.f2 {position:absolute;width:3px;height:30px;right:0;top:0;background:url(../images/flow_step.png) no-repeat 100% -180px;}
.flow_step_no1 .step_4 em.f2, .flow_step_no2 .step_4 em.f2, .flow_step_no3 .step_4 em.f2, .flow_step_no1 .step_v3 em.f2, .flow_step_no2 .step_v3 em.f2, .flow_step_no3 .step_v3 em.f2 {
    position:absolute;
    width:3px;
    height:30px;
    right:0;
    top:0;
    background:url(../images/flow_step.png) no-repeat 100% -210px;
}
.flow_step_no3 .step_v3 em.f2 {position:absolute;width:3px;height:30px;right:0;top:0;}
.flow_step_no1{width:100%; float:left}
.renzheng {position:relative;display:inline-block;width:100%;float:left;}
.renzheng th {font-weight:lighter;width:110px;text-align:right;padding-right:10px;color:#666;font-size:14px;height:28px;line-height:28px;}
.renzheng td strong {font-size:16px;line-height:1.8;}
.nameyz {background-position:-32px 0;width:22px;height:18px;}
.sjyz {background:url(../images/rz_yx2.png) no-repeat;;width:19px;height:19px;float:left; margin-right:5px;}
.sjyzw {background-position:-59px -24px;width:19px;height:19px;}
.maileyz {background:url(../images/rz_sj2.png) no-repeat;;width:16px;height:18px;}
.zzyz {background:url(../images/rz_zz2.png) no-repeat;;width:23px;height:18px;}
.nameyzw {background-position:-56px 0;width:22px;height:18px;}
.sjyzw {background:url(../images/rz_yx.png) no-repeat;width:19px;}
.maileyzw {background:url(../images/rz_sj.png) no-repeat;width:16px;height:18px;float:left; margin-right:5px;}
.zzyzw {background:url(../images/rz_zz.png) no-repeat;width:23px;height:18px;float:left; margin-right:5px;}
ul.renzheng-scrool {height:27px;padding:10px 0 0 10px;margin:0 0px 0 0;background:url(details-menu-bg.gif) bottom repeat-x;clear:both;}
ul.renzheng-scrool li {float:left;display:block;margin:0px 4px 0 0;cursor:pointer;height:27px;position:relative; padding-right:2px;}
ul.renzheng-scrool li a {display:block;line-height:27px;font-size:12px;padding:0 30px 0 15px; }
ul.renzheng-scrool li.hover {background-position:100% 0;font-weight:bold;color:#000;}
ul.renzheng-scrool li.hover a {background-position:0 0;color:#000;}
ul.renzheng-scrool li.hover a:hover {color:#000;text-decoration:none;}
ul.renzheng-scrool li span {position:absolute;width:16px;height:16px;right:10px;}
ul.renzheng-scrool li span.yan {background-position:0 -22px;top:6px;_top:3px;}
ul.renzheng-scrool li span.wei {background-position:0 -108px;top:6px;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
 
#right-con {width:825px;padding:10px;}
#right-con-user {background:none;float:left;font-weight:normal;font-size:14px;}
#right-con-frame {width:826px;padding:10px 10px 10px 2px;background:none;}
.basetb {border-collapse:collapse;border:none;color:#000;table-layout:fixed;width:100%;}
.basetb th {text-align:left;height:30px;line-height:30px;font-weight:normal;color:#666;border-bottom:1px solid #f1f1f1;}
.xqxinfo {color:#666;width:500px;margin-left:120px;}
.xqxinfo table {width:100%;font-size:12px;}
.xqxinfo table th {color:#666;font-size:14px;text-align:right;font-weight:normal;height:32px;}
.xqxinfo table td {text-align:left;}
.xqxinfo td span.red {font-size:16px;font-weight:bold;margin-right:2px;}
.basetb {text-align:left;line-height:25px;}
.logo_q {width:194px;height:110px;position:absolute;z-index:999;display:inline-block;left:0px;line-height:100px;margin: 5px 0 0 5px;text-align:center}
.logo_q img {display:block;border:1px solid #ddd;}
.left_admin_left{width:196px;height:9px; background:url(../images/left_admin_bg.png) no-repeat}
 
.Binding_list{width:927px;height:60px; line-height:30px;border-bottom:1px solid #E4E4E4; background:#fff; margin-top:15px; float:left; padding:10px 0px;}
.Binding_list:last-child{border-bottom:none;}
.Binding_list_left{width:250px; float:left; font-size:14px; font-weight:bold;margin-top:6px;}
.Binding_list_left img{ vertical-align:middle; margin-right:5px;}
.Binding_list_text{width:460px; float:left;color:#999; font-size:14px; margin-top:5px;}
.Binding_oper{float:right;}
.Binding_submit{ display:inline-block;width:65px;height:25px; line-height:25px; text-align:center; margin-left:10px; background:#FEA114;color:#333; padding:5px 15px; border-radius:3px; margin-top:15px;}
.Binding_submit:hover{ background:#F30;color:#fff; text-decoration:none}
.Binding_submit_qx{display:inline-block;width:65px;height:25px; line-height:25px; padding:5px 15px; border-radius:3px; text-align:center; margin-left:10px; background:#6ab83a;color:#fff; margin-top:15px;}
.Binding_submit_qx:hover{ background:#6ab83a;color:#fff;text-decoration:none}
.Binding_submit_rz{display:inline-block;width:65px;height:25px; line-height:25px; padding:5px 15px; border-radius:3px; text-align:center; margin-left:10px; background:#C00;color:#fff;; margin-top:15px;}
.Binding_submit_rz:hover{color:#fff; text-decoration:none}
.Binding_h1{ width:100%; float:left;color:#666;font-size:12px; line-height:23px;}
.Binding_hint{width:828px; float:left; background:#fcfcfc; border:1px dashed #e4e4e4; color:#333; line-height:36px; padding-left:10px; font-size:14px; margin:8px 0 0 0;}
.Binding_hint_left{ float:left;}
.Binding_hint a{ float:right; color:#1178c3; margin-right:10px; cursor:pointer;}
.Binding_hint b{ color:#c30; font-weight:normal;}
.Binding_a{color:#06F; margin-left:15px; text-decoration:underline}
.Binding_list_b{color:#1cb177}
.Binding_pop_box_msg{background: #FEFCE8; border: 1px solid #FFE4B5;color: #E5A408;font-size:14px; line-height:30px; text-indent:10px;}
.Binding_pop_box_list{width:100%; margin-top:20px; float:left}
.Binding_pop_box_list_text{width:180px;height:28px; line-height:28px;border:1px solid #CFCFCF; margin-left:5px; float:left; float:left}
.Binding_pop_box_list_left{ display:inline-block;width:110px; text-align:right; font-size:14px;color:#666; float:left; line-height:28px;}
.Binding_pop_box_list_left_i{color:#F30; margin-right:5px;}
.Binding_pop_box_list_textw200{width:240px;}
.Binding_pop_box_img{ width:140px;position:absolute;left:120px;top:0px;}
.Binding_pop_box_img_look{width:100%; text-align:center; line-height:30px;}
.Binding_pop_box_img_look a{color:#09F}
.Binding_pop_bth{ display:inline-block; height:28px; line-height:28px; padding:0px 5px; background-color: #F1F1F1; border: 1px solid #E5E5E5;border-radius: 3px; color: #848484; float:left; margin-left:10px;}
.Binding_pop_sub{width:100%; float:left}
.Binding_pop_bthbc{width:80px;height:30px; background:#DE6667; cursor:pointer;border:none;color:#fff}
.Binding_pop_bthqx{width:80px;height:30px; background:#f1f1f1; cursor:pointer;border:none;color:#333}
.Binding_list_text_mt{ margin-top:15px;}
.xubox_botton_emali{cursor:pointer; background:#DE6667; display:inline-block; height:28px; line-height:28px; padding:0px 5px; border:none; color:#fff; float:left;}
.xubox_botton_emali_qx{ background:#f1f1f1; border:1px solid #f1f1f1;color: #848484;}
.Binding_pop_box_list img{ vertical-align:middle; margin-left:10px;}
.resume_Prompt{width:808px; margin-top:10px;border:1px solid #ffe4b5;  color:#9f6c08; padding-top:5px; padding-bottom:5px; line-height:23px; float:left; font-size:12px; font-family:宋体; padding-left:30px; background:#ffffe0 url(../images/yun_ts.png) no-repeat 10px  center}
.mt10{ margin-top:10px;}
.List_Title_content_Advisory_bor {background: none repeat scroll 0 0 #FEFCE8;border: 1px solid #FFE4B5;float: left;font-family: 宋体; font-size: 12px;line-height: 23px;margin-top: 5px;padding-bottom: 5px;padding-top: 5px;width: 750px; padding-left:4px;}
.List_Ope_Advisory {font-size: 12px;line-height: 22px;padding-bottom: 5px;padding-top: 5px;}
.List_Title_content_Advisory_r2{ float:right; margin-right:5px;}
.List_Title_conten_tit{color:#FF3300}
.pages{width:100%; padding-top:10px; padding-bottom:10px; clear:both; text-align:center}
.pages a{ display:inline-block; padding:3px 8px;border:1px solid #ddd; margin-right:8px;;}
.pages  .selected{ background:#090;color:#fff;border:1px solid #090;}
.admin_Operating_sh {color: #787C7D;padding: 10px;}
.admin_Operating_sh_h1 {background: none repeat scroll 0 0 #FAF9F7;border: 1px solid #D9D8D6;padding: 5px;}
.admin_Operating_sh_sm {height: 30px;line-height: 30px;width: 100%;}
.admin_Operating_text {border: 1px solid #D9D8D6;color: #787C7D;height: 50px;width: 96%;}
.admin_Operating_sub{ margin-top:10px; text-align:center}
.cancel_btn{background:#F63;color:#fff; text-decoration:none; border:none; width:65px; height:30px; line-height:30px; text-align:center; cursor:pointer;}
.header_msg_newbox{ float:left}
.header_msg_new{line-height:45px; float:left; padding-left:30px; background:url(../images/msg.png) no-repeat left 12px; margin-left:20px; position:relative}
.header_msg_new i{ padding:2px 5px; background:#f00;color:#fff; position:absolute;left:50px;top:5px; line-height:12px;border-radius:20px; font-size:12px;}
.header_Remind span{ width:60px;float:right; text-align:right}
.header_Remind{ position:relative; float:left}
.header_Remind_list_a{width:140px;float:left;padding:5px 0;}
.header_Remind_list_a a{width:80px; float:left}
.header_Remind b{color:#F00}
.header_Remind_list{width:150px;border:1px solid #1cb177; background:#fff; position:absolute;left:0px;top:44px; padding-right:6px; padding-bottom:5px;; z-index:500; padding-top:5px;}
.header_Remind_hover{ position:relative;  z-index:9999999;}
.header_Remind_hover .header_Remind_list_a{ padding-left:10px; line-height:23px;color:#666}
.header_Remind_em{ display:inline-block;background: url(../images/yun_t_menu1.png) no-repeat 33px 15px;display: block;float: left;height: 35px;padding-left: 10px;position: relative;text-align: left;width: 40px;z-index:600;}
.header_Remind_em_hover{width:38px;border-left:1px solid #ccc;border-right:1px solid #ccc;background:#fff url(../images/yun_t_menu2.png) no-repeat 33px 15px;}
.header_Remind_msg{ display:inline-block;width:17px;height:13px; background:url(../images/xf.gif) no-repeat; margin-top:12px;}
.header_Remind_em_hover .header_Remind_msg{ background:url(../images/xf_h.gif) no-repeat;}
.header_Remind_list_r{color:#f60; font-size:14px;}
.top_right_re{position: relative;z-index:1000;}
.top_right {}
.top_right a {display: inline-block;}
.header_Remind_list_tt{ float:left; margin-left:30px;}
.header_Remind_list_tt a{color:#fff;height:45px; line-height:45px; display:inline-block; background:url(../images/tc.png) no-repeat left center; padding-left:35px;}
.yun_topLogin { display: inline; float: left;height: 45px;line-height: 45px;position: relative;text-align: center;width: 80px;}
.yun_topLogin a {color: #777777;}
.yun_topLogin a:hover{ text-decoration:none}
.yun_topLogin a.yun_More { background: url(../images/yun_t_menu1.png) no-repeat  63px 15px;display: block; float: left;  height: 35px; padding-left: 10px; position: relative; text-align: left; width: 70px;z-index: 13;}
.yun_topLogin a.yun_Morecurrent { background: url(../images/yun_t_menu2.png) no-repeat  63px 15px #FFFFFF; border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;padding-left: 9px; width: 69px;}
.yun_Moredown {border:1px solid #ccc;border-top:none;left: 0; position: absolute;top: 35px;z-index: 12; background:#fff}
.yun_top_nav_box{  width:295px;padding-left:10px; padding-right:10px; float:left; padding-top:5px;}
.yun_top_nav_h1{width:100%;height:25px; line-height:25px; background:#f8f8f8; font-weight:bold; text-indent:5px; float:left}
.yun_Moredown li {float: left;line-height: 28px; text-align: center;width:95px;}
.yun_Moredown li a {color: #666666;}
.yun_Moredown li:hover {background-color: #F0F0F0;}
.yun_topNav {display: inline;height: 45px; line-height: 45px;position: relative;text-align: center; width: 80px;}
.yun_topNav a {color: #666666;}
.yun_topNav a:hover{ text-decoration:none}
.yun_topNav a.yun_navMore { background: url(../images/yun_t_menu1.png) no-repeat  73px 20px ;display: block; float: left; height: 45px;padding-left: 10px; position: relative;text-align: left;width: 80px;z-index: 203;color:#fff}
.yun_topNav a.yun_webMorecurrent {background: url(../images/yun_t_menu2.png) no-repeat  73px 20px #FFFFFF;border-left: 1px solid #1cb177; border-right: 1px solid #1cb177; padding-left: 9px;width: 79px;color:#333}
.yun_webMoredown {background-color: #FFFFFF;border: 1px solid #1cb177; left: -227px; position: absolute;text-align: left; top: 44px; width: 315px; z-index: 202; overflow:hidden}
.yun_webMoredown .yun_top_nav_box_l {float: left;height: auto;padding-bottom: 5px;padding-left: 10px; padding-top: 5px;width:305px;}
.yun_webMoredown .yun_top_nav_box_l li { float: left;height: 30px;line-height:30px;width:95px;}
.yun_webMoredown .yun_top_nav_box_l li a {color: #666666;}
.yun_webMoredown .yun_top_nav_box_l li a:hover {color: #0095EB;}
.yun_top_nav_box_wx{width:100%;border-top:1px solid #ddd; float:left; padding:10px 0;}
.yun_top_nav_box_wx li{ width:70px;float:left}
.yun_top_nav_box_wx li a {width:50px;height:25px; line-height:25px; background: url(../images/mobile_ico.gif) no-repeat ;display: block;padding-left: 22px; float:left}
.yun_top_nav_box_wx li a.move_01 {background-position: 4px -130px;}
.yun_top_nav_box_wx li a.move_01:hover {background-position: 4px 5px;color: #FF6600 !important;}
.yun_top_nav_box_wx li a.move_02 {background-position: 2px -158px;}
.yun_top_nav_box_wx li  a.move_02:hover {background-position: 2px -23px;}
.yun_top_nav_box_wx li a.move_03 {background-position: 0 -210px;}
.yun_top_nav_box_wx li a.move_03:hover {background-position: 0 -75px;}
.yun_top_nav_box_wx li a.move_04 {background-position: 2px -185px;}
.yun_top_nav_box_wx li a.move_04:hover {background-position: 2px -50px;}
 
.fr{ float:right}
.fl{ float:left}
.tian_btn_02{width:169px;height:36px;border:none; border-radius:3px; background:#fdb62b;color:#333; font-family:微软雅黑; font-size:16px; margin-top:18px; margin-right:5px;}
.show_pic_no{width:708px; font-size:14px; text-align:center;border:1px dashed #ccc; margin-top:10px;height:40px; line-height:40px;color:#999}
.show-pic_sc{width:106px;height:37px; line-height:37px;color:#fff; font-size:14px; display:inline-block; background:url(../images/sub1.png) no-repeat; text-align:center;}
.file_button {border-top: 1px dashed #d0e5fb;margin-top: 10px;padding-top: 10px;width: 100%;}
.msg_no{width:700px;color: #656565; font-size: 15px;padding: 140px 0 50px;text-align: center; background:url(../images/yun_no.jpg) no-repeat center 20px;float:left;}
/*底部样式*/
.w1000{width:1200px; margin:0 auto;}
.hp_foot{width:100%;text-align:center;background:#31383e;margin-top:20px;}
.hp_foot_wt{padding:45px 0px;}
.hp_foot_wh{width:630px;padding-left:50px; position:relative}
.hp_foot_wh_lline{width:1px;height:120px;border-left:1px  dashed #555555; display:inline-block; position:absolute;left:30px;top:40px;}
.hp_foot_wh_rline{width:1px;height:120px;border-left:1px  dashed #555555; display:inline-block; position:absolute;right:20px;top:40px;}
.hp_foot_wh dl{float:left;width:110px;text-align:center;}
.hp_foot_wh dl dt{color:#ccc; font-size:16px; padding-bottom:10px;}
.hp_foot_wh dl dd{color:#999; line-height:36px; font-size:12px;}
.hp_foot_wh dd ul li a{color:#999;}
.hp_foot_pho{width:255px;text-align:center; margin-top:20px;}
.hp_foot_pho dl{line-height:30px;}
.hp_foot_pho dl dt{width:54px;height:45px;display:block;margin:0 auto 10px;background:url(../images/kf_tel.png) no-repeat;}
.hp_foot_pho dl dd{color:#b3b1b1;}
.hp_foot_pho dl dd.hp_foot_pho_nmb{color:#ffa405;font-size:30px; padding:10px 0;}
.hp_foot_wx{margin-top:75px;width:105px;text-align:center; margin-left:20px;}
.hp_foot_wx dl dt{width:105px;height:115px;display:block;}
.hp_foot_wx dl dd{color:#ccc; font-size:12px;}
.hp_foot_bt{background:#31383e;line-height:30px;}
.hp_foot_bt_c{width:1200px; margin:0 auto;border-top:1px solid #50565b;padding-top:25px;padding-bottom:15px;}
.hp_foot_bt P{color:#999; font-size:12px;}
.hp_foot_bt P a{color:#999}
.hp_foot_bt_cr{color:#505050;}
.hp_foot_bt_bot{margin-top:20px;}.course_nm{padding-right:20px;color:#0053a5;}
 
 
 
 
.Gain_integral{width:165px;height:35px; line-height:35px; text-align:center; font-size:18px;color:#fff;font-family:microsoft yahei,宋体; position:absolute;right:-10px;top:10px; background:#ff7300}
.Gain_integral a{color:#fff;}
.Gain_integral a:hover{color:#fefc43; }
.Gain_integral_span{ display:block;width:100%; position:relative; z-index:9}
.Gain_integral_icon{width:10px;height:9px; display:inline-block; background:url(../images/m_jf_icon.gif) no-repeat; position:absolute;right:0px;bottom:-9px;_bottom:-28px;}
.Basic_Information_approve span{ color:#4d4949; padding-left:25px; height:20px; line-height:20px; float:left; margin:5px 0 0 0;}
.Basic_Information_approve .vip_mes_rzed{ background-position:0px -107px;}
.Basic_Information_approve .vip_mes_rz_sjed{ background-position:12px -130px; padding-left:28px;}
.Basic_Information_approve .vip_mes_gred{ background-position:7px -148px;padding-left:28px;}
.Basic_Information_approve .vip_yx{ background:url(../images/user-ui2-icon_09.jpg) no-repeat; margin-right:10px;}
.Basic_Information_approve .vip_sj{ background:url(../images/user-ui2-icon_15.jpg) no-repeat; margin-right:10px;}
.Basic_Information_approve .vip_no_yx{ background:url(../images/user-ui2-icon_11.jpg) no-repeat; margin-right:10px;}
.Basic_Information_approve .vip_no_sj{ background:url(../images/user-ui2-icon_18.jpg) no-repeat; margin-right:10px;}
.Basic_Information_approve .vip_zhiz{ background:url(../images/user-ui2-icon_22.jpg) no-repeat; margin-right:10px;}
.Basic_Information_approve .vip_no_zhiz{ background:url(../images/user-ui2-icon_24.gif) no-repeat; margin-right:10px;}
.Basic_Information_approve .vip_mes_jb{ color:#aba5a5;} 
.Basic_Information_approve .vip_mes_jb a:hover{ text-decoration:underline;}
.Basic_Information_approve .vip_mes_jb .vip_sj{ background:#ff6600; padding:1px 5px; border-radius:4px; font-size:12px; color:#fff; margin-left:18px;}
.vip_con dl .vip_mes_jb .vip_zzb{ background:#ececec; border:1px solid #dddada; padding:1px 5px; border-radius:4px; font-size:12px; color:#456dab; margin-left:18px;}
.index_logo_bg{width:100%;height:30px; line-height:30px; background:#000; position:absolute;left:0px;bottom:0px;filter:alpha(opacity=60);opacity:0.6;}
.index_logo_p{width:100%;height:30px; line-height:30px;color:#fff; position:absolute;left:0px;bottom:0px; text-align:center}
.index_logo_p a{color:#fff;}
 
/*获取积分*/
.integral_h1{width:100%; padding:20px 0; font-size:18px; float:left; text-align:center}
.integral_cont{width:927px; font-size:12px; }
.integral_cont_fs{ font-size:16px; font-weight:bold;color:rgb(0,0,128); margin-top:20px;}
.integral_cont_list {width:925px; float:left;border:1px solid #ddd; margin-top:10px; border-bottom:none;}
.integral_cont_list li{width:100%;height:48px; line-height:48px;border-bottom:1px solid #ddd; float:left}
.integral_cont_list_span{ display:inline-block;width:319px;border-right:1px solid #ddd; margin-right:30px; padding-left:10px; float:left}
.integral_cont_list li b{ font-size:16px; font-weight:bold;color:#f60; padding:0px 5px;}
.integral_cont_list_span_c{ display:inline-block;width:380px;border-right:1px solid #ddd;  padding-left:10px; float:left}
.integral_cont_list_a{ text-decoration:underline; color:#f60;}
.integral_cont_list li:hover{ background:#f8f8f8}
.integral_cont_list_span_r{width:168px; text-align:center; display:inline-block; float:left}
.sub_btn{ margin-top:20px;}
.show-pic_sc:hover{color:#fff}
.Basic_Information_t_wws{color:#f60; text-decoration:underline}
.Basic_Information_t_p_a{ margin-right:20px;color:#1369c0}
.Basic_Information_t_p{ padding:5px 0px;}
.Courses_Team a{font-size:16px; color:#1cb177; font-weight:normal;}
.right_column_news_r a{color:#666}
.right_column_news_name a{padding-left:16px; color:#666666;}
.new_Leave_li_list a{color:#666666}
.Reservation_list_span a{color:#666}
.ab_about_fj ul .ab_about_fj_b a{color:#333; font-size:14px;}
.curriculum_operate{width:88px;text-align:center;float:right;padding-right:24px;}
.curriculum_operate a{font-size:14px; color:#666666;}
.right_column_h1_span{width:100%;color:#000000;font-size:18px; font-weight:normal; height: 30px;line-height: 30px;}
.payment_tip{width:; padding:35px 15px 15px 15px; font-size:14px; line-height:30px;color:#333;}
.payment_bottom{background-color: #fcfcfc;padding: 20px 0 20px 0;text-align: center;border-top: #e6e6e6 1px solid; margin-top:50px;}
.payment_tip_s{color:#f60; font-size:18px;}
.payment_bottombutt{ display:inline-block;width:122px;height:34px; line-height:34px; text-align:center; font-size:14px; background:#f60;color:#fff;border-radius:3px; margin-right:10px;}
.payment_bottombutt:hover{ background:#C30;color:#fff; text-decoration:none}
.payment_bottom_bth2{display:inline-block;width:122px;height:34px; line-height:34px; text-align:center; font-size:14px; background:#ddd;color:#333;border-radius:3px;}
.payment_bottom_bth2:hover{ background:#ccc;color:#333; text-decoration:none}
.Basic_Information_t_p_y{ font-weight:bold;color:#f60; font-size:14px;}
.info_logo{width:120px; position:absolute;right:40px;top:100px; padding:10px;}
.info_logo img{border:1px solid #eee}
.info_logo_p{width:120px;height:35px; line-height:35px; text-align:center;border:1px solid #eee;border-top:none}
.info_logo_p a{color:#456dab}
.sigm_up_box{width:100%;border-bottom:1px solid #eee; float:left; padding:10px 0;color:#453e3e}
.sigm_up_box:last-of-type{border-bottom:none;}
.sigm_up_box_checkbox{width:13px; position:absolute; top:12px; left:0px;}
.sigm_up_box_r{ width:730px;float:left}
.sigm_up_box_r_user{width:360px; float:left; line-height:24px;}
.sigm_up_box_r_user_name{ }
.sigm_up_box_r_fk{width:330px; float:left;  line-height:24px;}
.sigm_up_box_r_sc{float:right; width:90px; text-align: center;}
.sigm_up_box_r_sc a{color:#666;}
.sigm_up_box_r_p{width:888px; float:left; padding:5px 0px 5px 35px; color:#e49804; line-height:24px;}
.sigm_up_box_r_user_time{ padding-left:20px;}
.sigm_up_box_r_user_name_s{font-size:14px;color:#1369c0}
.sigm_up_box_checkbox_w50{width:60px; float:left; padding-left:10px; margin-top:5px;}
.sigm_up_box_bg{ background:#fbfbfb}
.message_list_box{width:838px;border:1px solid #eee; float:left; margin-top:10px; padding:5px 0;color:#453e3e}
.message_list_box_userleft{ width:700px;float:left; padding-left:10px; line-height:24px;}
.message_list_box_cont{width:100%; float:left; line-height:24px;}
.message_list_box_cont_pd{ padding-left:10px;}
.Basic_in_right_w{width:420px; float:left}
.toggle{ float:left;color:#09F; font-weight:bold; cursor:pointer}
.sys_bot{width:100%;text-align:center;}
.sys_tm{padding:20px;line-height:30px;color:#666;}
.sys_tm p i{color:#999;}
.sys_bot_del{width:70px;height:30px;line-height:30px;text-align:center;background:#f90;color:#fff;display:inline-block;}
.sys_bot_qx{width:70px;height:30px;line-height:30px;text-align:center;background:#e9e9e9;color:#666;display:inline-block;margin-left:20px;}
.sys_bot_del:hover{color:#fff;background:#F28B4D;text-decoration:none;}
.sys_bot_qx:hover{color:#666;text-decoration:underline;}
.header_info{width:100%;height:202px;}
.header_info_w1100{width:1100px; margin:0 auto}
.header_info_logo{width:100px;height:100px; margin-left:33px; float:left; margin-top:51px;}
.header_info_logo img{border-radius:50%;}
.header_info_cont{width:501px; float:left; padding-left:32px;color:#fff; padding-top:54px;}
.header_info_jgname {width:100%; font-size:18px; color:#393535; float:left;}
.header_info_jgname a{color:#fff;}
.header_info_cruiser{float:left;}
.header_info_jgname .header_info_ws{color:#f51b35; text-decoration:underline}
.header_info_cz{width:100%; height:56px; line-height:56px; float:left;}
.rz_box{width:100%; padding-top:9px; float:left;}
.rz_icon{height:28px; line-height:28px; display:inline-block; padding-left:35px;color:#999999; margin-right:15px;}
.yxrz{background:url(../images/yxrz.png) 7px center no-repeat; }
.yxwrz{background:url(../images/yxwrz.png) 7px center no-repeat; }
.sjrz{background:url(../images/mobie_yi.png) 10px center no-repeat; }
.sjwrz{background:url(../images/mobie.png) 10px center no-repeat; }
.zzrz{background:url(../images/zzrz.png) 9px center no-repeat; }
.zzwrz{background:url(../images/zzwrz.png) 9px center no-repeat; }
.rz_box a:hover{ text-decoration:none;}
.hqjf{width:68px; height:30px; line-height:32px; text-align:center; border:1px solid #1cb177; display:inline-block; border-radius:3px; color:#1cb177}
.accomodation_abuse{color:#999999; font-size:14px;}
.header_info_accuracy{padding-left:50px; padding-top:5px; float:left;}
.header_info_cz_line{ font-size:12px;color:#999999; padding:0px 8px;}
.header_jf{padding-left:30px;width:260px; border-left:1px solid #f2f2f2; float:left;color:#888888; line-height:30px; margin-top:13px;}
.Left_column_home{width:100%;height:40px; line-height:40px; background:#0053a5; text-indent:15px;color:#fff; font-size:16px;}
.Left_column_home a{color:#fff;}
.Basic_in li.changetag{width:75px;text-align:center;margin-top:0;}
.changetag{
    background: #CAE2F0;
    margin-bottom: 10px;
    padding: 0px 12px;
    height: 30px;
    float: left;
    margin-right:15px;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
}
 
.changetag.resume_pop_bq_cur {
    background: #FFC url(../images/yxz.png) no-repeat right bottom;
    padding: 0px 11px;
    cursor: default;
    height: 28px;
    line-height:28px;
    border: 1px solid #FC9;
}
.changetag.resume_pop_bq_cur em {
    color: #AD8954;
}
.changetag em {
    color: #305E8F;
}
.job_add_y_list ul li{padding:0px 12px;}
.right_index_border{width:780px; background:#fff; padding:15px; float:left;min-height:200px;  position:relative}
.right_index_border_index_home{width:927px; background:#fff; padding:19px 31px 16px 23px; float:left;min-height:200px;  position:relative}
.right_index_h1{ width:100%; float:left;font-size:18px;color: #0e0c0c;}
.right_index_nomsg{width:100%; padding-top:100px; padding-bottom:30px; background:url(../images/yun_no.jpg) no-repeat center top; text-align:center; margin-top:20px; float:left; }
.right_index_ybox{width:100%; float:left; padding-top:25px; overflow:hidden;}
.right_index_sj_box{width:100%;}
.right_index_sj_box_c{width:100%; background:#fff;}
.right_index_sj_box_s{width:85px; margin-right:45px; display:block; float:left; font-size:16px;color:#fff}
.right_index_sj_box_s a{width:85px; font-size:14px; text-align:center; padding-left:10px; color:#888;height:70px; padding-top:15px; display:block; position:relative}
.right_index_sj_box_s .right_index_sj_box_s_a1:hover{text-decoration:none;}
.right_index_sj_box_s .right_index_sj_box_s_a2:hover{text-decoration:none;}
.right_index_sj_box_s .right_index_sj_box_s_a3:hover{text-decoration:none;}
.right_index_sj_box_icon{width:35px;height:35px; display:inline-block; position:absolute;left:25px;top:15px;}
.right_index_sj_box_icon1{ background:url(../images/tran1.png) no-repeat;}
.right_index_sj_box_icon2{ background:url(../images/tran2.png) no-repeat;}
.right_index_sj_box_icon3{ background:url(../images/tran3.png) no-repeat;}
.right_index_sj_box_s strong{color:#222; display:block;height:30px; font-size:18px; margin-top:5px;}
.left_kc_fb{ background:#f28d2a; padding:2px 10px; line-height:20px;border-radius:3px;color:#fff; position:absolute;right:10px;top:8px;}
.left_kc_fb:hover{color:#fff; text-decoration:none; background:#f30;}
.bingding_yx_wr{float:left; font-size:16px; font-weight:normal; height:50px;line-height:50px;padding-left:20px;}
.bingding_yx{width:26px;height:26px;margin-top:5px;padding:8px;border-radius:50px;float:left;display:block;background:#ccc;}
.binding_yx_icon{width:26px;height:26px;background:url(../images/yx.png) no-repeat center center;display:inline-block;}
.binding_sj_icon{width:26px;height:26px;background:url(../images/s.png) no-repeat center center;display:inline-block;}
.binding_qq_icon{width:26px;height:26px;background:url(../images/qq.png) no-repeat center center;display:inline-block;}
.binding_xl_icon{width:26px;height:26px;background:url(../images/xl.png) no-repeat center center;display:inline-block;}
.binding_wx_icon{width:26px;height:26px;background:url(../images/w.png) no-repeat center center;display:inline-block;}
.binding_sf_icon{width:26px;height:26px;background:url(../images/sf.png) no-repeat center center;display:inline-block;}
.bingding_yx_cur{background:#6ab83a;}
.right_mycurriculum_h1{width: 100%;font-size:18px; color:#0e0c0c;}
.right_nav_box{width:927px;height:34px; line-height:34px;border-bottom:none; background:#fff; margin-top:21px; position:relative; z-index:10}
.right_nav_box_list{ position:absolute;left:0px;top:0px;}
.right_nav_box_list li{width:100px; float:left;height:32px; line-height:32px; text-align:center; margin-right:10px; border:1px solid #eee; border-bottom:none;}
.right_nav_box_list .right_nav_box_cur{background:#fff;border-bottom:1px solid #fff; border-top:2px solid #1cb177; font-weight:bold}
.right_nav_box_list .right_nav_box_cur a{color:#1cb177;}
.right_nav_box_list a{font-size:16px; color:#5d697a; font-weight:normal;}
.right_nav_box_fb{display:inline-block; position:absolute;right:0px;top:-14px; width:118px; height:36px; line-height:36px; text-align:center; background:#fdb62b; font-size:16px; border-radius:3px; color:#865f12;}
.paylog_w330{width:330px; padding-left:10px;}
.paylog_w289{width:289px; padding-left:10px;}
.paylog_w200{width:200px;}
 
/*积分图标*/
.mb_con_icon{width:20px;height:48px;padding-right:10px;display:block;float:left;}
.mb_con_icon_w{background:url(../images/jb.png) no-repeat left center;}
.mb_con_icon_s{background:url(../images/stc.png) no-repeat left center;}
.mb_con_icon_y{background:url(../images/yq.png) no-repeat left center;}
.mb_con_icon_d{background:url(../images/dl.png) no-repeat left center;}
.mb_con_icon_rzd{background:url(../images/rzd.png) no-repeat left center;}
.mb_con_icon_n{background:url(../images/nmb.png) no-repeat left center;}
.mb_con_icon_fb{background:url(../images/fb.png) no-repeat left center;}
.mb_con_icon_pr{background:url(../images/ppy.png) no-repeat left center;}
.mb_con_icon_fw{background:url(../images/fbwt.png) no-repeat left center;}
.mb_con_icon_px{background:url(../images/px.png) no-repeat left center;}
.mb_con_icon_zc{background:url(../images/zc.png) no-repeat left center;}
.mb_con_icon_rp{background:url(../images/rp.png) no-repeat left center;}
.mb_con_icon_ph{background:url(../images/ph.png) no-repeat left center;}
.mb_con_icon_ly{background:url(../images/ly.png) no-repeat left center;}
.mb_con_icon_qd{background:url(../images/qdjf_icon.png) no-repeat left center;}
.com_pl_pf{ margin-right:5px; background:#fffdfb;border:1px solid #fcc877; padding:2px 5px;}
.com_pl_list{width:100%;border-bottom:1px solid #f2f2f2;font-size:12px;line-height:22px;padding-top:8px; padding-bottom:8px; float:left }
.com_pl_gc{width:100%; float:left; padding:10px 0 0 0}
.com_pl_gc_n{ display:inline-block; padding-left:10px;color:#666}
.table_form  .com_pl_textarea{width:320px;height:60px;border:1px solid #ddd; padding:5px;}
.lt_tip{width:100%;background:#ffffe0 url(yun_ts.png) no-repeat 10px center;color:#e2731a;padding-top:5px;padding-bottom:5px;line-height:23px;float:left;margin:15px 0 0 0;text-indent:30px;}
.lt_job_date{width:100%; float:left; padding:5px 0 0 0}
.lt_job_date_em{ display:inline-block; padding-left:30px;}
.paet_tj_box{ padding:10px;}
.paet_tj_tip{width:300px; background:#f8f8f8; padding:10px;}
.com_detail_jb{font-size:15px;height:30px;line-height:30px;color:#666;font-weight:bold;width:100%;border-bottom:1px solid #e9e9e9;}
.rebates_user{line-height:30px;color:#666;}
.rebates_user_box{line-height:30px;margin-top:10px;}
.rebates_user_box_bx{width:560px;margin-top:10px;padding:5px;line-height:25px;height:60px;border:1px solid #e9e9e9;color:#666;}
.com_detail_l{height:30px;display:inline-block;border-bottom:2px solid #5EA7DC;}
.rebates_nm{color:#999;}
.rebates_rage{color:#D62537;}
.rebates_name{color:#2B6DC8;}
.basic_size{background:#f3f3f3;margin-left:10px;padding:0px 20px;display:inline-block;color:#999;}
.msg_no_tj{height:35px;line-height:35px;margin-top:10px;background:#f90;color:#fff;font-size:14px;padding:0px 55px;border-radius:3px;display:inline-block;}
.msg_no_tj:hover{color:#fff;text-decoration:none;background:#F8892E;}
.hj_show{width:100%;height:23px; line-height:23px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
 
.yun_bth_pic{width:122px;height:38px; line-height:38px; background:#f8f8f8 ;border:1px solid #ddd; position:relative;  cursor:pointer; margin-top:10px;}
 
 
.com_index_sign_box{margin-left:9px; float:right;}
/*签到*/
.f18 { font-size: 18px;}
.f_red {color: #d10000;}
.mod_join_coin {border: 0 none;font-family: inherit;font-feature-settings: inherit;font-kerning: inherit;font-language-override: inherit;font-size-adjust: inherit;font-stretch: inherit;font-style: inherit;font-synthesis: inherit;font-variant: inherit;font-weight: bold;line-height: inherit;margin: 0;outline: 0 none;padding: 0;vertical-align: baseline;word-wrap: break-word;}
.singer_r_img {background: rgba(0, 0, 0, 0) url("../images/sing_week.gif") no-repeat scroll right 2px;display: block;height: 52px;line-height: 45px;text-decoration: none; vertical-align: middle;width: 114px;}
.singer_r_img:hover { background-position: right -53px;text-decoration: none;}
.singer_r_img span {color: #165379;font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif !important;font-size: 16px;font-weight: 700;margin-left: 14px;}
.singer_r_img.current {background:url("../images/sing_sing.gif") no-repeat scroll 0 2px;border: 0 none;text-decoration: none;}
.sign table {border-collapse: collapse;border-spacing: 0; width: 100%;}
.sign th, .sign td { border: 1px solid #e3e3e3;height: 30px;line-height: 30px; text-align: center;width: 30px;}
.sign th {font-size: 14px;color:#333;}
.sign td {color: #404040;vertical-align: middle; font-size:14px;}
.sign .on {background:url("../images/sign_have.gif") no-repeat scroll center center;}
.calendar_month_next, .calendar_month_prev {background:url("../images/sign_arrow.png") no-repeat scroll 0 0;cursor: pointer;height: 40px;width: 34px;}
.calendar_month_next { background-position: -42px -6px;float: right;}
.calendar_month_span { color: #656565; display: inline;font-size: 14px;font-weight: bold; letter-spacing: 2px;line-height: 30px;}
.calendar_month_prev {background-position: -5px -6px; float: left;}
.sign_succ_calendar_title {background: #fff none repeat scroll 0 0;border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; text-align: center;width: 278px;}
.sign_main { background-color: #fbfefe;border-top: 1px solid #e3e3e3;display: none;font-family: "Microsoft YaHei",SimHei;right:-1px;position: absolute;top:29px;width: 280px;}
.signdiv .yqd, .signdiv .yqd:hover { color:#fff; background:#1cb177;}
.left_box_zp_qd {color: #fff;display: block;height:32px; background:#1cb177;line-height:34px;font-size:14px; width:85px;border-radius:3px; text-align:center;}
.left_box_zp_qd:hover {background:#d10919; color: #fff; text-decoration: none;}
.signdiv{width:100%; position:relative; z-index:10;}
 
.px_qb{ padding-top:10px; padding-left:10px;}
.packloglost_box_money{ font-size:18px;color:#f60;}
.packloglost_box_money_bth{ padding:5px 10px; background:#f60;color:#fff; margin-left:10px;border-radius:3px;}
.packloglost_box_money_bth_c{ background:#0053a5}
.packloglost_box_money_bth:hover{color:#fff}
 
.com_Release_name{ font-size:14px;color:#456dab; font-weight:bold}
.com_release_box{}
.com_release_box li{ padding:20px 0px 0px 200px; position:relative}
.com_release_name{width:180px; position:absolute;left:0px;top:20px; line-height:38px; text-align:right}
.com_release_cont{}
.com_release_cont_text{width:300px;}
.com_release_select{width:100px; display:inline-block;}
.com_release_selectw145{width:145px; margin-right:6px;}
.com_release_selectw100{width:100px; margin-right:6px;}
.com_release_cont_textw130{width:140px; display:inline-block; vertical-align:middle;position:relative}
.com_release_cont_dw{ position:absolute; display:inline-block; position:absolute;right:10px;top:0px; line-height:38px;}
.com_release_cont_line{ display:inline-block; line-height:38px;}
.withdraw_tx_box_n{    font-size: 24px;color: #f00;}
.job_list_tit{width:100%;height:35px; position:relative;border-bottom:1px solid #eee; margin-top:10px;}
.job_list_tit ul {width:90%; position:absolute;left:0px;bottom:0px;}
.job_list_tit ul li{ display:inline-block; float:left;height:45px; line-height:45px;text-align:center; margin-left:20px; margin-right:20px; } 
.job_list_tit ul li a{ display:inline-block; padding:0px 5px; }
.job_list_tit ul .job_list_tit_cur{ height:43px; line-height:43px;border-bottom:2px solid #456dab}
.job_list_tit ul .job_list_tit_cur a{color:#456dab; font-weight:bold}
.com_table{width:100%;border-collapse: collapse;border-spacing: 0;}
.com_table th{ background:#f8f8f8; padding:10px 5px; font-size:13px;color:#000}
.com_table td{border-bottom:1px solid #eee;padding:15px 5px; font-size:13px;}
.com_table .table_end{border:none;}
.Binding_pop_box_msg_cont_new{  width:20px; text-align:center;border-radius:20px; font-size:12px;height:16px; line-height:16px; background:#f00;color:#fff; position:absolute;left:40px;top:-10px;}
.kc_subpay{width:100%;}
.kc_subpay table th{ background:#f8f8f8; padding:8px 10px;}
.kc_subpay table td{ background:#fff; padding:8px 10px; text-align:center;border-bottom:1px solid #eee}
.kc_subpay_tit{ padding:20px 0 15px 10px; font-weight:bold}
.member_no_abth{ padding:8px 20px; background:#f60;color:#fff; display:inline-block; margin-top:10px;border-radius:3px; font-size:14px;}
.member_no_abth:hover{ background:#f30;color:#fff; text-decoration:none;}
.px_listbox{width:100%; float:left; padding-top:20px;}
.px_tit{width:100%; background:#fbfbfb; padding:12px 0; float:left}
.px_tit_n{ float:left;height:20px; line-height:20px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.px_tit_w250{width:250px;}
.px_tit_w100{width:100px; text-align:center}
.px_tit_w150{width:150px;}
.px_tit_l150{width:150px; text-align:center}
.px_tit_w120{width:120px; text-align:center}
.px_tit_w80{width:80px; text-align:center}
.px_tit_pd{ padding-left:15px; display:inline-block}
.px_list{width:100%; padding:20px 0;border-bottom:1px solid #eee; float:left}
.ly_hf {width:900px;padding-left:15px;  color: #e49804;line-height:18px; width:100%; float:left; text-align:left}
.ly_nr{width:900px; float:left; line-height:35px;padding-left:15px; color:#1cb177;}
.wx_bdtck_pic{ padding:10px;width:180px;height:180px; line-height:180px; text-align:center;border:1px solid #eee; margin:20px auto}
.wx_bdtck_p{width:100%; text-align:center;color:#999; font-size:15px;}
 
.wx_login_show_sxbox{width:180px; line-height:20px; text-align:center;color:#999}
.wx_login_show_sxicon{width:150px;height:150px; background:url(../../images/ewmsx.png) no-repeat ; display:inline-block; background-size:100%;display:block; margin:0 auto 10px;}