*{ margin:0; padding:0; } .mainBox{ min-height: 300px; padding: 20px 5px; } .section{ padding:100px 0px; } html,body { height: 100%; margin: 0; } body{ font-family: 'Roboto', sans-serif; font-weight: 400; font-size:14px; color:#333; /* background:#F6F6F6; */ margin:0; padding:0; } a,button{ -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease; outline:none; } h1,h2,h3,h4,h5,h6{ margin:0; } p{ padding:0; margin:0; } ul, li{ list-style:none; padding:0; margin:0; } a,button{ -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease; outline:none; box-shadow:none; text-decoration:none; } a:hover{ text-decoration:none; } .button .btn{ font-weight:500; font-size:15px; height:45px; color:#888888; display:inline-block; line-height:45px; padding:0 45px 0 45px; } .btn { border:none; border-radius:0px; } .section-title{ text-align: center; margin-bottom: 40px; padding: 0 190px; } .section-title h2{ font-size:32px; font-weight: 500; text-transform:uppercase; padding-bottom:10px; margin-bottom:15px; position:relative; } .section-title h2:before{ content:""; width:100px; height:1px; position:absolute; bottom:-1px; margin-left:-50px; left:50%; } .section-title h2::after { content: ""; width: 12px; height: 12px; position: absolute; bottom: -6px; margin-left: -3px; left: 50%; transform: rotate(45deg); } .section-title p{ font-size:15px; color:#888; } .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} /*breadcrumb*/ .headerInnerBanner{ padding:70px 0; margin:0; background:url('../img/photogrid.jpg'); background-size:cover; background-repeat:no-repeat; position:relative; } .headerInnerBanner:before{ position:absolute; left:0; top:0; width:100%; height:100%; background:#2c91fc; opacity:0.8; content:""; } .headerInnerBanner .headerInnerBanner-text{ text-align:center; } .headerInnerBanner .headerInnerBanner-text h2{ padding-bottom: 10px; color:#fff; text-transform:capitalize; } .headerInnerBanner .headerInnerBanner-text h2 span{ color:#ED1C24; text-shadow:0px 0px 2px #fff; } .headerInnerBanner .headerInnerBanner-text ul { background: #fff3; display: inline-block; padding: 15px; border-radius: 2px; } .headerInnerBanner .headerInnerBanner-text ul li{ display:inline-block; } .headerInnerBanner .headerInnerBanner-text ul li a{ color:#fff; font-size:15px; } .headerInnerBanner .headerInnerBanner-text ul li a:hover{ color:#edecec; } .headerInnerBanner .headerInnerBanner-text ul li i{ color:#fff; } .headerInnerBanner .breadcrumb{ background: #0005; width: 30%; margin: 10px auto; color: #fff;; line-height: 3;; white-space:nowrap;text-overflow:ellipsis; overflow:hidden; } .headerInnerBanner .breadcrumb a{ color: #fff;; } .slickNav_menu{ display:none; } #scrollUp{ bottom: 20px; right: 20px; padding: 10px 20px; color: #fff; font-size: 25px; width: 45px; height: 45px; text-align: center; line-height: 45px; padding: 0; border-radius:2px; box-shadow:0px 0px 3px #333; transform:rotate(-45deg); border-radius:100%; opacity: 0.6; } #scrollUp:hover{ /* background:#6f6f6f; */ opacity: 0.99; color:#fff; } /* Preloader Animaion */ .color-plate { position: fixed; width: 200px; background: #fff; z-index: 9999; top: 50%; margin-top: --100px; box-shadow: -3px 0px 50px -2px rgba(0,0,0,0.14); right: -200px; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; padding: 20px; display:none!important; } .color-plate.active{ right:0; } .color-plate .icon { position: absolute; left: -50px; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 20px; color: #fff; cursor: pointer; top: 0; } .color-plate h2 { text-transform: capitalize; color: #000000b3; border-bottom: 3px solid #3336; padding-bottom: 10px; font-size: 20px; } .color-plate .color-head { margin-left: -10px; } .color-plate span { width: 40px; height: 30px; display: inline-block; margin-top: 10px; margin-left: 10px; } .color-plate span:hover{ cursor:pointer; } .color-plate span.color1{ background:#ed5409; } .color-plate span.color2{ background:#ED1C24; } .color-plate span.color3{ background:#16A085; } .color-plate span.color4{ background:#FF9800; } .color-plate span.color5{ background:#FF6853; } .color-plate span.color6{ background:#82B440; } .color-plate span.color7{ background:#2c91fc; } .color-plate span.color8{ background:#4CAF50; } .color-plate span.color9{ background:#8e44ad; } .color-plate span.color10{ background:#1DABB8; } /*============================ Header CSS ==============================*/ .header{ background:#fff; z-index:999999; } .header .header-inner.sticky{ z-index:99999; } .header .navbar-collapse{ padding:0; } .header .header-inner { z-index:999; height: 80px; background:#f5f5f5; -webkit-box-shadow:0px 0px 5px #000; -moz-box-shadow:0px 0px 5px #000; box-shadow:0px 0px 5px #000; } .header .logo { float: left; padding-top: 20px; } .header .navbar { background: none; box-shadow: none; border: none; margin: 0; height: 0px; min-height: 0px; float: right; } .header .nav li{ margin-right: 12px; float: left; position: relative; } .header .nav li:last-child{ margin:0; } .header .nav li a { color:#333; font-size: 14px; font-weight: 400; text-transform: uppercase; padding: 30px 10px; position: relative; display: inline-block; } .header .nav li a i{ margin-left:5px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .header .nav li:hover a i{ transform:rotate(180deg); } .header #nav li:hover a{ box-shadow:none; text-shadow:none; border:none; } /* dropdown */ #header .nav li .dropdown{ background: #fff; top:80px; width: 240px; position: absolute; left: -15px; z-index: 99; border-top:3px solid; opacity:0; visibility:hidden; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; box-shadow: 0px 0px 7px #0003; } #header .nav li:hover .dropdown{ opacity:1; visibility:visible; left:0; } #header .nav li .dropdown li{ float:none; margin:0; } #header .nav li .dropdown li a{ padding: 10px 15px; color: #333; display: block; } #header .nav li .dropdown li i{ float:right; } #header .nav li .dropdown li a:before{ display:none; } #header .nav li .dropdown .dropdown{ display: none; } #header .nav li .dropdown li:hover .dropdown{ display: block; top: 0; left: 240px; } /* Sticky */ .header .sticky { position: fixed; width: 100%; top: 0; animation: fadeInDown 0.8s both 0s; } /*=================== End Header CSS =====================*/ /*=================== Slider CSS =====================*/ #slider{ position:relative; } #slider .single-slider{ height:630px; background-size:cover; background-position:center; } #slider .single-slider:before{ position:absolute; content:""; left:0; top:0; height:100%; width:100%; background:#000; opacity:0.8; } #slider .single-slider .text{ margin-top:230px; text-align:center; } #slider .single-slider h1{ color:#fff; font-size:60px; font-weight:600; line-height:75px; text-transform:capitalize; } #slider .single-slider p { color: #fff; margin: 0px 0px; font-weight: 300; font-size: 14px; padding: 0; } #slider .button-head{ text-align:center; } #slider .button{ margin-top:55px; text-align:center; display:inline-block; position:relative; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #slider .button .btn::before { position: absolute; content: ""; right: 0; bottom: 0; height: 2px; width: 40px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #slider .button:hover .btn::before{ width: 100%; } #slider .button .btn:after{ position:absolute; content:""; right:0; bottom:0; height:30px; width:2px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #slider .button:hover .btn::after{ height: 100%; } #slider .button span::before { position: absolute; content: ""; left: 0; top: 0; height: 2px; width: 40px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #slider .button:hover span::before{ width: 100%; } #slider .button span::after { position: absolute; content: ""; left: 0; top: 0; height: 30px; width: 2px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #slider .button:hover span::after{ height: 100%; } #slider .single-slider #particles-js{ position:absolute; left:0; top:0; width:100%; height:100%; } .hero-area.animate-text .cd-headline .cd-words-wrapper { padding: 0; font-weight: 400; } .cd-words-wrapper{ top:-13px; } .cd-headline.clip .cd-words-wrapper::after { content: ''; position: absolute; top: 0; right: 0; width: 2px; height: 100%; background-color: #fff; } /*========================= features CSS ===========================*/ #features{ } #features .feature-left{} #features .feature-left img { height: 368px; width: 100%; margin-top: 30px; } #features .feature-right{ } #features .single-right{ position:relative; margin-top:30px; } #features .single-right i{ font-size:26px; position:absolute; left:50px; top:0; height:64px; width:64px; line-height:64px; border:1px solid #ddd; border-radius:100%; text-align:center; transition:all 0.4s ease; } #features .single-right:hover i{ transform:scale(1.1); border-color:transparent; } #features .single-right .right-content{ margin-left:133px; } #features .single-right .right-content h3{ font-size: 22px; color: #000; margin: 0; padding: 0; } #features .single-right .right-content p{ color:#989898; } /*========================= End features CSS ===========================*/ /*========================= services CSS ===========================*/ #Services{ /*background:#fff;*/ } #Services .single-service { padding: 20px; background: #F6F6F6; margin-top: 30px; text-align: center; transition: all 0.6s ease; position:relative; box-shadow: 0px 0px 7px #0003; } #Services .single-service i { font-size: 32px; color: #fff; height: 66px; width: 66px; line-height: 66px; border-radius: 100%; transition:all 0.4s ease; } #Services .single-service h3::before { position: absolute; content: ""; left: 50%; top: 27px; border: 2px solid; height: 54px; width: 54px; border-radius: 100%; margin-left: -27px; transition:all 0.4s ease; } #Services .single-service:hover h3::before{ top: 13px; height: 80px; width: 80px; margin-left: -40px; } #Services .single-service h3{ margin:20px 0px; color:#5c5e5f; } #Services .single-service p{ color:#9f9f9f; min-height: 40px; } /*========================= End services CSS ===========================*/ /*=================== 成功案例 CSS =====================*/ .latest-works{ } .latest-works .works-menu{ text-align:center; padding-top:10px; padding-bottom:80px; } .latest-works .works-menu ul{} .latest-works .works-menu ul li { font-size: 15px; color: #888; display: inline-block; margin-right: 35px; } .latest-works .works-menu ul li:hover:before,.latest-works .works-menu ul li.active:before{ left:50%; opacity:1; visibility:visible; } .latest-works .works-menu ul li:hover,.latest-works .works-menu ul li.active{ cursor:pointer; } .latest-works .works-menu ul li:last-child{ margin:0; } .latest-works .single-work{ position:relative; margin-bottom:30px; overflow:hidden; } .latest-works .single-work:before{ position:absolute; left:0; top:0; height:100%; width:100%; content:""; background:#000; opacity:0; visibility:hidden; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; z-index:99; } .latest-works .single-work:hover:before{ opacity:0.8; visibility:visible; } .latest-works .single-work img{ width:100%; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .latest-works .single-work:hover img{ transform:scale(1.1); z-index:-2; } .latest-works .single-work .works-hover{ text-align:center; position:absolute; top:-130px; left:0; width:100%; height:100%; padding:70px 30px 30px 30px; opacity:0; visibility:hidden; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; z-index:999; } .latest-works .single-work:hover .works-hover{ top:50px; } .latest-works .single-work:hover .works-hover{ opacity:1; visibility:visible; } .latest-works .single-work .works-hover h4 { color: #fff; font-size: 18px; margin-bottom: 20px; } .latest-works .single-work .works-hover a{ margin-right:10px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .latest-works .single-work .works-hover a i{ color:#fff; font-size: 25px; border:1px solid #fff; padding: 5px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .latest-works .button-head{ text-align:center; } .latest-works .button{ margin-top:55px; text-align:center; display:inline-block; position:relative; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .latest-works .button .btn{ color:#333333b3; } .latest-works .button .btn::before { position: absolute; content: ""; right: 0; bottom: 0; background: #333333b3; height: 2px; width: 40px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .latest-works .button:hover .btn::before{ width: 100%; } .latest-works .button .btn:after{ position:absolute; content:""; right:0; bottom:0; background:#333333b3; height:30px; width:2px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .latest-works .button:hover .btn::after{ height: 100%; } .latest-works .button span::before { position: absolute; content: ""; left: 0; top: 0; background: #333333b3; height: 2px; width: 40px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .latest-works .button:hover span::before{ width: 100%; } .latest-works .button span::after { position: absolute; content: ""; left: 0; top: 0; background: #333333b3; height: 30px; width: 2px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .latest-works .button:hover span::after{ height: 100%; } /* single-pf*/ #single-pf{ background:#fff; } #single-pf .news-head{ float:left; overflow:hidden; background:#F6F6F6; } #single-pf .single-news{ background:#F6F6F6; border:1px solid #eeeeee; float:right; margin-bottom: 40px; } #single-pf .single-news img { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; height: 400px; width: 500px; } #single-pf .single-news img:hover{ transform:scale(1.1); } #single-pf .single-news .news-body { padding: 30px; margin-top: 15px; position: relative; margin-left: 500px; background:#F6F6F6; } #single-pf .single-news .news-body h2 { font-size: 18px; margin-top: -20px; text-transform: capitalize; margin-bottom: 15px; } #single-pf .single-news .news-body h2 a{ text-decoration:none; color:#333333e6; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #single-pf .single-news .news-body h5{ color:#555; text-transform:capitalize; } #single-pf .single-news .news-body span{ display:block; color:#3339; margin:10px 0; text-transform:capitalize; } #single-pf .single-news .news-body span i { color:#333c; margin-right: 10px; font-size: 16px; } #single-pf .single-news .news-body span a:hover{ color:#333c; } #single-pf .single-news .news-body p{ color:#999; margin-bottom:25px; } #single-pf .single-news .news-body .btn { padding: 0; margin-top: 48px; font-size: 15px; text-transform: uppercase; } #single-pf .single-news .news-body .btn:hover{ color:#999 } #single-pf .single-news .news-body .btn i{ margin-left:5px; font-size:16px; } #single-pf .owl-nav{ margin: 0; position: absolute; top: 0%; width: 100%; margin-top:-50px; z-index:99999; } #single-pf .owl-nav button { height: 40px; width: 100px; line-height: 40px; background: #333; color: #fff; font-size: 12px; position: absolute; margin: 0; font-weight:600; } #single-pf .owl-nav button:hover{ color:#fff; } #single-pf .owl-nav .owl-prev { left:0; } #single-pf .owl-nav .owl-next{ right:0; } /*======================= End 成功案例 CSS =========================*/ /*=================== Testimonials =====================*/ #testimonials{ background-image:url('../img/testi-bg.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat; position:relative; } #testimonials .bg:before{ position:absolute; content:""; left:0; top:0; height:100%; width:100%; background:#000; opacity:0.8; } #testimonials .single-testimonial{ padding:0 15px; text-align:center; position:relative; } #testimonials .single-testimonial img { height: 65px; width: 65px; border-radius: 100%; border: 3px solid #fff; margin-bottom: 10px; position: absolute; left: 50%; top: -70px; margin-left: -34px; } #testimonials .single-testimonial h2 { color: #fff; font-size: 33px; margin-bottom: 10px; margin-top: 70px; font-weight: 400; } #testimonials .single-testimonial p{ color:#c8c7c7; font-size:14px; text-transform:capitalize; position:relative; font-weight:300; } #testimonials .single-testimonial p i { margin-right: 10px; font-size: 16px; } #testimonials .single-testimonial p .fa { margin:0px 10px; } #testimonials .single-testimonial span{ margin-top:15px; color:#c8c7c7; font-size:14px; display:block; } #testimonials .owl-dots { z-index: 333; left: 50%; width: 100%; text-align: center; margin-top: 30px; } .owl-carousel .owl-dots button{ width: 15px; height: 8px; background: #fff; margin-right: 5px; border:1px solid transparent; } .owl-carousel .owl-dots button.active{ background:transparent; border-color:#fff; } .owl-carousel .owl-dots button span{ } /*=================== End Testimonials =====================*/ /*=================== Blog =====================*/ #blog{} #blog .single-news{ background:#faf9f9; border:1px solid #eeeeee; margin-bottom: 15px; } #blog .single-news img{ width:100%; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog .single-news{ position:relative; } #blog .single-news .news-body { padding: 30px; margin-top: 15px; } #blog .single-news .news-body .date { color: #fff; position: absolute; left: 0; top: 272px; padding: 8px 8px; font-size: 17px; } #blog .single-news .news-body .date span { display: block; color: #fff; text-transform: uppercase; padding: 0; margin: 0; } #blog .single-news .news-body .title { margin-left: 40px; margin-top: -13px; } #blog .single-news .news-body .title span{ display:inline-block; } #blog .single-news .news-body .title .user{ font-size:14px; text-transform:capitalize; } #blog .single-news .news-body .title .user i{ font-size:14px; margin-right:5px; } #blog .single-news .news-body .title .comment{ font-size:14px; margin-left:10px; text-transform:capitalize; } #blog .single-news .news-body .title .comment i{ margin-right:5px; } #blog .single-news .news-body h2 { font-size: 18px; margin-left: 40px; margin-top: -20px; text-transform:capitalize; white-space:nowrap;text-overflow:ellipsis; overflow:hidden; } #blog .single-news .news-body h2 a{ text-decoration:none; color:#333333e6; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog .single-news .news-body span{ display:block; color:#bbb; margin:20px 0; } #blog .single-news .news-body p{ color:#999; margin-bottom:25px; min-height: 60px; } #blog .single-news .news-body .btn{ padding:0; } #blog .single-news .news-body .btn:hover{ color:#999 } #blog .single-news .news-body .btn i{ margin-left:5px; } #blog .button-head{ text-align:center; } #blog .button{ margin-top:55px; text-align:center; display:inline-block; position:relative; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog .button .btn{ color:#333333b3; } #blog .button .btn::before { position: absolute; content: ""; right: 0; bottom: 0; background: #333333b3; height: 2px; width: 40px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog .button:hover .btn::before{ width: 100%; } #blog .button .btn:after{ position:absolute; content:""; right:0; bottom:0; background:#333333b3; height:30px; width:2px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog .button:hover .btn::after{ height: 100%; } #blog .button span::before { position: absolute; content: ""; left: 0; top: 0; background: #333333b3; height: 2px; width: 40px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog .button:hover span::before{ width: 100%; } #blog .button span::after { position: absolute; content: ""; left: 0; top: 0; background: #333333b3; height: 30px; width: 2px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog .button:hover span::after{ height: 100%; } /* Blog Single*/ #blog-single{} #blog-single .single-news{ background:#faf9f9; border:1px solid #eeeeee; margin-bottom: 40px; } #blog-single .single-news img{ width:100%; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog-single .single-news .news-body { padding: 30px; margin-top: 15px; position: relative; } #blog-single .single-news .news-body .date { color: #fff; position: absolute; left: 0; top:7px; padding: 8px 8px; font-size: 17px; } #blog-single .single-news .news-body .date span { display: block; color: #fff; text-transform: uppercase; padding: 0; margin: 0; } #blog-single .single-news .news-body .title { margin-left: 40px; margin-top: -13px; } #blog-single .single-news .news-body .title span{ display:inline-block; } #blog-single .single-news .news-body .title .user{ font-size:14px; text-transform:capitalize; } #blog-single .single-news .news-body .title .user i{ font-size:14px; margin-right:5px; } #blog-single .single-news .news-body .title .comment{ font-size:14px; margin-left:10px; text-transform:capitalize; } #blog-single .single-news .news-body .title .comment i{ margin-right:5px; } #blog-single .single-news .news-body h2 { font-size: 18px; margin-left: 40px; margin-top: -20px; text-transform:capitalize; } #blog-single .single-news .news-body h2 a{ text-decoration:none; color:#333333e6; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } #blog-single .single-news .news-body span{ display:block; color:#bbb; margin:20px 0; } #blog-single .single-news .news-body p{ color:#999; margin-bottom:25px; } #blog-single .single-news .news-body .btn{ padding:0; } #blog-single .single-news .news-body .btn:hover{ color:#999 } #blog-single .single-news .news-body .btn i{ margin-left:5px; } #blog-single .single-news .news-body .tags { margin-top: 15px; font-size: 18px; text-transform: capitalize; color: #666; } #blog-single .single-news .news-body .tags li{ display:inline-block; margin-left:5px; text-transform:capitalize; } #blog-single .single-news .news-body .tags li a { font-size: 15px; font-weight:300; } #blog-single .single-news .news-body .tags li a:hover{ color:#999; } #blog-single .pagination-head{ text-align:center; } #blog-single .pagination{ text-align:center; } #blog-single .pagination ul{ border:1px solid #666; } #blog-single .pagination ul li{ display:inline-block; border-right:1px solid #666; } #blog-single .pagination ul li:last-child{ border:none; } #blog-single .pagination ul li a{ color:#666; text-transform:capitalize; display:block; padding: 10px 20px; font-weight:600; } #blog-single .pagination ul li i{ margin:0px 5px; } /*=================== Fu