technologyx.css 18 KB

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