Blame view

staticCss/global.css 9.6 KB
任超 committed
1 2 3
.clearfix {
    overflow: auto;
}
任超 committed
4 5 6 7 8 9 10
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;
任超 committed
11 12 13 14 15 16 17
    background-color: #7ed74e;
    position: relative;
}

.banner .swiper_img {
    width: 100%;
    height: 100%;
任超 committed
18 19
}

任超 committed
20 21 22 23 24 25 26 27 28
.banner .banner_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
}

div.banner .banner_title {
任超 committed
29
    list-style: none;
任超 committed
30
    width: 1240px;
任超 committed
31 32 33 34
    display: inline-block;
    margin-top: 350px;
}

任超 committed
35
div.banner .banner_title li {
任超 committed
36
    width: 260px;
任超 committed
37 38 39 40 41 42 43 44 45 46
    height: 100px;
    background-color: #ffffff;
    float: left;
    margin: auto 25px;
    border-radius: 18px;
    line-height: 650%;
}

div.banner ul li a {
    font-size: 32px;
weimo934 committed
47
    background: #ffffff url('./../staticImages/b_s_1.jpg') no-repeat left center;
任超 committed
48 49 50 51 52 53
    padding-left: 42px;
    letter-spacing: 2px;
    color: #000000;
    cursor: pointer;
}

任超 committed
54 55 56 57
/* ---------------法律法规 start----------------------- */
.laws_regulations {
    width: 1200px;
    margin: 0 auto;
任超 committed
58 59
    padding: 50px 0;
    overflow: hidden;
任超 committed
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
}
.laws_regulations .regulations, .policy {
    border-radius: 2px;
    width: 48%;
    height: 370px;
    border: 1px solid #DEDEDE;
}
.laws_regulations .policy{
    float: right;
    padding-right: 5px;
}

.laws_regulations .regulations{
    float: left;
}
任超 committed
75
.laws_regulations .title h2 a{
任超 committed
76 77
    display: block;
    padding: 20px;
任超 committed
78 79
    height: 60px;
    box-sizing: border-box;
任超 committed
80
    border-bottom: 1px solid #E6E6E6;
任超 committed
81
    width: 100%;
任超 committed
82
}
任超 committed
83
.laws_regulations .title h2 a p{
任超 committed
84 85
    font-weight: 600;
    color: #4A4A4A;
任超 committed
86
    float: left;
任超 committed
87
    height: 37px;
任超 committed
88
    border-bottom: 2px solid #006CFF;
任超 committed
89
}
任超 committed
90 91
.laws_regulations .title h2 a p span {
    position: relative;
任超 committed
92 93
    font-size: 20px;
    top: -3px;
任超 committed
94 95 96
}

.laws_regulations .title h2 i{
任超 committed
97 98 99 100 101
    font-style: normal;
    float: right;
    font-size: 14px;
    color: #9B9B9B;
}
任超 committed
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
.laws_regulations .title h2 i:hover {
    color: #f46143;
}
.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: 380px;
}
.laws_regulations .laws_list li a:hover {
任超 committed
122
    color: #f46143;
任超 committed
123 124 125 126
}
.laws_regulations .laws_list li:not(:last-child) {
    border-bottom: 1px dotted #DEDEDE;
}
任超 committed
127
/* ---------------end----------------------- */
任超 committed
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

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

/* ------------------end----------- */
/* -------------常见问题start--------------------- */
.common_question {
    padding: 40px;
    background-color: #F6F9FB;
}
.common_question .subject_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.common_question .subject, .interact{
    border-radius: 2px;
    width: 48%;
    border: 1px solid #DEDEDE;
    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 dotted #DEDEDE;
}
.common_question .list_content dd a:hover {
    color: #f46143;
}
.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;
任超 committed
203
    height: 37px;
任超 committed
204 205 206 207
    border-bottom: 2px solid #006CFF;
}
.common_question .title h2 a p span {
    position: relative;
任超 committed
208
    font-size: 20px;
任超 committed
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
}

