homepageOfNode.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  1. .lis_homeWrap{
  2. width:100%;
  3. height:100%;
  4. margin:0;
  5. overflow: auto;
  6. }
  7. .web-content{
  8. background-color:#f6f6f6;
  9. overflow:auto;
  10. width:1110px;
  11. margin:0 auto;
  12. }
  13. .lis_web{
  14. background-color: #f2f2f2;
  15. height: 30px;
  16. line-height: 15px;
  17. /*width: 100% !important;*/
  18. /*min-width:20.5rem;*/
  19. min-width:1110px;
  20. }
  21. .lis_web .marginAuto{
  22. /*width: 20.5rem;*/
  23. width: 1110px;
  24. margin: 0 auto;
  25. }
  26. .lis_loginOrRegister{
  27. height: auto;
  28. overflow: hidden;
  29. position: relative;
  30. top: -8px;
  31. }
  32. .lis_header{
  33. width: 83%;
  34. display: block;
  35. height: 100%;
  36. float: left;
  37. }
  38. .lis_header li:first-child{
  39. float: left;
  40. color: #666666;
  41. font-size: 12px;
  42. }
  43. .lis_header li:last-child{
  44. float: right;
  45. cursor: pointer;
  46. }
  47. .borderBefore button:before{
  48. content: '';
  49. display: block;
  50. width: 2px;
  51. height: 18px;
  52. position: absolute;
  53. left: -2px;
  54. top: 7px;
  55. }
  56. .lis_header button{
  57. border: none;
  58. background-color: transparent;
  59. color: #266fbe;
  60. position: relative;
  61. }
  62. .lis_header_ul{
  63. background-color:#266fbe;
  64. color: #fff;
  65. overflow: hidden;
  66. height: 42px;
  67. padding: 8px 12px;
  68. clear: both;
  69. }
  70. .lis_header_ul li{
  71. width: auto;
  72. padding:2px 18px 9px;
  73. float: left;
  74. margin: 0 20px;
  75. }
  76. .lis_header_ul li:hover {
  77. border-bottom:3px solid #ffa800;
  78. }
  79. .lis_header_btn span:first-child{
  80. float:left;
  81. }
  82. .lis_header_btn span:last-child{
  83. float: right;
  84. color: #666666;
  85. margin-top: 7px;
  86. }
  87. .lis_header_btn_fl li{
  88. float: left;
  89. }
  90. .lis_header_btn_fl li img{
  91. display: block;
  92. width: 80px;
  93. height: 80px;
  94. /*border: 1px solid #000;*/
  95. margin:10px;
  96. }
  97. .lis_header_btn_fl li:last-child{
  98. background: url("../img/tb.png")no-repeat scroll -17px 24px;
  99. width: 415px;
  100. height: 75px;
  101. background-size: 197% 437%;
  102. position: relative;
  103. top: -14px;
  104. }
  105. .lis_header_btn_fr li{
  106. height: auto;
  107. display: block;
  108. float: left;
  109. padding: 10px 14px;
  110. cursor: pointer;
  111. }
  112. .lis_header_btn_fr li:last-child{
  113. border-right: none;
  114. }
  115. .lis_header_btn_fr li i{
  116. display: block;
  117. height: 30px;
  118. width: 30px;
  119. background:url("../img/tb.png")no-repeat scroll 0 0;
  120. margin: 0px auto;
  121. }
  122. /*.lis_header_btn_fr li:nth-child(1) i{*/
  123. /*background-position: -494px -50px;*/
  124. /*}*/
  125. .lis_header_btn_fr li:nth-child(1) i{
  126. background-position: -536px -50px;
  127. width: 32px;
  128. }
  129. .lis_header_btn_fr li:nth-child(2) i{
  130. background-position: -576px -50px;
  131. }
  132. .lis_header_btn_fr li:nth-child(3) i{
  133. background-position: -617px -50px;
  134. }
  135. .lis_header_btn_fr li:nth-child(4) i{
  136. background-position: -662px -50px;
  137. }
  138. /*轮播图*/
  139. .lis_bannerWrap{
  140. height: auto;
  141. overflow: hidden;
  142. margin-top: 12px;
  143. }
  144. .lis_banner{
  145. width: 500px;
  146. border: 1px solid #cbcbcb;
  147. float: left;
  148. height: 333px;
  149. }
  150. .lis_banner .slider-pager .slider-pager-page{
  151. color: #a6a6a7 !important;
  152. opacity: 1 !important;
  153. }
  154. .lis_banner .slider-pager .slider-pager-page.active{
  155. color: red !important;
  156. opacity: 1 !important;
  157. }
  158. .lis_message{
  159. background-color:#266fbe !important;
  160. font-size: 14px;
  161. padding: 6px 9px;
  162. border: 1px solid #5959d8;
  163. color: #fff !important;
  164. }
  165. .lis_btnMsg{
  166. border: none;
  167. padding: 8px 15px;
  168. font-size: 14px;
  169. color: #000;
  170. background-color: #fff;
  171. font-weight: bold;
  172. }
  173. .noticWrap{
  174. height: 333px;
  175. float: right;
  176. overflow: hidden;
  177. width: 569px;
  178. padding: 0;
  179. position: relative;
  180. }
  181. .lis_msgWrap{
  182. height: auto;
  183. overflow: hidden;
  184. position: relative;
  185. width: 100%;
  186. }
  187. .lis_msgWrap:before{
  188. content: '';
  189. display: block;
  190. position: absolute;
  191. border-bottom: 1.5px solid #e6e6e7;
  192. width: 100%;
  193. bottom: 0;
  194. }
  195. .lis_msgWrap li{
  196. float: left;
  197. margin-right:0;
  198. }
  199. .clearfixlis{
  200. clear: both;
  201. border: 1px solid #dedede;
  202. padding: 0 13px;
  203. height: 298px;
  204. position: relative;
  205. top: -1px;
  206. }
  207. .clearfixlis ul li{
  208. height: auto;
  209. overflow: hidden;
  210. border-bottom: 1px dashed #cdcdcd;
  211. padding:12px 13px;
  212. position: relative;
  213. }
  214. .clearfixlis ul li:before{
  215. content: '';
  216. position: absolute;
  217. left: 0;
  218. top: 45%;
  219. width: 2px;
  220. height: 2px;
  221. border: 1px solid #333333;
  222. background-color: #333333;
  223. border-radius: 50%;
  224. }
  225. .clearfixlis ul li:hover a{
  226. color: #266fbe;
  227. }
  228. .clearfixlis ul li a{
  229. color: #414141;
  230. text-decoration: none;
  231. width: 80%;
  232. display: inline-block;
  233. overflow: hidden;
  234. text-overflow: ellipsis;
  235. white-space: nowrap;
  236. font-size: 12px;
  237. }
  238. .clearfixlis ul li span{
  239. float: right;
  240. font-size: 12px;
  241. color: #a6a6a7;
  242. position: relative;
  243. right: -14px;
  244. }
  245. .more_btn_msg{
  246. color: #999999;
  247. background-color: transparent;
  248. border: none;
  249. position: absolute;
  250. top: 9px;
  251. font-size: 12px;
  252. right: 10px;
  253. }
  254. /*首页模块*/
  255. .module_section{
  256. position: relative;
  257. height: auto;
  258. overflow: hidden;
  259. padding-top: 16px;
  260. background-color: #fff;
  261. }
  262. .module_section h4{
  263. }
  264. .module_section h4 i{
  265. font-size: 20px;
  266. margin-right: 2px;
  267. width: 5px;
  268. background-color: #266fbe;
  269. display: inline-block;
  270. height: 16px;
  271. position: relative;
  272. top: 1px;
  273. }
  274. .module_section h4 span{
  275. font-size: 16px;
  276. line-height: 16px;
  277. vertical-align: 2px;
  278. font-weight: bold;
  279. font-family: "Microsoft YaHei", "黑体", "宋体", sans-serif;
  280. }
  281. .module_section .m_title{
  282. }
  283. .module_section .m_title span{
  284. display: block;
  285. width: auto;
  286. text-align: center;
  287. margin: 0 auto;
  288. max-width: 320px;
  289. font-size: 21px;
  290. height: 35px;
  291. line-height: 35px;
  292. }
  293. /*.module_section .m_title span:before{*/
  294. /*content: '{';*/
  295. /*color: #5BABE6;*/
  296. /*display: inline-block;*/
  297. /*position: relative;*/
  298. /*left: -9px;*/
  299. /*}*/
  300. /*.module_section .m_title span:after{*/
  301. /*content: '}';*/
  302. /*color: #5BABE6;*/
  303. /*display: inline-block;*/
  304. /*position: relative;*/
  305. /*right: -9px;*/
  306. /*}*/
  307. .module_section .m_title small{
  308. text-align: center;
  309. display: block;
  310. color: #A7A7A8;
  311. font-size: 13px;
  312. margin-top: 12px;
  313. }
  314. .lis_parts{
  315. width: auto;
  316. border: 1px solid #dedede;
  317. /*margin: 12px 0 0;*/
  318. padding: 0;
  319. overflow: hidden;
  320. height: auto;
  321. }
  322. .lis_parts li:hover span{
  323. color: #fff;
  324. }
  325. .lis_parts li{
  326. float: left;
  327. display: block;
  328. width: 12.5%;
  329. text-align: center;
  330. height: 175px;
  331. position: relative;
  332. }
  333. .lis_parts li::after{
  334. content: '';
  335. display: block;
  336. position: absolute;
  337. border-right: 1px solid #e6e6e7;
  338. width: 0px;
  339. height: 80%;
  340. top: 16px;
  341. right: -1px;
  342. }
  343. .lis_parts li:nth-child(1):hover{
  344. background-color: transparent;
  345. }
  346. .lis_parts li:last-child::after{
  347. content: '';
  348. display: block;
  349. position: absolute;
  350. border-right: none;
  351. }
  352. .lis_parts li:nth-child(1){
  353. background: url("../img/lisPart.png")no-repeat scroll 0 0;
  354. background-size: cover;
  355. }
  356. .lis_parts li:last-child{
  357. border-right: none;
  358. }
  359. .lis_parts li span{
  360. font-weight: bold;
  361. }
  362. .lis_parts li i{
  363. display: block;
  364. width: 50px;
  365. height: 50px;
  366. margin: 44px auto 25px;
  367. background: url("../img/tb.png")no-repeat scroll 0 0;
  368. }
  369. .lis_parts li:nth-child(2) i{
  370. background-position: -14px -101px;
  371. }
  372. .lis_parts li:nth-child(3) i{
  373. background-position: -139px -101px;
  374. }
  375. .lis_parts li:nth-child(4) i{
  376. background-position: -265px -101px;
  377. }
  378. .lis_parts li:nth-child(5) i{
  379. background-position: -384px -101px;
  380. }
  381. .lis_parts li:nth-child(6) i{
  382. background-position: -502px -103px;
  383. }
  384. .lis_parts li:nth-child(7) i{
  385. background-position: -621px -101px;
  386. }
  387. .lis_parts li:nth-child(8) i{
  388. background-position: -747px -101px;
  389. }
  390. .lis_parts li:hover{
  391. background-color: #7c72b2;
  392. cursor: pointer;
  393. }
  394. .lis_parts li:nth-child(2):hover i{
  395. background-position: -70px -101px;
  396. }
  397. .lis_parts li:nth-child(3):hover i{
  398. background-position: -195px -101px;
  399. }
  400. .lis_parts li:nth-child(4):hover i{
  401. background-position: -321px -101px;
  402. }
  403. .lis_parts li:nth-child(5):hover i{
  404. background-position: -440px -101px;
  405. }
  406. .lis_parts li:nth-child(6):hover i{
  407. background-position: -558px -103px;
  408. }
  409. .lis_parts li:nth-child(7):hover i{
  410. background-position: -677px -101px;
  411. }
  412. .lis_parts li:nth-child(8):hover i{
  413. background-position: -803px -101px;
  414. }
  415. .tingBglistFloor>li{
  416. width: 32.9%;
  417. display: block;
  418. float: left;
  419. margin: 0 7px 10px 0;
  420. border: 1px solid #d9d9d9;
  421. height: 185px;
  422. box-shadow: 0 0 17px 2px #e6e6e7;
  423. }
  424. .tingBglistFloor{
  425. height: auto;
  426. overflow: hidden;
  427. }
  428. .tingBglistFloor>li span{
  429. display: inline-block;
  430. float: left;
  431. height: 100%;
  432. background-color: #266fbe;
  433. color: #fff;
  434. }
  435. .tingBglistFloor ul{
  436. height: 100%;
  437. overflow: hidden;
  438. /*float: left;*/
  439. }
  440. .tingBglistFloor ul li{
  441. display: inline-block;
  442. /*float: left !important;*/
  443. margin: 5px 12px;
  444. border: none;
  445. width: 80%;
  446. height:auto;
  447. }
  448. .tingBglistFloor li:nth-child(3n+0){
  449. margin-right: 0;
  450. float: right;
  451. }
  452. .tingBglistFloor li p{
  453. width: 50%;
  454. margin: 0 auto;
  455. line-height: 21px;
  456. position: relative;
  457. top:-6px;
  458. }
  459. .tingBglistFloor li span i{
  460. display: block;
  461. height: 62px;
  462. background:#266fbe url("../img/tb.png")no-repeat scroll 0 0;
  463. margin-top: 36px;
  464. }
  465. .tingBglistFloor li:nth-child(1) span i{
  466. background-position: -6px -174px;
  467. }
  468. .tingBglistFloor li:nth-child(2) span i{
  469. background-position: -65px -174px;
  470. }
  471. .tingBglistFloor li:nth-child(3) span i{
  472. background-position: -120px -177px;
  473. }
  474. .tingBglistFloor li:nth-child(4) span i{
  475. background-position: -170px -174px;
  476. }
  477. .tingBglistFloor li:nth-child(5) span i{
  478. background-position: -227px -174px;
  479. }
  480. .tingBglistFloor li:nth-child(6) span i{
  481. background-position: -286px -174px;
  482. }
  483. .resource_centerFloor{
  484. height: auto;
  485. overflow: hidden;
  486. margin: 14px 0 32px;
  487. padding: 6px;
  488. }
  489. .resource_centerFloor li{
  490. width: 250px;
  491. height: 302px;
  492. border: 1px solid #e6e6e7;
  493. float: left;
  494. margin-right: 30px;
  495. box-shadow: 0 0 17px 2px #e6e6e7;
  496. box-sizing: border-box;
  497. }
  498. .resource_centerFloor li:nth-child(1){
  499. background: url("../img/kfq_a.png")no-repeat scroll 0 0;
  500. background-size: 100%;
  501. }
  502. .resource_centerFloor li:nth-child(1):hover{
  503. background-size:110%;
  504. background-position: -10px -10px;
  505. }
  506. .resource_centerFloor li:nth-child(2):hover{
  507. background-size:110%;
  508. background-position: -10px -10px;
  509. }
  510. .resource_centerFloor li:nth-child(3):hover{
  511. background-size:110%;
  512. background-position: -10px -10px;
  513. }
  514. .resource_centerFloor li:nth-child(4):hover{
  515. background-size:110%;
  516. background-position: -10px -10px;
  517. }
  518. .resource_centerFloor li:nth-child(2){
  519. background: url("../img/kfq_b.png")no-repeat scroll 0 0;
  520. background-size: 100%;
  521. }
  522. .resource_centerFloor li:nth-child(3){
  523. background: url("../img/kfq_c.png")no-repeat scroll 0 0;
  524. background-size: 100%;
  525. }
  526. .resource_centerFloor li:nth-child(4){
  527. background: url("../img/kfq_d.png")no-repeat scroll 0 0;
  528. background-size: 100.2%;
  529. }
  530. .resource_centerFloor li:nth-child(1) .service-part-desc{
  531. border-top: 4px solid #ffa800;
  532. }
  533. .resource_centerFloor li:nth-child(2) .service-part-desc{
  534. border-top: 4px solid #59ceeb;
  535. }
  536. .resource_centerFloor li:nth-child(3) .service-part-desc{
  537. border-top: 4px solid #00c384;
  538. }
  539. .resource_centerFloor li:nth-child(4) .service-part-desc{
  540. border-top: 4px solid #a28de3;
  541. }
  542. .resource_centerFloor li:last-child{
  543. margin-right:0;
  544. }
  545. .service-part-wrap {
  546. padding: 18px 30px;
  547. height: 100%;
  548. text-align: center;
  549. box-sizing: border-box;
  550. transform: translateY(0%);
  551. transition: all .5s;
  552. }
  553. .service-part-wrap .service-part-desc {
  554. border-top: 4px solid #e60012;
  555. }
  556. .service-part-wrap .service-part-title {
  557. font-size: 22px;
  558. font-weight: 500;
  559. text-align: center;
  560. margin-top: 32px;
  561. }
  562. .service-part-wrap .service-part-info {
  563. margin-top: 20px;
  564. color: #a7a7a8;
  565. font-size: 13px;
  566. text-align: center;
  567. }
  568. .service-part-wrap .service-list {
  569. display: -ms-inline-flexbox;
  570. display: inline-flex;
  571. -ms-flex-pack: center;
  572. justify-content: center;
  573. margin-top: 25px;
  574. color: #666;
  575. height: 55px;
  576. position: absolute;
  577. width: 100%;
  578. left: 0;
  579. bottom: 48px;
  580. }
  581. .service-part-wrap .service-list button{
  582. width: 117px;
  583. border: none;
  584. background-color: #266fbe;
  585. border-radius: 50px;
  586. height: 31px;
  587. margin-top: 23px;
  588. color: #fff;
  589. }
  590. .service-part-wrap .service-list-dang {
  591. display: -ms-inline-flexbox;
  592. display: inline-flex;
  593. -ms-flex-pack: center;
  594. justify-content: center;
  595. margin-top: 25px;
  596. color: #666;
  597. border-top: 1px dashed #ccc;
  598. }
  599. .service-part-wrap .service-list-dang li {
  600. padding: 20px 0 0;
  601. width: 104px;
  602. box-sizing: border-box;
  603. }
  604. .icons-gray-online-tts {
  605. background-image: url('../img/tb.png');
  606. background-size: 1900%;
  607. width: 38px;
  608. height: 32px;
  609. display: block;
  610. margin: 0 auto 16px;
  611. }
  612. .service-part-wrap .service-list-dang .service-title {
  613. margin-top: 12px;
  614. }
  615. .dang_centerFloor{
  616. height: auto;
  617. overflow: hidden;
  618. padding: 10px 5px;
  619. }
  620. .dang_centerFloor li{
  621. width: 47%;
  622. float: left;
  623. box-shadow: 0 0 17px 2px #e6e6e7;
  624. height: 300px;
  625. }
  626. .dang_centerFloor li:last-child{
  627. float: right;
  628. }
  629. .service-list-zheng{
  630. display: block;
  631. justify-content: center;
  632. margin-top: 25px;
  633. color: #666;
  634. border-top: 1px dashed #ccc;
  635. height: auto;
  636. overflow: hidden;
  637. padding-top: 45px;
  638. }
  639. .service-list-zheng dd{
  640. display: inline-block;
  641. height: auto;
  642. width: 33%;
  643. float: left;
  644. }
  645. .dang_centerFloor li:nth-child(2) .service-list-zheng dd:nth-child(3) i{
  646. background-position: -200px 117px;
  647. }
  648. .dang_centerFloor li:nth-child(2) .service-list-zheng dd:nth-child(2) i{
  649. background-position: -103px 117px;
  650. }
  651. .dang_centerFloor li:nth-child(2) .service-list-zheng dd:nth-child(1) i{
  652. background-position: -8px 117px;
  653. }
  654. .dang_centerFloor li:nth-child(1) .service-list-zheng dd:nth-child(1) i{
  655. background-position: -475px 117px;
  656. }
  657. .dang_centerFloor li:nth-child(1) .service-list-zheng dd:nth-child(2) i{
  658. background-position: -383px 117px;
  659. }
  660. .dang_centerFloor li:nth-child(1) .service-list-zheng dd:nth-child(3) i{
  661. background-position: -293px 117px;
  662. }
  663. /*触发事件*/
  664. .dang_centerFloor li:nth-child(2) .service-list-zheng dd:nth-child(3):hover i{
  665. background-position: -243px 117px;
  666. }
  667. .dang_centerFloor li:nth-child(2) .service-list-zheng dd:nth-child(2):hover i{
  668. background-position: -145px 117px;
  669. }
  670. .dang_centerFloor li:nth-child(2) .service-list-zheng dd:nth-child(1):hover i{
  671. background-position: -51px 117px;
  672. }
  673. .dang_centerFloor li:nth-child(1) .service-list-zheng dd:nth-child(1):hover i{
  674. background-position: -517.2px 117px;
  675. }
  676. .dang_centerFloor li:nth-child(1) .service-list-zheng dd:nth-child(2):hover i{
  677. background-position: -423.7px 117px;
  678. }
  679. .dang_centerFloor li:nth-child(1) .service-list-zheng dd:nth-child(3):hover i{
  680. background-position: -330.7px 117px;
  681. }
  682. .contentUsFloor{
  683. border: 1px solid #d9d9d9;
  684. height: auto;
  685. overflow: hidden;
  686. margin: 10px 0;
  687. padding: 0 0 0 8px;
  688. position: relative;
  689. }
  690. .contentUsFloor img{
  691. width: 83%;
  692. float: right;
  693. display: inline-block;
  694. height: 289px;
  695. position: absolute;
  696. top: -2px;
  697. }
  698. .contentUsFloor ul{
  699. display: inline-block;
  700. float: left;
  701. padding: 0;
  702. width: auto;
  703. }
  704. .contentUsFloor ul li{
  705. width: 182px;
  706. height: 71px;
  707. border-bottom: 1px solid #e6e6e7;
  708. padding: 0;
  709. position: relative;
  710. display: flex;
  711. }
  712. .contentUsFloor ul li:last-child{
  713. border-bottom: none;
  714. }
  715. .contactItem{
  716. }
  717. .contactItem b{
  718. display: inline-block;
  719. width: 50px;
  720. height: 100%;
  721. float: left;
  722. background: url("../img/tb.png");
  723. background-repeat: no-repeat;
  724. }
  725. .contentUsFloor ul li:nth-child(1) b{
  726. background-size: 1910%;
  727. background-position: -15px -321px;
  728. }
  729. .contentUsFloor ul li:nth-child(2) b{
  730. background-size: 1910%;
  731. background-position: -74px -318px;
  732. }
  733. .contentUsFloor ul li:nth-child(3) b{
  734. background-size: 1910%;
  735. background-position: -136px -318px;
  736. }
  737. .contentUsFloor ul li:nth-child(4) b{
  738. background-size: 1868%;
  739. background-position: -192px -312px;
  740. }
  741. .contactItem span{
  742. height: auto;
  743. display: block;
  744. float: left;
  745. width: 110px;
  746. align-self: center;
  747. }
  748. .contactItem span a{
  749. display: block;
  750. color: #000;
  751. text-align: left;
  752. font-size: 14px;
  753. }
  754. .contactItem span em{
  755. font-size: 12px;
  756. color: #999999;
  757. display: block;
  758. }
  759. .hrefConnectListWrap{
  760. background-color: #266fbe;
  761. margin-top: 13px;
  762. }
  763. .hrefConnectListWrap h4{
  764. color: #fff;
  765. margin-top: 22px;
  766. }
  767. .hrefConnectList{
  768. height: auto;
  769. overflow: hidden;
  770. margin: 20px 0 22px;
  771. }
  772. .hrefConnectList dd{
  773. color: #fff;
  774. display: inline-block;
  775. float: left;
  776. width: 20%;
  777. }
  778. .hrefConnectList dd a{
  779. color: #fff;
  780. padding-left: 21px;
  781. font-size: 12px;
  782. }
  783. .hrefConnectList dd a:hover{
  784. color: #f96842 !important;
  785. text-decoration: underline;
  786. cursor: pointer;
  787. }
  788. .beiAnSection{
  789. background-color: #555555;
  790. color: #fff;
  791. display: flex;
  792. flex-direction: column;
  793. margin-top: 0;
  794. }
  795. .beiAnSection ul{
  796. width: auto;
  797. height: auto;
  798. margin: 12px auto;
  799. overflow: hidden;
  800. align-self: center;
  801. }
  802. .beiAnSection ul li{
  803. width: auto;
  804. display: inline-block;
  805. float: left;
  806. margin: 2px 10px;
  807. font-size: 12px;
  808. }
  809. .beiAnSection ul li a{
  810. cursor: pointer;
  811. text-decoration: none;
  812. }
  813. .beiAnSection ul li a:hover{
  814. color: #f96842 !important;
  815. }
  816. .aboutUsSection{
  817. padding: 5px 30px;
  818. border: 1px solid #d6d6d7;
  819. border-bottom: none;
  820. position: relative;
  821. top: 0;
  822. }
  823. .aboutUsSection h3{
  824. text-align: center;
  825. font-size: 16px;
  826. font-weight: bold;
  827. }
  828. .aboutUsSection p{
  829. color: #999999;
  830. font-size: 12px;
  831. line-height: 19px;
  832. text-indent: 24px;
  833. text-align: justify;
  834. }
  835. .tel_open{
  836. font-size: 12px;
  837. width: auto;
  838. display: inline-block;
  839. color: #666666;
  840. margin-left: 17px;
  841. line-height: 16px;
  842. float: left;
  843. }
  844. .banner_span{
  845. position: absolute;
  846. bottom: 0;
  847. width: 100%;
  848. background-color: #5a5a5a;
  849. color: #fff;
  850. height: 35px;
  851. font-size: 16px;
  852. padding-left: 13px;
  853. line-height: 35px;
  854. overflow: hidden;
  855. text-overflow: ellipsis;
  856. white-space: nowrap;
  857. }
  858. .lis_banner .slider-slide{
  859. padding-top:0;
  860. }
  861. .lis_login{
  862. height: auto;
  863. overflow: hidden;
  864. top: 0;
  865. }
  866. .lis_login li{
  867. color: #266fbe !important;
  868. }