| Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/newfinehome/ |
| Current File : /home/zqegovsj/www/us3web.haibo.com.cn/newfinehome/index-bak.php |
<?php
include("function.php");
$pagekeyword=$company['2'].', '.$lang['words'][1];
$pagekeyword2=$company['2'].', '.$lang['words'][1].', '.$company['1'].','.$company['12'];
$pagekeyword3=$company['2'].', '.$lang['words'][1].', '.$company['1'].','.$company['12'];
$product_count=$db->selectone("select count(id) from ".$noe_version."_products where member_id=".$id." and state='1'");
if($product_count[0]==0){
$product=$db->selectarray("select id,name,picture,sn from ".$noe_version."_products where member_id=".$id." order by id desc limit 0,4");
} else {
$product=$db->selectarray("select id,name,picture,sn from ".$noe_version."_products where member_id=".$id." and state='1' order by ep_range desc limit 0,4");
}
include("head.php");
?>
<section>
<!-- Swiper-->
<div data-height="100vh" data-loop="false" data-dragable="false" data-min-height="280px" data-slide-effect="true" class="swiper-container swiper-slider">
<div class="swiper-wrapper">
<div data-slide-bg="images/slide.jpg" style="background-position: 80% center" class="swiper-slide">
</div>
</div>
<!-- Swiper Pagination-->
<div class="swiper-pagination"></div>
</div>
</section>
<section class="section-70 section-md-114 bg-index-body">
<div class="shell">
<div class="range text-sm-left range-sm-justify">
<div class="cell-sm-7 view-animate fadeInRightSm delay-04">
<div class="img-wrap-2">
<figure><img src="images/home-01-620-350.jpg" width="620" height="350" alt="" class="img-responsive reveal-inline-block"></figure>
</div>
</div>
<div class="cell-sm-5 offset-top-50 offset-sm-top-0">
<h2 class="home-headings-custom text-bold view-animate fadeInLeftSm delay-06">About Company</h2>
<div class="offset-top-35 offset-md-top-60 view-animate fadeInLeftSm delay-08">
<p><?=str_replace('src="/userfiles/','src="/userfiles/',$company[14])?></p>
</div>
<div class="offset-top-30 view-animate fadeInLeftSm delay-1"><a href="about.html" class="btn btn-ellipse btn-icon btn-icon-right btn-default"><span class="icon fa-arrow-right"></span><span><?=$lang['words'][153]?></span></a></div>
</div>
</div>
</div>
</section>
<section class="bg-madison section-70 section-md-114 text-center">
<div class="shell">
<h2 class="text-bold text-white view-animate fadeInUpSmall delay-04"><?=$lang['words'][165]?></h2>
<div class="offset-top-35 offset-md-top-60 text-white view-animate fadeInUpSmall delay-06">We are mainly in the industry of home products, earning us a good international reputation. </div>
<div class="range range-xs-center offset-top-60 text-sm-left">
<?php $i=1;while(@$a=mysqli_fetch_row($product)){?>
<div class="cell-sm-6 cell-md-3 view-animate fadeInRightSm delay-1">
<article class="post-news bg-white"><a href="product_<?=$a[0]?>_<?=$db->turn_name($a[1])?>.html"><img src="https://<?=$imgprod?>/upload/middle/<?=$a[2]?>" alt="<?=$a[1]?>" class="img-responsive img-fullwidth"></a>
<div class="post-news-body">
<h6><a href="product_<?=$a[0]?>_<?=$db->turn_name($a[1])?>.html"><?=$a[1]?></a></h6>
</div>
</article>
</div><?php $i++?>
<?php if(($i-1)%4==0&&($i-1)!=4){?></div><div class="range top_offset_2"><?php }?>
<?php }?>
</div>
<div class="offset-top-50 view-animate fadeInUpSmall"><a href="product.html" class="btn btn-ellipse btn-primary">View All Products</a></div>
</div>
</section>
<?php include("foot.php");
?>