.common_question .title h2 i{
    font-style: normal;
    float: right;
    font-size: 14px;
    color: #9B9B9B;
}
.common_question .title h2 i:hover {
    color: #f46143;
}
.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 dotted #DEDEDE;
    border-bottom: 1px dotted #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: 0;
    top: -25px;
任超 committed
259 260 261 262
    cursor: pointer;
}
.common_question .list_content_right dd a p:hover {
    color: #f46143;
任超 committed
263 264
}
/* -----------------end---------------------------- */
任超 committed
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
div.c_one {
}

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: 340px;
    border: #f3f3f3 2px solid;
    padding: 0 15px 0 15px;
}

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

div.c_one div:first-child .notice {
    width: 30%;
    float: right;
}
任超 committed
290 291 292 293
div.c_one div:first-child .notice button{
    float: right;
    margin-top: 5px;
}
任超 committed
294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309

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

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

div.c_one h2 span {
    float: left;
weimo934 committed
310
    background: #ffffff url("./../staticImages/n_t_s.jpg") no-repeat left center;
任超 committed
311 312 313 314 315 316 317 318
    padding-left: 45px;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
}

div.c_one h2 i {
    float: right;
任超 committed
319
    font-size: 14px;
任超 committed
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
    font-style: normal;
    color: #9d9d9d;
}

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

}

div.c_one .news .news-img {
    margin-top: 20px;
    float: left;
}

div.c_one ul {
    width: 100%;
    float: left;
    margin-top: 20px;
    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 {
    border-bottom: 2px dashed #f3f3f3;
    line-height: 260%;
}

div.c_one ul li a {
    width: 100%;
    display: block;
    color: #000000;
}
任超 committed
354 355 356
div.c_one ul li a:hover {
    color: #f46143;
}
任超 committed
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

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

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

div.c_one ul li a i {
    float: left;
    color: #f46143;
    font-style: normal;
    border: 1px solid #f46143;
    line-height: 120%;
    margin: 9px 2px auto auto;
    font-size: 10px;
}

div.c_one .news ul {
    float: right;
    width: 50%;
}

div.c_two {
    background-color: #fafafa;
}


div.c_two div:first-child {
    width: 1200px;
    height: 400px;
}

div.c_two h2 {
    float: left;
    margin-top: 40px;
    background-color: #fafafa;
    width: 100%;
任超 committed
397 398
    font-size: 26px;
    font-weight: 600;
任超 committed
399 400 401 402 403 404 405 406 407 408 409 410 411 412
    letter-spacing: 2px;
}

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

div.c_two ul li {
    float: left;
    width: 16.5%;
    overflow: hidden;
    margin-left: 2.88%;
任超 committed
413
    padding: 40px 34px;
任超 committed
414
    border: 1px solid #E6E6E6;
任超 committed
415
    background: #ffffff;
任超 committed
416 417 418 419 420 421 422 423 424 425 426 427 428 429 430
}

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

div.c_two ul li h6 {
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 2px;
}

div.c_two ul li p {
    margin-top: 20px;
    font-size: 14px;
任超 committed
431 432 433 434 435 436
    cursor: pointer;
    line-height: 26px;
}

div.c_two ul li p:hover {
    color: #f46143;
任超 committed
437 438 439
}

div.c_three {
任超 committed
440 441
    width: 100%;
    background: #F6F9FB;
任超 committed
442 443 444 445
}

div.c_three div:first-child {
    width: 1200px;
任超 committed
446
    height: 360px;
任超 committed
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
}
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;
    background-color: #7ed74e;
}
任超 committed
478 479 480
/* -----------------友情链接-------------------------- */
div.c_five h2 {
    text-align: center;
任超 committed
481 482
    font-size: 26px;
    font-weight: 600;
任超 committed
483
    margin-bottom: 30px;
任超 committed
484 485 486
}
div.c_five div:first-child {
    width: 1200px;
任超 committed
487
    padding: 40px 0 20px 0;
任超 committed
488
}
任超 committed
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
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%;
}