<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
      lang="zh-cmn-Hans">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"">
    
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8""/>
        <meta name = "format-detection" content = "telephone=no">
        <meta name="format-detection" content="telephone=yes,email=no,address=no"/>
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
        <meta name="renderer" content="webkit"/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="author" content="公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156,service@hymake.com"/>
        <meta name="description" content="建设数据服务商"/>
    
    <meta name="keywords" content="智慧造价、智慧建造、招投标、电子交易、智慧房产、智慧运维、建设学堂"/>
    <title>首页 - 公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156科技-建设数据服务商</title>
<script src="/tongji.js"></script>
    
        <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
        <link href="/css/bootstrap/bootstrap.css" rel="stylesheet" type="text/css"/>
        <link href="/font/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css"/>
        <script type="text/javascript" src="/js/jquery/jquery-3.5.1.min.js" charset="utf-8"></script>
        <script type="text/javascript" src="/js/to-top/jquery.toTop.min.js" charset="utf-8"></script>
        <script type="text/javascript" src="/js/bootstrap/bootstrap.min.js" charset="utf-8"></script>
        <link href="/css/main/style.css" rel="stylesheet" type="text/css"/>
        <link href="/css/navbar/navbar.css" rel="stylesheet" type="text/css"/>
        <script type="text/javascript" src="/js/navbar/mobleFontSet.js" charset="utf-8"></script>
        <script type="text/javascript" src="/js/navbar/navbar.js" charset="utf-8"></script>
        <!--解决手机物理键返回上级页面刷新页面-->
       <!-- <script src="/js/jquery/jquery.cookie.min.js"></script>
        <script>
            $(function () {
                window.addEventListener('pageshow', function (event) {
                    if(event.persisted || window.performance && window.performance.navigation.type == 2){
                        console.log('window.performance.navigation.type: '+ window.performance.navigation.type)
                        //location.refresh();   //此处可以写你的实际应用的代码

                        var str =   window.location.href;
                        str = str.substring(str.lastIndexOf("/") );
                        if ($.cookie(str)) {//$.cookie()：取cookie；
                            $("html,body").animate({ scrollTop: $.cookie(str) }, 1000);
                        }else {
                        }
                    }
                },false);
            })
            $(window).scroll(function () {//滚动时，将滚动条的高度记录到cookie中
                var str = window.location.href;
                str = str.substring(str.lastIndexOf("/") );
                var top = $(document).scrollTop();
                $.cookie(str, top, { path: '/' });//保存到cookie中
                return $.cookie(str);
            })
        </script>-->
    
    
			<script>
				var _hmt = _hmt || [];
				(function() {
					var hm = document.createElement("script");
					hm.src = "https://www.baidu.com/hm.js?fb0400b3b0659261b3f38cf5e6028657";
					var s = document.getElementsByTagName("script")[0];
					s.parentNode.insertBefore(hm, s);
				})();
			</script>
		
    <!--轮播图 begin-->
    <link rel="stylesheet" type="text/css" href="/css/carousel/carousel.css">
    <link rel="stylesheet" type="text/css" href="/css/carousel/slick.css">
    <!--轮播图 end-->
    <style scoped="scoped">
        /*首页样式*/
        .main-content{

        }
        .content-title{
            padding-bottom: 0.62rem;
        }
        .content-title h4 {
            color: #0066cc;
            text-align: center;
            position: relative;
            padding: 0;
            padding-top: 0.75rem;
            padding-bottom: 0.25rem;
            display: inline-block;
            margin: 0;
            float: none !important;
            left: 50%;
            transform:translate(-50%,0);
            font-size: 24px;
        }

        .content-title h4:after {
            content: '';
            width: 30%;
            height: 2px;
            background-color: #0066cc;
            position: absolute;
            left: 50%;
            transform:translate(-50%,0);
            bottom: 0;
            min-width: 35px;
        }
        .news-part{
            padding:0 0.5rem;
        }
        .news-info{
            font-size: 0.26rem;
            color: #666666;
        }
        .news-content{
            display: -webkit-box;
            overflow: hidden;
            white-space: normal!important;
            text-overflow: ellipsis;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 0.43rem;
            font-size: 0.28rem;
        }
        .news-content>a{
            text-decoration: none;
            font-size: 0.28rem;
            color: #333333;
            text-align: justify;
        }
        .news-title{
            display: -webkit-box;
            overflow: hidden;
            white-space: normal!important;
            text-overflow: ellipsis;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            padding-bottom: 0.05rem;
            font-size: 0.36rem;
        }
        .news-title >a{
            text-decoration: none;
            font-size: 0.36rem;
            color: #000000;
            text-align: justify;
            font-weight: 500;
        }
        .news-title>a:hover {
            color: #0066cc;
        }
        .more-news{
            text-align: center;
            padding-bottom: 0.61rem;
        }
        .more-news>a{
            cursor: pointer;
            text-decoration: none;
            font-size: 0.28rem;
            color: #007bff;
        }
        .more-news>a:hover{
            color: #0066cc;
        }
    </style>
