style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900
  1. @charset 'UTF-8';
  2. html{ overflow-x:auto; overflow-y:auto;}
  3. *{ padding:0; margin:0;outline:none !important;}
  4. ul, ol,li{ list-style-type:none;}
  5. body, button, input, select, textarea{ font-family: 'Microsoft yahei'; font-size:12px;}
  6. code, kbd, pre, samp { font-family: 'Microsoft yahei';}
  7. a{ text-decoration:none; color:#333; cursor:pointer;
  8. -webkit-transition: all 0.2s ease-out 0s;
  9. -moz-transition: all 0.2s ease-out 0s;
  10. -o-transition: all 0.2s ease-out 0s;
  11. transition: all 0.2s ease-out 0s;}
  12. img{border:0; max-width:100%;max-height: 100%;vertical-align: middle;}
  13. li { line-height:normal; }
  14. table { border-collapse: collapse; border-spacing: 0; }
  15. h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family: 'Microsoft yahei'; }
  16. input,table,tr,td{ margin:0; padding:0; border:none;}
  17. button,table{ border:none; background:none; margin:0; padding:0;}
  18. body{position: relative; float:left; width:100%; overflow:hidden;}
  19. select{ margin:0; padding:0; font-family: 'Microsoft yahei'; border:none;}
  20. textarea{ resize:none;outline:none;}
  21. label{ margin-bottom:0; font-weight:normal;}
  22. input,select,textarea{ margin:0; padding:0; border:0; outline:none;
  23. -moz-border-radius:0px;
  24. -webkit-border-radius:0;
  25. -khtml-border-radius:0;
  26. border-radius:0;
  27. }
  28. .pz_top{ float:left; width:100%; min-width:1200px; z-index: 101;}
  29. .pz_banner{ float: left; width:100%; min-width:1200px; position:relative; overflow:hidden; min-height:260px;}
  30. .pz_main{ float:left; width:100%; min-width:1200px; overflow:hidden; position:relative;}
  31. .pz_down{ float:left; width:100%; min-width:1200px;}
  32. .pz_menu{ float:left; width:100%; min-width:1200px;}
  33. .w_0100{ float:left; width:100%;}
  34. .w_1200{ margin:0 auto; width:1200px;}
  35. .bg{
  36. float: left;
  37. background-image: url(../images/bg.jpg);
  38. background-size: 100% 100%;
  39. }
  40. .topDate{
  41. height:40px;
  42. line-height: 40px;
  43. background: #215299;
  44. }
  45. .topDateInfo{
  46. font-size: 14px;
  47. color: #fff;
  48. }
  49. .top{
  50. height: 245px;
  51. }
  52. .top .logo{
  53. float: left;
  54. width: 800px;
  55. padding: 90px 0;
  56. }
  57. .top .logo .title{
  58. color: #215299;
  59. font-size: 36px;
  60. font-family: cursive;
  61. text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  62. font-weight: 600;
  63. }
  64. .top .logo .english {
  65. color: #215299;
  66. font-size: 18px;
  67. font-weight: bold;
  68. }
  69. .top .search{
  70. float: right;
  71. width: 340px;
  72. height: 40px;
  73. background: #2152999f;
  74. border-radius: 25px;
  75. margin: 102px 0;
  76. }
  77. .top .search .input{
  78. width: 274px;
  79. height: 40px;
  80. background: transparent;
  81. border-radius: 25px;
  82. color: #fff;
  83. padding: 0 0 0 16px;
  84. }
  85. ::-webkit-input-placeholder { /* WebKit browsers */
  86. color: #fff;
  87. }
  88. :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  89. color: #fff;
  90. }
  91. ::-moz-placeholder { /* Mozilla Firefox 19+ */
  92. color: #fff;
  93. }
  94. :-ms-input-placeholder { /* Internet Explorer 10+ */
  95. color: #fff;
  96. }
  97. .top .search .button{
  98. width: 40px;
  99. height: 40px;
  100. line-height: 40px;
  101. }
  102. .menu{
  103. height: 70px;
  104. line-height: 70px;
  105. background-color: rgba(0,0,0,0.4);
  106. margin: 0 0 10px 0;
  107. }
  108. .menu ul li{
  109. float: left;
  110. width:298px;
  111. height: 70px;
  112. line-height: 70px;
  113. text-align: center;
  114. border-right: 2px solid #76bdfe;
  115. }
  116. .menu ul li:last-child{
  117. width:298px;
  118. border-right: none;
  119. }
  120. .menu ul li a{
  121. font-size: 22px;
  122. font-family: "微软雅黑";
  123. color: #FFFFFF;
  124. }
  125. .menu ul li:hover{
  126. background: #215299;
  127. cursor: pointer;
  128. }
  129. .menu ul .active{
  130. background: #215299;
  131. }
  132. /*地图+最新资讯*/
  133. .main_1{
  134. width: 1200px;
  135. height: 354px;
  136. margin: 0 0 10px 0;
  137. }
  138. .map{
  139. position: relative;
  140. float: left;
  141. width: 512px;
  142. height: 354px;
  143. overflow: hidden;
  144. margin: 0 10px 0 0;
  145. background: #fff;
  146. border: 1px solid #ccc;
  147. }
  148. .map img{
  149. width: 490px;
  150. height: 330px;
  151. margin: 12px;
  152. }
  153. .map span{
  154. position: absolute;
  155. bottom: 18px;
  156. left: 32px;
  157. font-size: 12px;
  158. color: #fff;
  159. font-family: "黑体";
  160. overflow: hidden;
  161. text-overflow: ellipsis;
  162. white-space: nowrap;
  163. display: inline-block;
  164. width: 454px;
  165. }
  166. .zixun{
  167. width: 676px;
  168. height: 354px;
  169. overflow: hidden;
  170. background: #fff;
  171. }
  172. .zixunTop{
  173. width: 636px;
  174. height: 39px;
  175. line-height: 40px;
  176. margin: 20px;
  177. border-bottom: 1px solid #ccc;
  178. }
  179. .zixunTop .zixunTit{
  180. float: left;
  181. height: 38px;
  182. line-height: 35px;
  183. }
  184. .zixunTop .zixunTit .shu{
  185. display: inline-block;
  186. width: 4px;
  187. height: 20px;
  188. background: #005293;
  189. margin:0 10px -3px 0;
  190. }
  191. .zixunTop .zixunTit .span{
  192. font-size: 20px;
  193. color: #005293;
  194. }
  195. .zixunTop .more{
  196. float: right;
  197. height: 40px;
  198. line-height: 40px;
  199. }
  200. .zixunInfo{
  201. height: 254px;
  202. padding: 0 20px;
  203. overflow: hidden;
  204. }
  205. .zixunInfo ul li{
  206. padding: 3px 0;
  207. }
  208. .zixunInfo ul li .dian {
  209. display: inline-block;
  210. width: 4px;
  211. height: 4px;
  212. margin: 0 10px 8px 0;
  213. background: #ccc;
  214. }
  215. .zixunInfo ul li .title {
  216. display: inline-block;
  217. font-size: 16px;
  218. color: #555555;
  219. font-family: "微软雅黑";
  220. width: 490px;
  221. margin: 0 30px 0 0;
  222. overflow: hidden;
  223. text-overflow: ellipsis;
  224. white-space: nowrap;
  225. }
  226. .zixunInfo ul li .date {
  227. display: inline-block;
  228. width: 90px;
  229. font-size: 16px;
  230. color: #a8abb7;
  231. font-family: "微软雅黑";
  232. text-align: right;
  233. }
  234. /*通知公告,政策法规,科技服务*/
  235. .main_2{
  236. height: 362px;
  237. overflow: hidden;
  238. margin: 0 0 10px 0;
  239. }
  240. .main_2 .notice{
  241. float: left;
  242. width: 394px;
  243. height: 360px;
  244. margin:0 10px 0 0 ;
  245. overflow: hidden;
  246. background: #fff;
  247. }
  248. .noticeTop{
  249. width: 354px;
  250. height: 39px;
  251. line-height: 40px;
  252. margin: 20px;
  253. border-bottom: 1px solid #ccc;
  254. }
  255. .noticeTop .noticeTit{
  256. float: left;
  257. height: 38px;
  258. line-height: 35px;
  259. }
  260. .noticeTop .noticeTit .shu{
  261. display: inline-block;
  262. width: 4px;
  263. height: 20px;
  264. background: #005293;
  265. margin: 0 10px -3px 0;
  266. }
  267. .noticeTop .noticeTit .span{
  268. font-size: 20px;
  269. color: #005293;
  270. }
  271. .noticeTop .more{
  272. float: right;
  273. height: 40px;
  274. line-height: 40px;
  275. }
  276. .noticeInfo{
  277. height: 254px;
  278. padding: 0 20px;
  279. overflow: hidden;
  280. }
  281. .noticeInfo li{
  282. float: left;
  283. height: 60px;
  284. line-height: 34px;
  285. margin: 0 0 2px 0;
  286. }
  287. .noticeInfo .dian{
  288. float: left;
  289. display: inline-block;
  290. width: 4px;
  291. height: 4px;
  292. margin: 15px 10px 0px 0;
  293. background: #ccc;
  294. }
  295. .noticeInfo .title{
  296. float: left;
  297. font-size: 16px;
  298. color: #444444;
  299. font-family: "微软雅黑";
  300. overflow: hidden;
  301. text-overflow: ellipsis;
  302. -webkit-line-clamp: 2;
  303. word-break: break-all;
  304. display: -webkit-box;
  305. -webkit-box-orient: vertical;
  306. width: 290px;
  307. line-height: 31px;
  308. }
  309. .noticeInfo .date{
  310. float: right;
  311. text-align: right;
  312. width: 50px;
  313. font-size: 13px;
  314. color: #777777;
  315. font-family: "微软雅黑";
  316. }
  317. .main_2 .law{
  318. float: left;
  319. width: 394px;
  320. height: 360px;
  321. margin:0 10px 0 0 ;
  322. overflow: hidden;
  323. background: #fff;
  324. }
  325. .main_2 .service{
  326. float: left;
  327. width: 392px;
  328. height: 360px;
  329. overflow: hidden;
  330. background: #fff;
  331. }
  332. .main_2 .service .serviceInfo{
  333. padding: 0 20px;
  334. }
  335. .main_2 .service .serviceInfo ul li{
  336. float: left;
  337. width: 170px;
  338. height: 53px;
  339. padding: 0 10px 10px 0;
  340. }
  341. .main_2 .service .serviceInfo ul li:nth-child(2n){
  342. padding: 0 0 10px 0;
  343. }
  344. /*友情链接*/
  345. .main_3{
  346. height: 100px;
  347. margin: 0 0 10px 0;
  348. overflow: hidden;
  349. background: #fff;
  350. }
  351. .main_3 h3{
  352. float: left;
  353. width: 130px;
  354. height: 100px;
  355. line-height: 100px;
  356. text-align: center;
  357. font-size: 22px;
  358. font-weight: bold;
  359. color: #2c3250;
  360. }
  361. .link{
  362. float: left;
  363. }
  364. .link ul li{
  365. float: left;
  366. margin: 25px 10px;
  367. }
  368. /*.link ul li:last-child{
  369. margin: 0;
  370. }*/
  371. .down{
  372. padding: 15px 0 0 0;
  373. height: 120px;
  374. text-align: left;
  375. background-color: rgba(14,30,59, 0.4);
  376. }
  377. .down p{
  378. font-size: 14px;
  379. color: #868f9e;
  380. font-family: "微软雅黑";
  381. padding: 5px 200px;
  382. }
  383. /*科技资讯*/
  384. .info{
  385. height: 680px;
  386. margin: 0 0 10px 0;
  387. overflow: hidden;
  388. }
  389. .info .infoLeft{
  390. float: left;
  391. width: 514px;
  392. height: 680px;
  393. margin: 0 10px 0 0;
  394. overflow: hidden;
  395. }
  396. .info .infoLeft .infoNews{
  397. position: relative;
  398. width: 514px;
  399. height: 340px;
  400. overflow: hidden;
  401. background: #fff;
  402. margin: 0 0 10px 0;
  403. }
  404. .info .infoLeft .infoNews span{
  405. position: absolute;
  406. bottom: 0;
  407. left: 0;
  408. font-size: 12px;
  409. color: #fff;
  410. font-family: "黑体";
  411. overflow: hidden;
  412. text-overflow: ellipsis;
  413. white-space: nowrap;
  414. display: inline-block;
  415. width: 485px;
  416. height: 40px;
  417. line-height: 40px;
  418. padding: 0 20px;
  419. background-color: rgba(0,0,0,0.4);
  420. }
  421. .infoMetti{
  422. width: 514px;
  423. height:330px;
  424. overflow: hidden;
  425. background: #fff;
  426. }
  427. .info .infoRight{
  428. float: left;
  429. width: 676px;
  430. height: 680px;
  431. overflow: hidden;
  432. background: #fff;
  433. }
  434. .meitiTop{
  435. width: 474px;
  436. height: 39px;
  437. line-height: 40px;
  438. margin: 20px;
  439. border-bottom: 1px solid #ccc;
  440. }
  441. .meitiTop .zixunTit{
  442. float: left;
  443. height: 38px;
  444. line-height: 35px;
  445. }
  446. .meitiTop .zixunTit .shu{
  447. display: inline-block;
  448. width: 4px;
  449. height: 20px;
  450. background: #005293;
  451. margin: 0 10px -3px 0;
  452. }
  453. .meitiTop .zixunTit .span{
  454. font-size: 20px;
  455. color: #005293;
  456. }
  457. .meitiTop .more{
  458. float: right;
  459. height: 40px;
  460. line-height: 40px;
  461. }
  462. .meitiInfo{
  463. height: 230px;
  464. padding: 0 20px;
  465. overflow: hidden;
  466. }
  467. .meitiInfo li{
  468. float: left;
  469. height: 55px;
  470. line-height: 30px;
  471. margin: 0 0 2px 0;
  472. }
  473. .meitiInfo .dian{
  474. float: left;
  475. display: inline-block;
  476. width: 4px;
  477. height: 4px;
  478. margin: 15px 10px 0px 0;
  479. background: #ccc;
  480. }
  481. .meitiInfo .title{
  482. float: left;
  483. font-size: 16px;
  484. color: #444444;
  485. font-family: "微软雅黑";
  486. overflow: hidden;
  487. text-overflow: ellipsis;
  488. -webkit-line-clamp: 2;
  489. word-break: break-all;
  490. display: -webkit-box;
  491. -webkit-box-orient: vertical;
  492. width: 400px;
  493. line-height: 31px;
  494. }
  495. .meitiInfo .date{
  496. float: right;
  497. text-align: right;
  498. width: 60px;
  499. font-size: 13px;
  500. color: #777777;
  501. font-family: "微软雅黑";
  502. }
  503. .infoRightTop{
  504. width: 636px;
  505. height: 39px;
  506. line-height: 40px;
  507. margin: 20px;
  508. border-bottom: 1px solid #ccc;
  509. }
  510. .infoRightTop .zixunTit{
  511. float: left;
  512. height: 38px;
  513. line-height: 35px;
  514. }
  515. .infoRightTop .zixunTit .shu{
  516. display: inline-block;
  517. width: 4px;
  518. height: 20px;
  519. background: #005293;
  520. margin:0 10px -3px 0;
  521. }
  522. .infoRightTop .zixunTit .span{
  523. font-size: 20px;
  524. color: #005293;
  525. }
  526. .infoRightTop .more{
  527. float: right;
  528. height: 40px;
  529. line-height: 40px;
  530. }
  531. .infoRightInfo{
  532. height: 580px;
  533. padding: 0 20px;
  534. overflow: hidden;
  535. }
  536. .infoRightInfo ul li{
  537. padding: 5px 0;
  538. }
  539. .infoRightInfo ul li:nth-child(8){
  540. padding:0 0 20px 0;
  541. border-bottom: 1px solid #ccc;
  542. }
  543. .infoRightInfo ul li:nth-child(9){
  544. padding:20px 0 0 0;
  545. }
  546. .infoRightInfo ul li .dian {
  547. display: inline-block;
  548. width: 4px;
  549. height: 4px;
  550. margin: 0 10px 8px 0;
  551. background: #ccc;
  552. }
  553. .infoRightInfo ul li .title {
  554. display: inline-block;
  555. font-size: 16px;
  556. color: #555555;
  557. font-family: "微软雅黑";
  558. width: 490px;
  559. margin: 0 30px 0 0;
  560. overflow: hidden;
  561. text-overflow: ellipsis;
  562. white-space: nowrap;
  563. }
  564. .infoRightInfo ul li .date {
  565. display: inline-block;
  566. width: 90px;
  567. font-size: 16px;
  568. color: #a8abb7;
  569. font-family: "微软雅黑";
  570. text-align: right;
  571. }
  572. /*科技培训*/
  573. .natural{
  574. height: 612px;
  575. overflow: hidden;
  576. margin: 0 0 10px 0;
  577. }
  578. .naturalLeft{
  579. float: left;
  580. width: 514px;
  581. height: 612px;
  582. margin: 0 10px 0 0;
  583. overflow: hidden;
  584. background: #fff;
  585. }
  586. .naturalLeft .naturalLeftTop{
  587. width:474px;
  588. height: 39px;
  589. line-height: 40px;
  590. margin: 20px;
  591. border-bottom: 1px solid #ccc;
  592. }
  593. .naturalLeftTop .noticeTit{
  594. float: left;
  595. height: 38px;
  596. line-height: 35px;
  597. }
  598. .naturalLeftTop .noticeTit .shu{
  599. display: inline-block;
  600. width: 4px;
  601. height: 20px;
  602. background: #005293;
  603. margin: 0 10px -3px 0;
  604. }
  605. .naturalLeftTop .noticeTit .span{
  606. font-size: 20px;
  607. color: #005293;
  608. }
  609. .naturalLeftTop .more{
  610. float: right;
  611. height: 40px;
  612. line-height: 40px;
  613. }
  614. .naturalRight{
  615. float: left;
  616. width: 676px;
  617. height: 612px;
  618. overflow: hidden;
  619. background: #fff;
  620. }
  621. .naturalLeftInfo{
  622. padding: 0 20px;
  623. height: 512px;
  624. overflow: hidden;
  625. }
  626. .naturalLeftInfo ul li{
  627. float: left;
  628. height: 80px;
  629. margin: 0 0 6px 0;
  630. }
  631. .naturalLeftInfo ul li .date{
  632. float: left;
  633. width: 60px;
  634. height: 20px;
  635. text-align: center;
  636. line-height: 20px;
  637. background: #005293;
  638. font-size: 14px;
  639. color: #FFFFFF;
  640. margin: 0 10px 0 0;
  641. }
  642. .naturalLeftInfo ul li .text{
  643. float: left;
  644. width: 404px;
  645. }
  646. .naturalLeftInfo ul li .text .title{
  647. float: left;
  648. width: 404px;
  649. height: 20px;
  650. line-height: 20px;
  651. font-size: 16px;
  652. color: #005293;
  653. overflow: hidden;
  654. text-overflow: ellipsis;
  655. white-space: nowrap;
  656. }
  657. .naturalLeftInfo ul li .text .content{
  658. float: left;
  659. width: 400px;
  660. text-align: left;
  661. font-size: 14px;
  662. color: #929292;
  663. line-height: 24px;
  664. overflow: hidden;
  665. text-overflow: ellipsis;
  666. -webkit-line-clamp: 2;
  667. word-break: break-all;
  668. display: -webkit-box;
  669. -webkit-box-orient: vertical;
  670. }
  671. .naturalRight{
  672. }
  673. .naturalRight .tabList{
  674. float: left;
  675. width: 636px;
  676. margin: 20px;
  677. height: 35px;
  678. line-height: 35px;
  679. border-bottom: 1px solid #ccc;
  680. }
  681. .naturalRight #tab{position:relative;}
  682. .naturalRight #tab .tabList ul li{
  683. float: left;
  684. width: 80px;
  685. height: 35px;
  686. text-align: center;
  687. font-size: 20px;
  688. color: #005293;
  689. margin: 0 20px 0 0;
  690. }
  691. .naturalRight #tab .tabCon{
  692. position: absolute;
  693. left: 20px;
  694. top: 76px;
  695. width: 634px;
  696. }
  697. .naturalRight #tab .tabCon div{
  698. position:absolute;
  699. opacity:0;
  700. filter:alpha(opacity=0);
  701. }
  702. .naturalRight #tab .tabList li.cur{
  703. border-bottom:3px solid#005293;
  704. }
  705. .naturalRight #tab .tabCon div.cur{
  706. opacity:1;
  707. filter:alpha(opacity=100);
  708. }
  709. .naturalRight .tabCon .tabConList{
  710. height: 511px;
  711. overflow: hidden;
  712. }
  713. .naturalRight .tabCon .tabConList li{
  714. padding: 3px 0 2px 0;
  715. }
  716. .naturalRight .tabCon .tabConList li .dian{
  717. display: inline-block;
  718. width: 4px;
  719. height: 4px;
  720. margin: 0 10px 8px 0;
  721. background: #ccc;
  722. }
  723. .naturalRight .tabCon .tabConList li .title{
  724. display: inline-block;
  725. font-size: 16px;
  726. color: #555555;
  727. font-family: "微软雅黑";
  728. width: 490px;
  729. margin: 0 30px 0 0;
  730. overflow: hidden;
  731. text-overflow: ellipsis;
  732. white-space: nowrap;
  733. }
  734. .naturalRight .tabCon .tabConList li .date{
  735. display: inline-block;
  736. width: 90px;
  737. font-size: 16px;
  738. color: #a8abb7;
  739. font-family: "微软雅黑";
  740. text-align: right;
  741. }
  742. .cur_1 ul li:nth-child(8){
  743. padding: 0 0 20px 0 !important;
  744. border-bottom: 1px solid #ccc;
  745. }
  746. .cur_1 ul li:nth-child(9){
  747. padding: 20px 0 0 0 !important;
  748. }
  749. .cur_3 ul li:nth-child(8){
  750. padding: 0 0 20px 0 !important;
  751. border-bottom: 1px solid #ccc;
  752. }
  753. .cur_3 ul li:nth-child(9){
  754. padding: 20px 0 0 0 !important;
  755. }
  756. /*科技服务*/
  757. .service{
  758. height: 576px;
  759. overflow: hidden;
  760. margin: 0 0 10px 0;
  761. }
  762. .service_1{
  763. width: 100%;
  764. height: 330px;
  765. overflow: hidden;
  766. margin: 0 0 10px 0;
  767. }
  768. .service_1 .service_1Left{
  769. float: left;
  770. width: 595px;
  771. height: 330px;
  772. overflow: hidden;
  773. background: #FFFFFF;
  774. margin: 0 10px 0 0;
  775. }
  776. .service_1Left .zixunTop{
  777. width: 555px;
  778. height: 29px;
  779. line-height: 29px;
  780. margin: 20px;
  781. border-bottom: 1px solid #ccc;
  782. }
  783. .service_1Left .zixunTop .zixunTit{
  784. float: left;
  785. height: 30px;
  786. line-height: 30px;
  787. }
  788. .service_1Left .zixunTop .zixunTit .shu{
  789. display: inline-block;
  790. width: 4px;
  791. height: 20px;
  792. background: #005293;
  793. margin:0 10px -3px 0;
  794. }
  795. .service_1Left .zixunTop .zixunTit .span{
  796. font-size: 20px;
  797. color: #005293;
  798. }
  799. .zhengwu{
  800. padding: 0 20px;
  801. }
  802. .zhengwu ul li{
  803. float: left;
  804. width: 130px;
  805. height: 115px;
  806. margin: 0 10px 10px 0;
  807. }
  808. .zhengwu ul li:nth-child(4){
  809. margin: 0 0 10px 0;
  810. }
  811. .zhengwu ul li:nth-child(8){
  812. margin: 0 0 10px 0;
  813. }
  814. .changyong{
  815. padding: 0 20px;
  816. }
  817. .changyong ul li{
  818. float: left;
  819. width: 185px;
  820. height: 110px;
  821. margin: 0 0 20px 0;
  822. }
  823. .service_1 .service_1right{
  824. float: left;
  825. width: 595px;
  826. height: 330px;
  827. overflow: hidden;
  828. background: #FFFFFF;
  829. }
  830. .service_1right .zixunTop{
  831. width: 555px;
  832. height: 30px;
  833. line-height: 30px;
  834. margin: 20px;
  835. border-bottom: 1px solid #ccc;
  836. }
  837. .service_1right .zixunTop .zixunTit{
  838. float: left;
  839. height: 30px;
  840. line-height: 30px;
  841. }
  842. .service_1right .zixunTop .zixunTit .shu{
  843. display: inline-block;
  844. width: 4px;
  845. height: 20px;
  846. background: #005293;
  847. margin:0 10px -3px 0;
  848. }
  849. .service_1right .zixunTop .zixunTit .span{
  850. font-size: 20px;
  851. color: #005293;
  852. }
  853. .service_2{
  854. float: left;
  855. width: 100%;
  856. height: 237px;
  857. overflow: hidden;
  858. background: #FFFFFF;
  859. }
  860. .service_2 .zixunTop{
  861. width: 1160px;
  862. height: 30px;
  863. line-height: 30px;
  864. margin: 20px;
  865. border-bottom: 1px solid #ccc;
  866. }
  867. .service_2 .zixunTop .zixunTit{
  868. float: left;
  869. height: 30px;
  870. line-height: 30px;
  871. }
  872. .service_2 .zixunTop .zixunTit .shu{
  873. display: inline-block;
  874. width: 4px;
  875. height: 20px;
  876. background: #005293;
  877. margin:0 10px -3px 0;
  878. }
  879. .service_2 .zixunTop .zixunTit .span{
  880. font-size: 20px;
  881. color: #005293;
  882. }
  883. .gongzhong{
  884. padding: 0 20px;
  885. }
  886. .gongzhong ul li{
  887. float: left;
  888. width: 185px;
  889. height: 146px;
  890. overflow: hidden;
  891. margin: 0 10px 0 0;
  892. }
  893. .gongzhong ul li:last-child{
  894. margin:0;
  895. }