technologyh.css 19 KB

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