</head>
<body>
<!--引入头部-->

    <header class="head-bg">
        <div>
            <form action="/search" method="get">
                <div id="top" class="clearfloat">
                    <div class="left">
                        <a href="/" class="logo"><img src="/image/logo.png"></a>
                        <div class="mr-auto stock" style=" margin-right: auto !important;">
                            <span class="split"></span>
                            <span>
                            证券代码：830892
                        </span>
                        </div>
                        <div class="topSearch clearfloat">
                            <span class="topSearchClose"></span>
                            <div class="topSearchW">
                                <input type="text" name="keyword" id="" value="" placeholder="搜索">
                            </div>
                        </div>
                    </div>
                    <div class="right">
                        <span class="searchBtn"></span>
                        <span class="muen"></span>
                    </div>
                    <button class="topSearchBtn" type="submit"></button>
                </div>
            </form>
            <div id="nav">
                <!--<span class="navClose"></span>-->
                <ul>
                    <li>
                        <h2>
                            <a href="/">首页</a>
                        </h2>
                    </li>
                    <li>
                        <h2>
                            <a href="/productSystem">产品体系</a>
                            <span></span>
                        </h2>
                        <div id="productSystemCls" class="navDown">
                            <!--<a href="/productSystem?dropDownBoxName=核心产品">核心产品</a>
                            <a href="/productSystem?dropDownBoxName=基础产品">基础产品</a>
                            <a href="/productSystem?dropDownBoxName=扩展产品">扩展产品</a>
                            <a href="/productSystem?dropDownBoxName=附加产品">附加产品</a>
                            <a href="/productSystem?dropDownBoxName=潜力产品">潜力产品</a>-->
                        </div>
                    </li>
                    <li>
                        <h2>
                            <a href="/solution">解决方案</a>
                            <span></span>
                        </h2>
                        <div id="solutionCls" class="navDown">
                          <!--  <a href="/solution?on=all">全部</a>-->
                            <!--<a href="/solution?labelName=政府部门">政府部门</a>
                            <a href="/solution?labelName=行业企业">行业企业</a>
                            <a href="/solution?labelName=高等院校">高等院校</a>-->
                        </div>
                    </li>
                    <li>
                        <h2>
                            <a href="/operateService">运营服务</a>
                        </h2>
                    </li>
                    <li>
                        <h2>
                            <a href="/news">新闻资讯</a>
                            <span></span>
                        </h2>
                        <div class="navDown">
                            <a href="/news?type=1">公司新闻</a>
                            <a href="/news?type=2">产品新闻</a>
                            <a href="/news?type=3">行业新闻</a>
                            <a href="/news?type=5">培训通知</a>
                            <a href="/news?type=4">通知公告</a>
                        </div>
                    </li>
                    <li>
                        <h2>
                            <a href="/investorRelations">投资者关系</a>
                            <span></span>
                        </h2>
                        <div class="navDown">
                            <a href="/investorRelations?type=1">公司公告</a>
                            <a href="/investorRelations?type=2">定期公告</a>
                            <a href="/investorRelations?type=3">公司治理</a>
                            <a href="/investorRelations?type=4">联系方式</a>
                        </div>
                    </li>
                    <li>
                        <h2>
                            <a href="/aboutHymake/intoHymake">关于公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156</a>
                            <span></span>
                        </h2>
                        <div class="navDown">						
                            <a target="_blank" href="http://zt.hymakeyun.com">云&nbsp;&nbsp;展&nbsp;&nbsp;厅</a>
                            <a href="/aboutHymake/intoHymake">走进公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156</a>
                            <a href="/aboutHymake/chronology">成长历程</a>
                            <a href="/aboutHymake/contactUs">联系我们</a>
                            <a href="/aboutHymake/joinHymake">加入公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156</a>
                        </div>
                    </li>
                </ul>
            </div>
        </div>
    </header>
    <!--<div class="navbar-height"></div>-->
    <!--遮罩层-->
    <div class="shadow"></div>
    <script>
        //点击导航图标
        $(".muen").click(function () {
            let isDisplay = $("#nav").css("display");
            if (isDisplay=="none"){
                $("#nav").css("display","block");
                $(".shadow").css("display","block");
            }else {
                $("#nav").css("display","none");
                $(".shadow").css("display","none")
            }
        });
        //点击遮罩
        $(".shadow").click(function () {
            $("#nav").css("display","none");
            $(".shadow").css("display","none")
        })
        $(document).ready(function () {
            //获取产品体系分类
            getProductSystemCls();
            //获取解决方案分类
            getSolutionCls();
        })
        //获取产品体系分类
        function getProductSystemCls() {
            $.ajax({
                type: 'GET',
                url: "/productSystem/getDropDownBoxList",
                dataType: 'json',
                headers: {
                    'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
                },
                data: {},
                success: function (data) {
                    var r_data = JSON.parse(JSON.stringify(data));
                    var result = "";
                    if (r_data != "") {
                        $.each(r_data, function (i, item) {
                            result += '<a href="/productSystem?dropDownBoxId='+item.dropDownBoxId+'">'+item.name+'</a>';
                        });
                        $("#productSystemCls").append(result);
                    } else {

                    }
                },
                error: function (xhr, type) {
                }
            });
        }
        //获取解决方案分类
        function getSolutionCls() {
            $.ajax({
                type: 'GET',
                url: "/solution/getLabelList",
                dataType: 'json',
                headers: {
                    'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
                },
                data: {},
                success: function (data) {
                    var r_data = JSON.parse(JSON.stringify(data));
                    var result = "";
                    if (r_data != "") {
                        $.each(r_data, function (i, item) {
                            result += ' <a href="/solution?labelId='+item.labelId+'">'+item.name+'</a>';
                        });
                        $("#solutionCls").append(result);
                    } else {

                    }
                },
                error: function (xhr, type) {
                }
            });
        }
    </script>

