serve.css 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489
  1. body {
  2. line-height: 1.6;
  3. font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
  4. "\9ED1\4F53", Arial, sans-serif;
  5. color: #222;
  6. font-size: 14px;
  7. background-color: #f5f5f5;
  8. }
  9. #top, #header, #footer {
  10. min-width: 1170px;
  11. }
  12. #top>.container, #header>.container, #footer>.container {
  13. width: 1170px;
  14. margin: 0 auto;
  15. /*padding: 0 15px;*/
  16. padding: 0;
  17. }
  18. h1,h2,h3 {
  19. font-size: 20px;
  20. font-weight: 400;
  21. font-style: normal;
  22. }
  23. a {
  24. color: #333;
  25. text-decoration: none;
  26. }
  27. a.none:hover {
  28. text-decoration: none;
  29. }
  30. .block {
  31. background-color: #fff;
  32. width: 100%;
  33. position: relative;
  34. }
  35. .f12 {
  36. font-size: 12px !important;
  37. }
  38. .f14 {
  39. font-size: 14px !important;
  40. }
  41. .f16 {
  42. font-size: 16px !important;
  43. }
  44. [ng-click] {
  45. cursor: pointer;
  46. }
  47. .br-r {
  48. border-right: 1px solid #e6e6e6;
  49. }
  50. .bs-r {
  51. border-right: 1px dashed #e6e6e6;
  52. }
  53. .br-l {
  54. border-left: 1px solid #e6e6e6;
  55. }
  56. .br-b {
  57. border-bottom: 1px solid #e6e6e6;
  58. }
  59. /*inverse*/
  60. .text-default {
  61. color: #3f84f6;
  62. }
  63. .text-inverse {
  64. color: #f40 !important
  65. }
  66. .text-muted {
  67. color: #888 !important;
  68. }
  69. .text-light {
  70. color: #666;
  71. }
  72. .text-simple {
  73. color: #aaa;
  74. }
  75. .text-num {
  76. font-style: normal;
  77. font-family: verdana;
  78. }
  79. .text-small {
  80. font-size: 10px;
  81. font-family: "microsoft yahei";
  82. -webkit-transform: scale(0.83);
  83. -o-transform: scale(0.83);
  84. transform: scale(0.83);
  85. }
  86. .text-bold {
  87. font-weight: 700;
  88. }
  89. .text-border-success {
  90. border: 1px solid #f40;
  91. color: #f40;
  92. background-color: #fff;
  93. padding: 2px 4px;
  94. }
  95. .text-trans {
  96. position: absolute;
  97. top: 5px;
  98. right: 5px;
  99. background-color: #fff;
  100. border: 1px solid;
  101. padding: 3px 14px;
  102. font-size: 16px;
  103. font-family: "LiShu";
  104. border-radius: 10px;
  105. -moz-transform: rotate(-10deg);
  106. -webkit-transform: rotate(-10deg);
  107. -o-transform: rotate(-10deg);
  108. transform: rotate(-10deg);
  109. border-radius: 10px;
  110. opacity: 0.7;
  111. white-space: nowrap;
  112. }
  113. .text-trans.success {
  114. color: #ffb433;
  115. border-color: #ffb433;
  116. }
  117. .text-trans.error {
  118. color: #d44950;
  119. border-color: #d44950;
  120. }
  121. .text-trans.warning {
  122. color: #7f64b5;
  123. border-color: #7f64b5;
  124. }
  125. .form-control {
  126. border-color: #e1e1e1;
  127. }
  128. .btn-default {
  129. border-color: #dcdcdc;
  130. }
  131. .btn-line {
  132. border-color: #fff;
  133. }
  134. .btn-circle {
  135. border-radius: 50%;
  136. }
  137. .btn-info.btn-line {
  138. background-color: #fff;
  139. color: #56a022;
  140. border-color: #56a022;
  141. }
  142. .btn-info.btn-line:hover{
  143. background-color: #56a022;
  144. color: #fff;
  145. border-color: #56a022;
  146. }
  147. /*dropdown*/
  148. .dropdown-menu {
  149. min-width: 100%;
  150. }
  151. .dropdown>.dropdown-toggle {
  152. border-style: solid;
  153. border-width: 0 1px;
  154. border-color: transparent;
  155. }
  156. .dropdown:hover>.dropdown-toggle {
  157. position: relative;
  158. background-color: #ffffff;
  159. border: 1px solid #eee;
  160. border-top: 0;
  161. border-bottom: 0;
  162. z-index: 1001;
  163. }
  164. .dropdown:hover>.dropdown-menu {
  165. display: block;
  166. position: absolute;
  167. border-color: #eee;
  168. webkit-box-shadow: none;
  169. box-shadow: none;
  170. margin-top: -1px;
  171. min-width: 100%;
  172. font-size: 12px;
  173. }
  174. .dropdown-submenu {
  175. position: relative;
  176. }
  177. .dropdown-submenu>.dropdown-menu {
  178. top: 0;
  179. left: 100%;
  180. margin-top: 0;
  181. -webkit-border-radius: 0 6px 6px 6px;
  182. -moz-border-radius: 0 6px 6px 6px;
  183. border-radius: 0 6px 6px 6px;
  184. }
  185. .dropdown-submenu:hover>.dropdown-toggle {
  186. position: relative;
  187. background-color: #ffffff;
  188. border-color: transparent;
  189. z-index: 1001;
  190. }
  191. .dropdown-submenu:hover>.dropdown-menu {
  192. display: block;
  193. min-width: 120px;
  194. font-size: 12px;
  195. }
  196. .dropup .dropdown-submenu>.dropdown-menu {
  197. top: auto;
  198. bottom: 0;
  199. margin-top: 0;
  200. margin-bottom: -2px;
  201. -webkit-border-radius: 5px 5px 5px 0;
  202. -moz-border-radius: 5px 5px 5px 0;
  203. border-radius: 5px 5px 5px 0;
  204. }
  205. .dropdown-submenu.pull-left {
  206. float: none;
  207. }
  208. .dropdown-submenu.pull-left>.dropdown-menu {
  209. left: -100%;
  210. margin-left: 10px;
  211. -webkit-border-radius: 6px 0 6px 6px;
  212. -moz-border-radius: 6px 0 6px 6px;
  213. border-radius: 6px 0 6px 6px;
  214. }
  215. .navbar {
  216. margin-bottom: 0;
  217. border-radius: 0;
  218. }
  219. .icon-left {
  220. margin-right: 5px;
  221. }
  222. /* top css stylesheet*/
  223. #top {
  224. background-color: #f5f5f5;
  225. height: 35px;
  226. line-height: 35px;
  227. z-index: 5;
  228. font: 12px/23px Tahoma, Arial, "\5B8B\4F53", sans-serif;
  229. color: #6c6c6c;
  230. }
  231. #top.navbar {
  232. min-height: 35px;
  233. border-bottom: 1px solid #eee;
  234. }
  235. #top ul>li>a {
  236. color: #6c6c6c;
  237. }
  238. #top .navbar-nav>li>a,#top .navbar-nav>li.brand {
  239. padding-top: 0;
  240. padding-bottom: 0;
  241. line-height: 35px;
  242. }
  243. #top ul.navbar-nav>li>a:hover,#top ul.navbar-nav>li>a:focus,#top ul.navbar-nav>li>a:hover *,#top ul.navbar-nav>li>a:focus *
  244. {
  245. color: #f40;
  246. }
  247. #top .dropdown .fa-angle-down {
  248. transition: transform .2s ease-in 0s;
  249. -webkit-transition: -webkit-transform .2s ease-in 0s;
  250. }
  251. #top .dropdown:hover .fa-angle-down {
  252. transform: rotate(180deg);
  253. -webkit-transform: rotate(180deg);
  254. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  255. }
  256. #top .dropdown:hover>.dropdown-menu {
  257. margin-top: -1px;
  258. min-width: 100%;
  259. font-size: 12px;
  260. }
  261. #top .dropdown-menu ul>li>h4 {
  262. font-size: 100%;
  263. font-weight: 700;
  264. color: #404040;
  265. }
  266. #top .dropdown-menu .nav-pills>li+li {
  267. margin-left: 0;
  268. }
  269. #top .dropdown-menu .nav-pills>li>a {
  270. padding: 5px 10px;
  271. }
  272. #top .dropdown-menu .pills>div {
  273. border-right: 1px solid #eee;
  274. padding: 5px 15px;
  275. }
  276. #top .dropdown-menu .pills>div:last-child {
  277. border-right: none;
  278. }
  279. #top .dropdown-menu .pills ul>li {
  280. padding: 2px;
  281. }
  282. #top .dropdown-menu .pills ul>li>a {
  283. color: #3c3c3c;
  284. }
  285. #top .dropdown-menu .pills ul>li:hover a {
  286. color: white;
  287. text-decoration: none;
  288. }
  289. #top .dropdown-menu .pills>div>h4 {
  290. font-family: "Microsoft YaHei", "Hiragino Sans GB";
  291. font-weight: 700;
  292. font-size: 17px;
  293. }
  294. #top .dropdown-menu .pills>div:nth-child(1) h4 {
  295. color: #f50;
  296. }
  297. #top .dropdown-menu .pills>div:nth-child(2) h4 {
  298. color: #a0b959;
  299. }
  300. #top .dropdown-menu .pills>div:nth-child(3) h4 {
  301. color: #df61ab;
  302. }
  303. #top .dropdown-menu .pills>div:nth-child(4) h4 {
  304. color: #52a0e5;
  305. }
  306. #top .dropdown-menu .pills>div:nth-child(5) h4 {
  307. color: #52a015;
  308. }
  309. #top .dropdown-menu .pills>div:nth-child(6) h4 {
  310. color: #b68571;
  311. }
  312. #top .dropdown-menu .pills ul>li>a:hover {
  313. color: #fff;
  314. }
  315. #top .dropdown-menu .pills>div:nth-child(1) ul>li>a:hover {
  316. background-color: #f50
  317. }
  318. #top .dropdown-menu .pills>div:nth-child(2) ul>li>a:hover {
  319. background-color: #a0b959
  320. }
  321. #top .dropdown-menu .pills>div:nth-child(3) ul>li>a:hover {
  322. background-color: #df61ab
  323. }
  324. #top .dropdown-menu .pills>div:nth-child(4) ul>li>a:hover {
  325. background-color: #52a0e5
  326. }
  327. #top .dropdown-menu .pills>div:nth-child(5) ul>li>a:hover {
  328. background-color: #52a015
  329. }
  330. #top .dropdown-menu .pills>div:nth-child(6) ul>li>a:hover {
  331. background-color: #b68571
  332. }
  333. /* header css stylesheet*/
  334. #header {
  335. color: #ffffff;
  336. z-index: 4;
  337. }
  338. #header a {
  339. font-family: "\5fae\8f6f\96c5\9ed1", sans-serif;
  340. }
  341. #header .navbar-nav>li>a {
  342. color: #ffffff;
  343. font-size: 16px;
  344. font-weight: 500;
  345. }
  346. #header.navbar-inverse {
  347. position: relative;
  348. height: 57px;
  349. background-image: linear-gradient(180deg, #4392f7 0%, #366cf3 100%), linear-gradient( #0093e6, #0093e6);
  350. border: none;
  351. box-shadow: 0 0 10px #6f6f6f;
  352. }
  353. #header.navbar-inverse .navbar-brand {
  354. color: #ffffff;
  355. }
  356. #header.navbar-inverse .navbar-brand:hover,#header.navbar-inverse .navbar-brand:focus
  357. {
  358. color: #ffffff;
  359. background-color: transparent;
  360. }
  361. #header.navbar-inverse .navbar-text {
  362. font-size: 16px;
  363. color: #fff;
  364. }
  365. #header.navbar-inverse .navbar-text a{
  366. color: #fff;
  367. }
  368. #header.navbar-inverse .navbar-nav>li>a {
  369. padding: 15px 40px;
  370. height: 57px;
  371. line-height: 25px;
  372. color: #fff;
  373. border-bottom: 2px solid transparent;
  374. }
  375. #header.navbar-inverse .navbar-nav>li>a:hover,#header.navbar-inverse .navbar-nav>li>a:focus
  376. {
  377. border-bottom: 2px solid #fff;
  378. }
  379. #header.navbar-inverse .navbar-nav>.active>a,#header.navbar-inverse .navbar-nav>.active>a:hover,#header.navbar-inverse .navbar-nav>.active>a:focus
  380. {
  381. color: #fff;
  382. background: none;
  383. }
  384. #header.navbar-inverse .navbar-nav>.disabled>a,#header.navbar-inverse .navbar-nav>.disabled>a:hover,#header.navbar-inverse .navbar-nav>.disabled>a:focus
  385. {
  386. color: #444444;
  387. background-color: transparent;
  388. }
  389. #header.navbar-inverse .navbar-toggle {
  390. border-color: #333333;
  391. }
  392. #header.navbar-inverse .navbar-toggle:hover,#header.navbar-inverse .navbar-toggle:focus
  393. {
  394. background-color: #333333;
  395. }
  396. #header.navbar-inverse .navbar-toggle .icon-bar {
  397. background-color: #ffffff;
  398. }
  399. #header.navbar-inverse .navbar-collapse,#header.navbar-inverse .navbar-form
  400. {
  401. border-color: #101010;
  402. }
  403. #header.navbar-inverse .navbar-nav>.open>a,#header.navbar-inverse .navbar-nav>.open>a:hover,#header.navbar-inverse .navbar-nav>.open>a:focus
  404. {
  405. background-color: #56a022;
  406. color: #ffffff;
  407. }
  408. #header.navbar-inverse .navbar-link {
  409. color: #777777;
  410. }
  411. #header.navbar-inverse .navbar-link:hover {
  412. color: #ffffff;
  413. }
  414. #header.navbar-inverse .btn-link {
  415. color: #777777;
  416. }
  417. #header.navbar-inverse .btn-link:hover,#header.navbar-inverse .btn-link:focus
  418. {
  419. color: #ffffff;
  420. }
  421. #header.navbar-inverse .btn-link[disabled]:hover,#header fieldset[disabled] .navbar-inverse .btn-link:hover,#header.navbar-inverse .btn-link[disabled]:focus,#header fieldset[disabled] .navbar-inverse .btn-link:focus
  422. {
  423. color: #444444;
  424. }
  425. #header.navbar-inverse .dropdown-menu>li>a {
  426. font-size: 14px;
  427. }
  428. #header.navbar-inverse .dropdown-menu>li>a:hover {
  429. background-color: #56a022;
  430. color: #ffffff;
  431. }
  432. #header .navbar-header .navbar-brand {
  433. position: relative;
  434. background: url(../img/logo/logo01.png) no-repeat left center;
  435. width: 218px;
  436. margin: 0;
  437. padding: 0;
  438. line-height: 57px;
  439. height: 57px;
  440. }
  441. #header .navbar-header .navbar-brand a{
  442. float: left;
  443. display: inline-block;
  444. height: 57px;
  445. font-size: 16px;
  446. color: #fff;
  447. }
  448. #header .navbar-header .navbar-brand a:before{
  449. position: absolute;
  450. top: 16px;
  451. left: 105px;
  452. content: '';
  453. width: 2px;
  454. height: 28px;
  455. background-color: #fff;
  456. }
  457. #header .navbar-header .navbar-brand a:first-child{
  458. width: 56%;
  459. }
  460. #header .dropdown:hover>.dropdown-menu {
  461. margin-top: 0;
  462. }
  463. /*body*/
  464. .block {
  465. background-color: #fff;
  466. width: 100%;
  467. position: relative;
  468. }
  469. .body {
  470. width: 1170px;
  471. margin: 0 auto;
  472. /*padding: 15px;*/
  473. margin-top: 20px;
  474. }
  475. .body:before,.body:after {
  476. content: " ";
  477. display: table;
  478. clear: both;
  479. }
  480. .body .left-wrap {
  481. width: 218px;
  482. float: left;
  483. margin-right: 14px;
  484. background-color: #fff;
  485. border-right: 1px solid #ddd;
  486. }
  487. .body .right-wrap {
  488. width: 930px;
  489. float: right;
  490. font-size: 12px;
  491. }
  492. .body ul {
  493. margin-bottom: 0;
  494. }
  495. .icon-left {
  496. margin-left: 15px;
  497. margin-right: 10px;
  498. }
  499. .icon-right {
  500. float: right;
  501. color: #888;
  502. line-height: 1.6
  503. }
  504. .left-nav {
  505. /*margin-top: 10px;*/
  506. background-color: #ffffff;
  507. }
  508. .left-nav>ul>li {
  509. text-indent: 15px;
  510. }
  511. .left-nav>ul>li>a {
  512. display: block;
  513. padding-left:25px;
  514. clear: both;
  515. line-height: 40px;
  516. /*white-space: nowrap;*/
  517. font-size: 14px;
  518. border-bottom:1px dashed #e1e1e1;
  519. color:#666;
  520. }
  521. .left-nav>ul>li:hover,.left-nav>ul>li.active {
  522. background-color: #eee;
  523. }
  524. .left-nav>ul>li.active {
  525. text-decoration: none;
  526. background-color: #eee;
  527. }
  528. .left-nav>ul>li:hover *,.left-nav>ul>li.active * {
  529. color: #fff;
  530. text-decoration: none;
  531. background-color: #6f6f6f;
  532. }
  533. .nav-label {
  534. height: 50px;
  535. line-height: 50px;
  536. color: #333;
  537. font-weight:bold;
  538. cursor: pointer;
  539. font-size: 16px;
  540. padding:0 10px;
  541. border-bottom:1px dashed #e1e1e1;
  542. }
  543. /*.nav-label>i {*/
  544. /*position: absolute;*/
  545. /*left: 15px;*/
  546. /*top: 18px;*/
  547. /*width: 0;*/
  548. /*height: 0;*/
  549. /*border-color: transparent;*/
  550. /*border-style: solid;*/
  551. /*border-width: 5px 5px 0 5px;*/
  552. /*border-top-color: #9ea9c0;*/
  553. /*}*/
  554. .help-container,.contact-container,.new-container {
  555. padding: 15px 10px;
  556. font-size: 12px;
  557. min-height: 600px;
  558. }
  559. .icon-circle {
  560. width: 60px;
  561. height: 60px;
  562. line-height: 60px;
  563. text-align: center;
  564. margin: 5px auto;
  565. color: #3f84f6;
  566. font-size: 32px;
  567. border: 1px solid #eee;
  568. -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
  569. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
  570. border-radius: 50%;
  571. background-color: #f3f3f4;
  572. display: block;
  573. }
  574. .icon-lg:hover{
  575. color: #fff;
  576. background-color: #3f84f6;
  577. cursor: pointer;
  578. -webkit-transition: all 0.2s ease-in-out;
  579. -moz-transition: all 0.2s ease-in-out;
  580. transition: all 0.2s ease-in-out;
  581. }
  582. a:hover .icon-circle {
  583. color: #fff;
  584. background-color: #3f84f6;
  585. cursor: pointer;
  586. -webkit-transition: all 0.2s ease-in-out;
  587. -moz-transition: all 0.2s ease-in-out;
  588. transition: all 0.2s ease-in-out;
  589. }
  590. a:hover span{
  591. text-decoration: underline;
  592. color: #333;
  593. }
  594. .icon-circle.icon-lg {
  595. width: 120px;
  596. height: 120px;
  597. line-height: 120px;
  598. font-size: 64px;
  599. margin: 15px 20%;
  600. }
  601. .headerline {
  602. font-size: 18px;
  603. font-family: Microsoft YaHei,SimHei,Verdana;
  604. font-weight: 500;
  605. line-height: 22px;
  606. margin: 25px 0;
  607. clear: both;
  608. zoom: 1;
  609. border-top: 1px solid #eee;
  610. position: relative;
  611. }
  612. .headerline .content {
  613. position: absolute;
  614. top: -12px;
  615. left: 0;
  616. line-height: 24px;
  617. padding: 0 15px 0 10px;
  618. background: #fff;
  619. z-index: 2;
  620. }
  621. .headerline .end {
  622. position: absolute;
  623. top: -12px;
  624. right: 0;
  625. line-height: 24px;
  626. padding-left: 15px;
  627. background: #fff;
  628. z-index: 2;
  629. }
  630. .headerdiv {
  631. height: 45px;
  632. line-height: 45px;
  633. margin: 15px 0;
  634. clear: both;
  635. zoom: 1;
  636. border-bottom: 1px solid #eee;
  637. position: relative;
  638. }
  639. .headerdiv .title {
  640. font-size: 16px;
  641. font-family: Microsoft YaHei,SimHei,Verdana;
  642. font-weight: 600;
  643. text-transform: uppercase;
  644. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  645. display: inline-block;
  646. }
  647. .simple-list {
  648. padding: 15px 20px;
  649. }
  650. .simple-list>li {
  651. clear: both;
  652. display: block;
  653. height: 36px;
  654. line-height: 36px;
  655. padding: 8px 10px 8px 15px;
  656. position: relative;
  657. }
  658. .simple-list a {
  659. color: #2a6496;
  660. }
  661. .simple-list>li:before {
  662. position: absolute;
  663. left: 0;
  664. top: 5px;
  665. content: "."
  666. }
  667. .self-list {
  668. padding: 0 20px;
  669. }
  670. .self-list>ul>li {
  671. float: left;
  672. margin-right: 47px;
  673. width: 90px;
  674. padding-bottom: 10px;
  675. padding-top: 31px;
  676. text-align: center;
  677. }
  678. .self-list>ul>li .title {
  679. display: block;
  680. padding-top: 10px;
  681. }
  682. .self-list>ul>li a {
  683. text-decoration: none;
  684. display: block;
  685. text-align: center;
  686. }
  687. .contact-container .inner {
  688. height: 500px;
  689. padding: 20px;
  690. }
  691. .contact-container .tel-tab {
  692. background: url("../img/bg/bg_serve_contact.png") no-repeat bottom center;
  693. background-color: #fff;
  694. }
  695. .contact-container .tel-tab .inner {
  696. padding: 60px;
  697. }
  698. .contact-container .tab-content {
  699. border: 1px solid #3f84f6;
  700. border-top: none;
  701. }
  702. .online-list {
  703. height: 260px;
  704. }
  705. .online-list .item {
  706. float: left;
  707. width: 212px;
  708. height: 212px;
  709. margin-right: 3px;
  710. position: relative;
  711. background: #e6e6e6;
  712. cursor: pointer;
  713. }
  714. .online-list .item .item-block {
  715. display: block;
  716. position: relative;
  717. width: 212px;
  718. height: 212px;
  719. margin: 0 auto;
  720. text-align: center;
  721. padding: 20px;
  722. background: #f6f6f6;
  723. -webkit-transition: all .3s ease;
  724. transition: all .3s ease;
  725. }
  726. .online-list .item:hover .item-block {
  727. margin-top: 10px;
  728. width: 190px;
  729. height: 190px;
  730. }
  731. .online-list .icon {
  732. display: block;
  733. margin-bottom: 20px;
  734. font-size: 60px;
  735. color: #3f84f6;
  736. }
  737. .online-list .title {
  738. font-size: 14px;
  739. font-weight: 500;
  740. }
  741. .online-list .help {
  742. color: #999;
  743. white-space: nowrap;
  744. overflow: hidden;
  745. text-overflow: ellipsis;
  746. }
  747. .online-list .link {
  748. position: absolute;
  749. bottom: -10px;
  750. left: 50%;
  751. opacity: 0;
  752. width: 100px;
  753. margin-left: -50px;
  754. }
  755. .online-list .item:hover .link {
  756. bottom: 35px;
  757. opacity: 1;
  758. }
  759. .guide-container {
  760. -webkit-box-shadow: 0 0 7px 0 rgba(119, 119, 119, 0.2);
  761. box-shadow: 0 0 7px 0 rgba(119, 119, 119, 0.2);
  762. border-bottom: 1px solid #d9d9d9;
  763. }
  764. .new-link {
  765. position: relative;
  766. }
  767. .new-link .title {
  768. position: absolute;
  769. top: 5px;
  770. right: 15px;
  771. width: 20px;
  772. font-size: 18px;
  773. font-weight: 600;
  774. font-family: "KaiTi";
  775. text-transform: uppercase;
  776. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  777. }
  778. /*slide*/
  779. .slide {
  780. width: 930px;
  781. height: 695px;
  782. }
  783. .modify_slide{
  784. width: 930px;
  785. height: 430px;
  786. }
  787. .slide .carousel-inner .item {
  788. width: 930px;
  789. height: 695px;
  790. }
  791. .slide .carousel-inner .item img{
  792. margin: 0 auto;
  793. width:97%;
  794. }
  795. .slide .carousel-control {
  796. width: 50px;
  797. color: #ccc;
  798. }
  799. .slide .carousel-control:hover {
  800. color: #56a022;
  801. }
  802. .slide .carousel-control.left,.slide .carousel-control.right {
  803. background-image: none;
  804. }
  805. .slide .carousel-control:hover.left {
  806. background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.0001) 100%);
  807. background-image: -o-linear-gradient(left, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.0001) 100%);
  808. background-image: linear-gradient(to right, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.0001) 100%);
  809. background-repeat: repeat-x;
  810. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  811. }
  812. .slide .carousel-control:hover.right {
  813. background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.2) 100%);
  814. background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.2) 100%);
  815. background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.2) 100%);
  816. background-repeat: repeat-x;
  817. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  818. }
  819. .slide .carousel-indicators .active {
  820. background-color: #ff7300;
  821. }
  822. .slide .carousel-indicators li {
  823. width: 14px;
  824. height: 14px;
  825. margin: 1px;
  826. border-radius: 14px;
  827. background-color: rgba(0,0,0,0.3);
  828. }
  829. .slide .carousel-caption {
  830. bottom: 30px;
  831. }
  832. .modify_slide .carousel-caption {
  833. bottom: 1px;
  834. }
  835. /*footer*/
  836. #footer {
  837. color: #f1f1f1;
  838. background-color: #333333;
  839. margin-top: 20px;
  840. padding: 20px 0;
  841. font-size: 14px;
  842. }
  843. #footer a {
  844. color: #f1f1f1;
  845. }
  846. #footer ul {
  847. margin: 0;
  848. }
  849. #footer .list-inline>li:not(:last-child):after {
  850. margin-left: 15px;
  851. content: "|"
  852. }
  853. #footer .qrcode-text {
  854. padding: 32px 0 0 20px;
  855. font-size: 14px;
  856. }
  857. .back-home {
  858. width: 100px;
  859. height: 30px;
  860. display: inline-block;
  861. background: #05acd1;
  862. font-size: 14px;
  863. color: #fff;
  864. text-align: center;
  865. line-height: 30px;
  866. border-radius: 5px;
  867. float: right;
  868. bottom: 40px;
  869. position: relative;
  870. }
  871. #footer .col-sm-4 {
  872. margin-top: 30px;
  873. }
  874. #footer .col-sm-4 p {
  875. font-size: 14px;
  876. line-height: 25px;
  877. padding: 0;
  878. margin: 0;
  879. }
  880. /*loading*/
  881. .loading {
  882. display: none;
  883. position: absolute;
  884. width: 100%;
  885. height: 300px;
  886. top: 0;
  887. left: 0;
  888. }
  889. .loading.in {
  890. display: block;
  891. z-index: 99999;
  892. }
  893. .loading.in>i {
  894. position: absolute;
  895. top: 50%;
  896. left: 50%;
  897. margin: -33px 0 0 -33px;
  898. background: url("../img/all/loading.gif") no-repeat center center;
  899. width: 66px;
  900. height: 66px;
  901. }
  902. /*navtabs*/
  903. .nav-tabs {
  904. border-top: 1px solid #e2e2e2;
  905. }
  906. .nav-tabs>li {
  907. background: #f9f9f9;
  908. border-bottom: 1px solid #3f84f6;
  909. border-right: 1px solid #e2e2e2;
  910. }
  911. .nav-tabs>li:first-child {
  912. border-left: 1px solid #e2e2e2;
  913. }
  914. .nav-tabs>li>a,.nav-tabs.nav-justified>li>a {
  915. padding: 20px;
  916. border-radius: 0;
  917. border: none;
  918. font-size: 14px;
  919. }
  920. .nav-tabs>li>a:hover {
  921. background-color: transparent;
  922. color: #666;
  923. }
  924. .nav-tabs>li.active {
  925. border-bottom-color: #fff;
  926. border-top: 4px solid #3f84f6;
  927. border-left: 1px solid #3f84f6;
  928. border-right: 1px solid #3f84f6;
  929. }
  930. .nav-tabs>li.active>a {
  931. color: #444;
  932. font-weight: bold;
  933. }
  934. .nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
  935. color: #000;
  936. }
  937. .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus
  938. {
  939. border: none;
  940. cursor: pointer;
  941. }
  942. /*hover items*/
  943. .flip-item, .flip-item * {
  944. -webkit-box-sizing: border-box;
  945. -moz-box-sizing: border-box;
  946. box-sizing: border-box;
  947. }
  948. .flip-item.square {
  949. position: relative;
  950. width: 278px;
  951. height: 216px;
  952. margin: 0 auto;
  953. border: 8px solid #fff;
  954. box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  955. overflow: hidden;
  956. -webkit-perspective: 900px;
  957. -moz-perspective: 900px;
  958. perspective: 900px;
  959. }
  960. .flip-item.square .display {
  961. position: absolute;
  962. top: 0;
  963. bottom: 0;
  964. left: 0;
  965. right: 0;
  966. text-align: center;
  967. background: #888;
  968. -webkit-transition: all 0.4s ease-in-out;
  969. -moz-transition: all 0.4s ease-in-out;
  970. transition: all 0.4s ease-in-out;
  971. opacity: 1;
  972. }
  973. .flip-item.square.left_to_right .display {
  974. -webkit-transform: rotateY(0);
  975. -moz-transform: rotateY(0);
  976. -ms-transform: rotateY(0);
  977. -o-transform: rotateY(0);
  978. transform: rotateY(0);
  979. -webkit-transform-origin: 100% 50%;
  980. -moz-transform-origin: 100% 50%;
  981. -ms-transform-origin: 100% 50%;
  982. -o-transform-origin: 100% 50%;
  983. transform-origin: 100% 50%;
  984. }
  985. .flip-item.square .info {
  986. position: absolute;
  987. top: 0;
  988. bottom: 0;
  989. left: 0;
  990. right: 0;
  991. text-align: center;
  992. -webkit-backface-visibility: hidden;
  993. backface-visibility: hidden;
  994. background: #1f7cd0;
  995. opacity: 0;
  996. -webkit-transition: all 0.35s ease-in-out 0.3s;
  997. -moz-transition: all 0.35s ease-in-out 0.3s;
  998. transition: all 0.35s ease-in-out 0.3s;
  999. }
  1000. .flip-item.square.left_to_right .info {
  1001. -webkit-transform: rotateY(90deg);
  1002. -moz-transform: rotateY(90deg);
  1003. -ms-transform: rotateY(90deg);
  1004. -o-transform: rotateY(90deg);
  1005. transform: rotateY(90deg);
  1006. -webkit-transform-origin: 0% 50%;
  1007. -moz-transform-origin: 0% 50%;
  1008. -ms-transform-origin: 0% 50%;
  1009. -o-transform-origin: 0% 50%;
  1010. transform-origin: 0% 50%;
  1011. }
  1012. .flip-item.square .display h3 {
  1013. position: absolute;
  1014. bottom: 10px;
  1015. left: 0;
  1016. width: 100%;
  1017. font-family: "KaiTi";
  1018. color: #fff;
  1019. }
  1020. .flip-item.square .display .btn-circle {
  1021. width: 120px;
  1022. height: 120px;
  1023. color: #fff;
  1024. font-size: 68px;
  1025. margin-top: 20px;
  1026. }
  1027. .flip-item.square .info h3 {
  1028. text-transform: uppercase;
  1029. color: #fff;
  1030. text-align: center;
  1031. font-size: 17px;
  1032. padding: 10px;
  1033. background: #666;
  1034. margin: 30px 0 0 0;
  1035. }
  1036. .flip-item.square .info p {
  1037. font-size: 12px;
  1038. padding: 15px;
  1039. }
  1040. .flip-item.square .info a {
  1041. color: #eee;
  1042. margin-top: 15px;
  1043. }
  1044. .flip-item.square .info a:hover {
  1045. color: #f73;
  1046. }
  1047. .flip-item.square:hover .display {
  1048. opacity: 0;
  1049. }
  1050. .flip-item.square:hover .info {
  1051. opacity: .9;
  1052. }
  1053. .flip-item.square.left_to_right:hover .display {
  1054. -webkit-transform: rotateY(-90deg);
  1055. -moz-transform: rotateY(-90deg);
  1056. -ms-transform: rotateY(-90deg);
  1057. -o-transform: rotateY(-90deg);
  1058. transform: rotateY(-90deg);
  1059. }
  1060. .flip-item.square.left_to_right:hover .info {
  1061. -webkit-transform: rotateY(0);
  1062. -moz-transform: rotateY(0);
  1063. -ms-transform: rotateY(0);
  1064. -o-transform: rotateY(0);
  1065. transform: rotateY(0);
  1066. }
  1067. .flip-item.square.right_to_left .display {
  1068. -webkit-transform: rotateY(0);
  1069. -moz-transform: rotateY(0);
  1070. -ms-transform: rotateY(0);
  1071. -o-transform: rotateY(0);
  1072. transform: rotateY(0);
  1073. -webkit-transform-origin: 0% 50%;
  1074. -moz-transform-origin: 0% 50%;
  1075. -ms-transform-origin: 0% 50%;
  1076. -o-transform-origin: 0% 50%;
  1077. transform-origin: 0% 50%;
  1078. }
  1079. .flip-item.square.right_to_left .info {
  1080. -webkit-transform: rotateY(-90deg);
  1081. -moz-transform: rotateY(-90deg);
  1082. -ms-transform: rotateY(-90deg);
  1083. -o-transform: rotateY(-90deg);
  1084. transform: rotateY(-90deg);
  1085. -webkit-transform-origin: 100% 50%;
  1086. -moz-transform-origin: 100% 50%;
  1087. -ms-transform-origin: 100% 50%;
  1088. -o-transform-origin: 100% 50%;
  1089. transform-origin: 100% 50%;
  1090. }
  1091. .flip-item.square.right_to_left:hover .display {
  1092. -webkit-transform: rotateY(90deg);
  1093. -moz-transform: rotateY(90deg);
  1094. -ms-transform: rotateY(90deg);
  1095. -o-transform: rotateY(90deg);
  1096. transform: rotateY(90deg);
  1097. }
  1098. .flip-item.square.right_to_left:hover .info {
  1099. -webkit-transform: rotateY(0);
  1100. -moz-transform: rotateY(0);
  1101. -ms-transform: rotateY(0);
  1102. -o-transform: rotateY(0);
  1103. transform: rotateY(0);
  1104. }
  1105. .flip-item.square.top_to_bottom .display {
  1106. -webkit-transform: rotateX(0);
  1107. -moz-transform: rotateX(0);
  1108. -ms-transform: rotateX(0);
  1109. -o-transform: rotateX(0);
  1110. transform: rotateX(0);
  1111. -webkit-transform-origin: 50% 100%;
  1112. -moz-transform-origin: 50% 100%;
  1113. -ms-transform-origin: 50% 100%;
  1114. -o-transform-origin: 50% 100%;
  1115. transform-origin: 50% 100%;
  1116. }
  1117. .flip-item.square.top_to_bottom .info {
  1118. -webkit-transform: rotateX(-90deg);
  1119. -moz-transform: rotateX(-90deg);
  1120. -ms-transform: rotateX(-90deg);
  1121. -o-transform: rotateX(-90deg);
  1122. transform: rotateX(-90deg);
  1123. -webkit-transform-origin: 50% 0;
  1124. -moz-transform-origin: 50% 0;
  1125. -ms-transform-origin: 50% 0;
  1126. -o-transform-origin: 50% 0;
  1127. transform-origin: 50% 0;
  1128. }
  1129. .flip-item.square.top_to_bottom:hover .display {
  1130. -webkit-transform: rotateX(90deg);
  1131. -moz-transform: rotateX(90deg);
  1132. -ms-transform: rotateX(90deg);
  1133. -o-transform: rotateX(90deg);
  1134. transform: rotateX(90deg);
  1135. }
  1136. .flip-item.square.top_to_bottom:hover .info {
  1137. -webkit-transform: rotateX(0);
  1138. -moz-transform: rotateX(0);
  1139. -ms-transform: rotateX(0);
  1140. -o-transform: rotateX(0);
  1141. transform: rotateX(0);
  1142. }
  1143. .modifyType-info{
  1144. font-size:15px;
  1145. padding:15px 0 15px 0px;
  1146. margin-left:10px;
  1147. }
  1148. .notice-info {
  1149. position: absolute;
  1150. top: 40px;
  1151. left: 0;
  1152. right: 0;
  1153. bottom: 0;
  1154. font-size:20px;
  1155. font-family:"Times New Roman",Georgia,Serif;
  1156. background: url("../img/all/info.png") no-repeat;
  1157. background-color: #fff;
  1158. padding: 160px 120px;
  1159. }
  1160. .type-info {
  1161. font-size: 14px;
  1162. line-height: 25px;
  1163. margin: 30px 15px 15px 35px;
  1164. }
  1165. .search-success {
  1166. font-size: 20px;
  1167. margin: 15px 0 10px 0;
  1168. color: rgb(124, 119, 155);
  1169. }
  1170. .search-info {
  1171. font-size: 15px;
  1172. color: black;
  1173. <!-- margin: 0 0 0 20px; -->
  1174. }
  1175. #log_content {
  1176. font-size: 15px;
  1177. text-align: center;
  1178. width: 380px;
  1179. height: 550px;
  1180. background: rgb(247, 214, 246);
  1181. position: absolute;
  1182. top: 50px;
  1183. right: 60px;
  1184. }
  1185. label {
  1186. color: green;
  1187. padding-left: 20px;
  1188. padding-right: 25px;
  1189. }
  1190. .account-error {
  1191. font-size: 15px;
  1192. color: black;
  1193. margin: 60px 0 0 60px;
  1194. }
  1195. #account_row {
  1196. font-size: 12px;
  1197. text-align: center;
  1198. position: relative;
  1199. top: 20px;
  1200. left: 32px;
  1201. }
  1202. /*公共详情*/
  1203. #pub-com_head {
  1204. padding: 0;
  1205. width: 100%;
  1206. height: 50px;
  1207. line-height: 50px;
  1208. background: #3f84f6!important;
  1209. border-radius: 5px 5px 0 0 ;
  1210. }
  1211. #pub-com_head span{
  1212. margin-left: 10px;
  1213. color: #fff;
  1214. font-size: 18px;
  1215. }
  1216. #pub-com_head .p-right{
  1217. float: right;
  1218. }
  1219. #pub-com_head .p-right a{
  1220. color: #fff !important ;
  1221. font-size: 14px;
  1222. margin-right: 20px;
  1223. }
  1224. #pub-com_head .p-right a img{
  1225. margin-right: 3px;
  1226. }
  1227. #pub-com_head .p-right a:hover{
  1228. text-decoration: underline;
  1229. }
  1230. /*分页样式统一调整*/
  1231. .ng-table-pager{
  1232. height: auto;
  1233. padding: 25px 0;
  1234. background: #fff;
  1235. }
  1236. .ng-table-pager .pagination{
  1237. height: 40px;
  1238. margin-top: 10px;
  1239. }
  1240. .ng-table-pager .btn-default.active,.ng-table-pager .btn-default:hover,.ng-table-pager .pagination>.disabled>a,.ng-table-pager .pagination>li>a:hover{
  1241. color: #fff;
  1242. background-color: #3f84f6;
  1243. border-color: #3f84f6;
  1244. }
  1245. .ng-table-pager .pagination>.disabled>a{
  1246. box-shadow: none;
  1247. }
  1248. .ng-table-pager .pagination>li>a, .ng-table-pager .pagination>li>span{
  1249. font-size: 12px;
  1250. color: #333;
  1251. padding: 5px 10px;
  1252. }
  1253. .ng-table-pager .pagination>li:first-child.disabled>a,.ng-table-pager .pagination>li:nth-last-child(2).disabled>a{
  1254. color: #333;
  1255. background-color: #fff;
  1256. border: 1px solid #ddd;
  1257. }
  1258. .ng-table-pager .pagination>li:first-child a{
  1259. border-bottom-left-radius: 20px;
  1260. border-top-left-radius: 20px;
  1261. }
  1262. .ng-table-pager .pagination>li:nth-last-child(2) a{
  1263. border-bottom-right-radius: 20px;
  1264. border-top-right-radius: 20px;
  1265. }
  1266. .ng-table-pager .pagination>li.disabled>a[ng-switch-when="more"]{
  1267. color: #333;
  1268. background-color: #fff;
  1269. border: 1px solid #ddd;
  1270. }
  1271. .ng-table-pager .pagination>li .page-record span input {
  1272. width: 25px;
  1273. height: 25px;
  1274. border: #b8b8b8 1px solid;
  1275. margin: 0 5px;
  1276. text-align: center;
  1277. }
  1278. .pagination>li {
  1279. display: inline-flex;
  1280. }
  1281. .ng-table-pager .pagination>li .page-record span button {
  1282. width: 48px;
  1283. height: 26px;
  1284. text-align: center;
  1285. color: #fff;
  1286. background: #3f84f6;
  1287. border: 0;
  1288. border-radius: 5px;
  1289. margin: 0 5px;
  1290. }
  1291. @keyframes spin {
  1292. 0% { transform: rotate(360deg); }
  1293. 100% { transform: rotate(0deg); }
  1294. }
  1295. .wrap { width: 64px; height: 64px; position: absolute;left: 50%;top:50%;margin-left:-32px;margin-top: -32px; }
  1296. .outer {
  1297. background-repeat: no-repeat;
  1298. background-size:100%; position: absolute; width: 100%; height: 100%; background-image: url("../img/all/loading.png"); animation: spin 800ms infinite linear; }