1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603 |
- /* =================================== */
- /* Basic Style
- /* =================================== */
- body {
- background-color: #fff;
- font-family: 'Open Sans', sans-serif;
- line-height: 24px;
- font-size: 16px;
- color: #818181;
- min-width: 1300px;
- }
- figure, p, address {
- margin: 0;
- }
- iframe {
- border: 0;
- }
- a {
- cursor: pointer;
- color: #0aa6bd;
- -webkit-transition: all 0.3s ease-out 0s;
- -moz-transition: all 0.3s ease-out 0s;
- -ms-transition: all 0.3s ease-out 0s;
- -o-transition: all 0.3s ease-out 0s;
- transition: all 0.3s ease-out 0s;
- }
- a, a:hover, a:focus, .btn:focus {
- text-decoration: none;
- outline: none;
- }
- .x-btn {
- cursor: pointer;
- }
- h1, h2, h3, h4, h5, h6,
- .h1, .h2, .h3, .h4, .h5, .h6 {
- font-family: 'Open Sans', sans-serif;
- color: #252525;
- }
- p {
- font-size: 14px;
- }
- li {
- list-style: none;
- }
- main > section {
- /* padding: 70px 0; */
- }
- .btn {
- border-radius: 0;
- border: 0;
- position: relative;
- text-transform: uppercase;
- }
- .btn-blue {
- background-color: rgba(10, 166, 189, 0.75);
- box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
- padding: 15px 55px;
- color: #fff;
- }
- .btn-border {
- border: 2px solid #fff;
- color: #fff;
- padding: 12px 35px;
- }
- .bg-blue {
- background-color: #0aa6bd;
- }
- .logo-img {
- width: 220px;
- }
- /* 顶部导航 */
- .top-nav {
- background: #484443;
- height: 35px;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1001;
- width: 100%;
- line-height: 35px;
- }
- .el-dropdown {
- line-height: 50px;
- font-size: 16px;
- }
- .top-nav .container>ul span{
- color:#fff;
- font-size:12px;
- cursor: pointer;
- }
- .top-nav .container>ul li{
- float:left;
- }
- .top-nav .container>ul span a{
- color:#fff;
- }
- /* 遮罩 */
- .zhezhao {
- position: fixed;
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- background: #000;
- opacity: 0.35;
- z-index: 1500;
- }
- /* 登录弹窗 */
- .box{
- width: 430px;
- /* height:452px; */
- position: fixed;
- background:white;
- top: 50%;
- left:50%;
- margin-left: -215px;
- margin-top: -252px;
- z-index: 1501;
- border-radius: 5px;
- }
- .box .box-title{
- padding:18px 25px;
- }
- .box .box-title p{
- font-size:12px;
- }
- .box .box-title p:first-child{
- color:#456ba9;
- font-size:16px;
- }
- .box label{
- margin-right:12px;
- }
- .box input{
- width:75%;
- height:35px;
- background:#f8f8f8;
- padding-left:12px;
- border:1px solid #e2e2e2;
- }
- .box .vcode{
- width:40%;
- margin-right:5%;
- }
- .box .vcode-btn{
- width:30%;
- height:35px;
- color:#5f9dbd;
- border-radius: 5px;
- background:#fff;
- border:2px solid #acdcda;
- }
- .box .login-mess .log-by-pass,.log-by-mess{
- padding:40px 25px;
- }
- .box .login-mess p{
- margin-bottom:10px;
- text-align:center;
- }
- .box .login-mess .login-nav{
- margin: 0;
- padding: 0;
- display: flex;
- justify-content: center;
- }
- .box .login-mess .login-bottom{
- margin-bottom:32px;
- -webkit-transform: scale(0.8);
- float:right;
- padding-right:45px;
- }
- .box .login-mess .login-bottom .clickbtn{
- cursor: pointer;
- }
- .box .login-mess .login-nav li{
- cursor: pointer;
- height: 50px;
- width: 130px;
- text-align:center;
- line-height:50px;
- }
- .box .login-mess .login-nav .active{
- border-bottom:2px solid #acdcda;
- }
- .box .login-btn{
- margin-top:10px;
- font-size:16px;
- height: 35px;
- width:55%;
- background:#1277ad;
- color: #fff;
- border: none;
- text-align:center;
- }
- .box .reg-mess{
- padding:20px 25px;
- }
- .box .reg-mess .cloud-kind{
- margin:0 0 10px 0;
- padding:0;
- display: flex;
- display:-webkit-flex;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-justify-content: center;
- justify-content: center;
- border-bottom:1px solid #e4e4e6;
- }
- .box .reg-mess .cloud-kind li{
- width:36%;
- text-align:center;
- color:#43425f;
- cursor: pointer;
- padding-bottom:8px;
- margin:0 30px;
- }
- .box .reg-mess .cloud-kind .kind-active{
- border-bottom:3px solid #3e93ec;
- }
- .box .reg-mess .cloud-kind li>img{
- width:35px;
- height:35px;
- }
- .box .reg-mess .cloud-kind li>span{
- margin-left:10px;
- }
- .box .reg-mess p{
- margin-bottom:10px;
- text-align:center;
- }
- .box .reg-mess .notice{
- text-align:left;
- -webkit-transform: scale(0.8);
- -webkit-transform-origin-X: left;
- }
- .box .reg-mess p .confirm{
- font-size:16px;
- height: 35px;
- width:55%;
- background:#1277ad;
- color: #fff;
- border: none;
- text-align:center;
- }
- .box .reg-mess .checklogin{
- -webkit-transform: scale(0.8);
- }
- .box .reg-mess .checklogin span{
- color:#1277ad;
- margin-left:2px;
- cursor:pointer;
- }
- .box .sa-chahao{
- position:absolute;
- top:5px;
- right:10px;
- cursor:pointer;
- }
- .box .wx-register{
- text-align: center;
- border-top: 1px solid #c9c9c9;
- margin-top: 25px;
- position: relative;
- }
- .box .wx-register .wx-btn{
- width:110px;
- position:absolute;
- left:36%;
- top:-12px;
- font-size:12px;
- cursor:pointer;
- z-index:999;
- background:#eeeeee;
- }
- .box .wx-register .wx-btn .sa-qiyeweixin{
- margin-right:2px;
- }
- .box .wx-register .wx-btn:hover{
- color:#00b231
- }
- .box .wx-mess{
- padding:78px 25px;
- }
- .box .wx-mess p{
- text-align:center;
- }
- .box .wx-mess .wx-text{
- font-size:20px;
- }
- .box .wx-mess .imgbox{
- text-align:center;
- }
- .box .wx-mess .imgbox>.imgcontent>img{
- width: 230px;
- margin-top: 20px;
- }
- .box .log-by-qywx {
- width: 188px;
- height: 188px;
- margin: 20px auto;
- }
- /* 开通弹窗 */
- .open-up-box{
- width: 430px;
- /* height:410px; */
- top: 50%;
- left:50%;
- background:white;
- position: fixed;
- transform: translate(-50%, -50%);
- -moz-transform:translate(-50%, -50%); /* Firefox */
- -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
- -o-transform:translate(-50%, -50%);/* Opera */
- z-index: 1500;
- border-radius: 5px;
- }
- .open-up-box .box-content{
- padding:6%;
- background:#eeeeee !important;
- }
- .open-up-box .box-content p{
- /* text-align:center; */
- padding-left:30px;
- }
- .open-up-box .box-content .is-openup .notice{
- /* text-align:left; */
- /* -webkit-transform-origin-X: left; */
- -webkit-transform: scale(0.8);
- margin-bottom:10px;
- padding-left:75px;
- }
- .open-up-box .box-content .is-openup .aa{
- padding-left:98px;
- }
- .open-up-box .box-content .is-openup .open-up-btn{
- display:inline-block;
- width: 70px;
- height:24px;
- line-height:24px;
- text-align:center;
- margin:0 12px 0 0;
- background:#202d40;
- color: white;
- border-radius:2px;
- font-size:14px;
- text-decoration:none;
- }
- .open-up-box .box-content .is-openup .open-up-btn:hover{
- color:#202d40;
- background:#fff;
- }
- .open-up-box .box-content .has-been-openup{
- margin-top:5%;
- font-size:13px !important;
- }
- .open-up-box .box-content .has-been-openup ul{
- background:#F5F5F5;
- padding:0 12px;
- margin-top:8px;
- border-radius: 10px;
- overflow-y:auto;
- height:180px;
- }
- .open-up-box .box-content .has-been-openup ul li{
- background:#F5F5F5;
- border-bottom:1px solid #DCDCDC;
- padding:6px 0;
- }
- .open-up-box .box-content .has-been-openup ul li:first-child{
- margin-top:10px;
- }
- .open-up-box .box-content .has-been-openup ul li:last-child{
- border:none;
- }
- .open-up-box .box-content .has-been-openup ul li a{
- color:#696969;
- display:block;
- width:100%;
- }
- .open-up-box .box-content .register{
- padding:15px 0;
- }
- .open-up-box .box-content .register span{
- float:right;
- cursor: pointer;
- font-size:12px;
- }
- /* 11/12注册页面 ..........................................*/
- .login,.profile {
- color: white;
- font-size: 12px;
- /* font-weight: 600; */
- }
- .profile .user-info {
- margin: 0 15px;
- }
- .login img,.profile img {
- width: 16px;
- margin-right: 5px;
- }
- .login > span:hover,.profile > span:hover{
- cursor:pointer;
- /* color: #0aa6bd; */
- }
- .zc-box {
- margin: 50px;
- }
- .back {
- background: #6f6f6f;
- }
- /* 首页内容 ..........................................*/
- .my-tiyan {
- background: #1E88F5;
- border-radius: 4px;
- width: 100%;
- height: 100%;
- font-family: PingFangSC-Regular;
- font-size: 14px;
- color: #FFFFFF;
- border: 0;
- }
- .my-tiyan:hover {
- background: #317ef3;
- margin-top: 1px;
- }
- /* 我们的产品内容 ..........................................*/
- .product{
- position: relative;
- }
- .pro-title{
- position: absolute;
- top: 1%;
- left: 50%;
- transform: translate(-50%, -50%);
- -moz-transform:translate(-50%, -50%); /* Firefox */
- -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
- -o-transform:translate(-50%, -50%);/* Opera */
- width:10%;
- z-index: 100;
- }
- .pro-title p{
- background:#fff;
- font-size:12px;
- text-align:center;
- color:#d6d6d6;
- }
- .pro-title p:first-child{
- font-size:18px;
- color:#000;
- }
- .product-box{
- margin-top:50px;
- width:80%;
- margin-left:10%;
- border-top:1px solid #f2f2f2;
- /* display:-webkit-flex;
- display:flex;
- justify-content: space-around */
- }
- .product-box .product-bottom,.product-top{
- display:-webkit-flex;
- display:flex;
- justify-content: space-around
- }
- .product-box .product-top ul{
- margin-top:60px;
- }
- .product-box .product-top ul .name{
- margin-top:10px;
- color:#000;
- font-weight: bold;
- }
- .product-box .product-bottom ul{
- padding:20px 10px;
- margin-top:20px;
- border:1px solid #f2f2f2;
- border-radius: 5px;
- }
- .product-box .product-bottom ul li{
- color:#000;
- font-size:12px;
- }
- .product-box .product-bottom ul li .reg{
- display:block;
- height:24px;
- background-color:orange;
- color:#fff;
- width:100px;
- border-radius:10px;
- cursor: pointer;
- text-align:center;
- }
- .product-box ul{
- padding:0;
- }
- .product-box ul li{
- text-align:center;
- width:100px;
- }
- .product-box ul .imgbox{
- width: 100px;
- height: 100px;
- }
- .product-box ul .imgbox img{
- width:100%;
- height: 100%;
- }
- .bottomimg img{
- width:100%;
- }
- /* 特色 .......................................*/
- .ts-worp {
- width: 100%;
- padding: 0;
- margin: 0;
- padding-top: 60px;
- }
- .ts-box {
- overflow: hidden;
- /* position: relative; */
- padding: 100px 50px 100px 20px;
- width: 100%;
- display: table;
- background: #F8FAFD;
- }
- .ts-boxtow {
- padding: 100px 20px 100px 50px;
- background: white;
- }
- .ts-box div {
- display: table-cell;
- vertical-align: middle;
- }
- .ts-box img {
- width: 95%;
- }
- .ts-forbox img {
- width: 100%;
- }
- /* .ts-imgmax {
- width: 100%;
- }
- .ts-imgmin {
- width: 100%;
- } */
- .ts-title {
- font-family: PingFangSC-Regular !important;
- color: #0D253E !important;
- font-size: 24px !important;
- margin-bottom: 14px;
- font-weight: 600;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- .right-text {
- text-align: right;
- }
- .left-text {
- text-align: left;
- }
- .ts-text {
- font-family: PingFangSC-Regular !important;
- color: #9EA8B2 !important;
- }
- /* 功能 .........................................*/
- .gn-beijing {
- width: 100%;
- position: absolute;
- top: 280px;
- }
- .gn-img {
- width: 100px;
- height: 100px;
- border-radius: 50%;
- background: #1E88F5;
- text-align: center;
- line-height: 100px;
- margin: 0 auto;
- position: relative;
- margin-top: 12px;
- }
- .gn-img img {
- width: 50%;
- }
- .gn-huise {
- background: #F4F8FC;
- }
- .gn-xiaoqiu {
- width: 30px;
- height: 30px;
- border-radius: 50%;
- background: #FFCC01;
- box-shadow: 0 0 15px 0 rgba(255,204,1,0.40);
- position: absolute;
- top: 0;
- right: 0;
- }
- .gn-left {
- left: 0;
- }
- .gn-hei>div {
- height: 245px;
- }
- .service-item {
- margin-bottom: 60px;
- padding:0 14px;
- text-align: center;
- }
- .gn-text {
- font-family: PingFangSC-Regular;
- font-size: 18px;
- color: #0D253E;
- font-weight: 600;
- margin-top: 12px;
- }
- .gn-color {
- color: #1E88F5;
- }
- /* 帮助 ........................................*/
- .bz-worp {
- background: white;
- margin: 0 auto;
- padding: 42px 40px 109px 48px;
- }
- .bz-box {
- border: 1px solid #1E88F5;
- border-radius: 5px;
- border-right: 0;
- }
- .bz-sskuang {
- width: 88%;
- float: left;
- line-height: 38px;
- }
- .bz-sousuo {
- width: 70%;
- margin: 0 -5px;
- border: 0;
- outline: none;
- }
- .bz-sousuoimg {
- margin: -3px 10px 0 14px;
- }
- .bz-btn {
- background: #1E88F5;
- border-radius: 0 5px 5px 0;
- width: 12%;
- border: 0;
- color: white;
- height: 40px;
- }
- .bz-content {
- margin-top: 30px;
- border: 0;
- }
- .bz-left {
- width: 100%;
- overflow: hidden;
- }
- .bz-ul {
- border-bottom: 1px solid #D8D8D8;
- overflow: hidden;
- margin-left: -40px;
- }
- .bz-right {
- width: 100%;
- background: white;
- }
- .bz-yuandian {
- background: #FFCC01;
- width: 14px;
- height: 14px;
- border-radius: 50%;
- margin-top: 1.2%;
- margin-right: 1%;
- }
- .bz-right-conent li {
- border-bottom: 1px solid #E8ECEF;
- padding: 10px 0;
- list-style: none;
- overflow: hidden;
- margin-left: -40px;
- }
- .bz-right-conent li:last-child {
- border-bottom: 0;
- }
- .bz-right-conent {
- margin-top: 30px;
- }
- /* 底部 ...................................*/
- /*footer*/
- .footer{
- width: 100%;
- background:#37373e;
- background-size: 100%;
- }
- .footer .container{
- margin: 0 auto;
- width: 80%;
- overflow: hidden;
- text-align: center;
- }
- .footer .container .footer-list{
- position: relative;
- }
- .footer .container .footer-list p{
- margin-top:30px;
- color:#fff;
- }
- .footer .container .footer-list .p1 span{
- margin-right:20px;
- }
- .footer .container .footer-list .p1 span a{
- color:#fff;
- }
- .footer .container .footer-list .p2 span{
- margin-right:20px;
- }
- .footer .container .footer-list .company-logo{
- position:absolute;
- top:0%;
- right:2%;
- width:62px;
- height:62px;
- }
- .footer .container .footer-list .company-logo img{
- width:100%;
- height:100%;
- }
- .section-title p {
- color: #444;
- /* font-style: italic; */
- font-size: 13px;
- }
- .section-title.white p {
- color: #fff;
- }
- .parallax {
- background-attachment: fixed;
- background-position: center top;
- background-repeat: no-repeat;
- background-size: cover;
- }
- /**
- /* Header
- /* ==========================================*/
- #navigation {
- -webkit-transition: all 0.8s ease 0s;
- -moz-transition: all 0.8s ease 0s;
- -ms-transition: all 0.8s ease 0s;
- -o-transition: all 0.8s ease 0s;
- transition: all 0.8s ease 0s;
- background:#000;
- /* background-color: rgba(0, 0, 0, 0.77); */
- /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
- }
- #navigation.animated-header {
- /* padding: 10px 0; */
- }
- h1.navbar-brand {
- font-size: 20px;
- font-weight: 700;
- padding:0;
- margin:0;
- margin-top:6%;
- margin-bottom:12%;
- text-transform: uppercase;
- }
- .navbar-inverse .navbar-nav > li > a {
- color: #fff;
- font-size: 16px;
- text-transform: uppercase;
- }
- .navbar-nav>li>a {
- padding: 15px 20px 3px 20px !important;
- }
- .menu li{
- margin-right:10px;
- }
- .menu li a {
- display: inline-block;
- }
- .menu li a span:before {
- content: "";
- position: absolute;
- width: 100%;
- height: 2px;
- bottom: 0;
- left: 0;
- background-color: #0aa6bd;
- visibility: hidden;
- -webkit-transform: scaleX(0);
- -moz-transform: scaleX(0);
- -ms-transform: scaleX(0);
- -o-transform: scaleX(0);
- transform: scaleX(0);
- -webkit-transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -ms-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- transition: all 0.3s ease-in-out 0s;
- }
- .menu li a:hover span:before {
- visibility: visible;
- -webkit-transform: scaleX(1);
- -moz-transform: scaleX(1);
- -ms-transform: scaleX(1);
- -o-transform: scaleX(1);
- transform: scaleX(1);
- }
- #nav>li>.active{
- color:#00BFFF;
- }
- #nav>.xs a{
- margin-top:34%;
- }
- .phonebox{
- margin-top:2%;
- }
- /*=================================================================
- Home Slider
- ==================================================================*/
- #home-slider {
- position: relative;
- padding: 0;
- }
- .mask-overly {
- /* background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; */
- bottom: 0;
- left: 0;
- position: absolute;
- right: 0;
- top: 0;
- /* z-index: 9; */
- }
- #slider #nav-arrows > a {
- font-size: 40px;
- line-height: 1.5;
- }
- .slider-1 img{
- width: 100%;
- /* height: 100%; */
- }
- .sl-slider-wrapper {
- width: 100%;
- margin: 0 auto;
- position: relative;
- /* overflow: hidden; */
- }
- .sl-slider {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- /* Slide wrapper and slides */
- .sl-slide,
- .sl-slides-wrapper,
- .sl-slide-inner {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- }
- .sl-slide {
- z-index: 1;
- }
- .slide-caption {
- color: #fff;
- display: table;
- height: 100%;
- left: 0;
- min-height: 100%;
- position: absolute;
- text-align: center;
- top: 0;
- width: 60%;
- z-index: 999;
- left: 50%;
- transform: translateX(-50%);
- }
- .slide-caption .caption-content {
- vertical-align: middle;
- display: table-cell;
- }
- .caption-content h2 {
- color: #fff;
- font-size: 50px;
- font-weight: 900;
- margin-bottom: 25px;
- }
- .caption-content > p {
- display: block;
- font-size: 16px;
- margin-bottom: 45px;
- text-transform: capitalize;
- margin-bottom: 65px;
- font-weight: 200;
- }
- /*Slider Arrow Buttons*/
- #nav-arrows > a {
- border: 1px solid #fff;
- color: #fff;
- display: block;
- height: 60px;
- line-height: 76px;
- position: absolute;
- text-align: center;
- top: 50%;
- width: 60px;
- z-index: 20;
- margin-top: -30px;
- -webkit-transition: all 0.3s ease 0s;
- -moz-transition: all 0.3s ease 0s;
- -ms-transition: all 0.3s ease 0s;
- -o-transition: all 0.3s ease 0s;
- transition: all 0.3s ease 0s;
- }
- #nav-arrows > a.sl-prev {
- transform: translateX(-50px);
- opacity:0;
- }
- #slider:hover #nav-arrows > a.sl-prev {
- opacity: 1;
- transform: translateX(20px);
- }
- #nav-arrows > a.sl-next {
- right:0;
- transform: translateX(50px);
- opacity:0;
- }
- #slider:hover #nav-arrows > a.sl-next {
- opacity: 1;
- transform: translateX(-20px);
- }
- #nav-arrows > a.sl-next:hover ,#nav-arrows > a.sl-prev:hover {
- background-color: #0aa6bd;
- border-color: #0aa6bd;
- color: #fff;
- }
- /* The duplicate parts/slices */
- .sl-content-slice {
- overflow: hidden;
- position: absolute;
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- background: #fff;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -o-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- backface-visibility: hidden;
- opacity : 1;
- }
- /* Horizontal slice */
- .sl-slide-horizontal .sl-content-slice {
- width: 100%;
- height: 50%;
- left: -200px;
- -webkit-transform: translateY(0%) scale(1);
- -moz-transform: translateY(0%) scale(1);
- -o-transform: translateY(0%) scale(1);
- -ms-transform: translateY(0%) scale(1);
- transform: translateY(0%) scale(1);
- }
- .sl-slide-horizontal .sl-content-slice:first-child {
- top: -200px;
- padding: 200px 200px 0px 200px;
- }
- .sl-slide-horizontal .sl-content-slice:nth-child(2) {
- top: 50%;
- padding: 0px 200px 200px 200px;
- }
- /* Vertical slice */
- .sl-slide-vertical .sl-content-slice {
- width: 50%;
- height: 100%;
- top: -200px;
- -webkit-transform: translateX(0%) scale(1);
- -moz-transform: translateX(0%) scale(1);
- -o-transform: translateX(0%) scale(1);
- -ms-transform: translateX(0%) scale(1);
- transform: translateX(0%) scale(1);
- }
- .sl-slide-vertical .sl-content-slice:first-child {
- left: -200px;
- padding: 200px 0px 200px 200px;
- }
- .sl-slide-vertical .sl-content-slice:nth-child(2) {
- left: 50%;
- padding: 200px 200px 200px 0px;
- }
- /* Content wrapper */
- /* Width and height is set dynamically */
- .sl-content-wrapper {
- position: absolute;
- }
- .sl-content {
- width: 100%;
- height: 100%;
- }
- /*=================================================================
- Feature
- ==================================================================*/
- .list-nav {
- padding:0;
- margin-top: 20px;
- }
- .list-nav li {
- list-style: none;
- margin: 0;
- padding: 0;
- font-size: 16px;
- padding-left: 30px;
- margin-bottom: 10px;
- position: relative;
- }
- .list-nav li i {
- position: absolute;
- left: 0;
- top: 4px;
- font-size: 28px;
- color: #1fb5f6;
- }
- /*=================================================================
- Portfolio
- ==================================================================*/
- .project-wrapper {
- margin: 0;
- padding: 0;
- list-style: none;
- text-align: center;
- }
- .project-wrapper .row {
- margin: 0;
- }
- .project-wrapper [class^="col-"] {
- padding-left: 0;
- padding-right: 0;
- }
- .portfolio-filter {
- font-size: 0;
- list-style: outside none none;
- margin: 0 0 40px;
- padding: 0;
- }
- .portfolio-filter li {
- display: inline-block;
- }
- .portfolio-filter li a {
- color: #777;
- display: block;
- font-size: 14px;
- padding: 0 20px;
- position: relative;
- }
- .portfolio-filter li a.active {
- color: #0aa6bd;
- }
- .portfolio-filter li a::after {
- bottom: auto;
- content: "/";
- position: absolute;
- right: 0;
- top: auto;
- }
- .portfolio-filter li:last-child a::after {
- content: none;
- }
- .portfolio-item {
- cursor: pointer;
- overflow: hidden;
- position: relative;
- }
- .portfolio-item img {
- -webkit-transition: all 0.4s ease 0s;
- -moz-transition: all 0.4s ease 0s;
- -o-transition: all 0.4s ease 0s;
- transition: all 0.4s ease 0s;
- }
- .portfolio-item:hover img {
- -webkit-transform: translateY(-105px);
- -ms-transform: translateY(-105px);
- -o-transform: translateY(-105px);
- transform: translateY(-105px);
- }
- figcaption.mask {
- background-color: #f1f1f1;
- bottom: 0;
- color: #333;
- padding: 25px;
- position: absolute;
- width: 100%;
- text-align: left;
- -webkit-transform: translateY(100%);
- -ms-transform: translateY(100%);
- -o-transform: translateY(100%);
- transform: translateY(100%);
- -webkit-transition: all 0.4s ease 0s;
- -moz-transition: all 0.4s ease 0s;
- -o-transition: all 0.4s ease 0s;
- transition: all 0.4s ease 0s;
- }
- .portfolio-item:hover figcaption.mask {
- -webkit-transform: translateY(0px);
- -ms-transform: translateY(0px);
- -o-transform: translateY(0px);
- transform: translateY(0px);
- }
- figcaption.mask h3 {
- margin-top: 0;
- color: #333;
- font-size: 18px;
- margin-bottom:15px;
- opacity: 0;
- -webkit-transform: translateY(30px);
- -ms-transform: translateY(30px);
- -o-transform: translateY(30px);
- transform: translateY(30px);
- -webkit-transition: all 0.4s ease 0.1s;
- -moz-transition: all 0.4s ease 0.1s;
- -o-transition: all 0.4s ease 0.1s;
- transition: all 0.4s ease 0.1s;
- }
- figcaption.mask p {
- line-height: 1.3;
- -webkit-transform: translateY(30px);
- -ms-transform: translateY(30px);
- -o-transform: translateY(30px);
- transform: translateY(30px);
- opacity: 0;
- -webkit-transition: all 0.4s ease 0.3s;
- -moz-transition: all 0.4s ease 0.3s;
- -o-transition: all 0.4s ease 0.3s;
- transition: all 0.4s ease 0.3s;
- }
- .portfolio-item:hover figcaption.mask h3,
- .portfolio-item:hover figcaption.mask p {
- opacity: 1;
- -webkit-transform: translateY(0px);
- -ms-transform: translateY(0px);
- -o-transform: translateY(0px);
- transform: translateY(0px);
- }
- ul.external {
- list-style: outside none none;
- margin: 0;
- padding: 0;
- position: absolute;
- right: 0;
- top: -47px;
- -webkit-transition: all 0.4s ease 0s;
- -moz-transition: all 0.4s ease 0s;
- -ms-transition: all 0.4s ease 0s;
- -o-transition: all 0.4s ease 0s;
- transition: all 0.4s ease 0s;
- }
- ul.external li {
- display: inline-block;
- }
- ul.external li a {
- background-color: rgba(255, 255, 255, 0.9);
- color: #818181;
- display: block;
- padding: 10px 18px 13px;
- -webkit-transition: all 0.5s ease 0s;
- -moz-transition: all 0.5s ease 0s;
- -ms-transition: all 0.5s ease 0s;
- -o-transition: all 0.5s ease 0s;
- transition: all 0.5s ease 0s;
- }
- ul.external li a:hover {
- background-color: #0aa6bd;
- color: #fff;
- }
- .portfolio-item:hover ul.external {
- top: 0;
- }
- .fancybox-skin {
- border-radius: 0;
- }
- .fancybox-title.fancybox-title-inside-wrap {
- padding: 15px;
- }
- .fancybox-title h3 {
- margin: 0 0 15px;
- }
- .fancybox-title p {
- color: #818181;
- font-size: 16px;
- line-height: 22px;
- }
- .fancybox-title-inside-wrap {
- padding-top: 0;
- }
- /*=================================================================
- Testimonials
- ==================================================================*/
- .owl-controls .owl-page, .owl-controls .owl-buttons div {
- cursor: pointer;
- display: inline-block;
- margin: 0 8px;
- padding: 10px;
- }
- .price-table {
- border: 1px solid #e3e3e3;
- }
- .price-table.featured {
- border-color: #e3e3e3;
- border-style: solid;
- border-width: 1px 1px 0 1px;
- -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
- -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
- box-shadow: 0 4px 5px rgba(0,0,0,0.19);
- }
- .price-table > span {
- color: #444;
- display: block;
- font-size: 24px;
- padding: 30px 0;
- text-transform: uppercase;
- font-weight: bold;
- letter-spacing: 2px;
- }
- .price-table .value {
- background-color: #f8f8f8;
- color: #727272;
- padding: 20px 0;
- -webkit-transition: all 0.7s ease 0s;
- -moz-transition: all 0.7s ease 0s;
- -ms-transition: all 0.7s ease 0s;
- -o-transition: all 0.7s ease 0s;
- transition: all 0.7s ease 0s;
- }
- .price-table.featured .value {
- background-color: #0aa6bd;
- color: #fff;
- }
- .price-table .value span {
- display: inline-block;
- }
- .price-table .value span:first-child {
- font-size: 32px;
- line-height: 32px;
- }
- .price-table .value span:nth-child(2) {
- font-size: 40px;
- line-height: 40px;
- margin-bottom: 10px;
- }
- .price-table .value span:last-child {
- font-size: 16px;
- }
- .price-table ul {
- margin: 0;
- padding: 0;
- list-style: none;
- text-align: center;
- }
- .price-table ul li {
- border-top: 1px solid #e3e3e3;
- display: block;
- padding: 15px 0;
- -webkit-transition: all 0.7s ease 0s;
- -moz-transition: all 0.7s ease 0s;
- -ms-transition: all 0.7s ease 0s;
- -o-transition: all 0.7s ease 0s;
- transition: all 0.7s ease 0s;
- }
- .price-table ul li a {
- display: block;
- text-transform: uppercase;
- }
- .price-table.featured ul li:last-child,
- .price-table ul li:last-child:hover {
- background-color: #0aa6bd;
- }
- .price-table.featured ul li:last-child a,
- .price-table ul li:last-child:hover a {
- color: #fff;
- }
- /*============================================================
- For Small Desktop
- ==============================================================*/
- @media (min-width: 980px) and (max-width: 1150px) {
- /*about*/
- #about .welcome-block img {
- margin-bottom: 30px;
- }
- }
- /*============================================================
- Tablet (Portrait) Design for a width of 768px
- ==============================================================*/
- @media (min-width: 768px) and (max-width: 979px) {
- /* home slider */
- .caption-content h2 {
- font-size: 40px;
- }
- .caption-content p {
- font-size: 25px;
- }
- .caption-content strong {
- font-size: 45px;
- }
- /* about */
- .recent-works {
- margin-bottom: 50px;
- }
- /* price */
- .price-table {
- margin-bottom: 50px;
- }
- /* contact form */
- .contact-form {
- margin-bottom: 50px;
- }
- }
- /*============================================================
- Mobile (Portrait) Design for a width of 320px
- ==============================================================*/
- @media only screen and (max-width: 767px) {
- body {
- font-size: 14px;
- }
- .parallax {
- background-position: centet tip !important;
- }
- .section-title h2 {
- font-size: 25px;
- }
- .section-title h2:after {
- left: 30%;
- }
- /*navigation*/
- .navbar-inverse .navbar-toggle {
- border-color: #fff;
- }
- .navbar-inverse .navbar-toggle:hover,
- .navbar-inverse .navbar-toggle:focus {
- background-color: transparent;
- }
- /* slider */
- .caption-content h2 {
- font-size: 18px;
- }
- .caption-content > span {
- font-size: 16px;
- margin-bottom: 20px;
- }
- .caption-content p {
- font-size: 16px;
- margin-bottom: 30px;
- }
- .caption-content strong {
- font-size: 22px;
- }
- /* about */
- .recent-works {
- margin-bottom: 85px;
- }
- #about h3 {
- font-size: 18px;
- margin: 0 0 35px !important;
- }
- #about .owl-buttons {
- margin-top: 20px;
- }
- #about .message-body {
- margin-bottom: 45px;
- }
- #about .welcome-block img {
- margin: 0 25px 15px 0;
- }
- /* service */
- .service-item {
- width: 100%;
- }
- /* lightbox */
- .fancybox-title h3 {
- font-size: 20px;
- }
- .fancybox-title p {
- font-size: 14px;
- }
- /* price */
- .price-table {
- margin-bottom: 50px;
- }
- /* follow us */
- .social-button li a {
- height: 65px;
- line-height: 71px;
- width: 65px;
- }
- }
- /*============================================================
- Mobile (Landscape) Design for a width of 480px
- ==============================================================*/
- @media only screen and (min-width: 480px) and (max-width: 767px) {
- .section-title h2:after {
- left: 38%;
- }
- /* home slider */
- .caption-content h2 {
- font-size: 35px;
- }
- .caption-content p {
- font-size: 25px;
- }
- .caption-content strong {
- font-size: 35px;
- }
- /*about*/
- #about .welcome-block h3 {
- margin: 0 0 35px;
- }
- /* service */
- .service-item {
- margin: 0 auto 50px;
- width: 55%;
- }
- /* portfolio */
- .portfolio-item {
- width: 48%;
- }
- figcaption.mask {
- bottom: -132px;
- }
- /* social */
- .social-button li a {
- height: 90px;
- line-height: 96px;
- width: 90px;
- }
- /* price */
- .price-table {
- margin-bottom: 50px;
- }
- }
|