technology.css 17 KB

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