global.css 11.2 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 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

.clearfix {
    overflow: auto;
}
.contentBox {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}
div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.footer {
    width: 100%;
    text-align: center;
}

div.banner {
    height: 500px;
    position: relative;
}

.banner .swiper_img {
    width: 100%;
    height: 100%;
}

.banner .banner_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
}

div.banner .banner_title {
    list-style: none;
    width: 1240px;
    display: inline-block;
    margin-top: 350px;
}

div.banner .banner_title li {
    width: 260px;
    height: 100px;
    background-color: #ffffff;
    float: left;
    margin: auto 25px;
    border-radius: 8px;
    line-height: 650%;
    box-sizing: border-box;
}
div.banner .banner_title li a {
    display: block;
    line-height: 100px;
    font-size: 20px;
}
div.banner .banner_title li a img {
    width: 23px;
    height: 24px;
    position: relative;
    top: 6px;
    margin-right: 3px;
}

div.banner ul li a {
    color: #4A4A4A;
    cursor: pointer;
}

/* ---------------法律法规 start----------------------- */
.laws_regulations {
    width: 1220px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}
.laws_regulations .regulations, .policy {
    width: 50%;
}
.laws_regulations .regulations_content, .policy_content {
    height: 370px;
    border-radius: 2px;
    border: 1px solid #DEDEDE;
    margin: 0 10px;
}
.laws_regulations .policy{
    float: right;
}

.laws_regulations .regulations{
    float: left;
}
.laws_regulations .title h2 a{
    display: block;
    padding: 20px;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
}
.laws_regulations .title h2 a p{
    font-weight: 600;
    color: #4A4A4A;
    float: left;
    height: 37px;
    border-bottom: 2px solid #006CFF;
    position: relative;
    top: 1px;
}
.laws_regulations .title h2 a p .icon {
    width: 22px;
    height: 21px;
}
.laws_regulations .title h2 a p span {
    position: relative;
    font-size: 20px;
    top: -3px;
    margin-left: 3px;
}

.laws_regulations .title h2 i{
    font-style: normal;
    float: right;
    font-size: 14px;
    color: #9B9B9B;
}
.laws_regulations .title h2 i:hover {
    color: #0091FF;
}
.laws_regulations .laws_list {
    padding: 0 21px;
}
.laws_regulations .laws_list li{
    height: 50px;
    line-height: 50px;
    padding-left: 3px;
}
.laws_regulations .laws_list li a{
    display: block;
    white-space:nowrap; /*文本不换行*/
    text-overflow:ellipsis;/*设置超出部分显示...*/
    -o-text-overflow:ellipsis;
    overflow: hidden;
    width: 90%;
}
.laws_regulations .laws_list li a:hover {
    color: #0091FF;
}
.laws_regulations .laws_list li:not(:last-child) {
    border-bottom: 1px dashed #DEDEDE;
}
/* ---------------end----------------------- */

/* ---------------好差评start---------------------------- */
.Good_bad_reviews {
    width: 100%;
    height: 180px;
}
.Good_bad_reviews img {
    width: 100%;
    height: 100%;
}

/* ------------------end----------- */
/* -------------常见问题start--------------------- */
.common_question {
    padding: 40px;
    background: #F6F9FB;
}
.common_question .subject_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.common_question .subject, .interact{
    border-radius: 2px;
    width: 49%;
    border: 1px solid #E7ECEF;
    background-color: #ffffff;
}
.common_question .list_content , .list_content_right{
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
}
.common_question .list_content dd {
   height: 50px;
   line-height: 50px;
}
.common_question .list_content dd a{
    display: inline-block;
    width: 40%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #DEDEDE;
}
.common_question .list_content dd a .icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.common_question .list_content dd a:hover {
    color: #0091FF;
}
.common_question .list_content dd a:first-child {
    float: left;
}
.common_question .list_content dd a:last-child {
    float: right;
}
.common_question .list_content dd:last-child a{
    border: none;
}
.common_question .subject {
    float: left;
}
.common_question .interact {
    float: right;
}

.common_question .title h2 a{
    display: block;
    padding: 20px;
    box-sizing: border-box;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
}
.common_question .title h2 a p{
    font-weight: 600;
    color: #4A4A4A;
    float: left;
    height: 37px;
    border-bottom: 2px solid #006CFF;
    position: relative;
    top: 1px;
}
.common_question .title h2 a p .icon {
    width: 22px;
    height: 21px;
    float: left;
}
.common_question .title h2 a p span {
    position: relative;
    font-size: 20px;
    margin-left: 5px;
    float: left;
    top: -4px;
}

.common_question .title h2 i{
    font-style: normal;
    float: right;
    font-size: 14px;
    color: #9B9B9B;
}
.common_question .title h2 i:hover {
    color: #0091FF;
}
.common_question .list_content_right {
    text-align: center;
    padding-bottom: 8px;
    box-sizing: border-box;
    overflow: hidden;
}
.common_question .list_content_right dd{
    width: 49%;
    float: left;
    height: 130px;
    text-align: center;
}
.common_question .list_content_right dd {
    border-right: 1px dashed #DEDEDE;
    border-bottom: 1px dashed #DEDEDE;
}
.common_question .list_content_right dd:nth-of-type(n+3) {
    border-bottom: none;
}
.common_question .list_content_right dd:nth-child(even){
    border-right: none;
}
.common_question .list_content_right dd a {
    display: block;
    position: relative;
    top:50%;
    height: 70px;
    transform:translateY(-50%);
}
.common_question .list_content_right dd a img{
    width: 70px;
    height: 70px;
    display: inline-block;
}
.common_question .list_content_right dd a p{
    display: inline-block;
    position: relative;
    left: 6px;
    top: -28px;
    cursor: pointer;
}
.common_question .list_content_right dd a p:hover {
    color: #0091FF;
}
/* -----------------end---------------------------- */
/* div.c_one div:first-child {
    width: 1200px;
    height: 430px;
    text-align: left;
} */

