<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1 ,user-scalable=no" />
		<link rel="stylesheet" type="text/css" href="/static/style/css/animate.css" />
		<link rel="stylesheet" href="/static/style/css/docs.theme.min.css">
		<link rel="stylesheet" href="/static/style/css/owl.carousel.min.css">
		<link rel="stylesheet" type="text/css" href="/static/style/css/index.css" />
		<script src="/static/style/js/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8"></script>
		<script src="/static/style/js/owl.carousel.js" type="text/javascript" charset="utf-8"></script>
		<title>南京石林集团有限公司</title>
        <meta name="keywords" content="石林集团" />
        <meta name="description" content="石林集团" />
	</head>
	<body>
		
		<!--手机导航-->
		<div class="xs-top">
		  <div class="mobile">
		    <div class="mobile-inner">
		      <div class="mobile-inner-header">
		        <div class="logo-mobile"> <a href="/"><img style="width: 100%;" src="/static/style/images/logo.png" /> </a></div>
		        <div class="mobile-inner-header-icon mobile-inner-header-icon-out"><span></span><span></span><span></span></div>
		      </div>
		      <div class="mobile-inner-nav">
		        <div class="subNavBox1"> 
		          <div class="subNav1"><a href="/" style="color:#fff;">网站首页</a></div>
		           
		          		               
		                  		                  <div class="subNav1">关于我们</div>
		                  <ul class="navContent1 clearfixed">
		                      		                      <h1 class="xg-mobile-bt"><a href="/about#a1">集团概况</a></h1>
		                      <h1 class="xg-mobile-bt"><a href="/about#a2">企业文化</a></h1>
		                      <h1 class="xg-mobile-bt"><a href="/about#a3">科技与创新</a></h1>
		                      <h1 class="xg-mobile-bt"><a href="/about#a4">社会责任</a></h1>
		                      		                  </ul>
		                  		              		          		           
		          		              		          		           
		          		              		          		           
		          		              		          		           
		          		              		          		           
		          		               
		                  		                  <div class="subNav1">服务项目</div>
		                  <ul class="navContent1 clearfixed">
		                      		                      		                          		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/project-business/" >商业</a></h1>
		                          		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/project-home/" >家居</a></h1>
		                          		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/project-house/" >住宅</a></h1>
		                          		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/project-tourism/" >文旅</a></h1>
		                          		                      		                      		                  </ul>
		                  		              		          		           
		          		           
		          		              		          		           
		          		           
		          		           
		          		           
		          		              		          		           
		          		           
		          		           
		          		           
		          		              		          		           
		          		           
		          		           
		          		           
		          		              		          		           
		          		           
		          		           
		          		               
		                  		                  <div class="subNav1">招商租赁</div>
		                  <ul class="navContent1 clearfixed">
		                      		                      		                          		                          <h1 class="xg-mobile-bt"><a href="/merchants/" target="_blank">品牌商入口</a></h1>
		                          		                      		                          		                          <h1 class="xg-mobile-bt"><a href="/merchants/" target="_blank">经销商入口</a></h1>
		                          		                      		                      		                  </ul>
		                  		              		          		           
		          		              		          		           
		          		              		          		           
		          		               
		                  		                  <div class="subNav1">新闻中心</div>
		                  <ul class="navContent1 clearfixed">
		                      		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/news-group/" >集团新闻</a></h1>
		                          		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/news-project/" >项目资讯</a></h1>
		                          		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/news-media/" >媒体报道</a></h1>
		                          		                      		                      		                  </ul>
		                  		              		          		           
		          		              		          		           
		          		              		          		           
		          		              		          		           
		          		               
		                  		                  <div class="subNav1">人才招聘</div>
		                  <ul class="navContent1 clearfixed">
		                      		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/join-school/" >校园招聘</a></h1>
		                          		                      		                          		                          <h1 class="xg-mobile-bt"><a href="https://www.shilincn.com/join-society/" >社会招聘</a></h1>
		                          		                      		                      		                  </ul>
		                  		              		          		           
		          		              		          		           
		          		              		          		           
		          		           
		          		               
		                  		                  <div class="subNav1"><a href="https://www.shilincn.com/contact/" style="color:#fff;" >联系我们</a></div>
		                  		              		          		          		          
		      </div>
		    </div>
		  </div>
		</div>
		</div>
		<script type="text/javascript">
				$(function(){
		            $(".mobile-inner-header-icon").click(function () {
			            $(this).toggleClass("mobile-inner-header-icon-click mobile-inner-header-icon-out");
			            $(".mobile-inner-nav").slideToggle();
			        });
			    	var show = 0;
					$('.mobile-inner-header-icon').click(function(){
						if(show==0){
							$(this).addClass('active_mobile');
							show = 1;
						}else{
							$(this).removeClass('active_mobile');
							show = 0;
						}
						
					})
			    $(".subNav1").click(function () {
                    $(this).toggleClass("currentDd1").siblings(".subNav1").removeClass("currentDd1")
                    $(this).toggleClass("currentDt1").siblings(".subNav1").removeClass("currentDt1")

                    // 修改数字控制速度， slideUp(500)控制卷起速度
                    $(this).next(".navContent1").slideToggle(500).siblings(".navContent1").slideUp(500);
                })
			    })
		</script> 
		<!--手机导航-->
		
		<div class="header ">
			<div class="header-nav">
				<div class="logo">
					<a href="/">
						<img class="logo-img" src="/static/style/images/logo.png"/>
						<img class="logo-img-s" src="/static/style/images/logo-s.png"/>
					</a>
				</div>
				<div class="header-fr">
					<div class="search-btn">
						<img class="search-img" src="/static/style/images/search.png"/>
						<img class="search-img-s" src="/static/style/images/search-s.png"/>
					</div>
					<div class="header-menuBtn">
						<div class="menu-line">
							<span></span>
							<span></span>
							<span></span>
						</div>
						<p>菜单</p>
					</div>
					<div class="header-menuList">
						<ul>
							<li>
								<a href="/">网站首页</a>
							</li>
							 
        		                    		                 
        		                <li>
        		                    <a href="https://www.shilincn.com/about/" >关于我们</a>
        		                            		                        <dl>
        		                                        		                      <dd><a href="/about#a1">集团概况</a></dd>
            		                      <dd><a href="/about#a2">企业文化</a></dd>
            		                      <dd><a href="/about#a3">科技与创新</a></dd>
            		                      <dd><a href="/about#a4">社会责任</a></dd>
            		                      		                                </dl>
		                            		                        		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                 
        		                <li>
        		                    <a href="https://www.shilincn.com/project/" >服务项目</a>
        		                            		                        <dl>
        		                                        		                            		                                        		                                    		                                        		                                    <dd><a href="https://www.shilincn.com/project-business/" >商业</a></dd>
    		                                        		                                    		                                        		                                    <dd><a href="https://www.shilincn.com/project-home/" >家居</a></dd>
    		                                        		                                    		                                        		                                    <dd><a href="https://www.shilincn.com/project-house/" >住宅</a></dd>
    		                                        		                                    		                                        		                                    <dd><a href="https://www.shilincn.com/project-tourism/" >文旅</a></dd>
    		                                        		                                    		                               		                                </dl>
		                            		                        		                        </li>
		                    		                     
        		            		                     
        		                    		                		                        </li>
		                    		                     
        		            		                     
        		            		                     
        		            		                     
        		                    		                		                        </li>
		                    		                     
        		            		                     
        		            		                     
        		            		                     
        		                    		                		                        </li>
		                    		                     
        		            		                     
        		            		                     
        		            		                     
        		                    		                		                        </li>
		                    		                     
        		            		                     
        		            		                     
        		                    		                 
        		                <li>
        		                    <a href="https://www.shilincn.com/merchants/" >招商租赁</a>
        		                            		                        <dl>
        		                                        		                            		                                        		                                    <dd><a href="/merchants/" target="_blank">品牌商入口</a></dd>
    		                                        		                                    		                                        		                                    <dd><a href="/merchants/" target="_blank">经销商入口</a></dd>
    		                                        		                                    		                               		                                </dl>
		                            		                        		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                 
        		                <li>
        		                    <a href="https://www.shilincn.com/news/" >新闻中心</a>
        		                            		                        <dl>
        		                                        		                            		                                        		                                    <dd><a href="https://www.shilincn.com/news-group/" >集团新闻</a></dd>
    		                                        		                                    		                                        		                                    <dd><a href="https://www.shilincn.com/news-project/" >项目资讯</a></dd>
    		                                        		                                    		                                        		                                    <dd><a href="https://www.shilincn.com/news-media/" >媒体报道</a></dd>
    		                                        		                                    		                               		                                </dl>
		                            		                        		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                 
        		                <li>
        		                    <a href="/join-school/" target="_blank">人才招聘</a>
        		                            		                        <dl>
        		                                        		                            		                                        		                                    <dd><a href="https://www.shilincn.com/join-school/" >校园招聘</a></dd>
    		                                        		                                    		                                        		                                    <dd><a href="https://www.shilincn.com/join-society/" >社会招聘</a></dd>
    		                                        		                                    		                               		                                </dl>
		                            		                        		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		                    		                		                        </li>
		                    		                     
        		            		                     
        		                    		                 
        		                <li>
        		                    <a href="https://www.shilincn.com/contact/" >联系我们</a>
        		                    		                        		                        </li>
		                    		                    						</ul>
					</div>
					<script>
                        /*一级栏目指向下级第一个栏目*/
                        $('.header-menuList li').each(function(){
                            var _this = $(this);
                            if($('dl', this).size() > 0){
                                var href = _this.find('dd:first a').attr('href');
                                if(href.indexOf('#') < 0){
                                    _this.find('a:first').attr('href', href);
                                }
                            }
                        });
                    </script>
				</div>
			</div>
			<div class="search-input">
				<input type="text" name="word" id="word" value="" />
				<div class="search-input-btn">
					<img class="search-img-s" src="/static/style/images/search-s.png"/>
				</div>
			</div>
		</div>
		
		<script>
		/*回车提交搜索*/
	    function keyLogin(){
    		if(event.keyCode==13) $(".search-input-btn").click();
    	}
    	
		$(function(){
		    $('.header').hover(function(){
				if($('.header-menuBtn').hasClass('.active_menu')){
					$('.header-menuBtn').removeClass('active_menu');
					$('.header-menuList').removeClass('show-menuList');
					$('.header-menuList').slideUp();
				}else{
					$('.header-menuBtn').addClass('active_menu');
					$('.header-menuList').addClass('show-menuList');
					$('.header-menuList').slideDown();
				}
			},function(){
				$('.header-menuBtn').removeClass('active_menu');
				$('.header-menuList').removeClass('show-menuList');
				$('.search-input').slideUp();
				$('.header-menuList').slideUp();
			})
			
			
			$('.search-btn').click(function(){
				$('.search-input').slideToggle();
			})
			
			$('body').keydown(function(){
			    keyLogin();
			})
			
			/*搜索功能实现*/
			$('.search-input-btn').click(function(){
			    var kw = $('#word').val();
			    if(kw != ''){
			        location.href = '/searchAll?molds[]=article&molds[]=project&word=' + kw;
			    }
			    else{
			        $('#word').focus();
			    }
			})
			
			
						$(window).scroll(function(){
				var scrollHight=$(window).scrollTop();
				if(scrollHight != 0){
					$('.header').addClass('spHead');
				}else{
					$('.header').removeClass('spHead');
				}				
			})
						
			$('.ne-positionList a:last').removeAttr('href').css('cursor','text');
		})   
		</script>
		<style>
		    .new-nr-fl {
		        width: 74%;
		    }
		    .new-nr-fr {
                width: 24%;
            }
		</style>
		
		<div class="home-banner">
			<section id="demos">
				<div class="row">
					<div class="large-12 columns">
						<div class="owl-carousel">
														<div class="item">
								<img src="/static/upload/2021/11/04/202111043969.jpg"/>
								<div class="banner-title">
									<h3>家居商业连锁、房地产开发两大支柱产业</h3>
									<h4>Two pillar industries</h4>
								</div>
								
							</div>
                            							<div class="item">
								<img src="/static/upload/2021/11/04/202111047462.jpg"/>
								<div class="banner-title">
									<h3>家居商业连锁、房地产开发两大支柱产业</h3>
									<h4>Two pillar industries</h4>
								</div>
								
							</div>
                            							<div class="item">
								<img src="/static/upload/2024/01/11/202401114811.jpg"/>
								<div class="banner-title">
									<h3>家居商业连锁、房地产开发两大支柱产业</h3>
									<h4>Two pillar industries</h4>
								</div>
								
							</div>
                            							<div class="item">
								<img src="/static/upload/2023/03/21/202303217740.jpg"/>
								<div class="banner-title">
									<h3>家居商业连锁、房地产开发两大支柱产业</h3>
									<h4>Two pillar industries</h4>
								</div>
								
							</div>
                            							<div class="item">
								<img src="/static/upload/2021/11/04/202111048725.jpg"/>
								<div class="banner-title">
									<h3>家居商业连锁、房地产开发两大支柱产业</h3>
									<h4>Two pillar industries</h4>
								</div>
								
							</div>
                            						</div>
					</div>
				</div>
			</section>
			<!--<div class="ohter-link">
				<ul>
					<li><a href="#"><img src="/static/style/images/wx-i1.png"/></a></li>
					<li><a href="##"><img src="/static/style/images/wb-i1.png"/></a></li>
					<li><a href="###"><img src="/static/style/images/tel-i1.png"/></a></li>
				</ul>
			</div>-->
		</div>
		
		<div class="home-about">
			<div class="home-about-bg wow fadeInLeft animated" data-wow-duration="2s">
				<img src="/static/style/images/ab-i1.png"/>
			</div>
			<div class="home-about-content">
				<div class="home-about-fl wow fadeInLeft animated" data-wow-duration="2s">
					<!--<h5>集团简介</h5>-->
					<h3>石林集团</h3>
					<h6>——全球多业态生活供应商——</h6>
					<p>南京石林集团创立于1984年，经过39年的快速稳健发展，已成长为一个以家居商业连锁和房地产开发为两大支柱产业的大型民营企业集团。目前，石林集团旗下拥有石林家居连锁、雨花城镇开发公司、裕胜开发公司、石林百货等多家子公司，固定资产近100亿，年产值近40亿，为南京市十大商贸流通企业之一。</p>
					<ul>
					    
						<li>
							<a href="https://www.shilincn.com/about-culture/">
								<div class="home-about-icon">
									<img src="/static/style/images/ab-i3.png"/>
								</div>
								<div class="home-about-link">
									<h4>企业文化</h4>
									<span>“务实” “研究” “创新” “发展”</span>
								</div>
							</a>
						</li>
						<li>
							<a href="https://www.shilincn.com/about-responsibility/">
								<div class="home-about-icon">
									<img src="/static/style/images/ab-i2.png"/>
								</div>
								<div class="home-about-link">
									<h4>社会责任</h4>
									<span>亿元纳税大户丨慈善公益事业先锋单位</span>
								</div>
							</a>
						</li>
						
						<li>
							<a href="https://www.shilincn.com/contact/">
								<div class="home-about-icon">
									<img src="/static/style/images/ab-i4.png"/>
								</div>
								<div class="home-about-link">
									<h4>联系我们</h4>
									<span>结合公司战略发展的需要，对员工进行有计划的培训。</span>
								</div>
							</a>
						</li>
					</ul>
				</div>
				<div class="home-about-fr wow fadeInRight animated" data-wow-duration="2s">
					<img src="/static/style/images/home-about.jpg"/>
				</div>
			</div>
		</div>
		
		<div class="home-project">
			<div class="home-projectImg">
				<ul>
										<li>
						<img class="pc-proImg" src="/static/upload/2024/01/11/202401117823.jpg"/>
						<img class="mobile-proImg" src="/static/upload/2024/01/11/202401118317.jpg"/>
					</li>
                    					<li>
						<img class="pc-proImg" src="/static/upload/2021/09/02/202109026447.jpg"/>
						<img class="mobile-proImg" src="/static/upload/2021/10/09/202110091413.png"/>
					</li>
                    					<li>
						<img class="pc-proImg" src="/static/upload/2021/09/18/202109188849.jpg"/>
						<img class="mobile-proImg" src="/static/upload/2021/09/30/202109304591.jpg"/>
					</li>
                    					<li>
						<img class="pc-proImg" src="/static/upload/2021/09/09/202109098178.jpg"/>
						<img class="mobile-proImg" src="/static/upload/2021/09/02/202109027679.jpg"/>
					</li>
                    					<li>
						<img class="pc-proImg" src="/static/upload/2021/09/26/202109269049.jpg"/>
						<img class="mobile-proImg" src="/static/upload/2021/09/02/202109028601.jpg"/>
					</li>
                    					<li>
						<img class="pc-proImg" src="/static/upload/2021/09/14/202109142687.jpg"/>
						<img class="mobile-proImg" src="/static/upload/2021/09/14/202109144510.jpg"/>
					</li>
                    				</ul>
			</div>
			<div class="home-project-content">
				<div class="home-project-top">
					<div class="w1416">
						<div class="home-project-title">
							<h3>服务项目</h3>
							<span>全球多业态生活供应商</span>
						</div>
					</div>
				</div>
				<div class="home-project-bottom">
					<div class="project-nameList">
						<div class="w1416">
							<section id="demos">
								<div class="row">
									<div class="large-12 columns">
										<div class="owl-carousel2">
										    											<div class="item">
												<a href="https://www.shilincn.com/project-business/18.html">
													<p>石林家乐家</p>
												</a>
											</div>
																						<div class="item">
												<a href="https://www.shilincn.com/project-business/15.html">
													<p>石林光华茂</p>
												</a>
											</div>
																						<div class="item">
												<a href="https://www.shilincn.com/project-house/13.html">
													<p>石林云城</p>
												</a>
											</div>
																						<div class="item">
												<a href="https://www.shilincn.com/project-house/20.html">
													<p>石林大公园</p>
												</a>
											</div>
																						<div class="item">
												<a href="https://www.shilincn.com/project-house/10.html">
													<p>石林中心城</p>
												</a>
											</div>
																						<div class="item">
												<a href="https://www.shilincn.com/project-business/19.html">
													<p>北京石林广场</p>
												</a>
											</div>
																					</div>
									</div>
								</div>
							</section>
						</div>
					</div>
				</div>
			</div>
		</div>
		
		<div class="home-news">
			<div class="w1416">
				<div class="home-news-title">
					<div class="home-news-title-fl">
						<h3>新闻资讯</h3>
						<ul>
							  
							<li><a href="https://www.shilincn.com/news-group/">集团新闻</a></li>
                              
							<li><a href="https://www.shilincn.com/news-project/">项目资讯</a></li>
                              
							<li><a href="https://www.shilincn.com/news-media/">媒体报道</a></li>
                            						</ul>
					</div>
					<div class="home-news-title-fr">
						<a class="go-more" href="https://www.shilincn.com/news-group/">NEWS INFORMATION</a>
					</div>
					<div class="clear"></div>
				</div>
				<div class="home-news-content">
					<div class="home-news-top">
					    					    					    						<div class="home-news-top-fl">
							<a href="https://www.shilincn.com/news-project/23.html">
								<div class="home-news-date01">
									<h4><span>09</span>/09</h4>
									<p>2021</p>
								</div>
								<h5>新推实探！石林云城央境实景39#40#花园洋房销许申领中，年前交付！</h5>
							</a>
						</div>
						<div class="home-news-top-fr">
							<a href="https://www.shilincn.com/news-project/23.html">
								<img src="/static/upload/2021/09/24/202109248533.jpg"/>
							</a>
						</div>
											</div>
					<div class="home-news-bottom">
						<ul>
						    							<li>
								<a href="https://www.shilincn.com/news-project/264.html">
									<h5>2022.01.23  项目资讯</h5>
									<h4>2021优秀商户评选圆满举行，2022共奋斗同发展再创辉煌！</h4>
									<div class="new-more">查看更多</div>
								</a>
							</li>
														<li>
								<a href="https://www.shilincn.com/news-media/263.html">
									<h5>2022.01.23  媒体报道</h5>
									<h4>石林家乐家“雨爱同行”！慈善一日捐 ！点滴暖人心！</h4>
									<div class="new-more">查看更多</div>
								</a>
							</li>
														<li>
								<a href="https://www.shilincn.com/news-project/260.html">
									<h5>2022.01.18  项目资讯</h5>
									<h4>关于栖霞仙林中心D3地块（NO.2013G27）项目竣工环境保护验收意见的公示</h4>
									<div class="new-more">查看更多</div>
								</a>
							</li>
													</ul>
					</div>
				</div>
			</div>
		</div>
		
		<div class="footer">
			<div class="footer-top">
				<div class="w1416">
					<div class="footer-top-fl">
						<img class="footLogo" src="/static/style/images/logo2.png"/>
						<div class="footer-ewm">
							<div class="footer-ewmList">
								<img src="/static/style/images/ewm01.jpg"/>
								<p>手机网站</p>
							</div>
							<div class="footer-ewmList">
								<img src="/static/style/images/ewm02.jpg"/>
								<p>官方微信</p>
							</div>
						</div>
					</div>
					<div class="footer-top-fr">
						<dl>
							<dt><a href="https://www.shilincn.com/about/">关于我们</a></dt>
                            <dd><a href="/about#a1">集团概况</a></dd>
                            <dd><a href="/about#a2">企业文化</a></dd>
                            <dd><a href="/about#a3">科技与创新</a></dd>
                            <dd><a href="/about#a4">社会责任</a></dd>
						</dl>
						<dl>
							<dt><a href="https://www.shilincn.com/project-business/">服务项目</a></dt>
							  
							                              
							                            <dd><a href="https://www.shilincn.com/project-business/" >石林商业</a></dd>
                                                          
							                            <dd><a href="https://www.shilincn.com/project-home/" >石林家居</a></dd>
                                                          
							                            <dd><a href="https://www.shilincn.com/project-house/" >石林住宅</a></dd>
                                                          
							                            <dd><a href="https://www.shilincn.com/project-tourism/" >石林文旅</a></dd>
                                                        						</dl>
						<dl>
							<dt><a href="https://www.shilincn.com/merchants/">招商租赁</a></dt>
							  
							                            <dd><a href="/merchants/" target="_blank">品牌商入口</a></dd>
                                                          
							                            <dd><a href="/merchants/" target="_blank">经销商入口</a></dd>
                                                        						</dl>
						<dl>
							<dt><a href="https://www.shilincn.com/news-group/">新闻中心</a></dt>
							  
							                            <dd><a href="https://www.shilincn.com/news-group/" >集团新闻</a></dd>
                                                          
							                            <dd><a href="https://www.shilincn.com/news-project/" >项目资讯</a></dd>
                                                          
							                            <dd><a href="https://www.shilincn.com/news-media/" >媒体报道</a></dd>
                                                        						</dl>
						<dl>
							<dt><a href="https://www.shilincn.com/join-school/">人才招聘</a></dt>
							  
							                            <dd><a href="https://www.shilincn.com/join-school/" >校园招聘</a></dd>
                                                          
							                            <dd><a href="https://www.shilincn.com/join-society/" >社会招聘</a></dd>
                                                        						</dl>
						<dl>
							<dt><a href="https://www.shilincn.com" target="_blank">集团招标</a></dt>
							<dd><a href="https://www.shilincn.com" target="_blank">集团招标</a></dd>
						</dl>
						<dl>
							<dt><a href="https://www.shilincn.com/contact/">联系我们</a></dt>
							<dd><a href="https://www.shilincn.com/contact/">联系我们</a></dd>
						</dl>
					</div>
					<div class="clear"></div>
				</div>
			</div>
			<div class="footer-beian">				<p><span>石林集团全国服务监督热线：4006678080</span><span>石林集团客户投诉邮箱：tousu@shilincn.com</span></p>
				<p><span>版权所有：南京石林集团有限公司</span> <span>网站备案/许可证：<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">苏ICP备19027739号-1</a></span> <span>技术支持：恒网承建</span></p>
			</div>
		</div>
	</body>
	<script src="/static/style/js/wow.min.js"></script>
	<script type="text/javascript">
    	
		$(function(){
//			document.querySelector("meta[name=viewport]").setAttribute('content', 'width=device-width, initial-scale='+(1/window.devicePixelRatio));
			
			if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){
				new WOW().init();
			};
			var owl = $('.owl-carousel');
			owl.owlCarousel({
				items: 1,
				loop: true,
				margin: 0,
				autoplay: true,
				autoplayTimeout: 3000,
				autoplayHoverPause: false,
				smartSpeed:1500
			});
			
			var owl2 = $('.owl-carousel2');
			owl2.owlCarousel({
				items: 5,
				loop: false,
				margin: 0,
				autoplay: false,
				autoplayTimeout: 3000,
				autoplayHoverPause: false,
				smartSpeed:1000,
				responsive:{
			        0:{
			            items:2
			        },
			        769:{
			            items:5
			        }
			    }
			});
			$('.project-nameList .owl-item').eq(0).addClass('onItem');
			$('.home-projectImg ul li').eq(0).css('display','block');
//			$('.home-project-name').html($('.project-nameList .owl-item').eq(0).find('p').text());
			$('.project-nameList .owl-item').hover(function(){
				var indexNow = $(this).index()+1;
				console.log(indexNow)
				$(this).addClass('onItem');
				$(this).siblings().removeClass('onItem');
				$('.home-projectImg ul li').eq($(this).index()).css('display','block');
				$('.home-projectImg ul li').eq($(this).index()).siblings().css('display','none');
				var nr = $(this).find('p').text();
//				$('.home-project-name').html(nr);
			})			
			$('.owl-prev').empty();
			$('.owl-next').empty();
			
			$('.home-news-bottom ul li').height($('.home-news-bottom').height()-(85+70));
			
			
		})
	</script>
    <script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?7d6c1d63b3334b16a56b6492d2e9b2fa";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
</html>
