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

141 lines
6.7 KiB
PHTML
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>Vision and Mission|Orico culture</title>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/subject/culture.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">
{include file="include/top" /}
{include file="include/top-header" /}
</div>
</header>
{include file="include/top-header-mobile" /}
<!--top End-->
<div class="culture_top ">
<img src="__PUBLIC__/weben/images/Introductionimg/Our1Brand.png">
<div class="culture_bril_con swt-Container">
<div class="culture_bril_div">
<div class="iconimg"><img src="__PUBLIC__/weben/images/Introductionimg/product1.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="culture_bril_div">
<div class="iconimg"><img src="__PUBLIC__/weben/images/Introductionimg/product2.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="culture_bril_div">
<div class="iconimg"><img src="__PUBLIC__/weben/images/Introductionimg/product3.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>
<div class="culture_vision">
<div class="swt-Container">
<div class="title">
<!--Vision and Mission-->
</div>
<div class="swt-Table img-responsive">
<div id="tab1" class="Table-Row">
<div class="Table-Cell left"><img src="__PUBLIC__/web/images/culture/vision-01.jpg"></div>
<div class="Table-Cell center"></div>
<div class="Table-Cell right">
<p class="subtitle">Deep Research on USB Technology</p>
<p class="des"> The development and innovation of USB technology is vast and infinite. For a long time in the future, ORICO will concentrate on the exploration and innovation of USB technology and use it more in transmission, power, audio and video to better facilitate people and promote the breakthrough transformation of transmission technology. Rome was not built in one day. We know that only by bringing together small changes will it be possible to explore greater innovations, and make our career endless through accumulation. </p>
</div>
</div>
</div>
<div class="swt-Table img-responsive culture_vision_02">
<div id="tab2" class="Table-Row">
<div class="Table-Cell left"><p class="subtitle">Provide Better Choices for A Better Life</p>
<p class="des"> Change is not only the responsibility of each ORICO employee, but also the opportunity. We expect our change, just like our brand's iconic element, Archimedes screw, to make small changes and corrections in the direction, and to continue to radiate farther away to explore the unknown. Our initial dream of the departure will be as clear as ever. ORICO hopes to explain the power of change to employees, users, and the wider world!</p></div>
<div class="Table-Cell center"></div>
<div class="Table-Cell right"><img src="__PUBLIC__/web/images/culture/vision-02.jpg"></div>
</div>
</div>
<div class="swt-Table img-responsive">
<div id="tab3" class="Table-Row">
<div class="Table-Cell left"><img src="__PUBLIC__/web/images/culture/vision-03.jpg"></div>
<div class="Table-Cell center"></div>
<div class="Table-Cell right">
<p class="subtitle">Power of Change</p>
<p class="des">For the public, ORICO advocates to change the “habitual” lifestyle, encourages everyone to pursue a better life!</p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$('.culture_bril_div').addClass('animated fadeInUp');
$(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 = $('#tab1'); // the element to act on if viewable
goScroll(myelement);
var myelement2 = $('#tab2'); // the element to act on if viewable
goScroll(myelement2);
var myelement3 = $('#tab3'); // the element to act on if viewable
goScroll(myelement3);
function goScroll(obj){
$(window).scroll(function() {
if(isScrolledIntoView(obj)) {
$(obj).find('.left').addClass('animated fadeInLeft');
$(obj).find('.right').addClass('animated fadeInRight');
}
});
}
});
</script>
<!-- bottom s -->
{include file="include/bottom" /}
<!-- bottom e -->
</body>
</html>