div.c_one div:first-child .news, div.c_one div:first-child .notice {
    margin-top: 40px;
    height: 332px;
    border: #DEDEDE 1px solid;
    padding: 0 15px 0 15px;
}

div.c_one div:first-child .news {
    width: 62.6%;
    float: left;
}

div.c_one div:first-child .notice {
    width: 30%;
    float: right;
}
.notice_list li a .icon{
    float: right;
    height: 25px;
    width: 11%;
    margin-top: 5px;
}

/*<h2><a href=""><span>新闻动态</span><i>查看全部</i></a></h2>*/
div.c_one h2 {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #DEDEDE;
}

div.c_one h2 a {
    float: left;
    width: 100%;
}


div.c_one h2 i {
    float: right;
    font-size: 14px;
    font-style: normal;
    color: #9d9d9d;
}

div.c_one h2 a:hover i {
    color: #0091FF;

}

div.c_one .news .news-img {
    margin-top: 20px;
    float: left;
    width: 350px;
    height: 236px;
}
div.c_one .news .news-img img {
    height: 100%;
    width: 100%;
}

div.c_one ul {
    width: 100%;
    float: left;
    margin-top: 10px;
    list-style: none;
    font-size: 14px;
    letter-spacing: 1px;
}

/*<li><a href=""><i>最新</i>创新技术体系 引领事业发展<span>2020-06-19</span></a></li>*/
div.c_one ul li {
    line-height: 42px;
}
div.c_one ul li:not(:last-child) {
    border-bottom: 1px dashed #DEDEDE;
}

div.c_one ul li a {
    width: 100%;
    display: block;
    text-align: left;
}
div.c_one ul li a .icon {
    float: left;
    height: 25px;
    width: 11%;
    margin-top: 8.5px;
    margin-right: 7px;
}
div.c_one ul li a:hover {
    color: #0091FF;
}
div.c_one ul li a p {
    display: inline-block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 60%;
}

div.c_one ul li a span {
    float: right;
    color: #9b9b9b;
}

div.c_one ul li a:hover span {
    color: #0091FF;
}

div.c_one ul li a i {
    float: left;
    color: #FA6400;
    font-style: normal;
    border: 1px solid #FA6400;
    line-height: 120%;
    margin: 11px 7px auto auto;
    font-size: 10px;
    border-radius: 2px;
    line-height: 14px;
    display: inline-block;
}

div.c_one .news ul {
    float: right;
    width: 51%;
}
.news_title_content:hover span{
    color: #4A4A4A;
}
.news_title_content .news_title{
   float: left; 
   height: 39px;
   border-bottom: 2px solid #006CFF;
   position: relative;
   top: 2px;
}
.news_title_content .news_title span {
    float: left;
    margin-left: 6px;
    font-size: 20px;
    margin-top: -3px;
    font-weight: 600;
    color: #4A4A4A;
}
.news_title_content .news_title .icon {
    width: 22px;
    height: 21px;
    float: left;
}


div.c_two {
    background: #F6F9FB;
}


div.c_two div:first-child {
    width: 1220px;
    height: 425px;
    padding-bottom: 20px;
}

div.c_two h2 {
    float: left;
    margin-top: 40px;
    background-color: #fafafa;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #fcf8f8;
}

div.c_two ul {
    float: left;
    margin-top: 28px;
    list-style: none;
}

div.c_two ul li {
    float: left;
    width: 25%;
    overflow: hidden;
}
div.c_two ul li a {
    box-sizing: border-box;
    display: block;
    background: #ffffff;
    padding: 50px 36px;
    box-sizing: border-box;
    border: 1px solid #E7ECEF;
    margin: 0 10px;
}
div.c_two ul li img {
    width: 70px;
    height: 70px;
}

div.c_two ul li:first-child {
    margin-left: 0;
}

div.c_two ul li h6 {
    margin-top: 20px;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 2px;
}

div.c_two ul li p {
    margin-top: 20px;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 21px;
    cursor: pointer;
}

div.c_two ul li p:hover {
    color: #0091FF;
}

div.c_three {
    width: 100%;
    background: #F6F9FB;
}

div.c_three div:first-child {
    width: 1200px;
    height: 360px;
}
div.c_three .c_t_banner{
    float: left;
    display: block;
    margin-top: 38px;
    width: 100%;
    text-align: center;
}

div.c_three div dl{
    text-align: left;
    float: left;
    margin-top: 30px;
    width: 45%;
    border: 2px solid #e3e3e3;
    padding: 20px;
}div.c_three div dl.interact{
    float: right;
}
div.c_three div dl dt{
width: 100%;
}div.c_three div dl dd{
    float: left;
    width: 50%;
}

div.c_four div:first-child {
    width: 1200px;
    height: 240px;
}
/* -----------------友情链接-------------------------- */
div.c_five h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
div.c_five h2 a {
    font-size: 24px;
}
div.c_five div:first-child {
    width: 1200px;
    padding: 40px 0 20px 0;
}
div.c_five ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
div.c_five ul li{
    float: left;
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
div.c_five ul li:nth-child(4n+4) {
    padding-right: 0;
}
div.c_five ul li a {
    display: block;
    height: 60px;
    border-radius: 1px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
}
div.c_five ul li a img {
    height: 100%;
}