审查视图

朱振飞 authored
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
body {
    font-family: 'Arial Regular';
}

a,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

.mb0 {
    margin-bottom: 0;
}

.container-fluid.top_pc_brand {
    padding: 40px 60px 20px;
    position: relative;
    z-index: 40;
}

.nav_menu_items {
    background-color: #F5F6F6;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    z-index: 40;
}

.nav_menu_items li {
    height: 60px;
    flex-grow: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
朱振飞 authored
51
.nav_menu_items li .inner_item,
1  
王毅 authored
52
.nav_menu_items li a {
朱振飞 authored
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
    font-size: 16px;
    color: #232323;
    text-decoration: none;
    font-family: "Arial-BoldMT";
    font-weight: bold;
}

.nav_menu_items li:hover>a,
.nav_menu_items li.navbtnActive>a {
    color: #00A16C;
}

.nav_menu_items li:hover .first_menu {
    display: block;
}

.first_menu {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    display: none;
    overflow: hidden;
    transition: 2s;
    z-index: 30;
    background-color: #fff;
}

.inner_content {
    margin: 0 50px;
}

.inner_txt {
    padding: 32px 40px 0 0;
    box-sizing: border-box;
    text-align: left;
    color: #666666;
}

.nav_menu_items li a.first_bottom {
    height: 40px;
    line-height: 40px;
    background-color: #00a16c;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    font-family: Arial;
    display: block;
}

.nav_menu_items li a.first_bottom:hover,
.nav_menu_items li a.first_bottom:active {
    text-decoration: none;
    color: #EEE;
}

.inner_items {
    display: flex;
    padding-bottom: 45px;
}

.inner_items a {
    flex: 1;
    max-width: 248px;
}

.inner_item {
    margin-right: 10px;
    cursor: pointer;
}

.innert_text {
    color: #00A16C;
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
}


/*.inner_box{*/


/*width: 225px;*/


/*height: 148px;*/


/*overflow: hidden;*/


/*}*/

.mask {
    position: absolute;
    top: 190px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: calc(100% - 190px);
    z-index: 10;
    display: none;
    transition: 1s;
}

.show .mask {
    display: block;
}

.learnMore {
    height: 40px;
    background-color: #00A16C;
    line-height: 40px;
    color: #FFF;
    font-size: 24px;
}

.pc {
    position: relative;
}

.learn-more {
    width: 230px;
    height: 56px;
    border-radius: 28px;
    background-color: #f6b37f;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 56px;
    display: block;
    margin: 40px auto;
}

.them_title {
    color: #00a16c;
    text-align: center;
    margin: 50px auto;
}

.swiper-pagination-bullet-active {
    background: #00a16c;
}

.search-group {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.search-group .search-input {
    border-radius: 10px;
    width: 130px;
}

.mt30 {
    margin-top: 30px;
}

.langue {
    margin-right: 15px;
    font-size: 16px;
    color: #050505;
}

.center {
    text-align: center
}

.m80 {
    margin: 120px 0 !important;
}

.first-ul {
    display: flex;
    display: -webkit-flex;
}
1  
王毅 authored
231
朱振飞 authored
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
.first-ul li {
    padding: 0 15px;
}

.content {
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 120px;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    border-radius: 4px;
}
1  
王毅 authored
248
朱振飞 authored
249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265
.container-fluid .content:first-child {
    padding-top: 0;
}

.content-word {
    display: flex;
}

.content-word-left {
    flex: 3;
}

.content-word-right {
    flex: 1;
    color: #01a26e;
    padding-top: 10px;
}
1  
王毅 authored
266 267

.prof_box {
朱振飞 authored
268 269 270 271 272
    display: flex;
    display: -webkit-flex;
    margin-top: 30px;
    justify-content: space-between;
}
1  
王毅 authored
273 274

.prof_item {
朱振飞 authored
275 276 277 278
    width: 200px;
    margin-right: 20px;
    font-size: 16px;
}
1  
王毅 authored
279 280

.prof_img_box {
朱振飞 authored
281 282
    overflow: hidden;
}
1  
王毅 authored
283 284

.prof_desc {
朱振飞 authored
285 286
    margin-top: 20px;
}
1  
王毅 authored
287 288

.flex_content {
朱振飞 authored
289 290 291
    display: flex;
    display: -webkit-flex;
}
1  
王毅 authored
292 293

.left_imgbox {
朱振飞 authored
294 295 296
    flex: 1;
    -webkit-flex: 1;
}
1  
王毅 authored
297 298

.right_desc {
朱振飞 authored
299 300 301 302
    flex: 2;
    -webkit-flex: 2;
    margin-left: 30px;
}
1  
王毅 authored
303 304

.single_ship_box {
朱振飞 authored
305 306 307
    display: flex;
    display: -webkit-flex;
}
1  
王毅 authored
308 309

.left_ship_box {
朱振飞 authored
310 311 312
    width: 240px;
    height: 300px;
    align-self: flex-start;
1  
王毅 authored
313
    /* border-right: 1px solid #000; */
朱振飞 authored
314
}
1  
王毅 authored
315 316

.ships_list {
朱振飞 authored
317 318 319
    display: flex;
    display: -webkit-flex;
    flex: 1;
1  
王毅 authored
320
    padding: 20px 30px;
朱振飞 authored
321 322 323 324
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
1  
王毅 authored
325 326

.ships_item {
朱振飞 authored
327
    width: 178px;
1  
王毅 authored
328
    margin: 0 0 40px 40px;
朱振飞 authored
329 330
}
1  
王毅 authored
331
.ships_item_imgbox {
朱振飞 authored
332 333 334 335
    background-color: #999;
    height: 196px;
}
1  
王毅 authored
336
.ships_name {
朱振飞 authored
337 338
    margin-top: 15px
}
1  
王毅 authored
339 340

.ondata {
朱振飞 authored
341 342 343 344 345
    height: 180px;
    color: #00A16C;
    font-size: 22px;
    line-height: 180px;
}
1  
王毅 authored
346 347

.nopadding {
朱振飞 authored
348 349
    padding-top: 0
}
1  
王毅 authored
350 351

.padding0 {
朱振飞 authored
352 353
    padding: 0;
}
1  
王毅 authored
354 355

朱振飞 authored
356
/* 修改 */
1  
王毅 authored
357 358

.sec_menu_items {
朱振飞 authored
359 360 361
    position: absolute;
    background: #F5F6F6;
    top: 58px;
1  
王毅 authored
362 363
    left: 0;
    /* left: 35px; */
朱振飞 authored
364 365 366 367 368 369 370
    /* width: 300px; */
    font-size: 16px;
    color: #595858;
    display: none;
    padding-top: 18px;
    padding-right: 30px;
}
1  
王毅 authored
371 372

.sec_menu_items::after {
朱振飞 authored
373 374 375 376 377 378 379 380
    content: '';
    position: absolute;
    background: #00A16C;
    height: 5px;
    width: 80%;
    left: 0;
    top: 0;
}
1  
王毅 authored
381 382

.nav_menu_items li:hover .sec_menu_items {
朱振飞 authored
383 384 385 386 387 388 389 390 391 392 393 394 395
    display: block
}

.nav_menu_items li .sec_menu_items .inner_item {
    display: block;
    font-weight: normal;
    padding-left: 15px;
    text-align: left;
    font-size: 20px;
    margin: 20px 0;
    white-space: nowrap;
    position: relative;
}
1  
王毅 authored
396
朱振飞 authored
397 398 399 400 401 402 403 404 405 406
.third_menu_items {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    background: #F5F5F5;
    top: -20px;
    display: none;
    padding: 0 15px;
}
1  
王毅 authored
407 408 409

.third_menu_items:before {
    content: '';
朱振飞 authored
410 411 412 413 414 415 416 417 418 419 420 421 422 423 424
    border-width: 8px 0 8px 8px;
    border-color: #F5F5F5 #F5F5F5 #F5F5F5 #00A16C;
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
    top: 25px;
    left: 8px;
    z-index: 15;
}

.nav_menu_items li .sec_menu_items .inner_item:hover {
    color: #00A16C;
    position: relative;
}
1  
王毅 authored
425
朱振飞 authored
426 427 428
.nav_menu_items li .sec_menu_items .inner_item:hover .third_menu_items {
    display: block;
}
1  
王毅 authored
429
朱振飞 authored
430 431 432 433 434 435 436 437 438
.nav_menu_items li .sec_menu_items .inner_item:hover:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background: #00A16C;
}
1  
王毅 authored
439
朱振飞 authored
440 441 442 443 444 445 446 447 448 449
.nav_menu_items li .sec_menu_items .third_menu_items .inner_item:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #00A16C;
}
1  
王毅 authored
450
.base_margin {
朱振飞 authored
451 452
    margin: 60px 0;
}
1  
王毅 authored
453 454

.inner_content {
朱振飞 authored
455 456 457
    margin: 0 auto;
    width: 300px;
}
1  
王毅 authored
458 459

朱振飞 authored
460
/* 2019-04-02 departments */
1  
王毅 authored
461 462

.department_top {
朱振飞 authored
463
    height: 122px;
1  
王毅 authored
464
    background: rgba(235, 251, 248, 1);
朱振飞 authored
465 466 467 468 469 470 471 472 473
    font-size: 20px;
    color: #00A16C;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 9px;
    margin-bottom: 30px;
    padding-left: 30px;
}
1  
王毅 authored
474 475

.department_main {
朱振飞 authored
476 477 478 479
    display: flex;
    width: 100%;
    justify-content: space-between;
}
1  
王毅 authored
480 481

.department_item {
朱振飞 authored
482 483
    width: 370px;
}
1  
王毅 authored
484 485 486

.xulie,
.xulie.name_box {
朱振飞 authored
487 488 489 490 491 492 493 494
    height: 56px;
    align-items: center;
    background-color: #83AD9F;
    font-size: 30px;
    display: flex;
    display: -webkit-flex;
    padding-left: 19px;
}
1  
王毅 authored
495 496

.name_box {
朱振飞 authored
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background-color: #EBFBF8;
    padding-left: 30px;
    display: block;
}

.xulie.name_box {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background-color: #83AD9F;
    padding-left: 30px;
}
1  
王毅 authored
512 513

.name_box span {
朱振飞 authored
514 515 516 517
    text-decoration: underline;
    color: #565656;
    cursor: pointer;
}
1  
王毅 authored
518 519

.borderBottom {
朱振飞 authored
520 521
    margin-bottom: 4px;
}
1  
王毅 authored
522 523

.margin0 {
朱振飞 authored
524 525
    margin-top: 0!important;
}
1  
王毅 authored
526
朱振飞 authored
527 528 529 530 531 532 533 534 535
.top_title_inner {
    background-color: #00A16C;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    margin-bottom: 70px;
    margin-top: 20px;
}
1  
王毅 authored
536 537

.bold_title {
朱振飞 authored
538 539 540 541 542
    font-size: 28px;
    color: #00A16C;
    text-align: center;
    margin-bottom: 30px;
}
1  
王毅 authored
543 544

.news_item {
朱振飞 authored
545 546 547 548 549 550 551
    display: flex;
    height: 45px;
    align-items: center;
    border-bottom: 1px dashed #eee;
    font-size: 16px;
    color: #00A16C;
}
1  
王毅 authored
552 553

.news_inner_content {
朱振飞 authored
554 555 556 557
    margin-bottom: 0;
    margin-left: 15px;
    color: #333;
}
1  
王毅 authored
558 559

.top_title_inner_short {
朱振飞 authored
560 561 562 563 564 565 566 567 568
    min-width: 280px;
    padding: 10px 15px;
    text-align: center;
    background: #AFE9C4;
    color: #FFF;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 40px;
}
1  
王毅 authored
569 570

.photo_box {
朱振飞 authored
571 572 573 574
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
1  
王毅 authored
575 576

.photo_item_box {
朱振飞 authored
577 578 579 580 581 582
    width: 285px;
    padding: 20px;
    margin-right: 15px;
    margin-bottom: 25px;
    background-color: #EBFBF8;
}
1  
王毅 authored
583 584

.photo_item_desc {
朱振飞 authored
585 586 587 588
    height: 130px;
    font-size: 18px;
    padding-top: 20px;
}
1  
王毅 authored
589 590

.person_desc {
朱振飞 authored
591 592 593
    display: flex;
    display: -webkit-flex;
}
1  
王毅 authored
594 595

.person_desc_photo {
朱振飞 authored
596 597
    width: 249px;
}
1  
王毅 authored
598 599

.person_desc_photo img {
朱振飞 authored
600 601
    width: 100%;
}
1  
王毅 authored
602 603

.person_desc_box {
朱振飞 authored
604 605 606 607
    align-self: center;
    margin-left: 28px;
    width: 200px;
}
1  
王毅 authored
608 609

.person_desc_box h4 {
朱振飞 authored
610 611
    color: #000;
}
1  
王毅 authored
612
朱振飞 authored
613 614 615 616
.person_introduce_box h3 {
    color: #00A16C;
    margin-bottom: 50px;
}
1  
王毅 authored
617 618

.photo_item_imageBox {
朱振飞 authored
619 620 621
    background: #B9BDBE;
    width: 245px;
    height: 290px;
wangyi authored
622 623 624 625 626 627 628 629 630 631 632 633 634 635
}


/* 新加 */

.index_bottom_clincal_title h3 {
    color: #00a16c;
    margin: 50px auto;
    text-align: center;
    font-family: Arial-BoldMT;
}

.index_bottom_clincal_box {
    cursor: pointer;
朱振飞 authored
636
}