Files
orico-official-website-old/app/index/view/group/guide.phtml
2024-10-29 14:04:59 +08:00

117 lines
5.8 KiB
PHTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
{include file="include/head" /}
<meta charset="UTF-8">
<title>Brand Story|Orico</title>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/subject/brand0804.css">
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/animate.min.css">
</head>
<body>
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-white">
</div>
</header>
{include file="include/top-head2023" /}
<!--top End-->
<div class="img-responsive"><img src="__PUBLIC__/weben/images/Introductionimg/OurBrand.png" alt=""/></div>
<div class="our_brand_con">
<div class="our_brand_bg" id="our_brand_bg1">
<div class="vtext swt-Container">
<div class="Table-Cell left ">
<p class="title">Our Story</p>
<hr>
<p class="des">ORICO was founded in 2009, which is innovative high-tech enterprise rooted in R & D of intelligent digital peripherals. </p>
<p class="des">Based on strength of R & D, strict attitude of production, rich experience of R & D and long-term marketing planning, ORICO insists on providing more convenient products with high performance for individuals, families or enterprises. </p>
<p class="des">ORICO is well known for its reliable and innovative image. And it is remembered by cooperated partners deeply because of its fast speed, strict attitude, high quality. </p>
</div>
<div class="Table-Cell right "><img src="__PUBLIC__/weben/images/Introductionimg/our1.png"></div>
</div>
</div>
<div class="our_brand_bg" id="our_brand_bg2">
<div class="vtext swt-Container">
<div class="Table-Cell left ">
<p class="title">Our Mission</p>
<hr>
<p class="des">Orico focuses on the field of storage and transmission of data and power. With its diversifled product portfollo, the company meets the needs of consumers while allowing them to experience the changes and convenience brouaht by technoloay. </p>
<p class="des">Orico continues to create new praducts lead new market categories, and reshape the alobal consumption patterns of data access products.In the futute.Orico will rely on NAS.Decking Stations.UFSD flash drives.Cables.and other product portfolios to meet the global market's personalized data storage and transmission needs. We will also take social responsibility, promote resource reciprocity. and speak for Chinese companies and Chinese manufacturing.</p>
</div>
<div class="Table-Cell right "><img src="__PUBLIC__/weben/images/Introductionimg/our2.png"></div>
</div>
</div>
</div>
<!--品牌大记事-->
<div class="dis_bril_bg">
<div class="dis_bril_con swt-Container">
<div class="dis_bril_div">
<div class="iconimg"><img src="__PUBLIC__/weben/images/indeximg/eas.png"></div>
<div class="title">
<p>Sell well for 11 years worldwide</p>
</div>
<div class="subtitle">
<p>Since the establishment of ORICO, it has opened up domestic and overseas offline channels in many countries around the world for 11 years, and has independent agents and distributors in many countries. ORICO has been accepted by the industry in the external HDD enclosure and USB3.0 peripherals for four consecutive years, our fast charging surge protector keeps the top 5 in the rapid growth.</p>
</div>
</div>
<div class="dis_bril_div">
<div class="iconimg"><img src="__PUBLIC__/weben/images/indeximg/team.png"></div>
<div class="title">
<p>Superior R&D Team</p>
</div>
<div class="subtitle">
<p>We are committed to providing innovative and practical solutions for customers' needs. Established a professional R & D team of nearly 100 senior engineers, structural engineers, electronic engineers, etc. Develop thousands of products such as USB storage, USB expansion, USB power strip, USB charging, digital accessories, and quality peripherals. We maintain the R&D of new products every week.</p>
</div>
</div>
<div class="dis_bril_div">
<div class="iconimg"><img src="__PUBLIC__/weben/images/indeximg/channeng.png"></div>
<div class="title">
<p>Annual production capacity over 4B.</p>
</div>
<div class="subtitle">
<p>Adopting 5S management is the premise of creating excellent products. ORICO invested nearly 80 million to build Internet & Creativity Industrial Park, a comprehensive service center integrating innovation and technology training, project incubation, industry acceleration, investment and financing services, and more. The annual production capacity has steadily exceeded RMB 4 billion.(600 million USD</p>
</div>
</div>
</div>
</div>
<!-- bottom s -->
{include file="include/bottom" /}
<!-- bottom e -->
<script>
$(document).ready(function() {
function isScrolledIntoView(elem) {
var docViewTop = $(window).scrollTop();
var docViewBottom = docViewTop + $(window).height();
var elemTop = $(elem).offset().top;
var elemBottom = elemTop + $(elem).height();
return (elemTop <= docViewBottom);
}
var myelement = $('#our_brand_bg1'); // the element to act on if viewable
goScroll(myelement);
var myelement2 = $('#our_brand_bg2'); // the element to act on if viewable
goScroll(myelement2);
function goScroll(obj){
$(window).scroll(function() {
if(isScrolledIntoView(obj)) {
$(obj).find('.left').addClass('animated fadeInLeft');
$(obj).find('.right').addClass('animated fadeInRight');
}
});
}
});
</script>
</body>
</html>