@ -0,0 +1,285 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<meta name="description" content="HTML5 Template"> |
||||
|
||||
<!-- Site Title --> |
||||
<title>About Us</title> |
||||
<style> |
||||
.beian { |
||||
text-align: center; /* 文本居中 */ |
||||
padding: 10px 0; /* 内边距 */ |
||||
width: 100%; /* 宽度为100% */ |
||||
position: fixed; /* 固定位置 */ |
||||
left: 0; /* 左侧对齐 */ |
||||
bottom: 0; /* 底部对齐 */ |
||||
color: #6c757d; /* 文本颜色 */ |
||||
text-decoration: none; /* 去除下划线 */ |
||||
} |
||||
</style> |
||||
|
||||
<!-- Site Favicon --> |
||||
<link rel="icon" type="image/x-icon" href="assets/imgs/icon/favicon.png"> |
||||
|
||||
|
||||
<!-- Fonts --> |
||||
<link rel="preconnect" href="https://fonts.googleapis.com"> |
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
||||
<link |
||||
href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap" |
||||
rel="stylesheet"> |
||||
|
||||
|
||||
<!-- All CSS Files --> |
||||
<link rel="stylesheet" href="assets/css/all.min.css"> |
||||
<link rel="stylesheet" href="assets/css/bootstrap.min.css"> |
||||
<link rel="stylesheet" href="assets/css/meanmenu.min.css"> |
||||
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css"> |
||||
<link rel="stylesheet" href="assets/css/magnific-popup.css"> |
||||
<link rel="stylesheet" href="assets/css/aos.css"> |
||||
<link rel="stylesheet" href="assets/css/progressbar.css"> |
||||
<link rel="stylesheet" href="assets/css/master.css"> |
||||
|
||||
|
||||
</head> |
||||
|
||||
<body> |
||||
|
||||
<!-- Preloader --> |
||||
<div id="preloader"> |
||||
<div id="loader"></div> |
||||
</div> |
||||
|
||||
<!-- Scroll to top --> |
||||
<button id="scroll_top" class="scroll-top"><i class="fa-solid fa-arrow-up"></i></button> |
||||
|
||||
|
||||
<div id="smooth-wrapper"> |
||||
<div id="smooth-content"> |
||||
|
||||
<!-- Header area start --> |
||||
<!-- Header area start --> |
||||
<header class="header__area pos-abs plr-100"> |
||||
<div class="header__inner"> |
||||
<div class="header__logo"> |
||||
<a href="index.html"><img style="width:50px;height:45px" src="assets/imgs/logo/logo4.png" alt="Site Logo"></a> |
||||
<span style="margin-bottom: 3px;vertical-align: middle;display:inline-block;font-size:25px;line-height: 45px;">亿能通达</span> |
||||
</div> |
||||
<div class="header__menu"> |
||||
<nav class="main-menu"> |
||||
<ul> |
||||
<li><a href="index.html">首页</a> |
||||
</li> |
||||
<li><a href="about.html">公司简介</a></li> |
||||
|
||||
<li class="has-dropdown"><a href="#">业务展示</a> |
||||
<ul class="main-dropdown"> |
||||
<li><a href="finance-details.html">国际贸易金融服务</a></li> |
||||
<li><a href="service-energy.html">能源补给服务</a></li> |
||||
<li><a href="service.html">国际贸易</a></li> |
||||
<li><a href="finance-productline.html">新能源产线海外投资</a></li> |
||||
<li><a href="software-details.html">物联网平台技术服务</a></li> |
||||
</ul> |
||||
</li> |
||||
|
||||
<li><a href="team-details.html">核心团队</a> |
||||
</li> |
||||
|
||||
<li><a href="contact.html">联系我们</a></li> |
||||
<li><a href="our-news.html">新闻动态</a></li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
<div class="header__others"> |
||||
<div class="header__offcanvas"> |
||||
<button class="menu_icon"> |
||||
<img src="assets/imgs/icon/menu.png" alt="Menu Icon"> |
||||
</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
|
||||
<div class="search__form"> |
||||
<form action="#"> |
||||
<input type="text" name="s" placeholder="Search..."> |
||||
</form> |
||||
</div> |
||||
<!-- Header area end --> |
||||
|
||||
<!-- Offcanvas area start --> |
||||
<div class="offcanvas__area"> |
||||
<div class="offcanvas__inner"> |
||||
<div class="offcanvas__top"> |
||||
<img src="assets/imgs/logo/logo2.png" alt="Logo"> |
||||
<button id="offcanvas_close"><i class="fa-solid fa-xmark"></i></button> |
||||
</div> |
||||
<div class="offcanvas__menu"> |
||||
<div class="offcanvas-menu"> |
||||
<ul> |
||||
<li><a href="index.html">首页</a> |
||||
</li> |
||||
<li><a href="about.html">公司简介</a></li> |
||||
|
||||
<li><a href="#">业务展示</a> |
||||
<ul> |
||||
<li><a href="finance-details.html">国际贸易金融服务</a></li> |
||||
<li><a href="service-energy.html">能源补给服务</a></li> |
||||
<li><a href="service.html">国际贸易</a></li> |
||||
<li><a href="finance-productline.html">新能源产线海外投资</a></li> |
||||
<li><a href="software-details.html">物联网平台技术服务</a></li> |
||||
</ul> |
||||
</li> |
||||
<li><a href="team-details.html">核心团队</a> |
||||
</li> |
||||
|
||||
<li><a href="contact.html">联系我们</a></li> |
||||
<li><a href="our-news.html">新闻动态</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="offcanvas__btm"> |
||||
<div class="footer__address-3"> |
||||
<ul> |
||||
<li> |
||||
<span><i class="fa-solid fa-location-dot"></i></span> |
||||
<p class="text-white">香港灣仔皇后大道東43號东美中心1607室</p> |
||||
</li> |
||||
<li> |
||||
<span><i class="fa-solid fa-phone"></i></span> |
||||
<div> |
||||
<a href="tel:+85268762311">(0852) 6876 2311</a> |
||||
</div> |
||||
</li> |
||||
<li> |
||||
<span><i class="fa-solid fa-envelope"></i></span> |
||||
<div> |
||||
<a href="mailto:hanov@hanovholding.com">hanov@hanovholding.com</a> |
||||
</div> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="footer__social-3"> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<!-- Offcanvas area end --> |
||||
|
||||
|
||||
|
||||
<main> |
||||
|
||||
<!-- Breadcrumb area start --> |
||||
<!-- <section class="breadcrumb__area">--> |
||||
<!-- <div class="container">--> |
||||
<!-- <div class="row">--> |
||||
<!-- <div class="col-xxl-12">--> |
||||
<!-- <div class="breadcrumb__inner">--> |
||||
<!-- <div class="breadcrumb__left">--> |
||||
<!-- <h1 class="breadcrumb__title">公司简介</h1>--> |
||||
<!-- </div>--> |
||||
<!-- </div>--> |
||||
<!-- </div>--> |
||||
<!-- </div>--> |
||||
<!-- </div>--> |
||||
<!-- </section>--> |
||||
<!-- Breadcrumb area end --> |
||||
|
||||
|
||||
<!-- About area start--> |
||||
<section class="about__area-6 pt-150 pb-150"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-xxl-3 col-xl-3 col-xl-3 col-md-3"> |
||||
<div class="about__imgs-6"> |
||||
<div class="image-1"> |
||||
<img class="border-radius-20" src="assets/imgs/about/6/ship.jpg" alt="Image" data-lag="0.2"> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-xxl-9 col-xl-9 col-xl-9 col-md-9"> |
||||
<div class="about__content-6"> |
||||
<h2 class="sec-subtitle-2 heading-animation">公司简介</h2> |
||||
<div class="p-animation"> |
||||
<p>亿能通达有限公司由四川九标认证有限公司和中润联华(深圳)管理咨询有限公司共同发起成立。公司团队既包括股东公司原有来自中国贸促会原下属公司和中国机械工业联合会下属业务团队的资深外贸专业人士和汽车行业专家,又包括香港金融界资深专家。有外贸、金融及汽车行业的丰富资源,并与东南亚国家和上海合作组织各国政府部门、金融机构、各类商会机构、商务顾问和商务机构有着广泛的联系。</p> |
||||
<p>主要业务包括引进国内和香港资金投资于东南亚地区的充电站、换电站、电动摩托车(电动自行车)组装厂和电动城市物流车组装厂,以及为之服务的本地维保网络;在香港为国产汽车、摩托车(电动自行车)的出口业务安排背对背信用证、首付款垫资、分期付款、以及运输贸易服务。</p> |
||||
<p>总部设在香港,在香港设有金融、贸易业务为主的子公司"汉诺威中国汽车出口服务有限公司",在中国内地设有海外投资、组装业务为主的"汉诺文国际贸易(成都)有限公司",并已在东南亚开始布局若干子公司从事充电桩、换电柜运营与汽车、摩托车的组装、营销和维保网络。</p> |
||||
<p>四川九标认证有限公司是国家认证认可监督管理委员会批准的独立的第三方认证机构。主持了制定中国汽车出口服务标准的编制和认证工作,正在筹备组建中国汽车出口企业认证联盟,有着广泛的汽车行业资源,以及对国家出口产业政策的深刻理解。参与编制的三项国家标准《GB/T 14392.3-2023 国际贸易单证样式第3部分:应用指南》、《GB/T 43520-2023 进口清关程序简化指南》、《GB/T 43519-2023 国际贸易和运输便利化监测指南》在2024年4月1日正式实施。</p> |
||||
<p>中润联华(深圳)管理咨询有限公司是一家注册于深圳市前海保税区的香港独资企业。公司成立于2020年,经营范围为除法律法规要求经批准项目以外的所有业务,目前经营业务主要为国际贸易、国际投资、与国际技术项目投资提供管理与咨询服务。公司团队包括来自原中国贸促会下属公司和中国机械工业联合会下属上海合作组织业务团队及东南亚业务团队的资深外贸专业人士和汽车行业专家,熟悉外贸业务和各个方面的政策,以及汽车行业的丰富资源,并与东南亚和上海合作组织政府部门、金融机构、各类商会机构、商务顾问和商务机构有着广泛的联系。公司目前进行中的签约项目包括与中车集团合作的一个8项发明专利的新材料推广项目;为中国贸促会汽车行业分会的一个国家级常设汽车专业会议提供咨询服务;与中国投资协会海外投资联合会共同发起的一项出口汽车产业联盟项目。</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</main> |
||||
|
||||
|
||||
<!-- Footer area start --> |
||||
<footer class="footer__area footer_two_area"> |
||||
<div class="footer__widgets" style="padding-top:110px;"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-xxl-3 col-xl-3 col-lg-6 col-md-6"> |
||||
<div class="footer__logo"> |
||||
<img style="width:50px;height:45px" src="assets/imgs/logo/logo4.png" style="display:inline;" alt="Footer Logo"> |
||||
<span style="margin-bottom: 20px;vertical-align: middle;display:inline-block;font-size:25px;color: var(--white);line-height: 45px;">亿能通达</span> |
||||
<p>汽车、摩托车、充换电站投资、贸易、物联网及金融服务</p> |
||||
</div> |
||||
</div> |
||||
<div class="col-xxl-3 col-xl-3 col-lg-6 col-md-6"> |
||||
<div class="footer__address"> |
||||
<h2 class="footer__title" style="padding-top:8px;padding-bottom:20px;">联系方式</h2> |
||||
<ul> |
||||
<li> |
||||
<span><i class="fa-solid fa-paper-plane"></i></span> |
||||
<p>香港灣仔皇后大道東43號东美中心1607室</p> |
||||
</li> |
||||
<li> |
||||
<span><i class="fa-solid fa-phone"></i></span> |
||||
<a href="tel:+85268762311">(0852) 6876 2311</a> |
||||
</li> |
||||
<li> |
||||
<span><i class="fa-solid fa-envelope"></i></span> |
||||
<a href="mailto:hanov@hanovholding.com">hanov@hanovholding.com</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<a href="https://beian.miit.gov.cn/" class="beian" target="_blank">蜀ICP备2024108721号-1</a> |
||||
</footer> |
||||
<!-- Footer area end --> |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<!-- All JS Files --> |
||||
<script src="assets/js/jquery-3.6.1.min.js"></script> |
||||
<script src="assets/js/bootstrap.bundle.min.js"></script> |
||||
<script src="assets/js/jquery.meanmenu.min.js"></script> |
||||
<script src="assets/js/swiper-bundle.min.js"></script> |
||||
<script src="assets/js/jquery.magnific-popup.min.js"></script> |
||||
<script src="assets/js/counter.js"></script> |
||||
<script src="assets/js/progressbar.js"></script> |
||||
<script src="assets/js/aos.js"></script> |
||||
<script src="assets/js/gsap.min.js"></script> |
||||
<script src="assets/js/SplitText.min.js"></script> |
||||
<script src="assets/js/ScrollSmoother.min.js"></script> |
||||
<script src="assets/js/ScrollTrigger.min.js"></script> |
||||
<script src="assets/js/vanilla-tilt.min.js"></script> |
||||
<script src="assets/js/main.js"></script> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,690 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<meta name="description" content=" HTML5 Template"> |
||||
|
||||
<!-- Site Title --> |
||||
<title>关于我们</title> |
||||
|
||||
<!-- Site Favicon --> |
||||
<link rel="icon" type="image/x-icon" href="assets/imgs/icon/favicon.png"> |
||||
|
||||
|
||||
<!-- All CSS Files --> |
||||
<link rel="stylesheet" href="assets/css/all.min.css"> |
||||
<link rel="stylesheet" href="assets/css/bootstrap.min.css"> |
||||
<link rel="stylesheet" href="assets/css/meanmenu.min.css"> |
||||
<link rel="stylesheet" href="assets/css/magnific-popup.css"> |
||||
<link rel="stylesheet" href="assets/css/aos.css"> |
||||
<link rel="stylesheet" href="assets/css/progressbar.css"> |
||||
<link rel="stylesheet" href="assets/css/master.css"> |
||||
<link rel="stylesheet" href="assets/css/swiper.min.css"> |
||||
<style> |
||||
.my_breadcrumb__area { |
||||
padding-top: 180px; |
||||
padding-bottom: 132px; |
||||
background-image: url(assets/imgs/hero/breadcrumb.png); |
||||
background-position: center; |
||||
background-repeat: no-repeat; |
||||
background-size: cover; |
||||
} |
||||
.beian { |
||||
text-align: center; /* 文本居中 */ |
||||
padding: 10px 0; /* 内边距 */ |
||||
width: 100%; /* 宽度为100% */ |
||||
position: fixed; /* 固定位置 */ |
||||
left: 0; /* 左侧对齐 */ |
||||
bottom: 0; /* 底部对齐 */ |
||||
color: #6c757d; /* 文本颜色 */ |
||||
text-decoration: none; /* 去除下划线 */ |
||||
} |
||||
|
||||
.container1 { |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
background-color: #fff; |
||||
flex-direction: column; |
||||
} |
||||
|
||||
.timeline { |
||||
width: 100%; |
||||
background-color: #fff; |
||||
box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2); |
||||
} |
||||
.timeline .swiper-container { |
||||
height: 600px; |
||||
width: 100%; |
||||
position: relative; |
||||
} |
||||
|
||||
@media screen and (max-width: 768px) { |
||||
.timeline .swiper-container { |
||||
height: 100%; |
||||
width: 100%; |
||||
position: relative; |
||||
} |
||||
} |
||||
|
||||
|
||||
.timeline .swiper-wrapper { |
||||
#width:71%; |
||||
#flex: 0 0 auto; |
||||
#width: 58.33333333% |
||||
transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; |
||||
} |
||||
|
||||
.timeline1 .swiper-slide { |
||||
position: relative; |
||||
color: #fff; |
||||
#overflow: hidden; |
||||
background-size: cover; |
||||
background-repeat: no-repeat; |
||||
background-position: center center; |
||||
} |
||||
|
||||
.timeline1 .swiper-slide { |
||||
#width: auto!important; |
||||
#width: auto; |
||||
} |
||||
|
||||
|
||||
.timeline1 .swiper-slide::after { |
||||
content: ""; |
||||
position: absolute; |
||||
z-index: 1; |
||||
right: -115%; |
||||
bottom: -10%; |
||||
width: 100%; |
||||
height: 100%; |
||||
background-color: rgba(0, 0, 0, 0.7); |
||||
box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7); |
||||
border-radius: 100%; |
||||
} |
||||
|
||||
.timeline1 .swiper-slide-content1 { |
||||
position: relative; |
||||
#text-align: center; |
||||
width: 80%; |
||||
max-width: 750px; |
||||
right: 20%; |
||||
top: 13%; |
||||
-webkit-transform: translate(50%, 0); |
||||
transform: translate(50%, 0); |
||||
font-size: 12px; |
||||
z-index: 2; |
||||
} |
||||
|
||||
.thumb { |
||||
background: #f5f3ef; |
||||
padding: 40px 0 40px 0; |
||||
margin-right: 40px; |
||||
border-radius: 20px; |
||||
} |
||||
|
||||
.thumb img { |
||||
width: 100%; |
||||
margin-right: -80px; |
||||
border-radius: 20px; |
||||
} |
||||
|
||||
.timeline .swiper-slide .timeline-year { |
||||
display: block; |
||||
font-style: italic; |
||||
font-size: 42px; |
||||
#margin-bottom: 50px; |
||||
-webkit-transform: translate3d(20px, 0, 0); |
||||
transform: translate3d(20px, 0, 0); |
||||
color: #d4a024; |
||||
font-weight: 300; |
||||
opacity: 1; |
||||
transition: .2s ease .4s; |
||||
} |
||||
|
||||
.timeline .swiper-slide .timeline-title { |
||||
font-weight: 800; |
||||
font-size: 34px; |
||||
margin: 0 0 30px; |
||||
opacity: 0; |
||||
-webkit-transform: translate3d(20px, 0, 0); |
||||
transform: translate3d(20px, 0, 0); |
||||
transition: .2s ease .5s; |
||||
} |
||||
.timeline .swiper-slide .timeline-text { |
||||
line-height: 1.5; |
||||
opacity: 1; |
||||
-webkit-transform: translate3d(20px, 0, 0); |
||||
transform: translate3d(20px, 0, 0); |
||||
transition: .2s ease .6s; |
||||
} |
||||
|
||||
@media screen and (min-width: 768px) { |
||||
.timeline .swiper-slide-content { |
||||
position: relative; |
||||
#text-align: center; |
||||
#max-width: 750px; |
||||
top: 10%; |
||||
float:left; |
||||
width:100%; |
||||
height:600px; |
||||
padding-left:45px; |
||||
padding-right:230px; |
||||
# -webkit-transform: translate(50%, 0); |
||||
# transform: translate(50%, 0); |
||||
font-size: 12px; |
||||
z-index: 2; |
||||
} |
||||
.timeline .swiper-slide-content img{ |
||||
position: relative; |
||||
#text-align: center; |
||||
#display: block; |
||||
#top: 20px; |
||||
#right: 13%; |
||||
width: 100%; |
||||
#height: 300px; |
||||
border-radius: 20px; |
||||
} |
||||
|
||||
} |
||||
|
||||
@media screen and (max-width: 768px) { |
||||
.timeline .swiper-slide { |
||||
height: 100%; |
||||
#top:80px; |
||||
padding-top:40px; |
||||
position: relative; |
||||
color: #fff; |
||||
#overflow: hidden; |
||||
background-size: cover; |
||||
background-repeat: no-repeat; |
||||
background-position: center center; |
||||
} |
||||
|
||||
.timeline .swiper-slide-content { |
||||
position: relative; |
||||
#text-align: center; |
||||
#width: 100%; |
||||
#max-width: 750px; |
||||
#right: 33%; |
||||
#left:3%; |
||||
top: 13%; |
||||
padding-left:10px; |
||||
padding-right:10px; |
||||
#-webkit-transform: translate(50%, 0); |
||||
# transform: translate(50%, 0); |
||||
font-size: 12px; |
||||
z-index: 2; |
||||
} |
||||
|
||||
.timeline .swiper-slide-content img{ |
||||
position: relative; |
||||
text-align: center; |
||||
#display: block; |
||||
#top: 20px; |
||||
#right: 5%; |
||||
#left:5%; |
||||
padding-left:5px; |
||||
padding-right:5px; |
||||
#width: 100%; |
||||
#height: 300px; |
||||
border-radius: 20px; |
||||
} |
||||
|
||||
.timeline .swiper-slide-next .timeline-year { |
||||
opacity: 1; |
||||
-webkit-transform: translate3d(0, 0, 0); |
||||
transform: translate3d(0, 0, 0); |
||||
transition: .1s ease 1.2s; |
||||
} |
||||
.timeline .swiper-slide .timeline-year { |
||||
opacity: 1; |
||||
-webkit-transform: translate3d(0, 0, 0); |
||||
transform: translate3d(0, 0, 0); |
||||
transition: .1s ease 1.2s; |
||||
} |
||||
.timeline .swiper-slide .timeline-text { |
||||
opacity: 1; |
||||
-webkit-transform: translate3d(0, 0, 0); |
||||
transform: translate3d(0, 0, 0); |
||||
} |
||||
|
||||
} |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.timeline .swiper-slide p { |
||||
padding-top:7px; |
||||
} |
||||
|
||||
.timeline .swiper-slide-active .timeline-year { |
||||
opacity: 1; |
||||
-webkit-transform: translate3d(0, 0, 0); |
||||
transform: translate3d(0, 0, 0); |
||||
transition: .1s ease 1.2s; |
||||
} |
||||
.timeline .swiper-slide-active .timeline-title { |
||||
opacity: 1; |
||||
-webkit-transform: translate3d(0, 0, 0); |
||||
transform: translate3d(0, 0, 0); |
||||
transition: .2s ease 1.7s; |
||||
} |
||||
.timeline .swiper-slide-active .timeline-text { |
||||
opacity: 1; |
||||
-webkit-transform: translate3d(0, 0, 0); |
||||
transform: translate3d(0, 0, 0); |
||||
/*transition: .1s ease 1.2s;*/ |
||||
} |
||||
.timeline .swiper-pagination { |
||||
#right: 15% !important; |
||||
height: 100%; |
||||
display: none; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
#font-style: italic; |
||||
font-weight: 300; |
||||
font-size: 18px; |
||||
z-index: 1; |
||||
} |
||||
.timeline .swiper-pagination::before { |
||||
content: ""; |
||||
position: absolute; |
||||
left: -30px; |
||||
top: 0; |
||||
height: 100%; |
||||
width: 1px; |
||||
background-color: rgba(118, 112, 112, 0.2); |
||||
} |
||||
.timeline .swiper-pagination-bullet { |
||||
width: auto; |
||||
height: auto; |
||||
text-align: left; |
||||
opacity: 1; |
||||
background: transparent; |
||||
color: #0E1E2A; |
||||
margin: 15px 0 !important; |
||||
position: relative; |
||||
font-size:18px; |
||||
font-weight: 550; |
||||
line-height: 1; |
||||
letter-spacing: 0.16px; |
||||
#color: var(--secondary); |
||||
text-transform: capitalize; |
||||
} |
||||
|
||||
.timeline .swiper-pagination-bullet:hover { |
||||
color: #B69974; |
||||
transform: translateX(5px); /* 向后略微移动 */ |
||||
} |
||||
|
||||
|
||||
.timeline .swiper-pagination-bullet::before { |
||||
content: ""; |
||||
position: absolute; |
||||
top: 8px; |
||||
left: -32.5px; |
||||
width: 6px; |
||||
height: 6px; |
||||
border-radius: 100%; |
||||
background-color: #d4a024; |
||||
-webkit-transform: scale(0); |
||||
transform: scale(0); |
||||
transition: .2s; |
||||
} |
||||
.timeline .swiper-pagination-bullet-active { |
||||
color: #B69974; |
||||
} |
||||
.timeline .swiper-pagination-bullet-active::before { |
||||
-webkit-transform: scale(1); |
||||
transform: scale(1); |
||||
} |
||||
.timeline .swiper-button-next, |
||||
.timeline .swiper-button-prev { |
||||
background-size: 20px 20px; |
||||
top: 15%; |
||||
width: 20px; |
||||
height: 20px; |
||||
margin-top: 0; |
||||
z-index: 2; |
||||
transition: .2s; |
||||
} |
||||
.timeline .swiper-button-prev { |
||||
left: 8%; |
||||
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E"); |
||||
} |
||||
.timeline .swiper-button-prev:hover { |
||||
-webkit-transform: translateX(-3px); |
||||
transform: translateX(-3px); |
||||
} |
||||
.timeline .swiper-button-next { |
||||
right: 8%; |
||||
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E"); |
||||
} |
||||
.timeline .swiper-button-next:hover { |
||||
-webkit-transform: translateX(3px); |
||||
transform: translateX(3px); |
||||
} |
||||
|
||||
|
||||
|
||||
@media screen and (min-width: 768px) { |
||||
.timeline1 .swiper-slide::after { |
||||
right: -30%; |
||||
bottom: -8%; |
||||
width: 240px; |
||||
height: 50%; |
||||
box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7); |
||||
} |
||||
.timeline1 .swiper-slide-content { |
||||
right: 30%; |
||||
top: 250px; |
||||
-webkit-transform: translateY(-50%); |
||||
transform: translateY(-50%); |
||||
###width: 310px; |
||||
font-size: 11px; |
||||
###text-align: right; |
||||
} |
||||
.timeline .swiper-slide .timeline-year { |
||||
margin-bottom: 0; |
||||
font-size: 32px; |
||||
} |
||||
.timeline .swiper-slide .timeline-title { |
||||
font-size: 46px; |
||||
margin: 0; |
||||
} |
||||
.timeline .swiper-pagination { |
||||
display: flex; |
||||
} |
||||
.timeline .swiper-button-prev { |
||||
top: 15%; |
||||
left: auto; |
||||
right: 15%; |
||||
-webkit-transform: rotate(90deg) translate(0, 10px); |
||||
transform: rotate(90deg) translate(0, 10px); |
||||
} |
||||
.timeline .swiper-button-prev:hover { |
||||
-webkit-transform: rotate(90deg) translate(-3px, 10px); |
||||
transform: rotate(90deg) translate(-3px, 10px); |
||||
} |
||||
.timeline .swiper-button-next { |
||||
top: auto; |
||||
bottom: 15%; |
||||
right: 15%; |
||||
-webkit-transform: rotate(90deg) translate(0, 10px); |
||||
transform: rotate(90deg) translate(0, 10px); |
||||
} |
||||
.timeline .swiper-button-next:hover { |
||||
-webkit-transform: rotate(90deg) translate(3px, 10px); |
||||
transform: rotate(90deg) translate(3px, 10px); |
||||
} |
||||
} |
||||
@media screen and (min-width: 1024px) { |
||||
.timeline1 .swiper-slide::after { |
||||
right: -20%; |
||||
bottom: -12%; |
||||
width: 240px; |
||||
height: 50%; |
||||
box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7); |
||||
} |
||||
.timeline1 .swiper-slide-content { |
||||
right: 35%; |
||||
} |
||||
.timeline .swiper-button-prev { |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-width: 768px) { |
||||
.timeline .swiper-button-prev { |
||||
display:none; |
||||
} |
||||
.timeline .swiper-button-next { |
||||
display:none; |
||||
} |
||||
} |
||||
|
||||
</style> |
||||
|
||||
</head> |
||||
|
||||
<body> |
||||
|
||||
<!-- Preloader --> |
||||
<div id="preloader"> |
||||
<div id="loader"></div> |
||||
</div> |
||||
|
||||
<!-- Scroll to top --> |
||||
<button id="scroll_top" class="scroll-top"><i class="fa-solid fa-arrow-up"></i></button> |
||||
<div id="smooth-wrapper"> |
||||
<div id="smooth-content"> |
||||
|
||||
<!-- Header area start --> |
||||
<header class="header__area pos-abs plr-100"> |
||||
<div class="header__inner"> |
||||
<div class="header__logo"> |
||||
<a href="index.html"><img style="width:50px;height:45px" src="assets/imgs/logo/logo4.png" alt="Site Logo"></a> |
||||
<span style="margin-bottom: 3px;vertical-align: middle;display:inline-block;font-size:25px;line-height: 45px;">亿能通达</span> |
||||
</div> |
||||
<div class="header__menu"> |
||||
<nav class="main-menu"> |
||||
<ul> |
||||
<li><a href="index.html">首页</a> |
||||
</li> |
||||
<li><a href="about.html">关于我们</a></li> |
||||
<li class="has-dropdown"><a href="#">业务简介</a> |
||||
<ul class="main-dropdown"> |
||||
<li><a href="service.html">新能源汽车、摩托车出口</a></li> |
||||
<li><a href="finance-details.html">国际贸易金融服务</a></li> |
||||
<li><a href="service-energy.html">能源补给服务</a></li> |
||||
<li><a href="finance-productline.html">新能源产线海外投资</a></li> |
||||
<li><a href="software-details.html">移动数字平台技术服务</a></li> |
||||
</ul> |
||||
</li> |
||||
<li><a href="our-news.html">公司动态</a></li> |
||||
<li><a href="contact.html">联系我们</a></li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
<div class="header__others"> |
||||
<div class="header__offcanvas"> |
||||
<button class="menu_icon"> |
||||
<img src="assets/imgs/icon/menu.png" alt="Menu Icon"> |
||||
</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
|
||||
<!-- Header area end --> |
||||
|
||||
|
||||
<!-- Offcanvas area start --> |
||||
<div class="offcanvas__area"> |
||||
<div class="offcanvas__inner"> |
||||
<div class="offcanvas__top" style="display:block;"> |
||||
<img style="width:50px;height:45px" src="assets/imgs/logo/logo4.png" alt="Logo"> |
||||
<span style="font-size:18px;line-height: 45px;color:white;">亿能通达</span> |
||||
<span style="font-size:18px;line-height: 45px;color:white;"> </span> |
||||
<button id="offcanvas_close" style="display:inline"><i class="fa-solid fa-xmark"></i></button> |
||||
</div> |
||||
<div class="offcanvas__menu"> |
||||
<div class="offcanvas-menu"> |
||||
<ul> |
||||
<li><a href="index.html">首页</a></li> |
||||
<li><a href="about.html">关于我们</a></li> |
||||
<li><a href="#">业务简介</a> |
||||
<ul> |
||||
<li><a href="service.html">新能源汽车、摩托车出口</a></li> |
||||
<li><a href="finance-details.html">国际贸易金融服务</a></li> |
||||
<li><a href="service-energy.html">能源补给服务</a></li> |
||||
<li><a href="finance-productline.html">新能源产线海外投资</a></li> |
||||
<li><a href="software-details.html">移动数字平台技术服务</a></li> |
||||
</ul> |
||||
</li> |
||||
<li><a href="our-news.html">公司动态</a></li> |
||||
<li><a href="contact.html">联系我们</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<div class="offcanvas__btm"> |
||||
<div class="footer__address-3"> |
||||
<ul> |
||||
<li> |
||||
<span><i class="fa-solid fa-location-dot"></i></span> |
||||
<p class="text-white">香港灣仔皇后大道東43號东美中心1607室</p> |
||||
</li> |
||||
<li> |
||||
<span><i class="fa-solid fa-phone"></i></span> |
||||
<div> |
||||
<a href="tel:+85268762311">(0852) 6876 2311</a> |
||||
</div> |
||||
</li> |
||||
<li> |
||||
<span><i class="fa-solid fa-envelope"></i></span> |
||||
<div> |
||||
<a href="mailto:hanov@hanovholding.com">hanov@hanovholding.com</a> |
||||
</div> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="footer__social-3"> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<!-- Offcanvas area end --> |
||||
|
||||
<main> |
||||
|
||||
<div class="container pt-150"> |
||||
<div class="timeline"> |
||||
<div class="swiper-container swiper-container-vertical"> |
||||
|
||||
<!-- <div class="row"> --> |
||||
<!-- <div class="col-xxl-9 col-xl-9 col-xl-9 col-md-9"> --> |
||||
<div class="swiper-wrapper"> |
||||
<div class="swiper-slide swiper-slide-prev" data-year="亿能通达" data-pos="公司简介"> |
||||
<div class="swiper-slide-content"> |
||||
<span class="timeline-year">公司简介</span> |
||||
<!--<h4 class="timeline-title">Our nice super title</h4>--> |
||||
<p class="timeline-text"></p> |
||||
<p class="timeline-text"></p> |
||||
<p class="timeline-text"></p> |
||||
<p class="timeline-text"></p> |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
<!-- </div> --> |
||||
<div class="swiper-button-prev"></div> |
||||
<div class="swiper-button-next"></div> |
||||
<!-- <div class="col-xxl-3 col-xl-3 col-xl-3 col-md-3"> --> |
||||
<div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"> |
||||
<span class="swiper-pagination-bullet swiper-pagination-bullet-active">intro</span> |
||||
<span class="swiper-pagination-bullet">2015</span> |
||||
<span class="swiper-pagination-bullet">2016</span> |
||||
<span class="swiper-pagination-bullet">2017</span> |
||||
<span class="swiper-pagination-bullet">2018</span> |
||||
|
||||
</div> |
||||
<!-- </div> --> |
||||
<!-- </div> --> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<script src="assets/js/swiper.min.js"></script> |
||||
<script> |
||||
var timelineSwiper = new Swiper ('.timeline .swiper-container', { |
||||
slidesPerView:"auto", |
||||
//direction: 'vertical', |
||||
direction: 'vertical', |
||||
loop: false, |
||||
speed: 1000, |
||||
mousewheelControl : true, |
||||
pagination: '.swiper-pagination', |
||||
paginationBulletRender: function (swiper, index, className) { |
||||
var year = document.querySelectorAll('.swiper-slide')[index].getAttribute('data-year'); |
||||
var pos = document.querySelectorAll('.swiper-slide')[index].getAttribute('data-pos'); |
||||
return '<span class="' + className + '">' + year + '<span style="font-size:12px;padding-left:12px;">'+pos+'</span></span>'; |
||||
//return '<span class="' + className + '">' + year + '</span>'; |
||||
}, |
||||
paginationClickable: true, |
||||
nextButton: '.swiper-button-next', |
||||
prevButton: '.swiper-button-prev', |
||||
breakpoints: { |
||||
768: { |
||||
direction: 'horizontal', |
||||
} |
||||
} |
||||
}); |
||||
</script> |
||||
</main> |
||||
|
||||
|
||||
<!-- Footer area start --> |
||||
<footer class="footer__area footer_two_area"> |
||||
<div class="footer__widgets" style="padding-top:110px;"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-xxl-3 col-xl-3 col-lg-6 col-md-6"> |
||||
<div class="footer__logo"> |
||||
<img style="width:50px;height:45px" src="assets/imgs/logo/logo4.png" style="display:inline;" alt="Footer Logo"> |
||||
<span style="margin-bottom: 20px;vertical-align: middle;display:inline-block;font-size:25px;color: var(--white);line-height: 45px;">亿能通达</span> |
||||
<p>汽车、摩托车、充换电站投资、贸易、物联网及金融服务</p> |
||||
</div> |
||||
</div> |
||||
<div class="col-xxl-3 col-xl-3 col-lg-6 col-md-6"> |
||||
<div class="footer__address"> |
||||
<h2 class="footer__title" style="padding-top:8px;padding-bottom:20px;">联系方式</h2> |
||||
<ul> |
||||
<li> |
||||
<span><i class="fa-solid fa-paper-plane"></i></span> |
||||
<p>香港灣仔皇后大道東43號东美中心1607室</p> |
||||
</li> |
||||
<li> |
||||
<span><i class="fa-solid fa-phone"></i></span> |
||||
<a href="tel:+85268762311">(0852) 6876 2311</a> |
||||
</li> |
||||
<li> |
||||
<span><i class="fa-solid fa-envelope"></i></span> |
||||
<a href="mailto:hanov@hanovholding.com">hanov@hanovholding.com</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<a href="https://beian.miit.gov.cn/" class="beian" target="_blank">蜀ICP备2024108721号-1</a> |
||||
</footer> |
||||
<!-- Footer area end --> |
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
<!-- All JS Files --> |
||||
<script src="assets/js/jquery-3.6.1.min.js"></script> |
||||
<script src="assets/js/bootstrap.bundle.min.js"></script> |
||||
<script src="assets/js/jquery.meanmenu.min.js"></script> |
||||
<script src="assets/js/jquery.magnific-popup.min.js"></script> |
||||
<script src="assets/js/counter.js"></script> |
||||
<script src="assets/js/progressbar.js"></script> |
||||
<script src="assets/js/aos.js"></script> |
||||
<script src="assets/js/gsap.min.js"></script> |
||||
<script src="assets/js/SplitText.min.js"></script> |
||||
<script src="assets/js/ScrollSmoother.min.js"></script> |
||||
<script src="assets/js/ScrollTrigger.min.js"></script> |
||||
<script src="assets/js/vanilla-tilt.min.js"></script> |
||||
<script src="assets/js/main.js"></script> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,53 @@
|
||||
.section-padding { |
||||
padding: 120px 0; |
||||
} |
||||
|
||||
|
||||
.single-feature-wrap { |
||||
background: #fff; |
||||
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05); |
||||
padding: 30px; |
||||
margin-top: -120px; |
||||
position: relative; |
||||
z-index: 9; |
||||
} |
||||
@media only screen and (min-width: 768px) and (max-width: 991px) { |
||||
.single-feature-wrap { |
||||
padding: 20px; |
||||
} |
||||
} |
||||
@media (max-width: 767px) { |
||||
.single-feature-wrap { |
||||
margin-top: 60px; |
||||
} |
||||
} |
||||
|
||||
.single-feature-wrap h5 { |
||||
font-size: 24px; |
||||
font-weight: 600; |
||||
margin: 30px 0 20px; |
||||
} |
||||
@media only screen and (min-width: 768px) and (max-width: 991px) { |
||||
.single-feature-wrap h5 { |
||||
font-size: 18px; |
||||
} |
||||
} |
||||
@media (max-width: 767px) { |
||||
.single-feature-wrap h5 { |
||||
font-size: 20px; |
||||
} |
||||
} |
||||
|
||||
.feature-icon { |
||||
position: relative; |
||||
} |
||||
|
||||
.feature-icon:after { |
||||
position: absolute; |
||||
content: ""; |
||||
top: 30px; |
||||
left: 30px; |
||||
width: 40px; |
||||
height: 40px; |
||||
background: rgba(254, 87, 79, 0.3490196078); |
||||
} |
@ -0,0 +1,233 @@
|
||||
#scrollspy { |
||||
height: calc(100vh - 230px) !important; |
||||
max-height: 730px; |
||||
} |
||||
|
||||
/*首页左侧导航*/ |
||||
.ss-nav { |
||||
opacity: 1; |
||||
position: fixed; |
||||
z-index: 9999; |
||||
top: 50% !important; |
||||
left: 40px; |
||||
transform: translateY(-50%); |
||||
transition: left .5s, opacity .5s, top .5s; |
||||
margin: 30px 0; |
||||
|
||||
} |
||||
|
||||
.ss-nav::after, .ss-nav::before { |
||||
position: absolute; |
||||
left: 0; |
||||
z-index: 2; |
||||
width: 15px; |
||||
height: 15px; |
||||
border: 2px solid #facc16; |
||||
border-radius: 100%; |
||||
background: #fff; |
||||
content: ''; |
||||
transition: background .5s, transform .5s; |
||||
} |
||||
|
||||
.ss-nav::before { |
||||
top: 0; |
||||
transition-delay: .3s; |
||||
transform: translateX(-50%) translateY(-50%) scale(0); |
||||
} |
||||
|
||||
.ss-nav::after { |
||||
bottom: 0; |
||||
transition-delay: .5s; |
||||
transform: translateX(-50%) translateY(50%) scale(0); |
||||
} |
||||
|
||||
.ss-nav.init-pos::before { |
||||
background: #facc16; |
||||
} |
||||
|
||||
.ss-nav.last-item::after { |
||||
background: #facc16; |
||||
} |
||||
|
||||
.ss-nav.hidden-nav { |
||||
left: -40px; |
||||
opacity: 0 !important; |
||||
pointer-events: none; |
||||
} |
||||
|
||||
.ss-nav .nav-border { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
z-index: 1; |
||||
width: 1px; |
||||
height: 0; |
||||
border-right: 1px dashed #facc16; |
||||
transition: height .5s; |
||||
} |
||||
|
||||
.ss-nav ul { |
||||
position: absolute; |
||||
top: 0; |
||||
left: -15px; |
||||
height: 100%; |
||||
//display: flex; |
||||
//flex-direction: column; |
||||
//justify-content: space-evenly; |
||||
//display: -ms-flexbox; |
||||
//-ms-flex-direction: column; |
||||
//-ms-flex-pack: justify; |
||||
|
||||
li { |
||||
position: relative; |
||||
z-index: 99; |
||||
display: block; |
||||
opacity: 0; |
||||
transition: transform .5s, opacity .5s; |
||||
transform: translateX(-100%); |
||||
height: 20%; |
||||
&::before { |
||||
position: absolute; |
||||
top: calc(50% + 11px) !important; |
||||
@include transform-top-50; |
||||
left: 11px; |
||||
display: block; |
||||
width: 10px; |
||||
height: 10px; |
||||
border: 2px solid #facc16; |
||||
background: #fff; |
||||
content: ''; |
||||
opacity: 0; |
||||
transition: background .5s, transform .5s, opacity .5s; |
||||
//transform: scale(0); |
||||
} |
||||
|
||||
a { |
||||
//position: relative; |
||||
//top: -3px; |
||||
|
||||
position: absolute; |
||||
top: 50%; |
||||
display: block; |
||||
padding-left: 40px; |
||||
text-transform: uppercase; |
||||
line-height: 1.1; |
||||
transition: padding-left .5s; |
||||
span { |
||||
position: absolute; |
||||
top: 50%; |
||||
left: 0; |
||||
z-index: -1; |
||||
color: #f1f1f1; |
||||
font-size: 50px; |
||||
font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif; |
||||
line-height: 1; |
||||
transform: translateY(-69%) scaleY(1.2); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
.ss-nav ul li a:hover { |
||||
padding-left: 48px; |
||||
} |
||||
|
||||
.ss-nav ul li.active::before { |
||||
background: #facc16; |
||||
} |
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(1) { |
||||
transition-delay: .15s; |
||||
} |
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(2) { |
||||
transition-delay: .3s; |
||||
} |
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(3) { |
||||
transition-delay: .45s; |
||||
} |
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(4) { |
||||
transition-delay: .6s; |
||||
} |
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(5) { |
||||
transition-delay: .75s; |
||||
} |
||||
|
||||
.ss-nav.page-loaded::before { |
||||
transform: translateX(-50%) translateY(-50%) scale(1); |
||||
} |
||||
|
||||
.ss-nav.page-loaded::after { |
||||
transform: translateX(-50%) translateY(50%) scale(1); |
||||
} |
||||
|
||||
.ss-nav.page-loaded .nav-border { |
||||
height: 100%; |
||||
} |
||||
|
||||
.ss-nav.page-loaded ul li { |
||||
opacity: 1; |
||||
transform: translateX(0); |
||||
} |
||||
|
||||
.ss-nav.page-loaded ul li::before { |
||||
opacity: 1; |
||||
transform: scale(1); |
||||
} |
||||
|
||||
.ss-nav.no-delay .nav li, .ss-nav.no-delay .nav li::before { |
||||
transition-delay: 0s !important; |
||||
} |
||||
|
||||
.ss-nav #spy-top { |
||||
position: absolute; |
||||
top: -10px; |
||||
left: -10px; |
||||
z-index: 99; |
||||
width: 20px; |
||||
height: 20px; |
||||
} |
||||
|
||||
.ss-nav #spy-bottom { |
||||
position: absolute; |
||||
bottom: -10px; |
||||
left: -10px; |
||||
z-index: 99; |
||||
width: 20px; |
||||
height: 20px; |
||||
} |
||||
|
||||
|
||||
|
||||
.site-main { |
||||
position: relative; |
||||
z-index: 300; |
||||
margin-top: -1px; |
||||
padding: 0; |
||||
background-color: #fff; } |
||||
|
||||
.site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) { |
||||
padding: 0; |
||||
padding-top: 5vh; |
||||
padding-bottom: 5vh; } |
||||
|
||||
.site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) li { |
||||
position: relative; |
||||
padding-left: 30px; } |
||||
|
||||
.site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) li:first-child { |
||||
margin-top: 0; } |
||||
|
||||
.site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) li:before { |
||||
position: absolute; |
||||
top: 9px; |
||||
left: 13px; |
||||
display: block; |
||||
width: 6px; |
||||
height: 6px; |
||||
border-radius: 50%; |
||||
background-color: #fad029; |
||||
content: ''; } |
@ -0,0 +1,351 @@
|
||||
/* Magnific Popup CSS */ |
||||
.mfp-bg { |
||||
top: 0; |
||||
left: 0; |
||||
width: 100%; |
||||
height: 100%; |
||||
z-index: 1042; |
||||
overflow: hidden; |
||||
position: fixed; |
||||
background: #0b0b0b; |
||||
opacity: 0.8; } |
||||
|
||||
.mfp-wrap { |
||||
top: 0; |
||||
left: 0; |
||||
width: 100%; |
||||
height: 100%; |
||||
z-index: 1043; |
||||
position: fixed; |
||||
outline: none !important; |
||||
-webkit-backface-visibility: hidden; } |
||||
|
||||
.mfp-container { |
||||
text-align: center; |
||||
position: absolute; |
||||
width: 100%; |
||||
height: 100%; |
||||
left: 0; |
||||
top: 0; |
||||
padding: 0 8px; |
||||
box-sizing: border-box; } |
||||
|
||||
.mfp-container:before { |
||||
content: ''; |
||||
display: inline-block; |
||||
height: 100%; |
||||
vertical-align: middle; } |
||||
|
||||
.mfp-align-top .mfp-container:before { |
||||
display: none; } |
||||
|
||||
.mfp-content { |
||||
position: relative; |
||||
display: inline-block; |
||||
vertical-align: middle; |
||||
margin: 0 auto; |
||||
text-align: left; |
||||
z-index: 1045; } |
||||
|
||||
.mfp-inline-holder .mfp-content, |
||||
.mfp-ajax-holder .mfp-content { |
||||
width: 100%; |
||||
cursor: auto; } |
||||
|
||||
.mfp-ajax-cur { |
||||
cursor: progress; } |
||||
|
||||
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { |
||||
cursor: -moz-zoom-out; |
||||
cursor: -webkit-zoom-out; |
||||
cursor: zoom-out; } |
||||
|
||||
.mfp-zoom { |
||||
cursor: pointer; |
||||
cursor: -webkit-zoom-in; |
||||
cursor: -moz-zoom-in; |
||||
cursor: zoom-in; } |
||||
|
||||
.mfp-auto-cursor .mfp-content { |
||||
cursor: auto; } |
||||
|
||||
.mfp-close, |
||||
.mfp-arrow, |
||||
.mfp-preloader, |
||||
.mfp-counter { |
||||
-webkit-user-select: none; |
||||
-moz-user-select: none; |
||||
user-select: none; } |
||||
|
||||
.mfp-loading.mfp-figure { |
||||
display: none; } |
||||
|
||||
.mfp-hide { |
||||
display: none !important; } |
||||
|
||||
.mfp-preloader { |
||||
color: #CCC; |
||||
position: absolute; |
||||
top: 50%; |
||||
width: auto; |
||||
text-align: center; |
||||
margin-top: -0.8em; |
||||
left: 8px; |
||||
right: 8px; |
||||
z-index: 1044; } |
||||
.mfp-preloader a { |
||||
color: #CCC; } |
||||
.mfp-preloader a:hover { |
||||
color: #FFF; } |
||||
|
||||
.mfp-s-ready .mfp-preloader { |
||||
display: none; } |
||||
|
||||
.mfp-s-error .mfp-content { |
||||
display: none; } |
||||
|
||||
button.mfp-close, |
||||
button.mfp-arrow { |
||||
overflow: visible; |
||||
cursor: pointer; |
||||
background: transparent; |
||||
border: 0; |
||||
-webkit-appearance: none; |
||||
display: block; |
||||
outline: none; |
||||
padding: 0; |
||||
z-index: 1046; |
||||
box-shadow: none; |
||||
touch-action: manipulation; } |
||||
|
||||
button::-moz-focus-inner { |
||||
padding: 0; |
||||
border: 0; } |
||||
|
||||
.mfp-close { |
||||
width: 44px; |
||||
height: 44px; |
||||
line-height: 44px; |
||||
position: absolute; |
||||
right: 0; |
||||
top: 0; |
||||
text-decoration: none; |
||||
text-align: center; |
||||
opacity: 0.65; |
||||
padding: 0 0 18px 10px; |
||||
color: #FFF; |
||||
font-style: normal; |
||||
font-size: 28px; |
||||
font-family: Arial, Baskerville, monospace; } |
||||
.mfp-close:hover, |
||||
.mfp-close:focus { |
||||
opacity: 1; } |
||||
.mfp-close:active { |
||||
top: 1px; } |
||||
|
||||
.mfp-close-btn-in .mfp-close { |
||||
color: #333; } |
||||
|
||||
.mfp-image-holder .mfp-close, |
||||
.mfp-iframe-holder .mfp-close { |
||||
color: #FFF; |
||||
right: -6px; |
||||
text-align: right; |
||||
padding-right: 6px; |
||||
width: 100%; } |
||||
|
||||
.mfp-counter { |
||||
position: absolute; |
||||
top: 0; |
||||
right: 0; |
||||
color: #CCC; |
||||
font-size: 12px; |
||||
line-height: 18px; |
||||
white-space: nowrap; } |
||||
|
||||
.mfp-arrow { |
||||
position: absolute; |
||||
opacity: 0.65; |
||||
margin: 0; |
||||
top: 50%; |
||||
margin-top: -55px; |
||||
padding: 0; |
||||
width: 90px; |
||||
height: 110px; |
||||
-webkit-tap-highlight-color: transparent; } |
||||
.mfp-arrow:active { |
||||
margin-top: -54px; } |
||||
.mfp-arrow:hover, |
||||
.mfp-arrow:focus { |
||||
opacity: 1; } |
||||
.mfp-arrow:before, |
||||
.mfp-arrow:after { |
||||
content: ''; |
||||
display: block; |
||||
width: 0; |
||||
height: 0; |
||||
position: absolute; |
||||
left: 0; |
||||
top: 0; |
||||
margin-top: 35px; |
||||
margin-left: 35px; |
||||
border: medium inset transparent; } |
||||
.mfp-arrow:after { |
||||
border-top-width: 13px; |
||||
border-bottom-width: 13px; |
||||
top: 8px; } |
||||
.mfp-arrow:before { |
||||
border-top-width: 21px; |
||||
border-bottom-width: 21px; |
||||
opacity: 0.7; } |
||||
|
||||
.mfp-arrow-left { |
||||
left: 0; } |
||||
.mfp-arrow-left:after { |
||||
border-right: 17px solid #FFF; |
||||
margin-left: 31px; } |
||||
.mfp-arrow-left:before { |
||||
margin-left: 25px; |
||||
border-right: 27px solid #3F3F3F; } |
||||
|
||||
.mfp-arrow-right { |
||||
right: 0; } |
||||
.mfp-arrow-right:after { |
||||
border-left: 17px solid #FFF; |
||||
margin-left: 39px; } |
||||
.mfp-arrow-right:before { |
||||
border-left: 27px solid #3F3F3F; } |
||||
|
||||
.mfp-iframe-holder { |
||||
padding-top: 40px; |
||||
padding-bottom: 40px; } |
||||
.mfp-iframe-holder .mfp-content { |
||||
line-height: 0; |
||||
width: 100%; |
||||
max-width: 900px; } |
||||
.mfp-iframe-holder .mfp-close { |
||||
top: -40px; } |
||||
|
||||
.mfp-iframe-scaler { |
||||
width: 100%; |
||||
height: 0; |
||||
overflow: hidden; |
||||
padding-top: 56.25%; } |
||||
.mfp-iframe-scaler iframe { |
||||
position: absolute; |
||||
display: block; |
||||
top: 0; |
||||
left: 0; |
||||
width: 100%; |
||||
height: 100%; |
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); |
||||
background: #000; } |
||||
|
||||
/* Main image in popup */ |
||||
img.mfp-img { |
||||
width: auto; |
||||
max-width: 100%; |
||||
height: auto; |
||||
display: block; |
||||
line-height: 0; |
||||
box-sizing: border-box; |
||||
padding: 40px 0 40px; |
||||
margin: 0 auto; } |
||||
|
||||
/* The shadow behind the image */ |
||||
.mfp-figure { |
||||
line-height: 0; } |
||||
.mfp-figure:after { |
||||
content: ''; |
||||
position: absolute; |
||||
left: 0; |
||||
top: 40px; |
||||
bottom: 40px; |
||||
display: block; |
||||
right: 0; |
||||
width: auto; |
||||
height: auto; |
||||
z-index: -1; |
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); |
||||
background: #444; } |
||||
.mfp-figure small { |
||||
color: #BDBDBD; |
||||
display: block; |
||||
font-size: 12px; |
||||
line-height: 14px; } |
||||
.mfp-figure figure { |
||||
margin: 0; } |
||||
|
||||
.mfp-bottom-bar { |
||||
margin-top: -36px; |
||||
position: absolute; |
||||
top: 100%; |
||||
left: 0; |
||||
width: 100%; |
||||
cursor: auto; } |
||||
|
||||
.mfp-title { |
||||
text-align: left; |
||||
line-height: 18px; |
||||
color: #F3F3F3; |
||||
word-wrap: break-word; |
||||
padding-right: 36px; } |
||||
|
||||
.mfp-image-holder .mfp-content { |
||||
max-width: 100%; } |
||||
|
||||
.mfp-gallery .mfp-image-holder .mfp-figure { |
||||
cursor: pointer; } |
||||
|
||||
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { |
||||
/** |
||||
* Remove all paddings around the image on small screen |
||||
*/ |
||||
.mfp-img-mobile .mfp-image-holder { |
||||
padding-left: 0; |
||||
padding-right: 0; } |
||||
.mfp-img-mobile img.mfp-img { |
||||
padding: 0; } |
||||
.mfp-img-mobile .mfp-figure:after { |
||||
top: 0; |
||||
bottom: 0; } |
||||
.mfp-img-mobile .mfp-figure small { |
||||
display: inline; |
||||
margin-left: 5px; } |
||||
.mfp-img-mobile .mfp-bottom-bar { |
||||
background: rgba(0, 0, 0, 0.6); |
||||
bottom: 0; |
||||
margin: 0; |
||||
top: auto; |
||||
padding: 3px 5px; |
||||
position: fixed; |
||||
box-sizing: border-box; } |
||||
.mfp-img-mobile .mfp-bottom-bar:empty { |
||||
padding: 0; } |
||||
.mfp-img-mobile .mfp-counter { |
||||
right: 5px; |
||||
top: 3px; } |
||||
.mfp-img-mobile .mfp-close { |
||||
top: 0; |
||||
right: 0; |
||||
width: 35px; |
||||
height: 35px; |
||||
line-height: 35px; |
||||
background: rgba(0, 0, 0, 0.6); |
||||
position: fixed; |
||||
text-align: center; |
||||
padding: 0; } } |
||||
|
||||
@media all and (max-width: 900px) { |
||||
.mfp-arrow { |
||||
-webkit-transform: scale(0.75); |
||||
transform: scale(0.75); } |
||||
.mfp-arrow-left { |
||||
-webkit-transform-origin: 0; |
||||
transform-origin: 0; } |
||||
.mfp-arrow-right { |
||||
-webkit-transform-origin: 100%; |
||||
transform-origin: 100%; } |
||||
.mfp-container { |
||||
padding-left: 6px; |
||||
padding-right: 6px; } } |
@ -0,0 +1,8 @@
|
||||
/*! ####################################################################### |
||||
|
||||
MeanMenu 2.0.7 |
||||
-------- |
||||
|
||||
To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/) |
||||
|
||||
####################################################################### */a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important} |
@ -0,0 +1,88 @@
|
||||
.sonny_progressbar { |
||||
margin-bottom: 16px; |
||||
} |
||||
.sonny_progressbar p.title { |
||||
font-size: 18px; |
||||
line-height: 20px; |
||||
margin: 0; |
||||
padding: 10px 0; |
||||
} |
||||
.sonny_progressbar .bar-container { |
||||
position: relative; |
||||
height: 40px; |
||||
border-radius: 25px; |
||||
} |
||||
.sonny_progressbar .bar-container.shadow { |
||||
-moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5); |
||||
-webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5); |
||||
box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5); |
||||
} |
||||
.sonny_progressbar .backgroundBar { |
||||
position: absolute; |
||||
bottom: 0; |
||||
top: 0; |
||||
left: 0; |
||||
right: 0; |
||||
} |
||||
.sonny_progressbar .bar { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
height: 100%; |
||||
border-radius: 25px; |
||||
} |
||||
.sonny_progressbar .targetBar { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
height: 100%; |
||||
-webkit-animation: Animation 2s infinite ease-in-out; |
||||
-moz-animation: Animation 2s infinite ease-in-out; |
||||
animation: Animation 2s infinite ease-in-out; |
||||
} |
||||
.sonny_progressbar .targetBar.loader { |
||||
-webkit-animation: AnimationB 4s infinite ease-in-out; |
||||
-moz-animation: AnimationB 4s infinite ease-in-out; |
||||
animation: AnimationB 4s infinite ease-in-out; |
||||
background-image: url('animated-overlay.gif'); |
||||
} |
||||
.sonny_progressbar .bar-container.border .bar, .sonny_progressbar .bar-container.border .targetBar, .sonny_progressbar .bar-container.border .backgroundBar { |
||||
border-bottom: 3px solid rgba(0,0,0,.2); |
||||
} |
||||
.sonny_progressbar .progress-percent { |
||||
font-size: 20px; |
||||
position: absolute; |
||||
right: 15px; |
||||
top:-24px; |
||||
} |
||||
|
||||
@keyframes Animation { |
||||
0% { opacity:.4; } |
||||
50% { opacity:1; } |
||||
100% { opacity:.4; } |
||||
} |
||||
@-moz-keyframes Animation{ |
||||
0% { opacity:.4; } |
||||
50% { opacity:1; } |
||||
100% { opacity:.4; } |
||||
} |
||||
@-webkit-keyframes Animation{ |
||||
0% { opacity:.4; } |
||||
50% { opacity:1; } |
||||
100% { opacity:.4; } |
||||
} |
||||
@keyframes AnimationB { |
||||
0% { opacity:.01; } |
||||
50% { opacity:.1; } |
||||
100% { opacity:.01; } |
||||
} |
||||
@-moz-keyframes AnimationB { |
||||
0% { opacity:.01; } |
||||
50% { opacity:.1; } |
||||
100% { opacity:.01; } |
||||
} |
||||
@-webkit-keyframes AnimationB { |
||||
0% { opacity:.01; } |
||||
50% { opacity:.1; } |
||||
100% { opacity:.01; } |
||||
} |
@ -0,0 +1,145 @@
|
||||
.about-content-wrap { |
||||
padding-left: 20px; |
||||
} |
||||
|
||||
.about-img-wrap { |
||||
position: relative; |
||||
z-index: 1; |
||||
} |
||||
|
||||
.section-title { |
||||
position: relative; |
||||
margin-bottom: 30px; |
||||
} |
||||
|
||||
.section-title h2 { |
||||
font-size: 55px; |
||||
font-weight: 700; |
||||
line-height: 65px; |
||||
color: #181818; |
||||
} |
||||
.mt-40 { |
||||
margin-top: 40px; |
||||
} |
||||
.mt-60 { |
||||
margin-top: 60px; |
||||
} |
||||
|
||||
.single-counter-box p { |
||||
font-size: 60px; |
||||
font-weight: 600; |
||||
color: #212531; |
||||
line-height: 1; |
||||
display: inline-block; |
||||
} |
||||
|
||||
@media (max-width: 767px) { |
||||
.single-counter-box { |
||||
margin-top: 30px; |
||||
margin-bottom: 30px; |
||||
} |
||||
} |
||||
|
||||
.single-counter-box span { |
||||
color: #FE574F; |
||||
font-size: 30px; |
||||
margin-left: 10px; |
||||
position: relative; |
||||
top: -30px; |
||||
} |
||||
|
||||
h1, |
||||
h2, |
||||
h3, |
||||
h4, |
||||
h5, |
||||
h6 { |
||||
position: relative; |
||||
color: #181818; |
||||
font-family: "DM Sans", sans-serif; |
||||
font-weight: 400; |
||||
margin: 0; |
||||
} |
||||
|
||||
p { |
||||
font-family: "DM Sans", sans-serif; |
||||
font-size: 17px; |
||||
font-weight: 400; |
||||
line-height: 27px; |
||||
position: relative; |
||||
color: #797C7F; |
||||
} |
||||
|
||||
button, |
||||
input, |
||||
textarea, |
||||
a:hover, |
||||
a:focus, |
||||
a:visited { |
||||
text-decoration: none; |
||||
outline: none; |
||||
outline-width: 0 !important; |
||||
} |
||||
|
||||
/*Button Style */ |
||||
.theme-btn, .dark-btn, .white-btn, .bordered-btn { |
||||
display: inline-flex; |
||||
background: #FE574F; |
||||
color: #fff; |
||||
font-size: 15px; |
||||
font-weight: 700; |
||||
line-height: 16px; |
||||
letter-spacing: 1px; |
||||
text-transform: uppercase; |
||||
padding: 16px 32px; |
||||
border: 2px solid #FE574F; |
||||
text-align: center; |
||||
cursor: pointer; |
||||
-webkit-transition: 0.3s; |
||||
transition: 0.3s; |
||||
} |
||||
|
||||
.about-bg-wrapper { |
||||
position: relative; |
||||
z-index: 1; |
||||
} |
||||
|
||||
.small-img { |
||||
position: absolute; |
||||
display: inline-block; |
||||
bottom: -30px; |
||||
left: 30px; |
||||
border: 10px solid #fff; |
||||
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08); |
||||
} |
||||
|
||||
@media (max-width: 767px) { |
||||
.small-img { |
||||
display: none; |
||||
} |
||||
} |
||||
|
||||
.image-one { |
||||
position: relative; |
||||
top: 0; |
||||
left: 0; |
||||
width: 70%; |
||||
} |
||||
@media (max-width: 767px) { |
||||
.image-one { |
||||
width: 80%; |
||||
} |
||||
} |
||||
|
||||
.image-two { |
||||
position: absolute; |
||||
bottom: -60px; |
||||
right: 20px; |
||||
width: 55%; |
||||
} |
||||
@media (max-width: 767px) { |
||||
.image-two { |
||||
width: 65%; |
||||
right: 0; |
||||
} |
||||
} |
After Width: | Height: | Size: 444 KiB |
After Width: | Height: | Size: 176 KiB |
After Width: | Height: | Size: 220 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 315 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 245 KiB |
After Width: | Height: | Size: 120 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 492 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 154 KiB |
After Width: | Height: | Size: 287 KiB |
After Width: | Height: | Size: 342 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 105 KiB |
After Width: | Height: | Size: 127 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 131 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 839 B |
After Width: | Height: | Size: 748 B |
After Width: | Height: | Size: 428 B |
After Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 138 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 899 B |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 124 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 498 KiB |
After Width: | Height: | Size: 529 KiB |
After Width: | Height: | Size: 471 KiB |
After Width: | Height: | Size: 382 KiB |
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 83 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 820 B |
After Width: | Height: | Size: 853 B |
After Width: | Height: | Size: 904 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.5 KiB |