<main class="main-content">
    <!--轮播图 begin-->
    <div id="slides" class="owl-carousel">
        <div class="carousel-div">
            <a href="https://mp.weixin.qq.com/s/jHe7iJGJ8d8cdhReef860g" data="0">
                <img id="carousel-1" style="width: 7.5rem;"  src="/image/mobile_web_1980107448832364544.jpeg" alt="">
            </a>
        </div>
        <div class="carousel-div">
            <a href="http://bim.hymake.cn/productSystem/basicProducts/bimzj" data="1">
                <img id="carousel-2" style="width: 7.5rem;"  src="/image/mobile_web_1980560251396689920.jpeg" alt="">
            </a>
        </div>
        <div class="carousel-div">
            <a href="http://m.hymake.com/aboutHymake/intoHymake" data="2">
                <img id="carousel-3" style="width: 7.5rem;"  src="/image/mobile_web_1291557275739230208.jpeg" alt="">
            </a>
        </div>
        <div class="carousel-div">
            <a href="http://m.hymake.com/news/details/1910501367622012928" data="3">
                <img id="carousel-4" style="width: 7.5rem;"  src="/image/mobile_web_1912350060306370560.jpeg" alt="">
            </a>
        </div>
        <div class="carousel-div">
            <a href="http://www.hyebid.cn/hyweb/hyebid/hyIndex.do" data="4">
                <img id="carousel-5" style="width: 7.5rem;"  src="/image/mobile_web_1277070951749652480.jpeg" alt="">
            </a>
        </div>
        <div class="carousel-div">
            <a href="http://m.hymake.com/news/details/1819261920679694336" data="5">
                <img id="carousel-6" style="width: 7.5rem;"  src="/image/mobile_web_1823253780947406848.jpeg" alt="">
            </a>
        </div>
        <div class="carousel-div">
            <a href="http://zt.hymakeyun.com/" data="6">
                <img id="carousel-7" style="width: 7.5rem;"  src="/image/mobile_web_1516945768513146880.jpeg" alt="">
            </a>
        </div>
    </div>
    <div class="carousel-dot">
        <div class="circlediv" id="circles-1"></div>
        <div class="circlediv" id="circles-2"></div>
        <div class="circlediv" id="circles-3"></div>
        <div class="circlediv" id="circles-4"></div>
        <div class="circlediv" id="circles-5"></div>
        <div class="circlediv" id="circles-6"></div>
        <div class="circlediv" id="circles-7"></div>
    </div>
    <!--轮播图 end-->
    <div class="content-title">
        <h4>新闻资讯</h4>
    </div>
    <div class="news-part">
        <div>
            <div class="news-info">公司新闻 | 2025-10-24</div>
            <div class="news-title">
                <a href="/news/details/1985899726234587137">【职教新声】第三届地下管线产教融合研讨会扬州举行，公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156科技虚拟仿真实训平台亮相</a>
            </div>
            <div class="news-content">
                <a href="/news/details/1985899726234587137">公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156科技持续深耕职业教育，推动教育链与产业链精准对接，共建产教融合新生态。</a>
            </div>
           <!-- <hr th:if="!${topNewStat.last}" style="margin: 0px 0px 30px 0px;">-->
        </div>
        <div>
            <div class="news-info">公司新闻 | 2025-09-12</div>
            <div class="news-title">
                <a href="/news/details/1967850449814032384">“质筑八闽 智创未来”︱公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156科技亮相2025福建省建设工程“质量月”观摩会</a>
            </div>
            <div class="news-content">
                <a href="/news/details/1967850449814032384">公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156科技作为智能建造领域代表企业受邀参展，与行业同仁共探工程质量与效率提升新路径。</a>
            </div>
           <!-- <hr th:if="!${topNewStat.last}" style="margin: 0px 0px 30px 0px;">-->
        </div>
        <div>
            <div class="news-info">公司新闻 | 2025-09-12</div>
            <div class="news-title">
                <a href="https://mp.weixin.qq.com/s/xvEgEkd4rknDDS-wdP11ew">公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156科技承办厦门市第三十一届职工技能大赛建筑信息模型（BIM）技能竞赛，圆满收官</a>
            </div>
            <div class="news-content">
                <a href="https://mp.weixin.qq.com/s/xvEgEkd4rknDDS-wdP11ew">厦门市第三十一届职工技能大赛建筑信息模型（BIM）技能竞赛在厦门南洋学院成功举办。</a>
            </div>
           <!-- <hr th:if="!${topNewStat.last}" style="margin: 0px 0px 30px 0px;">-->
        </div>
        <div>
            <div class="news-info">公司新闻 | 2025-09-12</div>
            <div class="news-title">
                <a href="https://mp.weixin.qq.com/s/VmZp5ryrlInsjmjcbBwj8A">城建档案馆、公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156科技联合主编：《厦门市建设工程资料电子化平台建设指引（试行）》，正式发布</a>
            </div>
            <div class="news-content">
                <a href="https://mp.weixin.qq.com/s/VmZp5ryrlInsjmjcbBwj8A">《厦门市建设工程资料电子化平台建设指引（试行）》，正式发布。</a>
            </div>
           <!-- <hr th:if="!${topNewStat.last}" style="margin: 0px 0px 30px 0px;">-->
        </div>
        <div class="more-news">
            <a href="/news">更多资讯 ></a>
        </div>
    </div>
