main.css 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603
  1. /* =================================== */
  2. /* Basic Style
  3. /* =================================== */
  4. body {
  5. background-color: #fff;
  6. font-family: 'Open Sans', sans-serif;
  7. line-height: 24px;
  8. font-size: 16px;
  9. color: #818181;
  10. min-width: 1300px;
  11. }
  12. figure, p, address {
  13. margin: 0;
  14. }
  15. iframe {
  16. border: 0;
  17. }
  18. a {
  19. cursor: pointer;
  20. color: #0aa6bd;
  21. -webkit-transition: all 0.3s ease-out 0s;
  22. -moz-transition: all 0.3s ease-out 0s;
  23. -ms-transition: all 0.3s ease-out 0s;
  24. -o-transition: all 0.3s ease-out 0s;
  25. transition: all 0.3s ease-out 0s;
  26. }
  27. a, a:hover, a:focus, .btn:focus {
  28. text-decoration: none;
  29. outline: none;
  30. }
  31. .x-btn {
  32. cursor: pointer;
  33. }
  34. h1, h2, h3, h4, h5, h6,
  35. .h1, .h2, .h3, .h4, .h5, .h6 {
  36. font-family: 'Open Sans', sans-serif;
  37. color: #252525;
  38. }
  39. p {
  40. font-size: 14px;
  41. }
  42. li {
  43. list-style: none;
  44. }
  45. main > section {
  46. /* padding: 70px 0; */
  47. }
  48. .btn {
  49. border-radius: 0;
  50. border: 0;
  51. position: relative;
  52. text-transform: uppercase;
  53. }
  54. .btn-blue {
  55. background-color: rgba(10, 166, 189, 0.75);
  56. box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  57. padding: 15px 55px;
  58. color: #fff;
  59. }
  60. .btn-border {
  61. border: 2px solid #fff;
  62. color: #fff;
  63. padding: 12px 35px;
  64. }
  65. .bg-blue {
  66. background-color: #0aa6bd;
  67. }
  68. .logo-img {
  69. width: 220px;
  70. }
  71. /* 顶部导航 */
  72. .top-nav {
  73. background: #484443;
  74. height: 35px;
  75. position: fixed;
  76. top: 0;
  77. left: 0;
  78. z-index: 1001;
  79. width: 100%;
  80. line-height: 35px;
  81. }
  82. .el-dropdown {
  83. line-height: 50px;
  84. font-size: 16px;
  85. }
  86. .top-nav .container>ul span{
  87. color:#fff;
  88. font-size:12px;
  89. cursor: pointer;
  90. }
  91. .top-nav .container>ul li{
  92. float:left;
  93. }
  94. .top-nav .container>ul span a{
  95. color:#fff;
  96. }
  97. /* 遮罩 */
  98. .zhezhao {
  99. position: fixed;
  100. top: 0;
  101. left: 0;
  102. height: 100%;
  103. width: 100%;
  104. background: #000;
  105. opacity: 0.35;
  106. z-index: 1500;
  107. }
  108. /* 登录弹窗 */
  109. .box{
  110. width: 430px;
  111. /* height:452px; */
  112. position: fixed;
  113. background:white;
  114. top: 50%;
  115. left:50%;
  116. margin-left: -215px;
  117. margin-top: -252px;
  118. z-index: 1501;
  119. border-radius: 5px;
  120. }
  121. .box .box-title{
  122. padding:18px 25px;
  123. }
  124. .box .box-title p{
  125. font-size:12px;
  126. }
  127. .box .box-title p:first-child{
  128. color:#456ba9;
  129. font-size:16px;
  130. }
  131. .box label{
  132. margin-right:12px;
  133. }
  134. .box input{
  135. width:75%;
  136. height:35px;
  137. background:#f8f8f8;
  138. padding-left:12px;
  139. border:1px solid #e2e2e2;
  140. }
  141. .box .vcode{
  142. width:40%;
  143. margin-right:5%;
  144. }
  145. .box .vcode-btn{
  146. width:30%;
  147. height:35px;
  148. color:#5f9dbd;
  149. border-radius: 5px;
  150. background:#fff;
  151. border:2px solid #acdcda;
  152. }
  153. .box .login-mess .log-by-pass,.log-by-mess{
  154. padding:40px 25px;
  155. }
  156. .box .login-mess p{
  157. margin-bottom:10px;
  158. text-align:center;
  159. }
  160. .box .login-mess .login-nav{
  161. margin: 0;
  162. padding: 0;
  163. display: flex;
  164. justify-content: center;
  165. }
  166. .box .login-mess .login-bottom{
  167. margin-bottom:32px;
  168. -webkit-transform: scale(0.8);
  169. float:right;
  170. padding-right:45px;
  171. }
  172. .box .login-mess .login-bottom .clickbtn{
  173. cursor: pointer;
  174. }
  175. .box .login-mess .login-nav li{
  176. cursor: pointer;
  177. height: 50px;
  178. width: 130px;
  179. text-align:center;
  180. line-height:50px;
  181. }
  182. .box .login-mess .login-nav .active{
  183. border-bottom:2px solid #acdcda;
  184. }
  185. .box .login-btn{
  186. margin-top:10px;
  187. font-size:16px;
  188. height: 35px;
  189. width:55%;
  190. background:#1277ad;
  191. color: #fff;
  192. border: none;
  193. text-align:center;
  194. }
  195. .box .reg-mess{
  196. padding:20px 25px;
  197. }
  198. .box .reg-mess .cloud-kind{
  199. margin:0 0 10px 0;
  200. padding:0;
  201. display: flex;
  202. display:-webkit-flex;
  203. -webkit-flex-direction: row;
  204. flex-direction: row;
  205. -webkit-justify-content: center;
  206. justify-content: center;
  207. border-bottom:1px solid #e4e4e6;
  208. }
  209. .box .reg-mess .cloud-kind li{
  210. width:36%;
  211. text-align:center;
  212. color:#43425f;
  213. cursor: pointer;
  214. padding-bottom:8px;
  215. margin:0 30px;
  216. }
  217. .box .reg-mess .cloud-kind .kind-active{
  218. border-bottom:3px solid #3e93ec;
  219. }
  220. .box .reg-mess .cloud-kind li>img{
  221. width:35px;
  222. height:35px;
  223. }
  224. .box .reg-mess .cloud-kind li>span{
  225. margin-left:10px;
  226. }
  227. .box .reg-mess p{
  228. margin-bottom:10px;
  229. text-align:center;
  230. }
  231. .box .reg-mess .notice{
  232. text-align:left;
  233. -webkit-transform: scale(0.8);
  234. -webkit-transform-origin-X: left;
  235. }
  236. .box .reg-mess p .confirm{
  237. font-size:16px;
  238. height: 35px;
  239. width:55%;
  240. background:#1277ad;
  241. color: #fff;
  242. border: none;
  243. text-align:center;
  244. }
  245. .box .reg-mess .checklogin{
  246. -webkit-transform: scale(0.8);
  247. }
  248. .box .reg-mess .checklogin span{
  249. color:#1277ad;
  250. margin-left:2px;
  251. cursor:pointer;
  252. }
  253. .box .sa-chahao{
  254. position:absolute;
  255. top:5px;
  256. right:10px;
  257. cursor:pointer;
  258. }
  259. .box .wx-register{
  260. text-align: center;
  261. border-top: 1px solid #c9c9c9;
  262. margin-top: 25px;
  263. position: relative;
  264. }
  265. .box .wx-register .wx-btn{
  266. width:110px;
  267. position:absolute;
  268. left:36%;
  269. top:-12px;
  270. font-size:12px;
  271. cursor:pointer;
  272. z-index:999;
  273. background:#eeeeee;
  274. }
  275. .box .wx-register .wx-btn .sa-qiyeweixin{
  276. margin-right:2px;
  277. }
  278. .box .wx-register .wx-btn:hover{
  279. color:#00b231
  280. }
  281. .box .wx-mess{
  282. padding:78px 25px;
  283. }
  284. .box .wx-mess p{
  285. text-align:center;
  286. }
  287. .box .wx-mess .wx-text{
  288. font-size:20px;
  289. }
  290. .box .wx-mess .imgbox{
  291. text-align:center;
  292. }
  293. .box .wx-mess .imgbox>.imgcontent>img{
  294. width: 230px;
  295. margin-top: 20px;
  296. }
  297. .box .log-by-qywx {
  298. width: 188px;
  299. height: 188px;
  300. margin: 20px auto;
  301. }
  302. /* 开通弹窗 */
  303. .open-up-box{
  304. width: 430px;
  305. /* height:410px; */
  306. top: 50%;
  307. left:50%;
  308. background:white;
  309. position: fixed;
  310. transform: translate(-50%, -50%);
  311. -moz-transform:translate(-50%, -50%); /* Firefox */
  312. -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
  313. -o-transform:translate(-50%, -50%);/* Opera */
  314. z-index: 1500;
  315. border-radius: 5px;
  316. }
  317. .open-up-box .box-content{
  318. padding:6%;
  319. background:#eeeeee !important;
  320. }
  321. .open-up-box .box-content p{
  322. /* text-align:center; */
  323. padding-left:30px;
  324. }
  325. .open-up-box .box-content .is-openup .notice{
  326. /* text-align:left; */
  327. /* -webkit-transform-origin-X: left; */
  328. -webkit-transform: scale(0.8);
  329. margin-bottom:10px;
  330. padding-left:75px;
  331. }
  332. .open-up-box .box-content .is-openup .aa{
  333. padding-left:98px;
  334. }
  335. .open-up-box .box-content .is-openup .open-up-btn{
  336. display:inline-block;
  337. width: 70px;
  338. height:24px;
  339. line-height:24px;
  340. text-align:center;
  341. margin:0 12px 0 0;
  342. background:#202d40;
  343. color: white;
  344. border-radius:2px;
  345. font-size:14px;
  346. text-decoration:none;
  347. }
  348. .open-up-box .box-content .is-openup .open-up-btn:hover{
  349. color:#202d40;
  350. background:#fff;
  351. }
  352. .open-up-box .box-content .has-been-openup{
  353. margin-top:5%;
  354. font-size:13px !important;
  355. }
  356. .open-up-box .box-content .has-been-openup ul{
  357. background:#F5F5F5;
  358. padding:0 12px;
  359. margin-top:8px;
  360. border-radius: 10px;
  361. overflow-y:auto;
  362. height:180px;
  363. }
  364. .open-up-box .box-content .has-been-openup ul li{
  365. background:#F5F5F5;
  366. border-bottom:1px solid #DCDCDC;
  367. padding:6px 0;
  368. }
  369. .open-up-box .box-content .has-been-openup ul li:first-child{
  370. margin-top:10px;
  371. }
  372. .open-up-box .box-content .has-been-openup ul li:last-child{
  373. border:none;
  374. }
  375. .open-up-box .box-content .has-been-openup ul li a{
  376. color:#696969;
  377. display:block;
  378. width:100%;
  379. }
  380. .open-up-box .box-content .register{
  381. padding:15px 0;
  382. }
  383. .open-up-box .box-content .register span{
  384. float:right;
  385. cursor: pointer;
  386. font-size:12px;
  387. }
  388. /* 11/12注册页面 ..........................................*/
  389. .login,.profile {
  390. color: white;
  391. font-size: 12px;
  392. /* font-weight: 600; */
  393. }
  394. .profile .user-info {
  395. margin: 0 15px;
  396. }
  397. .login img,.profile img {
  398. width: 16px;
  399. margin-right: 5px;
  400. }
  401. .login > span:hover,.profile > span:hover{
  402. cursor:pointer;
  403. /* color: #0aa6bd; */
  404. }
  405. .zc-box {
  406. margin: 50px;
  407. }
  408. .back {
  409. background: #6f6f6f;
  410. }
  411. /* 首页内容 ..........................................*/
  412. .my-tiyan {
  413. background: #1E88F5;
  414. border-radius: 4px;
  415. width: 100%;
  416. height: 100%;
  417. font-family: PingFangSC-Regular;
  418. font-size: 14px;
  419. color: #FFFFFF;
  420. border: 0;
  421. }
  422. .my-tiyan:hover {
  423. background: #317ef3;
  424. margin-top: 1px;
  425. }
  426. /* 我们的产品内容 ..........................................*/
  427. .product{
  428. position: relative;
  429. }
  430. .pro-title{
  431. position: absolute;
  432. top: 1%;
  433. left: 50%;
  434. transform: translate(-50%, -50%);
  435. -moz-transform:translate(-50%, -50%); /* Firefox */
  436. -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
  437. -o-transform:translate(-50%, -50%);/* Opera */
  438. width:10%;
  439. z-index: 100;
  440. }
  441. .pro-title p{
  442. background:#fff;
  443. font-size:12px;
  444. text-align:center;
  445. color:#d6d6d6;
  446. }
  447. .pro-title p:first-child{
  448. font-size:18px;
  449. color:#000;
  450. }
  451. .product-box{
  452. margin-top:50px;
  453. width:80%;
  454. margin-left:10%;
  455. border-top:1px solid #f2f2f2;
  456. /* display:-webkit-flex;
  457. display:flex;
  458. justify-content: space-around */
  459. }
  460. .product-box .product-bottom,.product-top{
  461. display:-webkit-flex;
  462. display:flex;
  463. justify-content: space-around
  464. }
  465. .product-box .product-top ul{
  466. margin-top:60px;
  467. }
  468. .product-box .product-top ul .name{
  469. margin-top:10px;
  470. color:#000;
  471. font-weight: bold;
  472. }
  473. .product-box .product-bottom ul{
  474. padding:20px 10px;
  475. margin-top:20px;
  476. border:1px solid #f2f2f2;
  477. border-radius: 5px;
  478. }
  479. .product-box .product-bottom ul li{
  480. color:#000;
  481. font-size:12px;
  482. }
  483. .product-box .product-bottom ul li .reg{
  484. display:block;
  485. height:24px;
  486. background-color:orange;
  487. color:#fff;
  488. width:100px;
  489. border-radius:10px;
  490. cursor: pointer;
  491. text-align:center;
  492. }
  493. .product-box ul{
  494. padding:0;
  495. }
  496. .product-box ul li{
  497. text-align:center;
  498. width:100px;
  499. }
  500. .product-box ul .imgbox{
  501. width: 100px;
  502. height: 100px;
  503. }
  504. .product-box ul .imgbox img{
  505. width:100%;
  506. height: 100%;
  507. }
  508. .bottomimg img{
  509. width:100%;
  510. }
  511. /* 特色 .......................................*/
  512. .ts-worp {
  513. width: 100%;
  514. padding: 0;
  515. margin: 0;
  516. padding-top: 60px;
  517. }
  518. .ts-box {
  519. overflow: hidden;
  520. /* position: relative; */
  521. padding: 100px 50px 100px 20px;
  522. width: 100%;
  523. display: table;
  524. background: #F8FAFD;
  525. }
  526. .ts-boxtow {
  527. padding: 100px 20px 100px 50px;
  528. background: white;
  529. }
  530. .ts-box div {
  531. display: table-cell;
  532. vertical-align: middle;
  533. }
  534. .ts-box img {
  535. width: 95%;
  536. }
  537. .ts-forbox img {
  538. width: 100%;
  539. }
  540. /* .ts-imgmax {
  541. width: 100%;
  542. }
  543. .ts-imgmin {
  544. width: 100%;
  545. } */
  546. .ts-title {
  547. font-family: PingFangSC-Regular !important;
  548. color: #0D253E !important;
  549. font-size: 24px !important;
  550. margin-bottom: 14px;
  551. font-weight: 600;
  552. }
  553. .left {
  554. float: left;
  555. }
  556. .right {
  557. float: right;
  558. }
  559. .right-text {
  560. text-align: right;
  561. }
  562. .left-text {
  563. text-align: left;
  564. }
  565. .ts-text {
  566. font-family: PingFangSC-Regular !important;
  567. color: #9EA8B2 !important;
  568. }
  569. /* 功能 .........................................*/
  570. .gn-beijing {
  571. width: 100%;
  572. position: absolute;
  573. top: 280px;
  574. }
  575. .gn-img {
  576. width: 100px;
  577. height: 100px;
  578. border-radius: 50%;
  579. background: #1E88F5;
  580. text-align: center;
  581. line-height: 100px;
  582. margin: 0 auto;
  583. position: relative;
  584. margin-top: 12px;
  585. }
  586. .gn-img img {
  587. width: 50%;
  588. }
  589. .gn-huise {
  590. background: #F4F8FC;
  591. }
  592. .gn-xiaoqiu {
  593. width: 30px;
  594. height: 30px;
  595. border-radius: 50%;
  596. background: #FFCC01;
  597. box-shadow: 0 0 15px 0 rgba(255,204,1,0.40);
  598. position: absolute;
  599. top: 0;
  600. right: 0;
  601. }
  602. .gn-left {
  603. left: 0;
  604. }
  605. .gn-hei>div {
  606. height: 245px;
  607. }
  608. .service-item {
  609. margin-bottom: 60px;
  610. padding:0 14px;
  611. text-align: center;
  612. }
  613. .gn-text {
  614. font-family: PingFangSC-Regular;
  615. font-size: 18px;
  616. color: #0D253E;
  617. font-weight: 600;
  618. margin-top: 12px;
  619. }
  620. .gn-color {
  621. color: #1E88F5;
  622. }
  623. /* 帮助 ........................................*/
  624. .bz-worp {
  625. background: white;
  626. margin: 0 auto;
  627. padding: 42px 40px 109px 48px;
  628. }
  629. .bz-box {
  630. border: 1px solid #1E88F5;
  631. border-radius: 5px;
  632. border-right: 0;
  633. }
  634. .bz-sskuang {
  635. width: 88%;
  636. float: left;
  637. line-height: 38px;
  638. }
  639. .bz-sousuo {
  640. width: 70%;
  641. margin: 0 -5px;
  642. border: 0;
  643. outline: none;
  644. }
  645. .bz-sousuoimg {
  646. margin: -3px 10px 0 14px;
  647. }
  648. .bz-btn {
  649. background: #1E88F5;
  650. border-radius: 0 5px 5px 0;
  651. width: 12%;
  652. border: 0;
  653. color: white;
  654. height: 40px;
  655. }
  656. .bz-content {
  657. margin-top: 30px;
  658. border: 0;
  659. }
  660. .bz-left {
  661. width: 100%;
  662. overflow: hidden;
  663. }
  664. .bz-ul {
  665. border-bottom: 1px solid #D8D8D8;
  666. overflow: hidden;
  667. margin-left: -40px;
  668. }
  669. .bz-right {
  670. width: 100%;
  671. background: white;
  672. }
  673. .bz-yuandian {
  674. background: #FFCC01;
  675. width: 14px;
  676. height: 14px;
  677. border-radius: 50%;
  678. margin-top: 1.2%;
  679. margin-right: 1%;
  680. }
  681. .bz-right-conent li {
  682. border-bottom: 1px solid #E8ECEF;
  683. padding: 10px 0;
  684. list-style: none;
  685. overflow: hidden;
  686. margin-left: -40px;
  687. }
  688. .bz-right-conent li:last-child {
  689. border-bottom: 0;
  690. }
  691. .bz-right-conent {
  692. margin-top: 30px;
  693. }
  694. /* 底部 ...................................*/
  695. /*footer*/
  696. .footer{
  697. width: 100%;
  698. background:#37373e;
  699. background-size: 100%;
  700. }
  701. .footer .container{
  702. margin: 0 auto;
  703. width: 80%;
  704. overflow: hidden;
  705. text-align: center;
  706. }
  707. .footer .container .footer-list{
  708. position: relative;
  709. }
  710. .footer .container .footer-list p{
  711. margin-top:30px;
  712. color:#fff;
  713. }
  714. .footer .container .footer-list .p1 span{
  715. margin-right:20px;
  716. }
  717. .footer .container .footer-list .p1 span a{
  718. color:#fff;
  719. }
  720. .footer .container .footer-list .p2 span{
  721. margin-right:20px;
  722. }
  723. .footer .container .footer-list .company-logo{
  724. position:absolute;
  725. top:0%;
  726. right:2%;
  727. width:62px;
  728. height:62px;
  729. }
  730. .footer .container .footer-list .company-logo img{
  731. width:100%;
  732. height:100%;
  733. }
  734. .section-title p {
  735. color: #444;
  736. /* font-style: italic; */
  737. font-size: 13px;
  738. }
  739. .section-title.white p {
  740. color: #fff;
  741. }
  742. .parallax {
  743. background-attachment: fixed;
  744. background-position: center top;
  745. background-repeat: no-repeat;
  746. background-size: cover;
  747. }
  748. /**
  749. /* Header
  750. /* ==========================================*/
  751. #navigation {
  752. -webkit-transition: all 0.8s ease 0s;
  753. -moz-transition: all 0.8s ease 0s;
  754. -ms-transition: all 0.8s ease 0s;
  755. -o-transition: all 0.8s ease 0s;
  756. transition: all 0.8s ease 0s;
  757. background:#000;
  758. /* background-color: rgba(0, 0, 0, 0.77); */
  759. /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
  760. }
  761. #navigation.animated-header {
  762. /* padding: 10px 0; */
  763. }
  764. h1.navbar-brand {
  765. font-size: 20px;
  766. font-weight: 700;
  767. padding:0;
  768. margin:0;
  769. margin-top:6%;
  770. margin-bottom:12%;
  771. text-transform: uppercase;
  772. }
  773. .navbar-inverse .navbar-nav > li > a {
  774. color: #fff;
  775. font-size: 16px;
  776. text-transform: uppercase;
  777. }
  778. .navbar-nav>li>a {
  779. padding: 15px 20px 3px 20px !important;
  780. }
  781. .menu li{
  782. margin-right:10px;
  783. }
  784. .menu li a {
  785. display: inline-block;
  786. }
  787. .menu li a span:before {
  788. content: "";
  789. position: absolute;
  790. width: 100%;
  791. height: 2px;
  792. bottom: 0;
  793. left: 0;
  794. background-color: #0aa6bd;
  795. visibility: hidden;
  796. -webkit-transform: scaleX(0);
  797. -moz-transform: scaleX(0);
  798. -ms-transform: scaleX(0);
  799. -o-transform: scaleX(0);
  800. transform: scaleX(0);
  801. -webkit-transition: all 0.3s ease-in-out 0s;
  802. -moz-transition: all 0.3s ease-in-out 0s;
  803. -ms-transition: all 0.3s ease-in-out 0s;
  804. -o-transition: all 0.3s ease-in-out 0s;
  805. transition: all 0.3s ease-in-out 0s;
  806. }
  807. .menu li a:hover span:before {
  808. visibility: visible;
  809. -webkit-transform: scaleX(1);
  810. -moz-transform: scaleX(1);
  811. -ms-transform: scaleX(1);
  812. -o-transform: scaleX(1);
  813. transform: scaleX(1);
  814. }
  815. #nav>li>.active{
  816. color:#00BFFF;
  817. }
  818. #nav>.xs a{
  819. margin-top:34%;
  820. }
  821. .phonebox{
  822. margin-top:2%;
  823. }
  824. /*=================================================================
  825. Home Slider
  826. ==================================================================*/
  827. #home-slider {
  828. position: relative;
  829. padding: 0;
  830. }
  831. .mask-overly {
  832. /* background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; */
  833. bottom: 0;
  834. left: 0;
  835. position: absolute;
  836. right: 0;
  837. top: 0;
  838. /* z-index: 9; */
  839. }
  840. #slider #nav-arrows > a {
  841. font-size: 40px;
  842. line-height: 1.5;
  843. }
  844. .slider-1 img{
  845. width: 100%;
  846. /* height: 100%; */
  847. }
  848. .sl-slider-wrapper {
  849. width: 100%;
  850. margin: 0 auto;
  851. position: relative;
  852. /* overflow: hidden; */
  853. }
  854. .sl-slider {
  855. position: absolute;
  856. top: 0;
  857. left: 0;
  858. right: 0;
  859. bottom: 0;
  860. }
  861. /* Slide wrapper and slides */
  862. .sl-slide,
  863. .sl-slides-wrapper,
  864. .sl-slide-inner {
  865. position: absolute;
  866. width: 100%;
  867. height: 100%;
  868. top: 0;
  869. left: 0;
  870. }
  871. .sl-slide {
  872. z-index: 1;
  873. }
  874. .slide-caption {
  875. color: #fff;
  876. display: table;
  877. height: 100%;
  878. left: 0;
  879. min-height: 100%;
  880. position: absolute;
  881. text-align: center;
  882. top: 0;
  883. width: 60%;
  884. z-index: 999;
  885. left: 50%;
  886. transform: translateX(-50%);
  887. }
  888. .slide-caption .caption-content {
  889. vertical-align: middle;
  890. display: table-cell;
  891. }
  892. .caption-content h2 {
  893. color: #fff;
  894. font-size: 50px;
  895. font-weight: 900;
  896. margin-bottom: 25px;
  897. }
  898. .caption-content > p {
  899. display: block;
  900. font-size: 16px;
  901. margin-bottom: 45px;
  902. text-transform: capitalize;
  903. margin-bottom: 65px;
  904. font-weight: 200;
  905. }
  906. /*Slider Arrow Buttons*/
  907. #nav-arrows > a {
  908. border: 1px solid #fff;
  909. color: #fff;
  910. display: block;
  911. height: 60px;
  912. line-height: 76px;
  913. position: absolute;
  914. text-align: center;
  915. top: 50%;
  916. width: 60px;
  917. z-index: 20;
  918. margin-top: -30px;
  919. -webkit-transition: all 0.3s ease 0s;
  920. -moz-transition: all 0.3s ease 0s;
  921. -ms-transition: all 0.3s ease 0s;
  922. -o-transition: all 0.3s ease 0s;
  923. transition: all 0.3s ease 0s;
  924. }
  925. #nav-arrows > a.sl-prev {
  926. transform: translateX(-50px);
  927. opacity:0;
  928. }
  929. #slider:hover #nav-arrows > a.sl-prev {
  930. opacity: 1;
  931. transform: translateX(20px);
  932. }
  933. #nav-arrows > a.sl-next {
  934. right:0;
  935. transform: translateX(50px);
  936. opacity:0;
  937. }
  938. #slider:hover #nav-arrows > a.sl-next {
  939. opacity: 1;
  940. transform: translateX(-20px);
  941. }
  942. #nav-arrows > a.sl-next:hover ,#nav-arrows > a.sl-prev:hover {
  943. background-color: #0aa6bd;
  944. border-color: #0aa6bd;
  945. color: #fff;
  946. }
  947. /* The duplicate parts/slices */
  948. .sl-content-slice {
  949. overflow: hidden;
  950. position: absolute;
  951. -webkit-box-sizing: content-box;
  952. -moz-box-sizing: content-box;
  953. box-sizing: content-box;
  954. background: #fff;
  955. -webkit-backface-visibility: hidden;
  956. -moz-backface-visibility: hidden;
  957. -o-backface-visibility: hidden;
  958. -ms-backface-visibility: hidden;
  959. backface-visibility: hidden;
  960. opacity : 1;
  961. }
  962. /* Horizontal slice */
  963. .sl-slide-horizontal .sl-content-slice {
  964. width: 100%;
  965. height: 50%;
  966. left: -200px;
  967. -webkit-transform: translateY(0%) scale(1);
  968. -moz-transform: translateY(0%) scale(1);
  969. -o-transform: translateY(0%) scale(1);
  970. -ms-transform: translateY(0%) scale(1);
  971. transform: translateY(0%) scale(1);
  972. }
  973. .sl-slide-horizontal .sl-content-slice:first-child {
  974. top: -200px;
  975. padding: 200px 200px 0px 200px;
  976. }
  977. .sl-slide-horizontal .sl-content-slice:nth-child(2) {
  978. top: 50%;
  979. padding: 0px 200px 200px 200px;
  980. }
  981. /* Vertical slice */
  982. .sl-slide-vertical .sl-content-slice {
  983. width: 50%;
  984. height: 100%;
  985. top: -200px;
  986. -webkit-transform: translateX(0%) scale(1);
  987. -moz-transform: translateX(0%) scale(1);
  988. -o-transform: translateX(0%) scale(1);
  989. -ms-transform: translateX(0%) scale(1);
  990. transform: translateX(0%) scale(1);
  991. }
  992. .sl-slide-vertical .sl-content-slice:first-child {
  993. left: -200px;
  994. padding: 200px 0px 200px 200px;
  995. }
  996. .sl-slide-vertical .sl-content-slice:nth-child(2) {
  997. left: 50%;
  998. padding: 200px 200px 200px 0px;
  999. }
  1000. /* Content wrapper */
  1001. /* Width and height is set dynamically */
  1002. .sl-content-wrapper {
  1003. position: absolute;
  1004. }
  1005. .sl-content {
  1006. width: 100%;
  1007. height: 100%;
  1008. }
  1009. /*=================================================================
  1010. Feature
  1011. ==================================================================*/
  1012. .list-nav {
  1013. padding:0;
  1014. margin-top: 20px;
  1015. }
  1016. .list-nav li {
  1017. list-style: none;
  1018. margin: 0;
  1019. padding: 0;
  1020. font-size: 16px;
  1021. padding-left: 30px;
  1022. margin-bottom: 10px;
  1023. position: relative;
  1024. }
  1025. .list-nav li i {
  1026. position: absolute;
  1027. left: 0;
  1028. top: 4px;
  1029. font-size: 28px;
  1030. color: #1fb5f6;
  1031. }
  1032. /*=================================================================
  1033. Portfolio
  1034. ==================================================================*/
  1035. .project-wrapper {
  1036. margin: 0;
  1037. padding: 0;
  1038. list-style: none;
  1039. text-align: center;
  1040. }
  1041. .project-wrapper .row {
  1042. margin: 0;
  1043. }
  1044. .project-wrapper [class^="col-"] {
  1045. padding-left: 0;
  1046. padding-right: 0;
  1047. }
  1048. .portfolio-filter {
  1049. font-size: 0;
  1050. list-style: outside none none;
  1051. margin: 0 0 40px;
  1052. padding: 0;
  1053. }
  1054. .portfolio-filter li {
  1055. display: inline-block;
  1056. }
  1057. .portfolio-filter li a {
  1058. color: #777;
  1059. display: block;
  1060. font-size: 14px;
  1061. padding: 0 20px;
  1062. position: relative;
  1063. }
  1064. .portfolio-filter li a.active {
  1065. color: #0aa6bd;
  1066. }
  1067. .portfolio-filter li a::after {
  1068. bottom: auto;
  1069. content: "/";
  1070. position: absolute;
  1071. right: 0;
  1072. top: auto;
  1073. }
  1074. .portfolio-filter li:last-child a::after {
  1075. content: none;
  1076. }
  1077. .portfolio-item {
  1078. cursor: pointer;
  1079. overflow: hidden;
  1080. position: relative;
  1081. }
  1082. .portfolio-item img {
  1083. -webkit-transition: all 0.4s ease 0s;
  1084. -moz-transition: all 0.4s ease 0s;
  1085. -o-transition: all 0.4s ease 0s;
  1086. transition: all 0.4s ease 0s;
  1087. }
  1088. .portfolio-item:hover img {
  1089. -webkit-transform: translateY(-105px);
  1090. -ms-transform: translateY(-105px);
  1091. -o-transform: translateY(-105px);
  1092. transform: translateY(-105px);
  1093. }
  1094. figcaption.mask {
  1095. background-color: #f1f1f1;
  1096. bottom: 0;
  1097. color: #333;
  1098. padding: 25px;
  1099. position: absolute;
  1100. width: 100%;
  1101. text-align: left;
  1102. -webkit-transform: translateY(100%);
  1103. -ms-transform: translateY(100%);
  1104. -o-transform: translateY(100%);
  1105. transform: translateY(100%);
  1106. -webkit-transition: all 0.4s ease 0s;
  1107. -moz-transition: all 0.4s ease 0s;
  1108. -o-transition: all 0.4s ease 0s;
  1109. transition: all 0.4s ease 0s;
  1110. }
  1111. .portfolio-item:hover figcaption.mask {
  1112. -webkit-transform: translateY(0px);
  1113. -ms-transform: translateY(0px);
  1114. -o-transform: translateY(0px);
  1115. transform: translateY(0px);
  1116. }
  1117. figcaption.mask h3 {
  1118. margin-top: 0;
  1119. color: #333;
  1120. font-size: 18px;
  1121. margin-bottom:15px;
  1122. opacity: 0;
  1123. -webkit-transform: translateY(30px);
  1124. -ms-transform: translateY(30px);
  1125. -o-transform: translateY(30px);
  1126. transform: translateY(30px);
  1127. -webkit-transition: all 0.4s ease 0.1s;
  1128. -moz-transition: all 0.4s ease 0.1s;
  1129. -o-transition: all 0.4s ease 0.1s;
  1130. transition: all 0.4s ease 0.1s;
  1131. }
  1132. figcaption.mask p {
  1133. line-height: 1.3;
  1134. -webkit-transform: translateY(30px);
  1135. -ms-transform: translateY(30px);
  1136. -o-transform: translateY(30px);
  1137. transform: translateY(30px);
  1138. opacity: 0;
  1139. -webkit-transition: all 0.4s ease 0.3s;
  1140. -moz-transition: all 0.4s ease 0.3s;
  1141. -o-transition: all 0.4s ease 0.3s;
  1142. transition: all 0.4s ease 0.3s;
  1143. }
  1144. .portfolio-item:hover figcaption.mask h3,
  1145. .portfolio-item:hover figcaption.mask p {
  1146. opacity: 1;
  1147. -webkit-transform: translateY(0px);
  1148. -ms-transform: translateY(0px);
  1149. -o-transform: translateY(0px);
  1150. transform: translateY(0px);
  1151. }
  1152. ul.external {
  1153. list-style: outside none none;
  1154. margin: 0;
  1155. padding: 0;
  1156. position: absolute;
  1157. right: 0;
  1158. top: -47px;
  1159. -webkit-transition: all 0.4s ease 0s;
  1160. -moz-transition: all 0.4s ease 0s;
  1161. -ms-transition: all 0.4s ease 0s;
  1162. -o-transition: all 0.4s ease 0s;
  1163. transition: all 0.4s ease 0s;
  1164. }
  1165. ul.external li {
  1166. display: inline-block;
  1167. }
  1168. ul.external li a {
  1169. background-color: rgba(255, 255, 255, 0.9);
  1170. color: #818181;
  1171. display: block;
  1172. padding: 10px 18px 13px;
  1173. -webkit-transition: all 0.5s ease 0s;
  1174. -moz-transition: all 0.5s ease 0s;
  1175. -ms-transition: all 0.5s ease 0s;
  1176. -o-transition: all 0.5s ease 0s;
  1177. transition: all 0.5s ease 0s;
  1178. }
  1179. ul.external li a:hover {
  1180. background-color: #0aa6bd;
  1181. color: #fff;
  1182. }
  1183. .portfolio-item:hover ul.external {
  1184. top: 0;
  1185. }
  1186. .fancybox-skin {
  1187. border-radius: 0;
  1188. }
  1189. .fancybox-title.fancybox-title-inside-wrap {
  1190. padding: 15px;
  1191. }
  1192. .fancybox-title h3 {
  1193. margin: 0 0 15px;
  1194. }
  1195. .fancybox-title p {
  1196. color: #818181;
  1197. font-size: 16px;
  1198. line-height: 22px;
  1199. }
  1200. .fancybox-title-inside-wrap {
  1201. padding-top: 0;
  1202. }
  1203. /*=================================================================
  1204. Testimonials
  1205. ==================================================================*/
  1206. .owl-controls .owl-page, .owl-controls .owl-buttons div {
  1207. cursor: pointer;
  1208. display: inline-block;
  1209. margin: 0 8px;
  1210. padding: 10px;
  1211. }
  1212. .price-table {
  1213. border: 1px solid #e3e3e3;
  1214. }
  1215. .price-table.featured {
  1216. border-color: #e3e3e3;
  1217. border-style: solid;
  1218. border-width: 1px 1px 0 1px;
  1219. -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
  1220. -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
  1221. box-shadow: 0 4px 5px rgba(0,0,0,0.19);
  1222. }
  1223. .price-table > span {
  1224. color: #444;
  1225. display: block;
  1226. font-size: 24px;
  1227. padding: 30px 0;
  1228. text-transform: uppercase;
  1229. font-weight: bold;
  1230. letter-spacing: 2px;
  1231. }
  1232. .price-table .value {
  1233. background-color: #f8f8f8;
  1234. color: #727272;
  1235. padding: 20px 0;
  1236. -webkit-transition: all 0.7s ease 0s;
  1237. -moz-transition: all 0.7s ease 0s;
  1238. -ms-transition: all 0.7s ease 0s;
  1239. -o-transition: all 0.7s ease 0s;
  1240. transition: all 0.7s ease 0s;
  1241. }
  1242. .price-table.featured .value {
  1243. background-color: #0aa6bd;
  1244. color: #fff;
  1245. }
  1246. .price-table .value span {
  1247. display: inline-block;
  1248. }
  1249. .price-table .value span:first-child {
  1250. font-size: 32px;
  1251. line-height: 32px;
  1252. }
  1253. .price-table .value span:nth-child(2) {
  1254. font-size: 40px;
  1255. line-height: 40px;
  1256. margin-bottom: 10px;
  1257. }
  1258. .price-table .value span:last-child {
  1259. font-size: 16px;
  1260. }
  1261. .price-table ul {
  1262. margin: 0;
  1263. padding: 0;
  1264. list-style: none;
  1265. text-align: center;
  1266. }
  1267. .price-table ul li {
  1268. border-top: 1px solid #e3e3e3;
  1269. display: block;
  1270. padding: 15px 0;
  1271. -webkit-transition: all 0.7s ease 0s;
  1272. -moz-transition: all 0.7s ease 0s;
  1273. -ms-transition: all 0.7s ease 0s;
  1274. -o-transition: all 0.7s ease 0s;
  1275. transition: all 0.7s ease 0s;
  1276. }
  1277. .price-table ul li a {
  1278. display: block;
  1279. text-transform: uppercase;
  1280. }
  1281. .price-table.featured ul li:last-child,
  1282. .price-table ul li:last-child:hover {
  1283. background-color: #0aa6bd;
  1284. }
  1285. .price-table.featured ul li:last-child a,
  1286. .price-table ul li:last-child:hover a {
  1287. color: #fff;
  1288. }
  1289. /*============================================================
  1290. For Small Desktop
  1291. ==============================================================*/
  1292. @media (min-width: 980px) and (max-width: 1150px) {
  1293. /*about*/
  1294. #about .welcome-block img {
  1295. margin-bottom: 30px;
  1296. }
  1297. }
  1298. /*============================================================
  1299. Tablet (Portrait) Design for a width of 768px
  1300. ==============================================================*/
  1301. @media (min-width: 768px) and (max-width: 979px) {
  1302. /* home slider */
  1303. .caption-content h2 {
  1304. font-size: 40px;
  1305. }
  1306. .caption-content p {
  1307. font-size: 25px;
  1308. }
  1309. .caption-content strong {
  1310. font-size: 45px;
  1311. }
  1312. /* about */
  1313. .recent-works {
  1314. margin-bottom: 50px;
  1315. }
  1316. /* price */
  1317. .price-table {
  1318. margin-bottom: 50px;
  1319. }
  1320. /* contact form */
  1321. .contact-form {
  1322. margin-bottom: 50px;
  1323. }
  1324. }
  1325. /*============================================================
  1326. Mobile (Portrait) Design for a width of 320px
  1327. ==============================================================*/
  1328. @media only screen and (max-width: 767px) {
  1329. body {
  1330. font-size: 14px;
  1331. }
  1332. .parallax {
  1333. background-position: centet tip !important;
  1334. }
  1335. .section-title h2 {
  1336. font-size: 25px;
  1337. }
  1338. .section-title h2:after {
  1339. left: 30%;
  1340. }
  1341. /*navigation*/
  1342. .navbar-inverse .navbar-toggle {
  1343. border-color: #fff;
  1344. }
  1345. .navbar-inverse .navbar-toggle:hover,
  1346. .navbar-inverse .navbar-toggle:focus {
  1347. background-color: transparent;
  1348. }
  1349. /* slider */
  1350. .caption-content h2 {
  1351. font-size: 18px;
  1352. }
  1353. .caption-content > span {
  1354. font-size: 16px;
  1355. margin-bottom: 20px;
  1356. }
  1357. .caption-content p {
  1358. font-size: 16px;
  1359. margin-bottom: 30px;
  1360. }
  1361. .caption-content strong {
  1362. font-size: 22px;
  1363. }
  1364. /* about */
  1365. .recent-works {
  1366. margin-bottom: 85px;
  1367. }
  1368. #about h3 {
  1369. font-size: 18px;
  1370. margin: 0 0 35px !important;
  1371. }
  1372. #about .owl-buttons {
  1373. margin-top: 20px;
  1374. }
  1375. #about .message-body {
  1376. margin-bottom: 45px;
  1377. }
  1378. #about .welcome-block img {
  1379. margin: 0 25px 15px 0;
  1380. }
  1381. /* service */
  1382. .service-item {
  1383. width: 100%;
  1384. }
  1385. /* lightbox */
  1386. .fancybox-title h3 {
  1387. font-size: 20px;
  1388. }
  1389. .fancybox-title p {
  1390. font-size: 14px;
  1391. }
  1392. /* price */
  1393. .price-table {
  1394. margin-bottom: 50px;
  1395. }
  1396. /* follow us */
  1397. .social-button li a {
  1398. height: 65px;
  1399. line-height: 71px;
  1400. width: 65px;
  1401. }
  1402. }
  1403. /*============================================================
  1404. Mobile (Landscape) Design for a width of 480px
  1405. ==============================================================*/
  1406. @media only screen and (min-width: 480px) and (max-width: 767px) {
  1407. .section-title h2:after {
  1408. left: 38%;
  1409. }
  1410. /* home slider */
  1411. .caption-content h2 {
  1412. font-size: 35px;
  1413. }
  1414. .caption-content p {
  1415. font-size: 25px;
  1416. }
  1417. .caption-content strong {
  1418. font-size: 35px;
  1419. }
  1420. /*about*/
  1421. #about .welcome-block h3 {
  1422. margin: 0 0 35px;
  1423. }
  1424. /* service */
  1425. .service-item {
  1426. margin: 0 auto 50px;
  1427. width: 55%;
  1428. }
  1429. /* portfolio */
  1430. .portfolio-item {
  1431. width: 48%;
  1432. }
  1433. figcaption.mask {
  1434. bottom: -132px;
  1435. }
  1436. /* social */
  1437. .social-button li a {
  1438. height: 90px;
  1439. line-height: 96px;
  1440. width: 90px;
  1441. }
  1442. /* price */
  1443. .price-table {
  1444. margin-bottom: 50px;
  1445. }
  1446. }