12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592 |
- /* =================================== */
- /* 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;
- height: 50px;
- }
- /* 顶部导航 */
- .top-nav {
- background: #484443;
- height: 35px;
- 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{
- 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); */
- }
- h1.navbar-brand {
- font-size: 20px;
- font-weight: 700;
- padding:0;
- margin:0;
- margin-top:4%;
- margin-bottom:8%;
- 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:20px;
- }
- /*=================================================================
- 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;
- }
- }
|