</main>

<style scoped="scoped">
    .foot-bg{
        background-color: #333333;
        margin-bottom: 0;
    }
    .footer-cont{
        padding: 0 0.5rem;
    }
    .foot-cls{
        padding: 0.65rem 0 0.47rem 0;
    }
    .foot-cls-cont{
        display: inline-block;
        width: 32.2%;
        text-align: center;
    }
    .foot-cls-cont a{
        text-decoration: none;
    }
    .foot-cls-img{
        width: 0.95rem;
        height: 0.95rem;
    }
    .foot-cls-cont-text{
        font-size: 0.26rem;
        color: #ffffff;
        text-decoration: none;
    }

    .foot-comp-cont{
        padding-bottom: 0.6rem;
        border-bottom:  1px solid #5c5c5c;
        display: flex;
    }
    .foot-code-div{
        padding-left: 0.57rem;
    }
    .foot-code-img{
        width: 1.44rem;
        height: 1.44rem;
    }
    .foot-tel-div{
        padding-left: 0.7rem;
    }
    .foot-tel-div a{
        text-decoration: none;
    }
    .foot-tel-div a:hover{
        text-decoration: none;
        color: #499ffb;
    }
    .foot-server-tel-info{
        font-size: 0.3rem;
        color: #ffffff;
    }
    .foot-server-tel{
        font-size: 0.46rem;
        color: #499ffb;
    }
    .foot-desc-cont{
        padding-top: 0.21rem;
        text-align: center;
        font-size: 0.18rem;
        color: #d6d6d6;
        padding-bottom: 0.21rem;
    }
    .foot-desc-cont a{
        color: #d6d6d6;
        text-decoration: none;
    }
