technologyl.css 17 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087
  1. /*包含页面的css*/
  2. @charset 'utf-8'
  3. body
  4. {
  5. font-family: Tahoma, Arial, Verdana;
  6. font-family: Arial,"宋体",simsun,sans-serif;
  7. }
  8. dt,dd
  9. {
  10. display: inline-block;
  11. }
  12. dt
  13. {
  14. font-weight: normal;
  15. }
  16. ol , ul
  17. {
  18. margin-bottom: 0;
  19. padding: 0;
  20. list-style: none;
  21. }
  22. .left
  23. {
  24. float: left;
  25. }
  26. .right
  27. {
  28. float: right;
  29. }
  30. .nav-top1
  31. {
  32. background-color: #fff;
  33. border-bottom: 1px solid #eee;
  34. width: 100%;
  35. height: 36px;
  36. line-height: 36px;
  37. position: relative;
  38. font-size: 12px;
  39. }
  40. .nav-top2
  41. {
  42. background-color: #f5f5f5;
  43. border-bottom: 1px solid #eee;
  44. width: 100%;
  45. height: 36px;
  46. line-height: 36px;
  47. position: relative;
  48. font-size: 12px;
  49. }
  50. .nav-top1 .ul,.nav-top2 .ul
  51. {
  52. width: 1200px;
  53. margin: 0 auto;
  54. }
  55. .nav-top1 .ul,.nav-top2 .ul2
  56. {
  57. width: 1000px;
  58. margin: 0 auto;
  59. }
  60. .nav-top1 ul li,.nav-top2 ul li
  61. {
  62. display: inline-block;
  63. padding: 0 8px;
  64. }
  65. .nav-top1 ul li span,.nav-top2 ul li span
  66. {
  67. margin: 0 5px;
  68. color: #ddd;
  69. }
  70. .nav-top1 ul li a,.nav-top2 ul li a
  71. {
  72. color: #666;
  73. }
  74. .nav-top1 ul li a:focus,.nav-top1 ul li a:hover,.nav-top2 ul li a:focus,.nav-top2 ul li a:hover
  75. {
  76. color: #ff5a34;
  77. }
  78. .te-header
  79. {
  80. background-color: #fff;
  81. margin: 0 auto;
  82. width: 1200px;
  83. position: relative;
  84. }
  85. .te-header .te-header-top
  86. {
  87. padding: 14px 20px;
  88. position: relative;
  89. overflow: hidden;
  90. }
  91. .te-header-top .te-header-img
  92. {
  93. float: left;
  94. }
  95. .te-header .te-header-top .te-header-search
  96. {
  97. float: left;
  98. padding-top: 6px;
  99. padding-left: 80px;
  100. }
  101. .te-header .te-header-top .te-header-zt
  102. {
  103. float: left;
  104. padding-top: 16px;
  105. padding-left: 50px;
  106. }
  107. .te-header-search input
  108. {
  109. width: 460px;
  110. height: 42px;
  111. line-height: 42px;
  112. border: 2px solid #ff552e;
  113. outline: none;
  114. padding: 0 8px;
  115. float: left;
  116. color: #ff552e;
  117. }
  118. .te-header-search a.search-btn
  119. {
  120. display: block;
  121. text-decoration: none;
  122. float: left;
  123. background-color: #ff552e;
  124. width: 100px;
  125. height: 42px;
  126. line-height: 42px;
  127. text-align: center;
  128. font-size: 16px;
  129. color: #fff;
  130. }
  131. .te-header-search p a
  132. {
  133. font-size: 12px;
  134. color: #999;
  135. margin-right: 6px;
  136. }
  137. .te-header-search p a:hover
  138. {
  139. color: #ff552e;
  140. }
  141. .te-header-btn
  142. {
  143. float: right;
  144. padding-top: 6px;
  145. padding-left: 45px;
  146. }
  147. .te-header-btn a.fabu-btn
  148. {
  149. display: block;
  150. text-decoration: none;
  151. float: left;
  152. background-color: #ff552e;
  153. height: 42px;
  154. line-height: 42px;
  155. font-size: 16px;
  156. color: #fff;
  157. margin-right: 20px;
  158. padding: 0 10px;
  159. }
  160. .te-header-btn a.jianli-btn
  161. {
  162. text-decoration: none;
  163. background-color: #fff0e5;
  164. border: 1px solid #ffb38c;
  165. border-radius: 0px;
  166. height: 42px;
  167. line-height: 42px;
  168. font-size: 14px;
  169. color: #ee7798;
  170. padding: 0 16px;
  171. }
  172. .te-header .te-header-middle
  173. {
  174. margin: 10px 0 40px 0;
  175. }
  176. .te-header .te-header-bottom
  177. {
  178. /*position: absolute;
  179. bottom: 0;*/
  180. border-bottom: 2px solid #ff552e;
  181. }
  182. .te-header-bottom ul
  183. {
  184. width: 1200px;
  185. height: 34px;
  186. line-height: 34px;
  187. }
  188. .te-header-bottom ul li
  189. {
  190. display: inline-block;
  191. }
  192. .te-header-bottom ul li a
  193. {
  194. color: #ff552e;
  195. text-decoration: none;
  196. padding: 9px 36px;
  197. font-size: 16px;
  198. font-weight: 700;
  199. }
  200. .te-header-bottom ul li a:hover
  201. {
  202. color: #fff;
  203. background-color: #ff552e;
  204. border-radius: 4px 4px 0 0;
  205. }
  206. .te-header-bottom .dangqian
  207. {
  208. background-color: #ff552e;
  209. color: #fff;
  210. border-radius: 4px 4px 0 0;
  211. }
  212. .te-header-bottom a.tg
  213. {
  214. color: #666;
  215. font-size: 14px;
  216. font-weight: normal;
  217. }
  218. .te-list,.te-list2
  219. {
  220. margin: 0 auto;
  221. width: 1200px;
  222. position: relative;
  223. margin-top: 30px;
  224. overflow: auto;
  225. }
  226. /*.te-list2
  227. {
  228. margin: 0 40px;
  229. position: relative;
  230. margin-top: 30px;
  231. overflow: auto;
  232. }*/
  233. .te-list .te-list-name
  234. {
  235. width: 100%;
  236. position: relative;
  237. }
  238. .te-list .te-list-name a
  239. {
  240. background-color: #ff552e;
  241. display: block;
  242. height: 36px;
  243. line-height: 36px;
  244. width: 100px;
  245. text-align: center;
  246. color: #fff;
  247. }
  248. .te-list .te-list-content
  249. {
  250. border: 1px solid #ddd;
  251. }
  252. .te-list .te-list-content dl
  253. {
  254. overflow: auto;
  255. padding: 12px 0;
  256. border-bottom: 1px dotted #eee;
  257. margin-bottom: 0;
  258. }
  259. .te-list .te-list-content dl:hover
  260. {
  261. background-color: #f5f5f5;
  262. }
  263. .te-list .te-list-content dl a
  264. {
  265. color: #0e8ed8;
  266. }
  267. .te-list .te-list-content dl dt
  268. {
  269. width: 16%;
  270. float: left;
  271. padding-left: 10px;
  272. }
  273. .te-list .te-list-content dl dd
  274. {
  275. width: 12%;
  276. float: left;
  277. padding-left: 10px;
  278. }
  279. .te-list .te-list-pager,.te-co-content .te-list-pager,.te-list2 .te-list-pager
  280. {
  281. text-align: center;
  282. padding: 20px 0;
  283. }
  284. .te-list .te-list-pager ul li a ,.te-co-content .te-list-pager ul li a,.te-list2 .te-list-pager ul li a
  285. {
  286. padding: 6px 20px;
  287. }
  288. /*tech_work_detail.html*/
  289. .te-work
  290. {
  291. width: 1140px;
  292. margin: 0 auto;
  293. border: 1px solid #eee;
  294. border-top: 2px solid #A1C4DF;
  295. padding: 15px 30px 30px 30px;
  296. margin-bottom: 50px;
  297. background-color: white;
  298. margin-top: 10px;
  299. }
  300. .te-work span
  301. {
  302. font-size: 12px;
  303. color: #666666;
  304. }
  305. .te-work a
  306. {
  307. font-size: 16px;
  308. color: #2E6DA4;
  309. }
  310. .te-work a:hover
  311. {
  312. color: #A1C4DF;
  313. }
  314. .te-work-content
  315. {
  316. border-top: 2px dotted #eee;
  317. padding: 15px 0 50px 0;
  318. }
  319. .te-work ul.te-work-content-detail li,.te-work ul.te-work-tel-detail li
  320. {
  321. padding: 8px 0 ;
  322. clear: both;
  323. font-size: 16px;
  324. color: #696868;
  325. overflow: hidden;
  326. }
  327. .te-work i,.te-work em
  328. {
  329. font-style: normal;
  330. }
  331. .te-work i,.te-work span,.te-work em
  332. {
  333. margin-left: 8px;
  334. color: #282828;
  335. }
  336. .te-work h4
  337. {
  338. padding-top: 50px;
  339. padding-bottom: 15px;
  340. border-bottom: 2px solid #ddd;
  341. }
  342. .tab-pane
  343. {
  344. padding: 20px 0 20px 0;
  345. }
  346. .tab-pane table,.te-co-content table,.te-list-content table
  347. {
  348. border: 1px solid #666;
  349. width: 100%;
  350. border-collapse: collapse;
  351. }
  352. .tab-pane table thead,.te-co-content table thead,.te-list-content table thead
  353. {
  354. background-color: #f5f5f5;
  355. }
  356. .tab-pane table thead th,.te-co-content table thead th,.te-list-content table thead th
  357. {
  358. font-weight: normal;
  359. color: #999999;
  360. }
  361. .tab-pane table tr,.te-co-content table tr,.te-list-content table tr
  362. {
  363. line-height: 42px;
  364. border: 1px solid #f5f5f5;
  365. }
  366. .tab-pane table tr:hover,.te-co-content table tr:hover,.te-list-content table tr:hover
  367. {
  368. background-color: #f5f5f5;
  369. }
  370. .tab-pane table tr td,.tab-pane table tr th,.te-co-content table tr td,.te-co-content table tr th,.te-list-content table tr td,.te-list-content table tr th
  371. {
  372. padding-left: 5px;
  373. }
  374. .tab-pane table tr a,.te-co-content table tr a,.te-list-content table tr a
  375. {
  376. color: blue;
  377. }
  378. /*te_company_detail.html*/
  379. .te-co
  380. {
  381. margin: 0 auto;
  382. width: 1000px;
  383. }
  384. .te-co-name
  385. {
  386. background: #f8f8f8 url(../img/technology/compbg.png) no-repeat right 0;
  387. padding: 25px 0 24px 20px;
  388. margin-bottom: 25px;
  389. }
  390. .te-co-name h1
  391. {
  392. margin: 0;
  393. }
  394. .te-co-name h1 a
  395. {
  396. font-size: 24px;
  397. color: #404040;
  398. }
  399. .te-co-name h1 a:hover
  400. {
  401. text-decoration: none;
  402. }
  403. .te-co .te-co-info ,.te-co .te-co-zp
  404. {
  405. margin-bottom: 20px;
  406. }
  407. .te-co .te-co-header
  408. {
  409. height: 44px;
  410. line-height: 44px;
  411. padding-left: 20px;
  412. color: #666;
  413. font-size: 16px;
  414. background-color: #ffb38c;
  415. }
  416. .te-co .te-co-content
  417. {
  418. border: 1px solid #ddd;
  419. border-top: none;
  420. padding: 20px 20px;
  421. }
  422. .te-co-content h4
  423. {
  424. font-size: 16px;
  425. font-weight: 700;
  426. margin: 25px 0;
  427. }
  428. .te-co-content ul.te-co-content-detail li
  429. {
  430. padding: 8px 0 ;
  431. clear: both;
  432. font-size: 14px;
  433. color: #999999;
  434. overflow: hidden;
  435. }
  436. .te-co-content i,.te-co-content em
  437. {
  438. font-style: normal;
  439. }
  440. .te-co-content i,.te-co-content span,.te-co-content em
  441. {
  442. margin-left: 8px;
  443. color: #282828;
  444. }
  445. .te-co-content ul.te-co-content-detail2 li
  446. {
  447. display: inline-block;
  448. }
  449. .te-co-content ul.te-co-content-detail2 li a
  450. {
  451. padding: 3px 5px;
  452. border: 1px solid #ddd;
  453. margin-right: 8px;
  454. }
  455. .te-co-content .te-co-content-jianjie
  456. {
  457. line-height: 30px;
  458. word-break: break-word;
  459. font-size: 14px;
  460. }
  461. /*tech_cv_detail.html*/
  462. .te-cv
  463. {
  464. width: 1000px;
  465. margin: 0 auto;
  466. border: 1px solid #ccc;
  467. border-top: 2px solid #ff552e;
  468. padding: 45px 80px 50px 80px;
  469. margin-bottom: 50px;
  470. }
  471. .te-cv-name
  472. {
  473. background-color: #f5f5f5;
  474. padding: 20px 15px;
  475. position: relative;
  476. }
  477. .te-cv-name h2
  478. {
  479. color: #ff552e;
  480. /*font-size: 28px;*/
  481. }
  482. .te-cv-name span
  483. {
  484. font-size: 18px;
  485. }
  486. .te-cv-name .te-cv-time
  487. {
  488. font-size: 14px;
  489. color: #ff552e;
  490. position: absolute;
  491. right: 24px;
  492. bottom: 30px;
  493. }
  494. .te-cv-info
  495. {
  496. padding: 15px 0 20px 0;
  497. margin: 20px 0 0 0;
  498. overflow: hidden;
  499. }
  500. .te-cv-info dt
  501. {
  502. color: #585858;
  503. font-weight: 700;
  504. padding: 10px 0;
  505. }
  506. .te-cv-info dd ,.te-cv-info dt
  507. {
  508. display: block;
  509. float: left;
  510. }
  511. .te-cv-info dd
  512. {
  513. width: 750px;
  514. }
  515. .te-cv-info dd ul li
  516. {
  517. display: inline-block;
  518. /*height: 32px;
  519. line-height: 32px;*/
  520. padding: 10px 0;
  521. }
  522. .te-cv-info dd ul li span
  523. {
  524. margin: 0 10px;
  525. color: #ddd;
  526. }
  527. /*.te-cv-btn
  528. {
  529. margin-bottom: 20px;
  530. }*/
  531. .te-cv-btn .te-cv-btn-tel
  532. {
  533. padding: 8px 17px;
  534. color: #fff;
  535. font-size: 14px;
  536. background-color: #A1C4DF;
  537. border: 1px solid #A1C4DF;
  538. }
  539. .te-cv-btn a:hover{
  540. color: #fff;
  541. }
  542. .te-cv-btn span
  543. {
  544. color: #666;
  545. font-size: 12px;
  546. margin-left: 10px;
  547. }
  548. .te-cv-btn i
  549. {
  550. color: #ff552e;
  551. font-size: 20px;
  552. margin-left: 20px;
  553. font-weight: 700;
  554. }
  555. .te-cv-content .te-cv-title
  556. {
  557. font-size: 16px;
  558. font-weight: 700;
  559. height: 30px;
  560. line-height: 32px;
  561. background-color: #f7f7f7;
  562. border-bottom: 1px solid #ebebeb;
  563. margin: 23px 0 15px 0;
  564. padding: 0 10px;
  565. }
  566. .te-cv-content .te-cv-title span
  567. {
  568. color: #888;
  569. font-size: 12px;
  570. font-weight: normal;
  571. }
  572. .te-cv-content .te-cv-list
  573. {
  574. padding: 0 15px;
  575. }
  576. .te-cv-content .te-cv-list li
  577. {
  578. padding-bottom: 10px;
  579. border-bottom: 1px dotted #ddd;
  580. }
  581. .te-cv-content .te-cv-list h3
  582. {
  583. font-size: 14px;
  584. font-weight: 700;
  585. }
  586. .te-cv-content .te-cv-list i
  587. {
  588. color: #ffb38c;
  589. margin: 0 12px;
  590. }
  591. /*tech_cv_add.html*/
  592. .te-cv-title2 h3
  593. {
  594. display: inline-block;
  595. font-size: 20px;
  596. color: #666;
  597. }
  598. .te-cv-title2 span
  599. {
  600. margin-right: 10px;
  601. }
  602. .te-cv-title2 .br
  603. {
  604. width: 680px;
  605. margin: 0;
  606. padding-top: 32px;
  607. padding-right: 40px;
  608. border-top: none;
  609. border-bottom: 2px dotted #ddd;
  610. float: right;
  611. }
  612. .te-cv-content2
  613. {
  614. font-size: 14px;
  615. color: #000;
  616. padding: 20px 0 0 10px;
  617. }
  618. .te-cv-content2 li
  619. {
  620. padding: 8px 0 8px 80px;
  621. display: inline-block;
  622. position: relative;
  623. }
  624. .te-cv-content2 i
  625. {
  626. position: absolute;
  627. left: 60px;
  628. top: 6px;
  629. color: #f27668;
  630. font-size: 17px;
  631. font-weight: 700;
  632. margin-top: 2px;
  633. }
  634. .te-cv-content2 span
  635. {
  636. display:block;
  637. width: 80px;
  638. text-align: justify;
  639. float: left;
  640. }
  641. .te-cv-content2 input[type="text"],.te-cv-content2 select
  642. {
  643. width: 400px;
  644. height: 42px;
  645. padding: 5px 8px;
  646. }
  647. .te-cv-content2 input[type="text"],.te-cv-content2 select,.te-cv-content2 input[type="radio"],.te-cv-content2 textarea
  648. {
  649. margin-left: 20px;
  650. border: 1px solid #ddd;
  651. border-radius: 5px;
  652. float: left;
  653. }
  654. .te-cv-content2 input[type="file"]
  655. {
  656. display: inline-block;
  657. margin-left: 20px;
  658. }
  659. .te-cv-content2 textarea
  660. {
  661. width: 600px;
  662. height: 120px;
  663. resize: none;
  664. }
  665. /*tech_expert_detail.html*/
  666. .te-ex
  667. {
  668. width: 1140px;
  669. margin: 0 auto;
  670. border: 1px solid #eee;
  671. border-top: 2px solid #A1C4DF;
  672. padding: 15px 30px 30px 30px;
  673. margin-bottom: 50px;
  674. position: relative;
  675. background-color: white;
  676. margin-top: 10px;
  677. }
  678. .te-ex-breadcrumb
  679. {
  680. border-bottom: 1px solid #eee;
  681. width: 998px;
  682. height: 34px;
  683. line-height: 34px;
  684. position: absolute;
  685. top: 0;
  686. left: 0;
  687. background-color: #fdfdfb;
  688. padding-left: 30px;
  689. }
  690. .te-ex-breadcrumb ol li
  691. {
  692. display: inline-block;
  693. }
  694. .te-ex-breadcrumb ol li span
  695. {
  696. margin: 0 8px;
  697. color: #ddd;
  698. }
  699. .te-ex-breadcrumb ol li
  700. {
  701. display: inline-block;
  702. }
  703. .te-ex h3
  704. {
  705. text-align: center;
  706. font: 22px "微软雅黑";
  707. padding: 30px 0 15px;
  708. }
  709. .te-ex .te-ex-info
  710. {
  711. font-size: 12px;
  712. color: #999;
  713. text-align: center;
  714. padding-bottom: 20px;
  715. }
  716. .te-ex .te-ex-content
  717. {
  718. line-height: 2.2;
  719. word-spacing: 2px;
  720. text-align: justify;
  721. color: #666;
  722. }
  723. /*tech_private.html*/
  724. .te-pv
  725. {
  726. margin: 30px auto;
  727. width: 1000px;
  728. overflow: auto;
  729. }
  730. .te-pv .te-pv-left
  731. {
  732. width: 200px;
  733. float: left;
  734. background-color: #ff552e;
  735. padding: 20px 28px;
  736. color: #fff;
  737. border-radius: 4px;
  738. }
  739. .te-pv .te-pv-left .te-pv-left-name
  740. {
  741. width: 144px;
  742. border-bottom: 1px solid #fff;
  743. }
  744. .te-pv .te-pv-left .te-pv-left-name h3
  745. {
  746. font-size: 18px;
  747. font-weight: 700;
  748. padding-bottom: 12px;
  749. }
  750. .te-pv .te-pv-left .te-pv-left-list
  751. {
  752. padding: 10px 10px;
  753. }
  754. .te-pv .te-pv-left .te-pv-left-list ul li
  755. {
  756. height: 42px;
  757. line-height: 42px;
  758. }
  759. .te-pv .te-pv-left .te-pv-left-list ul li a
  760. {
  761. color: #fff;
  762. }
  763. .te-pv .te-pv-left .te-pv-left-list ul li span
  764. {
  765. margin-left: -12px;
  766. color: #fff;
  767. }
  768. .te-pv .te-pv-left .te-pv-left-list ul li a
  769. {
  770. color: #fff;
  771. }
  772. .te-pv .te-pv-right
  773. {
  774. float: left;
  775. margin-left: 40px;
  776. width: 760px;
  777. }
  778. .te-pv .te-pv-right .te-pv-right-name
  779. {
  780. font-size: 14px;
  781. color: #ff552e;
  782. }
  783. .te-pv .te-pv-right .te-pv-right-body table
  784. {
  785. width: 100%;
  786. margin: 30px 0;
  787. }
  788. .te-pv .te-pv-right .te-pv-right-body table thead
  789. {
  790. background-color: #f5f5f5;
  791. border-top: 1px solid #ddd;
  792. border-bottom: 1px solid #ddd;
  793. }
  794. .te-pv .te-pv-right .te-pv-right-body table thead th
  795. {
  796. font-weight: normal;
  797. color: #999999;
  798. padding: 0 10px;
  799. }
  800. .te-pv .te-pv-right .te-pv-right-body table tr
  801. {
  802. line-height: 42px;
  803. }
  804. .te-pv .te-pv-right .te-pv-right-body table tr:hover
  805. {
  806. background-color: #f5f5f5;
  807. }
  808. .te-pv .te-pv-right .te-pv-right-body table tr td
  809. {
  810. padding-left: 10px;
  811. }
  812. .te-pv .te-pv-right .te-pv-right-body table a
  813. {
  814. margin-right: 5px;
  815. }
  816. .te-pv .te-pv-right .te-pv-right-body .te-pv-right-body-form
  817. {
  818. /*text-align: center;*/
  819. margin-top: 30px;
  820. margin-left: 80px;
  821. }
  822. .te-pv .te-pv-right .te-pv-right-body ul li
  823. {
  824. padding: 15px 10px;
  825. position: relative;
  826. }
  827. .te-pv .te-pv-right .te-pv-right-body ul li span
  828. {
  829. margin-right: 20px;
  830. }
  831. .te-pv .te-pv-right .te-pv-right-body ul li input[type="text"],.te-pv .te-pv-right .te-pv-right-body ul li input[type="password"]
  832. {
  833. width: 350px;
  834. height: 40px;
  835. padding: 3px 6px;
  836. border: 1px solid #aaa;
  837. border-radius: 4px;
  838. }
  839. .te-pv .te-pv-right .te-pv-right-body ul li textarea
  840. {
  841. width: 358px;
  842. height: 140px;
  843. padding: 3px 6px;
  844. border: 1px solid #aaa;
  845. border-radius: 4px;
  846. word-wrap: break-word;
  847. resize: none;
  848. }
  849. .te-pv .te-pv-right .te-pv-right-body ul li i
  850. {
  851. position: absolute;
  852. top: 20px;
  853. left: -5px;
  854. color: #f27668;
  855. font-size: 17px;
  856. font-weight: 700;
  857. margin-top: 4px;
  858. margin-right: 8px;
  859. }
  860. .te-pv .te-pv-right .te-pv-right-body .te-pv-right-body-operation
  861. {
  862. height: 80px;
  863. line-height: 80px;
  864. border-top: 1px solid #ddd;
  865. border-bottom: 1px solid #ddd;
  866. background-color: #f5f5f5;
  867. padding: 0 20px;
  868. }
  869. .te-pv-right-body-operation span
  870. {
  871. color: #666;
  872. font-size: 12px;
  873. }
  874. .right span
  875. {
  876. font-size: 12px;
  877. }
  878. .right span i
  879. {
  880. color: #ff552e;
  881. }
  882. .te-pv .te-pv-right .te-pv-right-body .te-pv-right-body-info
  883. {
  884. margin: 80px 0;
  885. }
  886. .te-pv .te-pv-right .te-pv-right-body .te-pv-right-body-info p
  887. {
  888. color: #aaa;
  889. font-size: 12px;
  890. }
  891. /*tech_apply.html*/
  892. .te-ap
  893. {
  894. width: 1140px;
  895. margin: 20px auto;
  896. border: 1px solid #ddd;
  897. background-color: #fff;
  898. padding: 50px 60px;
  899. text-align: center;
  900. }
  901. .te-ap h3 span
  902. {
  903. color: #ff552e;
  904. }
  905. .te-ap .te-ap-btn
  906. {
  907. margin: 40px 0;
  908. }
  909. .te-ap .te-ap-btn a
  910. {
  911. margin-right: 20px;
  912. }
  913. .te-ap-tj
  914. {
  915. width: 1140px;
  916. margin: 50px auto;
  917. }
  918. .te-ap-tj .te-ap-tj-name
  919. {
  920. border-left: 3px solid #A1C4DF;
  921. padding-left: 10px;
  922. }
  923. .te-ap-tj .te-ap-tj-content table
  924. {
  925. width: 100%;
  926. margin: 30px 0;
  927. border-collapse: collapse;
  928. border: 1px solid #f5f5f5;
  929. background: #fff;
  930. }
  931. .te-ap-tj .te-ap-tj-content table tr td
  932. {
  933. border-bottom: 1px solid #f5f5f5;
  934. padding: 15px 20px;
  935. }
  936. .te-ap-tj .te-ap-tj-content table tr:hover
  937. {
  938. background-color: #f5f5f5;
  939. }
  940. .te-footer
  941. {
  942. width: 1140px;
  943. text-align: center;
  944. font-size: 12px;
  945. background-color: #f5f5f5;
  946. color: #959595;
  947. padding: 35px 0;
  948. margin-left: 105px;
  949. }
  950. /*tech_register.html*/
  951. .te-re-logo
  952. {
  953. margin-left: 100px;
  954. margin-top: 20px;
  955. margin-bottom: 20px;
  956. }
  957. .te-re-login
  958. {
  959. width: 100%;
  960. height: 500px;
  961. background-image: url(../img/technology/1.jpg);
  962. background-repeat: no-repeat;
  963. background-size: cover;
  964. overflow: auto;
  965. position: relative;
  966. }
  967. .te-re-login .te-re-login-form
  968. {
  969. width: 400px;
  970. height: 300px;
  971. margin-top: 100px;
  972. position: absolute;
  973. right: 100px;
  974. /*background-color: rgba(92,116,150,0.5);*/
  975. background-color: #fff;
  976. border-radius: 8px;
  977. padding: 30px 50px;
  978. }
  979. .te-re-login .te-re-login-form .form-group
  980. {
  981. position: relative;
  982. }
  983. .te-re-login .te-re-login-form input
  984. {
  985. padding-left: 30px;
  986. height: 38px;
  987. line-height: 38px;
  988. }
  989. .te-re-login .te-re-login-form span
  990. {
  991. position: absolute;
  992. top: 10px;
  993. left: 10px;
  994. color: #999;
  995. font-size: 18px;
  996. }
  997. .te-re-login .te-re-login-form button
  998. {
  999. width: 100%;
  1000. margin-top: 20px;
  1001. }
  1002. .te-re .te-re-footer
  1003. {
  1004. text-align: center;
  1005. color: #999;
  1006. font-size: 12px;
  1007. margin: 30px auto;
  1008. }
  1009. /*tech_register.html*/
  1010. .te-re-logo
  1011. {
  1012. margin-left: 100px;
  1013. margin-top: 20px;
  1014. margin-bottom: 20px;
  1015. }
  1016. .te-re-login
  1017. {
  1018. width: 100%;
  1019. height: 750px;
  1020. background-image: url(../img/technology/1.jpg);
  1021. background-repeat: no-repeat;
  1022. background-size: cover;
  1023. overflow: auto;
  1024. position: relative;
  1025. }
  1026. .te-re-login .te-re-login-form
  1027. {
  1028. width: 400px;
  1029. height: 550px;
  1030. margin: 100px auto;
  1031. /*margin-top: 100px;
  1032. position: absolute;
  1033. right: 100px;*/
  1034. /*background-color: rgba(92,116,150,0.5);*/
  1035. background-color: #fff;
  1036. border-radius: 8px;
  1037. padding: 30px 50px;
  1038. }
  1039. .te-re-login .te-re-login-form .form-group
  1040. {
  1041. position: relative;
  1042. }
  1043. .te-re-login .te-re-login-form input
  1044. {
  1045. padding-left: 40px;
  1046. height: 38px;
  1047. line-height: 38px;
  1048. }
  1049. .te-re-login .te-re-login-form span
  1050. {
  1051. position: absolute;
  1052. top: 10px;
  1053. left: 10px;
  1054. color: #999;
  1055. font-size: 18px;
  1056. }
  1057. .te-re-login .te-re-login-form button
  1058. {
  1059. width: 100%;
  1060. margin-top: 20px;
  1061. }
  1062. .te-re .te-re-footer
  1063. {
  1064. text-align: center;
  1065. color: #999;
  1066. font-size: 12px;
  1067. margin: 30px auto;
  1068. }
  1069. /*微改新增*/
  1070. .dl{
  1071. margin-left: 670px;
  1072. }
  1073. #weizhi_2 .conent .dl a:hover{
  1074. color: #FF5A34;
  1075. }
  1076. .gr{
  1077. margin-left: 30px;
  1078. }