main.css 30 KB

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