</style>
<footer class="foot-bg">
    <div class="footer-cont">
        <div class="foot-cls">
            <div class="foot-cls-cont">
                <a href="/aboutHymake/followHymake">
                    <img class="foot-cls-img" src="/image/footer/follow-hymake-icon.png" alt="">
                    <div class="foot-cls-cont-text">关注公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156</div>
                </a>
            </div>

            <div class="foot-cls-cont">
                <a href="/customerService">
                    <img class="foot-cls-img" src="/image/footer/customer-service-icon.png" alt="">
                    <div class="foot-cls-cont-text">客户服务</div>
                </a>
            </div>
            <div class="foot-cls-cont">
                <a href="/aboutHymake/contactUs">
                    <img class="foot-cls-img" src="/image/footer/contact-us-icon.png" alt="">
                    <div class="foot-cls-cont-text">联系我们</div>
                </a>
            </div>
        </div>
        <div class="foot-comp-cont">
            <div class="foot-code-div">
                <img class="foot-code-img" src="/image/footer/hymake-code.png" alt="">
            </div>
            <div class="foot-tel-div">
                <div class="foot-server-tel-info">7×24小时服务热线</div>
                <a href="tel:400-600-6999" class="foot-server-tel">400-600-6999</a>
            </div>
        </div>
        <div class="foot-desc-cont">
            <div><a href="https://beian.miit.gov.cn/">闽B2-20040144-12</a></div>
            <div>Copyright © 2004-2025 公海gh555000aa线路检测-公海彩船6600-欢迎来到公海710线路-欢迎来到公海堵船7108-555000jc线路检测中心-公海555000hh线路检测-欢迎来到公海手机版710-欢迎来到公海710156  All Rights Reserved.</div>
        </div>
    </div>
</footer>

<script type="text/javascript">
    (function () {
        'use strict'
        var googleAnalitics = {
            init: function () {
                (function (i, s, o, g, r, a, m) {
                    i['GoogleAnalyticsObject'] = r
                    i[r] = i[r] || function () {
                        (i[r].q = i[r].q || []).push(arguments)
                    }, i[r].l = 1 * new Date()
                    a = s.createElement(o),
                        m = s.getElementsByTagName(o)[0]
                    a.async = 1
                    a.src = g
                    m.parentNode.insertBefore(a, m)
                })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga')
                ga('create', 'UA-50017198-1', 'glodon.com')
                ga('send', 'pageview')
            }
        }
        googleAnalitics.init()
    })();
