style.css 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171
  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. .topDate{
  36. height:40px;
  37. line-height: 40px;
  38. background: #215299;
  39. }
  40. .topDateInfo{
  41. font-size: 14px;
  42. color: #fff;
  43. }
  44. .top{
  45. height: 245px;
  46. }
  47. .top .logo{
  48. float: left;
  49. width: 800px;
  50. padding: 90px 0;
  51. }
  52. .top .logo .title{
  53. color: #215299;
  54. font-size: 36px;
  55. font-family: cursive;
  56. text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  57. font-weight: 600;
  58. }
  59. .top .logo .english {
  60. color: #215299;
  61. font-size: 18px;
  62. font-weight: bold;
  63. }
  64. .top .search{
  65. float: right;
  66. width: 340px;
  67. height: 40px;
  68. background: #2152999f;
  69. border-radius: 25px;
  70. margin: 102px 0;
  71. }
  72. .top .search .input{
  73. width: 274px;
  74. height: 40px;
  75. background: transparent;
  76. border-radius: 25px;
  77. color: #fff;
  78. padding: 0 0 0 16px;
  79. }
  80. ::-webkit-input-placeholder { /* WebKit browsers */
  81. color: #fff;
  82. }
  83. :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  84. color: #fff;
  85. }
  86. ::-moz-placeholder { /* Mozilla Firefox 19+ */
  87. color: #fff;
  88. }
  89. :-ms-input-placeholder { /* Internet Explorer 10+ */
  90. color: #fff;
  91. }
  92. .top .search .button{
  93. width: 40px;
  94. height: 40px;
  95. line-height: 40px;
  96. }
  97. .menu{
  98. height: 70px;
  99. line-height: 70px;
  100. background-color: rgba(0,0,0,0.4);
  101. margin: 0 0 10px 0;
  102. }
  103. .menu ul li{
  104. float: left;
  105. width:298px;
  106. height: 70px;
  107. line-height: 70px;
  108. text-align: center;
  109. border-right: 2px solid #76bdfe;
  110. }
  111. .menu ul li:last-child{
  112. width:298px;
  113. border-right: none;
  114. }
  115. .menu ul li a{
  116. font-size: 22px;
  117. font-family: "微软雅黑";
  118. color: #FFFFFF;
  119. }
  120. .menu ul li:hover{
  121. background: #215299;
  122. cursor: pointer;
  123. }
  124. .menu ul .active{
  125. background: #215299;
  126. }
  127. /*地图+最新资讯*/
  128. .main_1{
  129. width: 1200px;
  130. height: 354px;
  131. margin: 0 0 10px 0;
  132. }
  133. .map{
  134. position: relative;
  135. float: left;
  136. width: 512px;
  137. height: 354px;
  138. overflow: hidden;
  139. margin: 0 10px 0 0;
  140. background: #fff;
  141. border: 1px solid #ccc;
  142. }
  143. .map img{
  144. width: 490px;
  145. height: 330px;
  146. margin: 12px;
  147. }
  148. .map span{
  149. position: absolute;
  150. bottom: 18px;
  151. left: 32px;
  152. font-size: 12px;
  153. color: #fff;
  154. font-family: "黑体";
  155. overflow: hidden;
  156. text-overflow: ellipsis;
  157. white-space: nowrap;
  158. display: inline-block;
  159. width: 454px;
  160. }
  161. .zixun{
  162. width: 676px;
  163. height: 354px;
  164. overflow: hidden;
  165. background: #fff;
  166. }
  167. .zixunTop{
  168. width: 636px;
  169. height: 39px;
  170. line-height: 40px;
  171. margin: 20px;
  172. border-bottom: 1px solid #ccc;
  173. }
  174. .zixunTop .zixunTit{
  175. float: left;
  176. height: 38px;
  177. line-height: 35px;
  178. }
  179. .zixunTop .zixunTit .shu{
  180. display: inline-block;
  181. width: 4px;
  182. height: 20px;
  183. background: #005293;
  184. margin:0 10px -3px 0;
  185. }
  186. .zixunTop .zixunTit .span{
  187. font-size: 20px;
  188. color: #005293;
  189. }
  190. .zixunTop .more{
  191. float: right;
  192. height: 40px;
  193. line-height: 40px;
  194. }
  195. .zixunInfo{
  196. height: 254px;
  197. padding: 0 20px;
  198. overflow: hidden;
  199. }
  200. .zixunInfo ul li{
  201. padding: 3px 0;
  202. }
  203. .zixunInfo ul li .dian {
  204. display: inline-block;
  205. width: 4px;
  206. height: 4px;
  207. margin: 0 10px 8px 0;
  208. background: #ccc;
  209. }
  210. .zixunInfo ul li .title {
  211. display: inline-block;
  212. font-size: 16px;
  213. color: #555555;
  214. font-family: "微软雅黑";
  215. width: 490px;
  216. margin: 0 30px 0 0;
  217. overflow: hidden;
  218. text-overflow: ellipsis;
  219. white-space: nowrap;
  220. }
  221. .zixunInfo ul li .date {
  222. display: inline-block;
  223. width: 90px;
  224. font-size: 16px;
  225. color: #a8abb7;
  226. font-family: "微软雅黑";
  227. text-align: right;
  228. }
  229. /*通知公告,政策法规,科技服务*/
  230. .main_2{
  231. height: 362px;
  232. overflow: hidden;
  233. margin: 0 0 10px 0;
  234. }
  235. .main_2 .notice{
  236. float: left;
  237. width: 394px;
  238. height: 360px;
  239. margin:0 10px 0 0 ;
  240. overflow: hidden;
  241. background: #fff;
  242. }
  243. .noticeTop{
  244. width: 354px;
  245. height: 39px;
  246. line-height: 40px;
  247. margin: 20px;
  248. border-bottom: 1px solid #ccc;
  249. }
  250. .noticeTop .noticeTit{
  251. float: left;
  252. height: 38px;
  253. line-height: 35px;
  254. }
  255. .noticeTop .noticeTit .shu{
  256. display: inline-block;
  257. width: 4px;
  258. height: 20px;
  259. background: #005293;
  260. margin: 0 10px -3px 0;
  261. }
  262. .noticeTop .noticeTit .span{
  263. font-size: 20px;
  264. color: #005293;
  265. }
  266. .noticeTop .more{
  267. float: right;
  268. height: 40px;
  269. line-height: 40px;
  270. }
  271. .noticeInfo{
  272. height: 254px;
  273. padding: 0 20px;
  274. overflow: hidden;
  275. }
  276. .noticeInfo li{
  277. float: left;
  278. min-height: 30px;
  279. line-height: 26px;
  280. }
  281. .noticeInfo .dian{
  282. float: left;
  283. display: inline-block;
  284. width: 4px;
  285. height: 4px;
  286. margin: 15px 10px 0px 0;
  287. background: #ccc;
  288. }
  289. .noticeInfo .title{
  290. float: left;
  291. font-size: 16px;
  292. color: #444444;
  293. font-family: "微软雅黑";
  294. overflow: hidden;
  295. text-overflow: ellipsis;
  296. -webkit-line-clamp: 2;
  297. word-break: break-all;
  298. display: -webkit-box;
  299. -webkit-box-orient: vertical;
  300. width: 290px;
  301. }
  302. .noticeInfo .date{
  303. float: right;
  304. text-align: right;
  305. width: 50px;
  306. font-size: 13px;
  307. color: #777777;
  308. font-family: "微软雅黑";
  309. }
  310. .main_2 .law{
  311. float: left;
  312. width: 394px;
  313. height: 360px;
  314. margin:0 10px 0 0 ;
  315. overflow: hidden;
  316. background: #fff;
  317. }
  318. .main_2 .service{
  319. float: left;
  320. width: 392px;
  321. height: 360px;
  322. overflow: hidden;
  323. background: #fff;
  324. }
  325. .main_2 .service .serviceInfo{
  326. padding: 0 20px;
  327. }
  328. .main_2 .service .serviceInfo ul li{
  329. float: left;
  330. width: 170px;
  331. height: 53px;
  332. padding: 0 10px 10px 0;
  333. }
  334. .main_2 .service .serviceInfo ul li:nth-child(2n){
  335. padding: 0 0 10px 0;
  336. }
  337. /*友情链接*/
  338. .main_3{
  339. height: 100px;
  340. margin: 0 0 10px 0;
  341. overflow: hidden;
  342. background: #fff;
  343. }
  344. .main_3 h3{
  345. float: left;
  346. width: 130px;
  347. height: 100px;
  348. line-height: 100px;
  349. text-align: center;
  350. font-size: 22px;
  351. font-weight: bold;
  352. color: #2c3250;
  353. }
  354. .link{
  355. float: left;
  356. }
  357. .link ul li{
  358. float: left;
  359. margin: 25px 10px;
  360. }
  361. /*.link ul li:last-child{
  362. margin: 0;
  363. }*/
  364. .down{
  365. padding: 15px 0 0 0;
  366. height: 120px;
  367. text-align: left;
  368. background-color: rgba(14,30,59, 0.4);
  369. }
  370. .down p{
  371. font-size: 14px;
  372. color: #868f9e;
  373. font-family: "微软雅黑";
  374. padding: 5px 200px;
  375. }
  376. /*科技资讯*/
  377. .info{
  378. height: 680px;
  379. margin: 0 0 10px 0;
  380. overflow: hidden;
  381. }
  382. .info .infoLeft{
  383. float: left;
  384. width: 514px;
  385. height: 680px;
  386. margin: 0 10px 0 0;
  387. overflow: hidden;
  388. }
  389. .info .infoLeft .infoNews{
  390. position: relative;
  391. width: 514px;
  392. height: 340px;
  393. overflow: hidden;
  394. background: #fff;
  395. margin: 0 0 10px 0;
  396. }
  397. .info .infoLeft .infoNews span{
  398. position: absolute;
  399. bottom: 0;
  400. left: 0;
  401. font-size: 12px;
  402. color: #fff;
  403. font-family: "黑体";
  404. overflow: hidden;
  405. text-overflow: ellipsis;
  406. white-space: nowrap;
  407. display: inline-block;
  408. width: 485px;
  409. height: 40px;
  410. line-height: 40px;
  411. padding: 0 20px;
  412. background-color: rgba(0,0,0,0.4);
  413. }
  414. .infoMetti{
  415. width: 514px;
  416. height:330px;
  417. overflow: hidden;
  418. background: #fff;
  419. }
  420. .info .infoRight{
  421. float: left;
  422. width: 676px;
  423. height: 680px;
  424. overflow: hidden;
  425. background: #fff;
  426. }
  427. .meitiTop{
  428. width: 474px;
  429. height: 39px;
  430. line-height: 40px;
  431. margin: 20px;
  432. border-bottom: 1px solid #ccc;
  433. }
  434. .meitiTop .zixunTit{
  435. float: left;
  436. height: 38px;
  437. line-height: 35px;
  438. }
  439. .meitiTop .zixunTit .shu{
  440. display: inline-block;
  441. width: 4px;
  442. height: 20px;
  443. background: #005293;
  444. margin: 0 10px -3px 0;
  445. }
  446. .meitiTop .zixunTit .span{
  447. font-size: 20px;
  448. color: #005293;
  449. }
  450. .meitiTop .more{
  451. float: right;
  452. height: 40px;
  453. line-height: 40px;
  454. }
  455. .meitiInfo{
  456. height: 230px;
  457. padding: 0 20px;
  458. overflow: hidden;
  459. }
  460. .meitiInfo li{
  461. float: left;
  462. min-height: 29px;
  463. line-height: 29px;
  464. }
  465. .meitiInfo .dian{
  466. float: left;
  467. display: inline-block;
  468. width: 4px;
  469. height: 4px;
  470. margin: 15px 10px 0px 0;
  471. background: #ccc;
  472. }
  473. .meitiInfo .title{
  474. float: left;
  475. font-size: 16px;
  476. color: #444444;
  477. font-family: "微软雅黑";
  478. overflow: hidden;
  479. text-overflow: ellipsis;
  480. -webkit-line-clamp: 2;
  481. word-break: break-all;
  482. display: -webkit-box;
  483. -webkit-box-orient: vertical;
  484. width: 400px;
  485. }
  486. .meitiInfo .date{
  487. float: right;
  488. text-align: right;
  489. width: 60px;
  490. font-size: 13px;
  491. color: #777777;
  492. font-family: "微软雅黑";
  493. }
  494. .infoRightTop{
  495. width: 636px;
  496. height: 39px;
  497. line-height: 40px;
  498. margin: 20px;
  499. border-bottom: 1px solid #ccc;
  500. }
  501. .infoRightTop .zixunTit{
  502. float: left;
  503. height: 38px;
  504. line-height: 35px;
  505. }
  506. .infoRightTop .zixunTit .shu{
  507. display: inline-block;
  508. width: 4px;
  509. height: 20px;
  510. background: #005293;
  511. margin:0 10px -3px 0;
  512. }
  513. .infoRightTop .zixunTit .span{
  514. font-size: 20px;
  515. color: #005293;
  516. }
  517. .infoRightTop .more{
  518. float: right;
  519. height: 40px;
  520. line-height: 40px;
  521. }
  522. .infoRightInfo{
  523. height: 580px;
  524. padding: 0 20px;
  525. overflow: hidden;
  526. }
  527. .infoRightInfo ul li{
  528. padding: 5px 0;
  529. }
  530. .infoRightInfo ul li:nth-child(8){
  531. padding:0 0 20px 0;
  532. border-bottom: 1px solid #ccc;
  533. }
  534. .infoRightInfo ul li:nth-child(9){
  535. padding:20px 0 0 0;
  536. }
  537. .infoRightInfo ul li .dian {
  538. display: inline-block;
  539. width: 4px;
  540. height: 4px;
  541. margin: 0 10px 8px 0;
  542. background: #ccc;
  543. }
  544. .infoRightInfo ul li .title {
  545. display: inline-block;
  546. font-size: 16px;
  547. color: #555555;
  548. font-family: "微软雅黑";
  549. width: 490px;
  550. margin: 0 30px 0 0;
  551. overflow: hidden;
  552. text-overflow: ellipsis;
  553. white-space: nowrap;
  554. }
  555. .infoRightInfo ul li .date {
  556. display: inline-block;
  557. width: 90px;
  558. font-size: 16px;
  559. color: #a8abb7;
  560. font-family: "微软雅黑";
  561. text-align: right;
  562. }
  563. /*科技培训*/
  564. .natural{
  565. height: 612px;
  566. overflow: hidden;
  567. margin: 0 0 10px 0;
  568. }
  569. .naturalLeft{
  570. float: left;
  571. width: 514px;
  572. height: 612px;
  573. margin: 0 10px 0 0;
  574. overflow: hidden;
  575. background: #fff;
  576. }
  577. .naturalLeft .naturalLeftTop{
  578. width:474px;
  579. height: 39px;
  580. line-height: 40px;
  581. margin: 20px;
  582. border-bottom: 1px solid #ccc;
  583. }
  584. .naturalLeftTop .noticeTit{
  585. float: left;
  586. height: 38px;
  587. line-height: 35px;
  588. }
  589. .naturalLeftTop .noticeTit .shu{
  590. display: inline-block;
  591. width: 4px;
  592. height: 20px;
  593. background: #005293;
  594. margin: 0 10px -3px 0;
  595. }
  596. .naturalLeftTop .noticeTit .span{
  597. font-size: 20px;
  598. color: #005293;
  599. }
  600. .naturalLeftTop .more{
  601. float: right;
  602. height: 40px;
  603. line-height: 40px;
  604. }
  605. .naturalRight{
  606. float: left;
  607. width: 676px;
  608. height: 612px;
  609. overflow: hidden;
  610. background: #fff;
  611. }
  612. .naturalLeftInfo{
  613. padding: 0 20px;
  614. height: 512px;
  615. overflow: hidden;
  616. }
  617. .naturalLeftInfo ul li{
  618. float: left;
  619. height: 80px;
  620. margin: 0 0 6px 0;
  621. }
  622. .naturalLeftInfo ul li .date{
  623. float: left;
  624. width: 60px;
  625. height: 20px;
  626. text-align: center;
  627. line-height: 20px;
  628. background: #005293;
  629. font-size: 14px;
  630. color: #FFFFFF;
  631. margin: 0 10px 0 0;
  632. }
  633. .naturalLeftInfo ul li .text{
  634. float: left;
  635. width: 404px;
  636. }
  637. .naturalLeftInfo ul li .text .title{
  638. float: left;
  639. width: 404px;
  640. height: 20px;
  641. line-height: 20px;
  642. font-size: 16px;
  643. color: #005293;
  644. overflow: hidden;
  645. text-overflow: ellipsis;
  646. white-space: nowrap;
  647. }
  648. .naturalLeftInfo ul li .text .content{
  649. float: left;
  650. width: 400px;
  651. text-align: left;
  652. font-size: 14px;
  653. color: #929292;
  654. line-height: 24px;
  655. overflow: hidden;
  656. text-overflow: ellipsis;
  657. -webkit-line-clamp: 2;
  658. word-break: break-all;
  659. display: -webkit-box;
  660. -webkit-box-orient: vertical;
  661. }
  662. .naturalRight{
  663. }
  664. .naturalRight .tabList{
  665. float: left;
  666. width: 636px;
  667. margin: 20px;
  668. height: 35px;
  669. line-height: 35px;
  670. border-bottom: 1px solid #ccc;
  671. }
  672. .naturalRight #tab{position:relative;}
  673. .naturalRight #tab .tabList ul li{
  674. float: left;
  675. width: 80px;
  676. height: 35px;
  677. text-align: center;
  678. font-size: 20px;
  679. color: #005293;
  680. margin: 0 20px 0 0;
  681. }
  682. .naturalRight #tab .tabCon{
  683. position: absolute;
  684. left: 20px;
  685. top: 76px;
  686. width: 634px;
  687. }
  688. .naturalRight #tab .tabCon div{
  689. position:absolute;
  690. opacity:0;
  691. filter:alpha(opacity=0);
  692. }
  693. .naturalRight #tab .tabList li.cur{
  694. border-bottom:3px solid#005293;
  695. }
  696. .naturalRight #tab .tabCon div.cur{
  697. opacity:1;
  698. filter:alpha(opacity=100);
  699. }
  700. .naturalRight .tabCon .tabConList{
  701. height: 511px;
  702. overflow: hidden;
  703. }
  704. .naturalRight .tabCon .tabConList li{
  705. padding: 3px 0 2px 0;
  706. }
  707. .naturalRight .tabCon .tabConList li .dian{
  708. display: inline-block;
  709. width: 4px;
  710. height: 4px;
  711. margin: 0 10px 8px 0;
  712. background: #ccc;
  713. }
  714. .naturalRight .tabCon .tabConList li .title{
  715. display: inline-block;
  716. font-size: 16px;
  717. color: #555555;
  718. font-family: "微软雅黑";
  719. width: 490px;
  720. margin: 0 30px 0 0;
  721. overflow: hidden;
  722. text-overflow: ellipsis;
  723. white-space: nowrap;
  724. }
  725. .naturalRight .tabCon .tabConList li .date{
  726. display: inline-block;
  727. width: 90px;
  728. font-size: 16px;
  729. color: #a8abb7;
  730. font-family: "微软雅黑";
  731. text-align: right;
  732. }
  733. .cur_1 ul li:nth-child(8){
  734. padding: 0 0 20px 0 !important;
  735. border-bottom: 1px solid #ccc;
  736. }
  737. .cur_1 ul li:nth-child(9){
  738. padding: 20px 0 0 0 !important;
  739. }
  740. .cur_3 ul li:nth-child(8){
  741. padding: 0 0 20px 0 !important;
  742. border-bottom: 1px solid #ccc;
  743. }
  744. .cur_3 ul li:nth-child(9){
  745. padding: 20px 0 0 0 !important;
  746. }
  747. /*科技服务*/
  748. .service{
  749. height: 576px;
  750. overflow: hidden;
  751. margin: 0 0 10px 0;
  752. }
  753. .service_1{
  754. width: 100%;
  755. height: 330px;
  756. overflow: hidden;
  757. margin: 0 0 10px 0;
  758. }
  759. .service_1 .service_1Left{
  760. float: left;
  761. width: 595px;
  762. height: 330px;
  763. overflow: hidden;
  764. background: #FFFFFF;
  765. margin: 0 10px 0 0;
  766. }
  767. .service_1Left .zixunTop{
  768. width: 555px;
  769. height: 29px;
  770. line-height: 29px;
  771. margin: 20px;
  772. border-bottom: 1px solid #ccc;
  773. }
  774. .service_1Left .zixunTop .zixunTit{
  775. float: left;
  776. height: 30px;
  777. line-height: 30px;
  778. }
  779. .service_1Left .zixunTop .zixunTit .shu{
  780. display: inline-block;
  781. width: 4px;
  782. height: 20px;
  783. background: #005293;
  784. margin:0 10px -3px 0;
  785. }
  786. .service_1Left .zixunTop .zixunTit .span{
  787. font-size: 20px;
  788. color: #005293;
  789. }
  790. .zhengwu{
  791. padding: 0 20px;
  792. }
  793. .zhengwu ul li{
  794. float: left;
  795. width: 130px;
  796. height: 115px;
  797. margin: 0 10px 10px 0;
  798. }
  799. .zhengwu ul li:nth-child(4){
  800. margin: 0 0 10px 0;
  801. }
  802. .zhengwu ul li:nth-child(8){
  803. margin: 0 0 10px 0;
  804. }
  805. .changyong{
  806. padding: 0 20px;
  807. }
  808. .changyong ul li{
  809. float: left;
  810. width: 185px;
  811. height: 110px;
  812. margin: 0 0 20px 0;
  813. }
  814. .service_1 .service_1right{
  815. float: left;
  816. width: 595px;
  817. height: 330px;
  818. overflow: hidden;
  819. background: #FFFFFF;
  820. }
  821. .service_1right .zixunTop{
  822. width: 555px;
  823. height: 30px;
  824. line-height: 30px;
  825. margin: 20px;
  826. border-bottom: 1px solid #ccc;
  827. }
  828. .service_1right .zixunTop .zixunTit{
  829. float: left;
  830. height: 30px;
  831. line-height: 30px;
  832. }
  833. .service_1right .zixunTop .zixunTit .shu{
  834. display: inline-block;
  835. width: 4px;
  836. height: 20px;
  837. background: #005293;
  838. margin:0 10px -3px 0;
  839. }
  840. .service_1right .zixunTop .zixunTit .span{
  841. font-size: 20px;
  842. color: #005293;
  843. }
  844. .service_2{
  845. float: left;
  846. width: 100%;
  847. height: 237px;
  848. overflow: hidden;
  849. background: #FFFFFF;
  850. }
  851. .service_2 .zixunTop{
  852. width: 1160px;
  853. height: 30px;
  854. line-height: 30px;
  855. margin: 20px;
  856. border-bottom: 1px solid #ccc;
  857. }
  858. .service_2 .zixunTop .zixunTit{
  859. float: left;
  860. height: 30px;
  861. line-height: 30px;
  862. }
  863. .service_2 .zixunTop .zixunTit .shu{
  864. display: inline-block;
  865. width: 4px;
  866. height: 20px;
  867. background: #005293;
  868. margin:0 10px -3px 0;
  869. }
  870. .service_2 .zixunTop .zixunTit .span{
  871. font-size: 20px;
  872. color: #005293;
  873. }
  874. .gongzhong{
  875. padding: 0 20px;
  876. }
  877. .gongzhong ul li{
  878. float: left;
  879. width: 185px;
  880. height: 146px;
  881. overflow: hidden;
  882. margin: 0 10px 0 0;
  883. }
  884. .gongzhong ul li:last-child{
  885. margin:0;
  886. }
  887. /*列表页*/
  888. .list{
  889. width: 100%;
  890. height: 630px;
  891. overflow: hidden;
  892. background: #FFFFFF;
  893. margin: 0 0 10px 0;
  894. }
  895. .list .zixunTop{
  896. width: 1120px;
  897. height: 29px;
  898. line-height: 29px;
  899. margin:40px 40px 20px 40px;
  900. border-bottom: 1px solid #ccc;
  901. }
  902. .list .zixunTop .zixunTit{
  903. float: left;
  904. height:30px;
  905. line-height: 0;
  906. }
  907. .list .zixunTop .zixunTit .shu{
  908. display: inline-block;
  909. width: 4px;
  910. height: 20px;
  911. background: #005293;
  912. margin:0 10px -3px 0;
  913. }
  914. .list .zixunTop .zixunTit .span{
  915. font-size: 20px;
  916. color: #005293;
  917. }
  918. .listInfo{
  919. padding: 0 40px;
  920. height: 540px;
  921. overflow: hidden;
  922. }
  923. .listInfo ul{
  924. height: 350px;
  925. }
  926. .listInfo ul li{
  927. float: left;
  928. width: 1120px;
  929. padding: 6px 0;
  930. }
  931. .listInfo ul li:nth-child(5){
  932. padding: 0 0 20px 0;
  933. border-bottom: 1px solid #ccc;
  934. }
  935. .listInfo ul li:nth-child(6){
  936. padding: 20px 0 0 0;
  937. }
  938. .listInfo ul li .dian {
  939. float: left;
  940. display: inline-block;
  941. width: 4px;
  942. height: 4px;
  943. margin: 8px 10px 0px 0;
  944. background: #ccc;
  945. }
  946. .listInfo ul li .title{
  947. float: left;
  948. width: 1106px;
  949. font-size: 16px;
  950. color: #555555;
  951. }
  952. .listInfo ul li .title .date{
  953. font-size: 16px;
  954. color: #a8abb7;
  955. margin: 0 0 0 18px;
  956. }
  957. .listInfo .page{
  958. height: 30px;
  959. line-height: 30px;
  960. text-align: center;
  961. margin: 120px 0 40px 0;
  962. }
  963. /*详情页面*/
  964. .detail{
  965. float: left;
  966. width: 1120px;
  967. min-height: 645px;
  968. overflow: hidden;
  969. background: #FFFFFF;
  970. padding: 0 40px 60px 40px;
  971. }
  972. .detail .title{
  973. font-size: 24px;
  974. text-align: center;
  975. padding: 40px 0 30px 0;
  976. color: #005293;
  977. }
  978. .detail .userDate{
  979. text-align: center;
  980. padding: 0 0 30px 0;
  981. border-bottom: 1px solid #ccc;
  982. font-size: 16px;
  983. color: #666666;
  984. }
  985. .detail .userDate .date{
  986. padding: 0 0 0 20px;
  987. }
  988. .detail .content{
  989. font-size: 16px;
  990. color: #222222;
  991. padding: 30px 0 0 0;
  992. }
  993. /* 登录注册 */
  994. .loginMain{
  995. height: 460px;
  996. background-color: #FFFFFF;
  997. margin: 0 0 10px 0;
  998. padding: 50px 0;
  999. }
  1000. .loginMain .loginLeft{
  1001. float: left;
  1002. width: 750px;
  1003. height: 460px;
  1004. border-right: 1px dashed #ccc;
  1005. text-align: center;
  1006. }
  1007. .loginLeft .images{
  1008. width: 300px;
  1009. height: 300px;
  1010. border: 1px solid #ccc;
  1011. }
  1012. .loginLeft p{
  1013. font-size: 38px;
  1014. font-family: cursive;
  1015. color: blue;
  1016. font-weight: 600;
  1017. padding: 36px 145px;
  1018. }
  1019. .loginMain .loginRight{
  1020. float: left;
  1021. width:300px;
  1022. height: 460px;
  1023. margin: 0 0 0 45px;
  1024. }
  1025. .loginRight .loginRightTop{
  1026. width: 300px;
  1027. height: 45px;
  1028. border-bottom: 2px solid #ccc;
  1029. }
  1030. .loginRight .loginRightTop .button{
  1031. float: left;
  1032. width: 150px;
  1033. height: 45px;
  1034. line-height: 45px;
  1035. text-align: center;
  1036. font-size: 22px;
  1037. font-family: 微软雅黑;
  1038. }
  1039. .loginRight .loginRightTop .active{
  1040. color: #0165bb;
  1041. border-bottom: 2px solid #0165bb;
  1042. }
  1043. .infoLogin{
  1044. width: 300px;
  1045. height: 400px;
  1046. }
  1047. .formLogin .user{
  1048. width: 300px;
  1049. height: 40px;
  1050. line-height: 40px;
  1051. border: 1px solid #CCCCCC;
  1052. border-radius: 0px;
  1053. float: left;
  1054. margin: 20px 0 0 0;
  1055. }
  1056. .formLogin .user input{
  1057. height:39px;
  1058. float: left;
  1059. line-height:39px;
  1060. width: 295px;
  1061. padding: 0 0 0 5px;
  1062. font-size: 16px;
  1063. color: #757575;
  1064. }
  1065. .formLogin .user input::-webkit-input-placeholder {
  1066. color: #757575;
  1067. font-size: 16px;
  1068. }
  1069. .formLogin .user input:-moz-placeholder {
  1070. color: #757575;
  1071. font-size: 16px;
  1072. }
  1073. .formLogin .user input::-moz-placeholder {
  1074. color: #757575;
  1075. font-size: 16px;
  1076. }
  1077. .formLogin .user input:-ms-input-placeholder {
  1078. color: #757575;
  1079. font-size: 16px;
  1080. }
  1081. .infoLogin .loginBtn{
  1082. float: left;
  1083. width: 300px;
  1084. margin-top: 20px;
  1085. height: 46px;
  1086. line-height: 46px;
  1087. background: #0165bb;
  1088. cursor: pointer;
  1089. text-align: center;
  1090. }
  1091. .infoLogin .loginBtn button{
  1092. color: #FFFFFF;
  1093. cursor: pointer;
  1094. font-family: "Microsoft Yahei";
  1095. font-size: 18px;
  1096. }
  1097. /* 注册 */
  1098. .register{
  1099. width: 300px;
  1100. height: 400px;
  1101. }
  1102. .formRegister .user{
  1103. width: 300px;
  1104. height: 40px;
  1105. line-height: 40px;
  1106. border: 1px solid #CCCCCC;
  1107. border-radius: 0px;
  1108. float: left;
  1109. margin: 10px 0 0 0;
  1110. }
  1111. .formRegister .user input{
  1112. height:39px;
  1113. float: left;
  1114. line-height:39px;
  1115. width: 295px;
  1116. padding: 0 0 0 5px;
  1117. font-size: 16px;
  1118. color: #757575;
  1119. }
  1120. .formRegister .user input::-webkit-input-placeholder {
  1121. color: #757575;
  1122. font-size: 16px;
  1123. }
  1124. .formRegister .user input:-moz-placeholder {
  1125. color: #757575;
  1126. font-size: 16px;
  1127. }
  1128. .formRegister .user input::-moz-placeholder {
  1129. color: #757575;
  1130. font-size: 16px;
  1131. }
  1132. .formRegister .user input:-ms-input-placeholder {
  1133. color: #757575;
  1134. font-size: 16px;
  1135. }
  1136. .register .loginBtn{
  1137. float: left;
  1138. width: 300px;
  1139. margin-top: 20px;
  1140. height: 46px;
  1141. line-height: 46px;
  1142. background: #0165bb;
  1143. cursor: pointer;
  1144. text-align: center;
  1145. }
  1146. .register .loginBtn button{
  1147. color: #FFFFFF;
  1148. cursor: pointer;
  1149. font-family: "Microsoft Yahei";
  1150. font-size: 18px;
  1151. }
  1152. .section-focus-pic{margin:20px auto 0 auto;height:340px;width:514px;overflow:hidden;position:relative;}
  1153. .section-focus-pic ul li{position:absolute;top:0;left:0px;width:514px;height:340px;}
  1154. .section-focus-pic ul li h3{position:absolute;bottom:0px;left:0;width: 400px;font-weight:normal;color:#FFF;margin-left: 20px;z-index: 111;font-size: 18px; font-family:"微软雅黑";}
  1155. .section-focus-pic ul li div{position:absolute;bottom:0;left:0;height:50px;background-color:#000;width:514px;opacity: 0.6;filter: alpha(opacity=60);}
  1156. .section-focus-pic .pages{width:514px;height:340px;}
  1157. .section-focus-pic .controler{position:absolute;bottom:20px;right:20px;}
  1158. .section-focus-pic .controler b{cursor:pointer;width:20px;height:10px;display:block;overflow:hidden;text-indent:20px;background:url(../images/news_index_icon.png) no-repeat -136px 3px; float:left;margin:0 0 0 5px;}
  1159. .section-focus-pic .controler b.down{background-position:-161px 1px;}
  1160. .section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:120px;height:40px;}
  1161. .section-focus-pic .controler2 a i{cursor:pointer;display:block;width:22px;height:34px; background:url(../images/star.png) no-repeat;}
  1162. .section-focus-pic .controler2 .prev{left:5px;}
  1163. .section-focus-pic .controler2 .prev i{background-position:-34px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_05.png');margin-left:5px;}
  1164. .section-focus-pic .controler2 .prev:hover i{left:10px;background-position:-34px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_03.png');}
  1165. .section-focus-pic .controler2 .next{right:10px;}
  1166. .section-focus-pic .controler2 .next i{background-position:-62px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_06.png');margin-left:10px;}
  1167. .section-focus-pic .controler2 .next:hover i{right:10px;background-position:-62px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_04.png');}