style.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022
  1. body {
  2. font-family: 'Roboto', sans-serif;
  3. font-size: 16px;
  4. font-weight: 300;
  5. color: #888;
  6. line-height: 30px;
  7. text-align: center;
  8. }
  9. strong { font-weight: 500; }
  10. a, a:hover, a:focus {
  11. color: #3498db;
  12. text-decoration: none;
  13. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  14. }
  15. h1, h2 {
  16. margin-top: 10px;
  17. font-size: 38px;
  18. font-weight: 100;
  19. color: #555;
  20. line-height: 50px;
  21. }
  22. h3 {
  23. font-size: 22px;
  24. font-weight: 300;
  25. color: #555;
  26. line-height: 30px;
  27. }
  28. img { max-width: 100%; }
  29. .medium-paragraph {
  30. font-size: 18px;
  31. line-height: 32px;
  32. }
  33. .colored-text { color: #19b9e7; }
  34. ::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
  35. ::selection { background: #19b9e7; color: #fff; text-shadow: none; }
  36. /***** Loader *****/
  37. .loader {
  38. position: fixed;
  39. top: 0;
  40. left: 0;
  41. right: 0;
  42. bottom: 0;
  43. width: 100%;
  44. height: 100%;
  45. background: #fff;
  46. overflow: hidden !important;
  47. z-index: 99999;
  48. display: none;
  49. }
  50. .loader-img {
  51. position: absolute;
  52. left: 50%;
  53. top: 50%;
  54. margin: -30px 0 0 -30px;
  55. width: 60px;
  56. height: 60px;
  57. background: url(../img/loading.gif) center center no-repeat;
  58. }
  59. /***** General style, all sections *****/
  60. .section-container {
  61. margin: 0 auto;
  62. padding-bottom: 80px;
  63. }
  64. .section-container-gray-bg {
  65. background: #f8f8f8;
  66. border-top: 1px solid #ddd;
  67. border-bottom: 1px solid #ddd;
  68. }
  69. .section-container-image-bg,
  70. .section-container-image-bg h2,
  71. .section-container-image-bg h3 {
  72. color: #fff;
  73. }
  74. .section-container-image-bg .divider-1 span {
  75. background: #fff;
  76. }
  77. .section-description p {
  78. margin-top: 20px;
  79. padding: 0 120px;
  80. }
  81. .section-container-image-bg .section-description p {
  82. opacity: 0.8;
  83. }
  84. .section-bottom-button {
  85. padding-top: 60px;
  86. }
  87. .btn-link-1 {
  88. position: relative;
  89. display: inline-block;
  90. height: 50px;
  91. margin: 0 5px;
  92. padding: 16px 20px 0 20px;
  93. background: #f03949;
  94. font-size: 16px;
  95. font-weight: 300;
  96. line-height: 16px;
  97. color: #fff;
  98. -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  99. }
  100. .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }
  101. .btn-link-1:before {
  102. content: "";
  103. position: absolute;
  104. top: 50%;
  105. left: 0;
  106. width: 100%;
  107. height: 50%;
  108. background: rgba(0, 0, 0, 0.1);
  109. }
  110. .btn-link-2 {
  111. display: inline-block;
  112. height: 50px;
  113. margin: 0 5px;
  114. padding: 15px 20px 0 20px;
  115. background: rgba(0, 0, 0, 0.3);
  116. border: 1px solid #fff;
  117. font-size: 16px;
  118. font-weight: 300;
  119. line-height: 16px;
  120. color: #fff;
  121. -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  122. }
  123. .btn-link-2:hover, .btn-link-2:focus,
  124. .btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }
  125. /***** Divider *****/
  126. .divider-1 span {
  127. display: inline-block;
  128. width: 200px;
  129. height: 1px;
  130. background: #ddd;
  131. }
  132. /***** Modal *****/
  133. .modal-content {
  134. -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  135. text-align: left;
  136. }
  137. .modal-body {
  138. padding: 0 25px 15px 25px;
  139. }
  140. .modal-body img {
  141. margin-bottom: 15px;
  142. }
  143. .modal-header {
  144. padding: 25px 25px 15px 25px;
  145. }
  146. .modal-footer {
  147. padding: 15px 25px 25px 25px;
  148. }
  149. .modal-header, .modal-footer { border: 0; }
  150. .modal-header .close {
  151. font-size: 36px;
  152. color: #888;
  153. font-weight: 300;
  154. text-shadow: none;
  155. opacity: 1;
  156. }
  157. .modal-footer button {
  158. height: 50px;
  159. margin: 0;
  160. padding: 0 20px;
  161. background: none;
  162. border: 1px solid #888;
  163. font-size: 16px;
  164. font-weight: 300;
  165. color: #888;
  166. -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  167. text-shadow: none;
  168. -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
  169. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  170. }
  171. .modal-footer button:hover { outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; }
  172. .modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus {
  173. outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888;
  174. -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
  175. }
  176. .modal-footer button:before {
  177. background: none;
  178. }
  179. /***** Top menu *****/
  180. .navbar {
  181. padding-top: 10px;
  182. height:50px;
  183. margin:0;
  184. background: rgba(51, 51, 51, 0);
  185. border: 0;
  186. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  187. }
  188. .navbar.navbar-no-bg {
  189. background: none;
  190. height:100px;
  191. }
  192. ul.navbar-nav {
  193. font-size: 16px;
  194. color: #fff;
  195. }
  196. .navbar-inverse ul.navbar-nav li a { color: #fff; opacity: 0.8; border-bottom: 1px solid transparent; }
  197. .navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px solid #fff; }
  198. .navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px solid #fff; }
  199. .navbar-inverse ul.navbar-nav li a.btn-link-2 {
  200. height: auto;
  201. margin: 4px 0 0 10px;
  202. padding-top: 10px;
  203. padding-bottom: 10px;
  204. border: 1px solid #fff;
  205. }
  206. .navbar-brand {
  207. width: 215px;
  208. height: 36px;
  209. margin-top:10px;
  210. background: url(../images/logo.png) left center no-repeat;
  211. text-indent: -99999px;
  212. }
  213. /***** Top content *****/
  214. .inner-bg {
  215. /*padding: 60px 0 0 0;*/
  216. }
  217. .banner{
  218. background-image:url(../images/banner.png);
  219. }
  220. .top-content .text {
  221. padding-bottom: 60px;
  222. color: #fff;
  223. }
  224. .top-content .text h1 { color: #fff; }
  225. .top-content .description {
  226. margin: 20px 0 10px 0;
  227. }
  228. .top-content .description p { opacity: 0.8; }
  229. .top-content .top-big-link {
  230. margin-top: 35px;
  231. }
  232. #slider-1 {
  233. max-width: 760px;
  234. margin: 0 auto;
  235. }
  236. #slider-1 .item img {
  237. -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
  238. }
  239. /***** Features *****/
  240. .features {
  241. /*padding-bottom: 100px;*/
  242. }
  243. .features-box {
  244. padding-top: 15px;
  245. padding-bottom: 15px;
  246. }
  247. .features-box-gray {
  248. background: #f8f8f8;
  249. }
  250. .features-box .features-box-icon {
  251. font-size: 80px;
  252. color: #3498db;
  253. line-height: 80px;
  254. }
  255. .features-box h3 {
  256. margin-top: 15px;
  257. }
  258. /***** More features *****/
  259. .more-features-container {
  260. padding-bottom: 60px;
  261. }
  262. .more-features-box {
  263. margin-top: 30px;
  264. margin-bottom: 20px;
  265. }
  266. .more-features-box-text {
  267. margin-top: 40px;
  268. padding-left: 30px;
  269. overflow: hidden;
  270. text-align: left;
  271. }
  272. .more-features-box-text:first-child { margin-top: 20px; }
  273. .more-features-box-text-left {
  274. padding-left: 0;
  275. padding-right: 30px;
  276. }
  277. .more-features-box-text-icon {
  278. float: left;
  279. width: 60px;
  280. height: 60px;
  281. padding-top: 6px;
  282. background: #19b9e7;
  283. -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
  284. font-size: 40px;
  285. color: #fff;
  286. line-height: 40px;
  287. text-align: center;
  288. }
  289. .more-features-box-text h3 {
  290. float: right;
  291. width: 86%;
  292. margin-top: 0;
  293. }
  294. .more-features-box-text-description {
  295. float: right;
  296. width: 86%;
  297. }
  298. /***** Always beautiful *****/
  299. .always-beautiful-container {
  300. padding-bottom: 60px;
  301. }
  302. .always-beautiful-box {
  303. margin-top: 30px;
  304. margin-bottom: 20px;
  305. }
  306. .always-beautiful-box-text {
  307. margin-top: 40px;
  308. padding-left: 30px;
  309. overflow: hidden;
  310. text-align: left;
  311. }
  312. .always-beautiful-box-text:first-child { margin-top: 20px; }
  313. .always-beautiful-box-text-left {
  314. padding-left: 0;
  315. padding-right: 30px;
  316. }
  317. .always-beautiful-box-text h3 {
  318. margin-top: 0;
  319. }
  320. .always-beautiful-box-text .medium-paragraph {
  321. margin-top: 20px;
  322. margin-bottom: 20px;
  323. }
  324. /***** How it works *****/
  325. .how-it-works {
  326. padding-bottom: 30px;
  327. }
  328. .how-it-works-box {
  329. padding-top: 15px;
  330. padding-bottom: 15px;
  331. }
  332. .how-it-works-box .how-it-works-box-icon {
  333. position: relative;
  334. font-size: 80px;
  335. line-height: 80px;
  336. }
  337. .how-it-works-box-icon .how-it-works-step {
  338. position: absolute;
  339. top: 0;
  340. left: 95px;
  341. width: 32px;
  342. height: 32px;
  343. background: #19b9e7;
  344. -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
  345. font-size: 24px;
  346. color: #fff;
  347. line-height: 32px;
  348. }
  349. .how-it-works-box h3 {
  350. margin-top: 15px;
  351. }
  352. .how-it-works-box p {
  353. opacity: 0.8;
  354. }
  355. /***** Pricing *****/
  356. .pricing {
  357. padding-bottom: 30px;
  358. }
  359. .pricing-box {
  360. padding-top: 30px;
  361. padding-bottom: 20px;
  362. }
  363. .pricing-box-inner {
  364. background: #f8f8f8;
  365. }
  366. .pricing-box-price {
  367. position: relative;
  368. padding: 20px 0 7px 0;
  369. background: #eee;
  370. font-size: 42px;
  371. color: #555;
  372. line-height: 54px;
  373. }
  374. .pricing-box-best .pricing-box-price {
  375. background: #19b9e7;
  376. color: #fff;
  377. }
  378. .pricing-box-price span {
  379. font-size: 18px;
  380. color: #888;
  381. line-height: 32px;
  382. }
  383. .pricing-box-best .pricing-box-price span {
  384. color: #fff;
  385. }
  386. .pricing-box-icon {
  387. position: absolute;
  388. top: -32px;
  389. right: 20px;
  390. width: 63px;
  391. height: 63px;
  392. padding-top: 5px;
  393. background: #19b9e7;
  394. border: 3px solid #fff;
  395. -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
  396. }
  397. .pricing-box-icon span {
  398. display: block;
  399. font-size: 40px;
  400. line-height: 40px;
  401. }
  402. .pricing-box h3 {
  403. margin-top: 0;
  404. margin-bottom: 0;
  405. padding: 10px 20px;
  406. background: #eee;
  407. color: #888;
  408. }
  409. .pricing-box.pricing-box-best h3 {
  410. background: #19b9e7;
  411. color: #fff;
  412. }
  413. .pricing-box h4 {
  414. margin-top: 0;
  415. margin-bottom: 2px;
  416. padding: 10px 20px;
  417. background: #e8e8e8;
  418. font-size: 16px;
  419. line-height: 30px;
  420. font-weight: 300;
  421. text-transform: uppercase;
  422. }
  423. .pricing-box.pricing-box-best h4 {
  424. background: #17a7d0;
  425. color: #fff;
  426. }
  427. .pricing-box-features ul {
  428. margin: 0;
  429. padding: 0;
  430. list-style: none;
  431. }
  432. .pricing-box-features li {
  433. padding: 7px 20px;
  434. border-bottom: 1px solid #eee;
  435. }
  436. .pricing-box-sign-up {
  437. padding: 25px 0;
  438. }
  439. /***** Call to action *****/
  440. .call-to-action-container .section-bottom-button {
  441. padding-top: 30px;
  442. }
  443. /***** About us *****/
  444. .about-us-container {
  445. padding-bottom: 65px;
  446. }
  447. .about-us-box {
  448. padding-top: 30px;
  449. padding-bottom: 15px;
  450. }
  451. .about-us-box .about-us-photo {
  452. position: relative;
  453. width: 160px;
  454. margin: 0 auto;
  455. }
  456. .about-us-box .about-us-photo img {
  457. -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  458. }
  459. .about-us-box .about-us-photo .about-us-role {
  460. position: absolute;
  461. bottom: 10px;
  462. left: 0;
  463. padding: 3px 5px;
  464. background: #19b9e7;
  465. font-size: 14px;
  466. color: #fff;
  467. line-height: 15px;
  468. text-transform: uppercase;
  469. }
  470. .about-us-box .about-us-social {
  471. margin-top: 5px;
  472. font-size: 36px;
  473. line-height: 36px;
  474. }
  475. .about-us-box .about-us-social a { color: #ddd; }
  476. .about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus { color: #19b9e7; }
  477. /***** Testimonials *****/
  478. .testimonials-container {
  479. padding-bottom: 70px;
  480. }
  481. .testimonial-list {
  482. margin-top: 30px;
  483. text-align: left;
  484. }
  485. .testimonial-list .tab-pane { overflow: hidden; }
  486. .testimonial-list .testimonial-image {
  487. position: relative;
  488. float: left;
  489. width: 17%;
  490. margin: 10px 0 0 0;
  491. }
  492. .testimonial-list .testimonial-image img {
  493. max-width: 120px;
  494. -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
  495. }
  496. .testimonial-list .testimonial-image .testimonial-icon {
  497. position: absolute;
  498. top: 0;
  499. left: 0;
  500. width: 42px;
  501. height: 42px;
  502. padding-top: 3px;
  503. background: #19b9e7;
  504. -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
  505. font-size: 32px;
  506. color: #fff;
  507. line-height: 32px;
  508. text-align: center;
  509. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  510. }
  511. .testimonial-list .testimonial-image:hover .testimonial-icon { opacity: 0; }
  512. .testimonial-list .testimonial-text {
  513. float: left;
  514. width: 83%;
  515. }
  516. .testimonial-list .nav-tabs {
  517. border: 0;
  518. text-align: right;
  519. }
  520. .testimonial-list .nav-tabs li {
  521. float: none;
  522. display: inline-block;
  523. margin-left: 5px;
  524. margin-right: 5px;
  525. }
  526. .testimonial-list .nav-tabs li a {
  527. width: 14px;
  528. height: 14px;
  529. padding: 0;
  530. background: #ddd;
  531. border: 0;
  532. -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  533. }
  534. .testimonial-list .nav-tabs li a:hover { border: 0; background: #19b9e7; }
  535. .testimonial-list .nav-tabs li.active a { background: #19b9e7; }
  536. .testimonial-list .nav-tabs li.active a:focus { border: 0; }
  537. /***** Footer *****/
  538. footer {
  539. padding: 20px 0 20px 0;
  540. background-color:#252627;
  541. }
  542. .footer-social {
  543. font-size: 50px;
  544. line-height: 50px;
  545. }
  546. .footer-social a { color: #ddd; }
  547. .footer-social a:hover, .footer-social a:focus { color: #19b9e7; }
  548. .footer-copyright {
  549. margin-top: 25px;
  550. }
  551. .nav>li>a.social-github {
  552. padding-bottom: 7px;
  553. }
  554. .nav>li>a.social-changelog {
  555. padding-bottom: 12px;
  556. }
  557. .typcn-social-github {
  558. font-size: 25px;
  559. line-height: 10px;
  560. }
  561. .typcn-document-text {
  562. font-size: 18px;
  563. line-height: 10px;
  564. }
  565. .badges-container {
  566. padding: 20px 0;
  567. }
  568. .badges-container .badges-line {
  569. display: flex;
  570. align-items: center;
  571. justify-content: center;
  572. }
  573. .badges-container .badges-line a, .badges-container .badges-line iframe {
  574. margin: 0 5px;
  575. }
  576. .highlight-dark {
  577. color: #9feaf9;
  578. background-color: #2b2e3b;
  579. border-color: #111218;
  580. border-radius: 4px;
  581. padding: 12px;
  582. }
  583. .highlight-dark code {
  584. color: inherit;
  585. }
  586. .highlight span {
  587. display: block;
  588. }
  589. code {
  590. padding: 0;
  591. padding-top: 0.2em;
  592. padding-bottom: 0.2em;
  593. margin: 0;
  594. font-size: 85%;
  595. background-color: rgba(0,0,0,0.04);
  596. border-radius: 3px;
  597. }
  598. .highlight .c1 {
  599. color: #3498db;
  600. font-style: italic;
  601. }
  602. .highlight .c2 {
  603. color: #fff;
  604. }
  605. .getting-started-container h3 {
  606. text-align: center;
  607. padding-top: 10px;
  608. }
  609. .screenshot {
  610. border: 1px solid #dddddd;
  611. }
  612. .carousel-indicators li {
  613. border: 1px solid #737272;
  614. }
  615. .carousel-indicators .active {
  616. background: #737272;
  617. }
  618. .carousel-indicators {
  619. bottom: 0px;
  620. }
  621. .carousel-caption {
  622. padding-bottom: 15px;
  623. text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
  624. }
  625. .carousel-caption h3 {
  626. color: #fff
  627. }
  628. .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  629. border-color: #fff;
  630. }
  631. .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  632. background-color: transparent;
  633. }
  634. .social-changelog .typcn {
  635. margin-right: 5px;
  636. }
  637. /**/
  638. .column-title{
  639. text-align:center;
  640. font-size: 28px;
  641. color:#111;
  642. }
  643. .column-title text{
  644. width:270px;
  645. line-height:66px;
  646. background-color: rgba(9, 17, 45, 0.05);
  647. display:block;
  648. margin:0 auto;
  649. }
  650. .column-iconL{
  651. font-size: 18px;
  652. color: #dcdcdc;
  653. line-height:66px;
  654. text-align:right;
  655. }
  656. .column-iconR{
  657. font-size: 18px;
  658. color: #dcdcdc;
  659. line-height:66px;
  660. text-align:left;
  661. }
  662. footer .recordBox{
  663. text-align:left;
  664. margin-top:10px;
  665. }
  666. footer .record{
  667. color: #bdbdbd;
  668. font-size:12px;
  669. margin-top:10px;
  670. text-align:left;
  671. }
  672. footer .col_botton{
  673. text-align:left;
  674. }
  675. footer .col_botton>span{
  676. font-size: 14px;
  677. color:#fff;
  678. }
  679. footer .col_botton>span:nth-of-type(1){
  680. margin-right:20px;
  681. }
  682. .Subtitle{
  683. color: #dcdcdc;
  684. font-size:20px;
  685. text-align:center;
  686. }
  687. .introdce{
  688. border: solid 1px #f0f3f5;
  689. background-color: #ffffff;
  690. padding:0 40px 50px;
  691. }
  692. .introdce:hover{
  693. box-shadow: 0px 4px 10px 2px rgba(223, 237, 250, 0.38);
  694. }
  695. .introdce .interImg{
  696. width:108px;
  697. height:98px;
  698. margin:50px auto;
  699. background-image:url(../images/forecast.png);
  700. }
  701. .introdce:hover .interImg{
  702. background-image:url(../images/forecast_on.png);
  703. }
  704. .introdce .interImgR{
  705. width:108px;
  706. height:98px;
  707. margin:50px auto;
  708. background-image:url(../images/quantifice.png);
  709. }
  710. .introdce:hover .interImgR{
  711. background-image:url(../images/quantifice_on.png);
  712. }
  713. .introdce .interTitle{
  714. color: #111111;
  715. font-size:24px;
  716. text-align:center;
  717. }
  718. .introdce:hover .interTitle{
  719. color: #1b8cec;
  720. }
  721. .interDetails{
  722. color: #5f6367;
  723. font-size: 18px;
  724. line-height: 38px;
  725. letter-spacing: 2px;
  726. text-align:left;
  727. }
  728. .program{
  729. background-color: rgba(245, 245, 246, 0.6);
  730. }
  731. .leftbox{
  732. width:100%;
  733. background-color:#fff;
  734. padding:0 60px 50px;
  735. }
  736. .leftTit{
  737. font-size: 24px;
  738. color:#111;
  739. }
  740. .leftD{
  741. height:90px;
  742. color: #5f6367;
  743. font-size:18px;
  744. text-align:left;
  745. }
  746. .aboutUs{
  747. color: #111111;
  748. font-size:18px;
  749. padding:0 25px;
  750. }
  751. .aboutDet{
  752. background-color: #fafafa;
  753. }
  754. .aboutTit{
  755. color: #111111;
  756. font-size:24px;
  757. text-align:left;
  758. padding-left:50px;
  759. padding-top:50px;
  760. }
  761. .aboutBit{
  762. color: #5f6367;
  763. font-size:18px;
  764. text-align:left;
  765. padding-left:50px;
  766. padding-top:20px;
  767. }
  768. /*小于768*/
  769. @media (max-width: 768px){
  770. footer .recordBox{
  771. border-bottom:1px solid #fff;
  772. padding-bottom:20px;
  773. margin-bottom:20px;
  774. }
  775. footer .er{
  776. margin-top:20px;
  777. }
  778. .banner{
  779. height:800px;
  780. }
  781. .aboutUs{
  782. padding:0 20px;
  783. }
  784. .section-description {
  785. margin-top: 90px;
  786. margin-bottom:20px;
  787. }
  788. .Subtitle{
  789. margin-bottom:30px;
  790. }
  791. .column-iconL{display:none}
  792. .column-iconR{display:none}
  793. .more-features-box{margin:0}
  794. .section-container{padding-bottom:0;}
  795. .aboutDet{padding-bottom:20px;}
  796. .leftbox{
  797. padding: 0 30px 25px;
  798. }
  799. .leftbox>img{
  800. width: 100px;
  801. height:66px;
  802. margin:30px auto 25px;
  803. }
  804. .leftD{
  805. height:150px;
  806. }
  807. .backstretch{
  808. width:100%;
  809. height:700px;
  810. left: 0px;
  811. top: 0px;
  812. overflow: hidden;
  813. margin: 0px;
  814. padding: 0px;
  815. z-index: -999998;
  816. position: absolute;
  817. background-image:url(../images/banner.png) ;
  818. background-repeat:no-repeat;
  819. }
  820. .aboutPC{
  821. display:none!important;
  822. }
  823. .aboutM{
  824. display:block!important;
  825. }
  826. }
  827. @media (min-width: 768px){
  828. footer .recordBox{
  829. border-right:1px solid #fff;
  830. }
  831. .banner{
  832. height:900px;
  833. }
  834. .section-description {
  835. margin-top: 100px;
  836. margin-bottom:20px;
  837. }
  838. .Subtitle{
  839. margin-bottom:80px;
  840. }
  841. .aboutDet{padding-bottom:20px;}
  842. .leftbox>img{
  843. width: 190px;
  844. height:130px;
  845. margin:60px auto 50px;
  846. }
  847. .backstretch{
  848. width:100%;
  849. height:900px;
  850. left: 0px;
  851. top: 0px;
  852. overflow: hidden;
  853. margin: 0px;
  854. padding: 0px;
  855. z-index: -999998;
  856. position: absolute;
  857. background-image:url(../images/banner.png) ;
  858. background-repeat:no-repeat;
  859. }
  860. .navbar-inverse ul.navbar-nav li a.current{
  861. border-bottom:1px solid #fff;
  862. }
  863. .aboutPC{
  864. display:block!important;
  865. }
  866. .aboutM{
  867. display:none!important;
  868. }
  869. }