</script>
<script type="text/javascript" src="/js/carousel/slick.min.js"></script>
<script src="/js/carousel/radialIndicator.min.js"></script>
<script type="text/javascript">
    var deal_owl_flag = true;
    // 切换
    var autoplay;
    if ((/msie [6|7|8]/i.test(navigator.userAgent))) {
        autoplay = 1;
    } else {
        autoplay = 0;
    }
    autoplay = false;
    if (deal_owl_flag) {
        $('.owl-carousel').slick({
            lazyLoad: "ondemand",
            dots: 0,
            arrows: 0,
            infinite: !0,
            cssEase: "ease",
            initialSlide: 0,
            speed: 1500,
            useCSS: 0,
            fade: !0,
            autoplay: autoplay,
        });
    }
    var obj = new Array();
    var size = 7;
    var count = parseInt(size+"");
    if (count > 0) {
        for (var i = 0; i < count; i++) {
            obj[i + 1] = createCircle(i + 1);
        }
    }

    function createCircle(ele) {
        var obj = radialIndicator($('#circles-' + ele), {
            displayNumber: false,
            radius: 6,
            barWidth: 1.8,
            initValue: 0,
            maxValue: 13000,
            barBgColor: 'rgba(255,255,255,0.75)',
            barColor: '#207be6',
        });
        return obj;
    }

    var value = 0
    var intervalIndex;
    var currentIndex;
    current = 10000;
    if (count > 0) {
        interval(1, false);
    }

    function interval(index, click) {
        currentIndex = index;//记录当前的索引
        if (current != 10000) {
            var speed = 1500;
            var tmp = current;
            if (click) {
                speed = 1000;
            }
            $('.slick-track div').eq(current).stop().css('z-index', 0).animate({'opacity': 0}, 1500, function () {
                $('.slick-track div').eq(tmp).removeClass('slick-active');
            });
            $('.slick-track div').eq(index - 1).addClass('slick-active').css('z-index', 1000).stop().animate({'opacity': 1}, 1500);
        }
        current = index - 1;
        intervalIndex = setInterval(function () {
            value += 100;
            obj[index].value(value)
            if (value == 13000) {
                obj[index].value(0);
                value = 0;
                window.clearInterval(intervalIndex);
                if (index == count) {
                    intervalIndex = interval(1)
                } else {
                    intervalIndex = interval(index + 1)
                }
            }
        }, 50);
        return intervalIndex;
    }

    $(document).on('click', '.circlediv', function () {
        window.clearInterval(intervalIndex);
        for (var i in obj) {
            obj[i].value(0);
        }
        value = 0;
        var id = $(this).attr('id').substring(8);
        interval(parseInt(id), true)
    });
    $("#slides").on("touchstart", function(e) {
        // 判断默认行为是否可以被禁用
        /*if (e.cancelable) {
            // 判断默认行为是否已经被禁用
            if (!e.defaultPrevented) {
                e.preventDefault();
            }
        }*/
        startX = e.originalEvent.changedTouches[0].pageX,
        startY = e.originalEvent.changedTouches[0].pageY;
    });
    $("#slides").on("touchend", function(e) {
        // 判断默认行为是否可以被禁用
        /*if (e.cancelable) {
            // 判断默认行为是否已经被禁用
            if (!e.defaultPrevented) {
                e.preventDefault();
            }
        }*/
        moveEndX = e.originalEvent.changedTouches[0].pageX,
            moveEndY = e.originalEvent.changedTouches[0].pageY,
            X = moveEndX - startX,
            Y = moveEndY - startY;
        //左滑
        if ( X > 50 ) {
            window.clearInterval(intervalIndex);
            for (var i in obj) {
                obj[i].value(0);
            }
            value = 0;
            var index = 1;
            if(currentIndex+1>count){
                index = 1;
            }else {
                index = currentIndex+1;
            }
            interval(index, true)
        }
        //右滑
        else if ( X < -50 ) {
            window.clearInterval(intervalIndex);
            for (var i in obj) {
                obj[i].value(0);
            }
            value = 0;
            var index = 1;
            if(currentIndex-1<1){
                index = count;
            }else {
                index = currentIndex-1;
            }
            interval(index, true)
        }
    });
</script>

<script>
(function(){
    var bp = document.createElement('script');
    bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script></body>
</html>
