
<!DOCTYPE html>
<html lang="zh" style="scroll-behavior: smooth;">
	<head>
		<meta charset="UTF-8" />
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>山东恒浚智能技术有限公司</title>
		<!-- format-detection 格式检测 -->
		<!-- <meta name="format-detection" content="telephone=no"/> -->

		<!-- viewport 用于移动端显示优化 -->
		<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=2">

		<meta name="keywords" content="“智农”农业一体化管控平台,“智农”农业可视化数字孪生一体化管控平台,智农孪生一体化管控平台,智农一体化(产业园孪生),数字农业大脑,县域产业大脑/大数据,数字乡村平台,供销社助农平台,农业产业大脑,数字乡村可视化,
			数字乡村大数据,特色产业集群,特色产业服务,优势产业集群,优势产业服务,数字乡村数字孪生,乡村振兴产业大脑,防返贫可视化,防返贫大数据,防返贫数字孪生,农业大数据,农业大数据中台,农业生产运营大数据中台,数字乡村大脑,智慧农业教室,数字农业教室,耕地保护遥感监测服务,
			高标准农田建设标准,高标准农田平台,高标准农田平台建设,高标准农田平台系统,高标准农田监测平台,大棚管护平台,大棚管理系统,大棚管理平台,大棚自动控制,大棚智能控制,温室自动控制,温室智能控制,养牛自动控制,奶牛自动控制,养牛管理系统,奶牛管理系统,农业管理系统,农业实训室平台,农业实训室系统,智慧农业大数据平台,农业实训教室,羊肚菌大棚,校园大棚,智慧大棚,
			种植业遥感监测专题服务,农作物种植监测服务系统,高标准农田综合监管系统,智慧农旅,果业大数据平台,产销对接平台,乡村一张图,乡村治理平台,智慧农旅,数字农旅,智慧农旅平台,数字农旅平台,全域旅游手绘,旅游导览系统,
			高标准农田可视化,高标准农田数字孪生,高标准农田一体化管控平台,高标准农田管控系统,智慧温室,智慧温室大棚,智慧农场,可视化农场,智农,农业可视化,大棚可视化,设施农业可视化,番茄大棚可视化,金针菇大棚可视化,
			温室大棚可视化,农业元宇宙,农业数字孪生,大棚数字孪生,农业物联网,大棚物联网,大田可视化,大田数字孪生,智慧农业可视化,农业一体化管控平台,智慧农业,智慧感知,智慧生产,智慧管理,元宇宙,设施农业,农业工业化,
			智慧平台,智慧农业平台,一体化平台,一体化,物联网,云计算,传感网,三维模型,增强现实,数字化测控,元宇宙一体化平台,数字孪生,元宇宙农业大棚一体化管控平台,农业大棚,智慧大棚,智慧温室,温室" />

		<meta name="description"
			content="智农数字孪生平台基于自主可控的数字孪生技术、物联网技术、大数据技术，构建全流程的新型农业一体化管理平台，围绕产运销管理全流程，实现生产->存储->包装->运输->销售的全流程管理。融合农业数据管理、农业数据预警显示、多维数据综合显示、农产品生产周期预测、农业气象预警、信息综合利用、信息发布服务、病虫害预警、溯源系统、体监测等产品服务为一体，提供全方位、智慧化、立体、可视化的运营保障服务。" />

		<link href="static/icon/favicon.ico" rel="shortcut icon" type="image/x-icon" />

		<link rel="stylesheet" href="static/css/bootstrap.min.css" type="text/css">
		<link rel="stylesheet" href="static/css/app.min.css" type="text/css">
		<link rel="stylesheet" href="static/css/reset.css" type="text/css">

		<link rel="stylesheet" href="static/css/swiper.min.css">

		<link rel="stylesheet" href="static/css/certify.css">
		<link rel="stylesheet" href="static/css/copy.css" type="text/css">
		<link rel="stylesheet" href="static/css/style1.css" type="text/css">

		<link rel="stylesheet" href="static/css/right.css" type="text/css">
		<link rel="stylesheet" href="static/css/top.css" type="text/css">

		<script>
			//获取设备的像素比 
			// console.log(window.devicePixelRatio);   
			//控制比例:1/像素比 
			// var pixelRatio = 1 / window.devicePixelRatio;   
			//通过js动态设置视口(viewport) 
			// document.write('<meta name="viewport" content="width=device-width,initial-scale=‘+pixelRatio+‘,minimum-scale=‘+pixelRatio+‘,maximum-scale=‘+pixelRatio+‘" />');
		</script>

		<script type="text/javascript">
			//平台、设备和操作系统 
			var system = {
				win: false,
				mac: false,
				xll: false
			};
			//检测平台
			var p = navigator.platform;
			system.win = p.indexOf("Win") == 0;
			system.mac = p.indexOf("Mac") == 0;
			system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);
			if (system.win || system.mac || system.xll) {} else {
				// window.location.href = "404.html";
				var u = navigator.userAgent; //识别各种浏览器
				var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端
				var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
				if (isAndroid) {

					console.log('安卓手机')
				} else if (isiOS) {
					console.log('IOS手机')

					// 获取 全部 meta 元素
					const metaElement = document.querySelectorAll('meta');
					// 输出 meta 元素的内容
					console.log(metaElement[3], '6666666666666666666666666');
					metaElement[3].content = 'width=device-width, initial-scale=0.3,user-scalable=no'
				} else {
					console.log('都不是')
				}
			}
		</script>

		<script src="./static/js/vue.js" type="text/javascript"></script>

		<!-- <script type="text/javascript"
			src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=HuxtjTCUp712OVF7YQC7Ea75Dz0lWswQ"></script> -->
	</head>

	<body>


		


			<header class="header">
				<!-- menu -->
				<div class="navbar">
					<div class="container navbar-custom">

						<div class="navbar-header">
							<div class="navbar-brand">
								<<img src="static/images/logo.png"style="width: 100%;">
							</div>
						</div>

						<ul class="nav navbar-nav navbar-right">
							<li>
								<a href="" class="active" id="q1">首页<span class="sr-only">(current)</span></a>
							</li>
							<li>
								<a href="product-scheme.html" id="q1" class="menu" onmouseenter='app3.list = true'>产品服务</a>
							</li>
							<!-- <li>
								<a href="hardware-product.html" id="q1">硬件产品</a>
							</li> -->
							<li>
								<a href="product-scheme-platform.html" id="q1">智农</a>
							</li>

							<li>
								<a href="service-product.html" id="q1">解决方案</a>
							</li>
							<li>
								<a href="case-scenario.html" id="q1">应用案例</a>
							</li>
							<li>
								<a href="about.html" id="q1" class="menu" onmouseenter='app4.list = true'>软件平台</a>
							</li>
							<li>
								<a href="about.html" id="q1">交流合作</a>
							</li>
							
							
						</ul>

					</div>
				</div>
			</header>

			<div class="drop" id="app-4" v-show="list" :class="{'element': list,'element1': remove === false}"
				onmouseleave='app4.test()'>232323232
			</div>

			<div class="drop" id="app-3" v-show="list" :class="{'element': list,'element1': remove === false}"
				onmouseleave='app3.test()'><!--  -->
				<div class="dropStyle container navbar-custom">
					<div class="productCenter">
						产品中心
						<div style="border-right: solid 3px #ffffff;"></div>
					</div>


					<div style="display: flex; padding: 4% 0 4% 6%; box-sizing: border-box;">
						<div class="options">

							<div class="nav1">
								<a href="product-scheme-platform.html">智农一体化
									<span><img src="./static/picture/hot.png" /></span>
									<div class="subtitle">设施农业大棚可视化</div>
								</a>
							</div>

							<div class="nav1">
								<a href="product-scheme-One-county-one-product.html">产业大脑
									<span><img src="./static/picture/hot.png" /></span>
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>

							<div class="nav1">
								<a href="product-scheme-SmartAgriculturCollege.html">智慧农业学院
									<!-- <span><img src="./static/picture/hot.png"/></span> -->
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>
							<!-- -->

						</div>

						<div class="options">

							<div class="nav1">
								<a href="product-scheme-Cropland.html">高标准农田
									<span><img src="./static/picture/new.png" /></span>
									<div class="subtitle">高标准农田</div>
								</a>
							</div>

							<div class="nav1">
								<a href="product-scheme-Stock-Raising.html">智慧畜牧
									<span><img src="./static/picture/new.png" /></span>
									<div class="subtitle">畜牧业一体化管控平台</div>
								</a>
							</div>

							<div class="nav1">
								<a href="product-scheme-Fishery.html">智慧渔业
									<span><img src="./static/picture/new.png" /></span>
									<div class="subtitle">渔业一体化管控平台</div>
								</a>
							</div>

						</div>

						<div class="options">

							<div class="nav1">
								<a href="product-scheme-platform.html">数字大棚
									<span><img src="./static/picture/new.png" /></span>
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>

							<div class="nav1">
								<a href="product-scheme-Traceability.html">智慧溯源产品
									<span><img src="./static/picture/new.png" /></span>
									<div class="subtitle">一物一码追溯</div>
								</a>
							</div>

							<div class="nav1">
								<a href="product-scheme-DataCenterManger.html">农业数据中台
									<span><img src="./static/picture/new.png" /></span>
									<div class="subtitle">农业大数据分析</div>
								</a>
							</div>

						</div>

						<div class="options mar">

							<div class="nav1">
								<a href="product-scheme-PlantModel.html">植物工厂
									<span><img src="./static/picture/new.png" /></span>
									<div class="subtitle">植物生长模型</div>
								</a>
							</div>

							<!-- <div class="nav1">
								<a href="product-scheme-app.html" style="font-weight: 500;">智农app
									<span><img src="./static/picture/hot.png"/></span>
									<div class="subtitle">&nbsp;</div>
								</a>
							</div> -->

							<div class="nav1">
								<a href="product-scheme-Digital-cold-chai.html">数字乡村
									<span><img src="./static/picture/new.png" /></span>
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>

							<div class="nav1">
								<a href="product-scheme-Digital-Agricultural-Tourism.html">数字农旅
									<!-- <span><img src="./static/picture/hot.png"/></span> -->
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>

						</div>

						<div class="options" style="min-width: 28%;">

							<div class="nav1">
								<a href="product-scheme-gbzntghpt.html" style="font-size: 16px;">高标准农田管护平台
									<span><img src="./static/picture/new.png" /></span>
									<!-- <div class="subtitle">&nbsp;</div> -->
								</a>
							</div>

							<!-- <div class="nav1">
								<a href="product-scheme-supply-and-marketing-cooperatives.html">供销社平台
									<span><img src="./static/picture/hot.png"/></span>
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>
			
							<div class="nav1">
								<a href="product-scheme-A-picture.html" style="font-weight: 500;">产供销一张图
									<span><img src="./static/picture/hot.png"/></span>
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>
			
							<div class="nav1">
								<a href="product-scheme-transaction.html" style="font-weight: 500;">农产品交易大数据
									<span><img src="./static/picture/hot.png"/></span>
									<div class="subtitle">&nbsp;</div>
								</a>
							</div> -->



						</div>

						<div class="options" style="flex-direction: column; justify-content: center; min-width: 14%;">

							<!-- style="display: flex; align-items: center;" -->
							<div class="nav1">
								<a href="case-scenario.html" style="font-weight: 700;">应用案例
									<!-- <span><img src="./static/picture/hot.png"/></span> -->
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>

							<div class="nav1">
								<a href="about.html" style="font-weight: 700;">交流合作
									<!-- <span><img src="./static/picture/hot.png"/></span> -->
									<div class="subtitle">&nbsp;</div>
								</a>
							</div>

						</div>

					</div>
					<!-- <div class="nav1"> 
							<a href="product-scheme-Stock-Raising.html" style="font-weight: 500;">智慧牧业一体化管理平台
								<span><img src="./static/picture/hot.png"/></span>
								<div class="subtitle">农业一体化管控平台</div>
							</a> 
						</div> -->



				</div>
			</div>

		</div>
		<div class="mbanner mbanner-v" style="background: url(static/picture/back.jpg) no-repeat center center; background-size: 100%;
    background-position: top; display: flex; align-items: center; justify-content: center;">

			<!-- 轮播图 -->

			<div id="ups-banner" style="overflow: hidden" ;>
				<div class="swiper-container">
					<div class="swiper-wrapper">

						<div class="swiper-slide">
							<div class="img-fix">
								<!-- playsinline 允许在iOS设备上自动播放，包括iPhone和iPad -->
								<video id="bg-video" loop muted="" poster="static/picture/pocture/yjz1.jpg"
									preload=meta" autoplay playsInline />
							</div>
						</div>

						<div class="swiper-slide">
							<div class="img-fix">
								<div class="img-inner"><img src="./static/picture/banner-gbznt.jpg" class="img"></div>
							</div>
						</div>

						<div class="swiper-slide">
							<div class="img-fix">
								<div class="img-inner"><img src="./static/picture/banner-zhxm.jpg" class="img"></div>
							</div>
						</div>

						<div class="swiper-slide">
							<div class="img-fix">
								<div class="img-inner"><img src="./static/picture/banner-zhyy.jpg" class="img"></div>
							</div>
						</div>

					</div>
					<div class="bottom-nav">
						<div class="ups-icon-videoplay"></div>
						<div class="swiper-pagination"></div>
					</div>
					<div class="bottom-nav" style=" top: unset;bottom: 0;">
						<div class="ups-icon-videoplay"></div>
						<div class="swiper-pagination"></div>
					</div>
					<!-- <div class="swiper-button-next"></div>
			    <div class="swiper-button-prev"></div> -->
				</div>
			</div>


			<!-- <video id="bg-video" loop muted="" poster="static/picture/pocture/预加载.jpg" preload=meta" autoplay> -->

			<!-- <span style="cursor: pointer;">
				
				<a href="product-scheme-platform.html">
				<span class="mbanner-v-but" style=" display: flex; align-items: center; justify-content: space-evenly; opacity: 1; color: #2b3e4cff; font-size: 20px; font-weight: 500; font-family: 'Source Han Sans CN'; text-align: left; letter-spacing: 3.1px; padding: 24px; padding-left: 30px;">
					立即体验
					<img src="static/images/arrows.png" style="width: 24px; height: 24px;">
					<p style="display:none;" cols="20" id="biao11">18618323019</p>
			</span>
			</a>

			</span>
			<span class="mbanner-v-box"><span class="mbanner-v-close">X</span>
				<video id="box-video" controls muted="">

				</video>
			</span> -->
		</div>

		<!-- <a href="http://www.agrmeta.cn/old/ythgk/" style="color: #fff; text-decoration: none; ">
			<button class="a" style="position: fixed; right: 1764px; top: 826px; z-index: 1000;">
			    回到旧版
			</button>
		</a> -->
		
		<!--
		<div class="right">

			<input id="button1" type="button" name="close"
				onclick="document.getElementById('NavTop').style.display='none',document.getElementById('button1').style.display='none'"
				style="position: fixed; right: 26px; top: 236px; z-index: 998; display: ; background-image: url(static/picture/x.png);
			 width: 16px; height: 14px; border: none; outline: none;  background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden;  ">
			<div id="NavTop" style="z-index:998; display: block;">


				<div class="phone">

					<div id="Contact0" style="padding: 5px;padding-top: 16px;"><a
							style="color: #1db594; font-weight: 700; text-decoration: none; margin-right: 8px;">杜老师</a>
						<span>
							<button class="a1" style="margin-bottom: 12px; color: #fff;"
								onClick="copyUrl2()">复制微信</button>
						</span>
						<br>
						<a href="tel:18618323019"
							style="color: #a6a6a6;text-decoration: none; margin-right: 2px;">18618323019</a><span>
							<button class="a2" style=" color: #fff;"><a href="tel:18618323019"
									style="color: #fff;text-decoration: none;  font-size: 15px;">拨打</a></button> </span>
						<p style="display:none;" cols="20" id="biao1">18618323019</p>
					</div>

					<div id="Contact00" style="padding: 5px;padding-top: 10px;"><a
							style="color: #1db594; font-weight: 700; text-decoration: none; margin-right: 18px;">边老师</a>
						<span>
							<button class="a1" style="margin-bottom: 12px; color: #fff;"
								onClick="copyUrl3()">复制微信</button>
						</span>
						<br>
						<a href="tel:18832226066"
							style="color: #a6a6a6;text-decoration: none; margin-right: 2px;">18832226066</a><span>
							<button class="a2" style=" color: #fff;"><a href="tel:18832226066"
									style="color: #fff;text-decoration: none;  font-size: 15px;">拨打</a></button> </span>
						<p style="display:none;" cols="20" id="biao2">18832226066</p>
					</div>

					<div id="Contact000" style="padding: 5px;padding-top: 18px;"><a
							style="color: #1db594; font-weight: 700; text-decoration: none; margin-right: 18px;">张老师</a>
						<span>
							<button class="a1" style="margin-bottom: 12px; color: #fff;"
								onClick="copyUrl4()">复制微信</button>
						</span>
						<br>
						<a href="tel:13521081833"
							style="color: #a6a6a6;text-decoration: none; margin-right: 2px;">13521081833</a><span>
							<button class="a2" style=" color: #fff;"><a href="tel:13521081833"
									style="color: #fff;text-decoration: none;  font-size: 15px;">拨打</a></button> </span>
						<p style="display:none;" cols="20" id="biao3">13521081833</p>
					</div>

				</div>

				<!-- <div>
					<div style="text-align: center; font-size: 16px; position: absolute; left: 9px; right: 20px; top: 346px;">
						<img src="static/picture/公众号.png" alt="" style="width: 120px; height: 122px;">
						<div style="color:#fff">微信公众号</div>
					</div>

					<div style="text-align: center; font-size: 16px; position: absolute; left: 9px; right: 20px; top: 506px;">
						<img src="static/picture/抖音号.png" alt="" style="width: 119px; height: 115px;">
						<div style="color:#fff;">抖音号</div>
					</div>
				</div> -->

			</div>
		</div>
		
		


		<!-- <div class="container3" style="padding-top: 80px;"> -->
		<div class="container3">
			<div class="more">
				<div class="row" style="padding-top: 50px;">
					<div class="col-sm-12 text-center">
						<h2 class="size"><span class="size" style="color: #31C46C;">多平台</span>使用</h2>
						<p
							style=" color: #8c8c8cff; font-size: 18px; font-weight: 400; text-align: center; letter-spacing: 3.6px;">
							提供全线的客户端，帮助你随时随地工作</p>
					</div>
				</div>
				<div class="row">
					<div class="col-sm-12 text-center">
						<h5 style=" color: #31c46cff; font-size: 20px; font-weight: 400; text-align: center;">
							大屏&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;网页版&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;微信&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Android&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iPad
						</h5>
					</div>
				</div>
				<div class="platform" style="display: flex; justify-content: center; padding-bottom: 120px;">
					<div style="width: 20px;"></div>
					<img src="./static/picture/pocture/more.jpg"
						style="display:table-cell; vertical-align: middle; text-align: center; width: 1200px;">
					<div style="width: 20px;"></div>
				</div>
			</div>
		</div>


		<!-- 智慧农业，科学生产 -->
		<div id="second-block">
			<div class="line">
				<h2 class="subtitile">智慧农业，科学生产</h2>

				<div class="margin" style="display: flex;">
					<div class="s-12 m-12 l-3 margin-bottom" style="width: auto !important;">
						<i class="icon-graph icon3x"></i>

						<h4>智能管理</h4>

						<p style="padding: 0 10px;">
							以物联网和互联网为支撑，以优质的云服务平台为保障，帮助企业实现智能化管理
						</p>
					</div>
					<div class="s-12 m-12 l-3 margin-bottom" style="width: auto !important;">
						<i class="icon-link_2_nodes icon3x"></i>

						<h4>精准控制</h4>

						<p style="padding: 0 10px;">
							以量化管理为基础，不断改进，简化操作，建立标准化流程，不断强化信息支撑
						</p>
					</div>
					<div class="s-12 m-12 l-3 margin-bottom" style="width: auto !important;">
						<i class="icon-data_science icon3x"></i>

						<h4>全面分析</h4>

						<p style="padding: 0 10px;">
							综合气象、环境、作物生产周期等因素，进行全方位的分析应用，全面指导企业生产管理
						</p>
					</div>
					<div class="s-12 m-12 l-3 margin-bottom" style="width: auto !important;">
						<i class="icon-data_up icon3x"></i>

						<h4>降本增效</h4>

						<p style="padding: 0 10px;">
							管理信息化，流程标准化，降低企业成本，标准化流程提高工作效率和产能效能
						</p>
					</div>
				</div>
			</div>
		</div>
		<div style="height: 150px;"></div>
		<div class="kp-a">
			<h3>数据应用，智慧决策</h3><tt></tt>
		</div>
		<div style="height: 30px;"></div>


		<!-- 优势 -->
		<div id="third-block">
			<div class="line1">
				<div class="margin">
					<div class="s-12 m-12 l-4 margin-bottom">
						<img src="static/picture/zhgz1.png" alt="alternative text">

						<h4 style="color: #000000; font-weight: bold;">智慧感知</h4>

						<p style="font-size: 15px;">
							通过对作物状态、生长环境、设备能耗及资源可用性等数据的实时收集和监控，利用大数据模型及算法，建立智慧感知系统，提高企业风险防范能力
						</p>
					</div>
					<div class="s-12 m-12 l-4 margin-bottom">
						<img src="static/picture/industry.png" alt="alternative text">

						<h4 style="color: #000000; font-weight: bold;"">生产指导</h4>
		
						<p style=" font-size: 15px;">
							通过信息采集、数据分析，结合作物生长周期、生长环境、作物当前状态、存在的问题等众多因素进行数据分析并呈现，为企业的生产管理提供精确的指导帮助
							</p>
					</div>
					<div class="s-12 m-12 l-4 margin-bottom">
						<img src="static/picture/jyfx1.png" alt="alternative text">

						<h4 style="color: #000000; font-weight: bold;"">经营分析</h4>
		
						<p style=" font-size: 15px;">
							通过对数据的采集录入，进行生产->存储->包装->销售->物流状态的全方位把控并生成市场报告及改进建议，协助企业改进提升现有农产品营销策略
							</p>
					</div>
				</div>
			</div>
		</div>


		<div>
			<div class="container3 margin-top-50">


				<div class="row">
					<div class="col-sm-12 text-center">
						<h2 class="size" style="padding-bottom: 20px; padding-top: 150px;">智慧农业<span class="size"
								style="color: #31C46C;">可视化</span>的特点和优势</h2>
					</div>
				</div>

			</div>

			<div class="container1">
				<div class="row">
					<div class="col-sm-12 text-center">
						<p
							style=" color: #8c8c8cff; font-size: 16px; font-weight: 400; text-align: center; letter-spacing: 3.6px;">
							农业可视化监控系统由三维仿真场景，结合高清视频监控系统、精准农业传感网络系统、无线网络传输系统四部分组成，实现数字监控全方位覆盖，多种设备及多种技术相结合的安全防范管理系统，为农业园区提供先进、快捷、行之有效的科技管理手段，以更直观、更透明的展示方式，提高生产质量和管理规范。
						</p>
					</div>
				</div>
			</div>

			<div class="container3 margin-top-50">
				<div class="row">
					<div class="row margin-top-30"
						style="box-shadow: 0 15px 34px 0 #ffffff; display: flex; justify-content: center;">
						<div class="col-sm-31 text-center gre bor-bottom bor-right">
							<div class="ai-capacity ai-01">
								<h4 class="visualization">视频监控系统</h4>
							</div>
						</div>
						<div class="col-sm-31 text-center gre bor-bottom bor-right">
							<div class="ai-capacity ai-02">
								<h4 class="visualization">环境监控系统</h4>
							</div>
						</div>
						<div class="col-sm-31 text-center gre bor-bottom bor-right">
							<div class="ai-capacity ai-03">
								<h4 class="visualization">设备管理系统</h4>
							</div>
						</div>
						<div class="col-sm-31 text-center gre bor-bottom bor-right">
							<div class="ai-capacity ai-04">
								<h4 class="visualization">资产配置系统</h4>
							</div>
						</div>
						<div class="col-sm-31 text-center gre bor-bottom bor-letf">
							<div class="ai-capacity ai-05">
								<h4 class="visualization">数据分析系统</h4>
							</div>
						</div>
					</div>
					<div class="row" style="box-shadow: 0 15px 34px 0 #ffffff; display: flex; justify-content: center;">
						<div class="col-sm-31 text-center gre bor-right">
							<div class="ai-capacity ai-06">
								<h4 class="visualization">数据集成自动化</h4>
							</div>
						</div>
						<div class="col-sm-31 text-center gre bor-right">
							<div class="ai-capacity ai-07">
								<h4 class="visualization">场景直观可视化</h4>
							</div>
						</div>
						<div class="col-sm-31 text-center gre bor-right">
							<div class="ai-capacity ai-08">
								<h4 class="visualization">实时预警智能化</h4>
							</div>
						</div>
						<div class="col-sm-31 text-center gre bor-right">
							<div class="ai-capacity ai-09">
								<h4 class="visualization">信息全面数字化</h4>
							</div>
						</div>
						<div class="col-sm-31 text-center gre">
							<div class="ai-capacity ai-010">
								<h4 class="visualization">处置规范高效化</h4>
							</div>
						</div>
					</div>
				</div>
			</div>

		</div>

		<!-- 轮播 -->
		<!-- <div class="row" style="padding-top: 50px;">
			<div class="col-sm-12 text-center">
				<h2 class="size"><span class="size" style="color: #31C46C;">智能</span>硬件产品</h2>
				<p
					style=" color: #8c8c8cff; font-size: 18px; font-weight: 400; text-align: center; letter-spacing: 3.6px;">
					数据驱动-精准灌溉</p>
			</div>
		</div>
		

		<div class="container2">
			<div class="row">
				<div id="certify" style="padding-top: 80px;">
					<div class="swiper-container">
						<div class="swiper-wrapper">
							<div class="swiper-slide"><img src="static/picture/pocture/植物医生.png"  style="margin-left: 18px;"/>
								<p style="padding-top: 20px;">植物医生</p>
							</div>
							<div class="swiper-slide"><img src="static/images/1.png"/>
								<p>智能打药机</p>
							</div>
							<div class="swiper-slide"><img src="static/picture/pocture/升降机.png" style="margin-top: 40px;"/>
								<p style="padding-top: 46px;">智能升降机</p>
							</div>
							<div class="swiper-slide"><img src="static/images/4.png" />
								<p>数字虫情监测站</p>
							</div>
							<div class="swiper-slide"><img src="static/images/3.png" />
								<p>数字作物监测站</p>
							</div>
							<div class="swiper-slide"><img src="static/images/4.png" />
								<p>数字虫情监测站</p>
							</div>
							
						</div>
					</div>
					<div class="swiper-pagination"></div>
					<div class="swiper-button-prev"></div>
					<div class="swiper-button-next"></div>
				</div>
			</div>

		</div> -->


		<div class="jjfa">
			<div class="container3 margin-top-50" style="margin-top: 120px;">
				<div class="row">
					<div class="col-sm-12 text-center">
						<h2 class="size"><span class="size" style="color: #31C46C;">数字农业</span>综合解决方案</h2>
					</div>
				</div>
			</div>

			<div class="container1">
				<div class="row" style="margin-bottom: 60px;">
					<div class="col-sm-12 text-center">
						<p
							style=" color: #8c8c8cff; font-size: 15px; font-weight: 400; text-align: center; letter-spacing: 3.6px;">
							&nbsp;&nbsp;&nbsp;&nbsp;基于自主可控的数字李生技术、物联管控技术、云计算、人工智能、数据挖掘、边缘计算、GIS遥感监测、增强现实等<br>
							多种技术手段融合，构建全流程的新型农业一体化管理平台，围绕产运销管理全流程，实现生产->存储->包装->运输->销售的全链条管理。
							融合农业数据管理、农业数据预警显示、多维数据综合显示、农产品生产周期预测、农业气象预警、信息综合利用、信息发布服务、病虫害
							预警、溯源系统等功能与数据为一体，提供全方位、智慧化、立体、可视化的运营保障服务。
						</p>
					</div>
				</div>

				<div style="display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;">
					<div class="flex_"><img src="./static/picture/pocture/5-szdt.png" alt="">
						<div>高标准农田</div>
					</div>
					<div class="flex_"><img src="./static/picture/pocture/6-szdp.png" alt="">
						<div>数字大棚</div>
					</div>
					<div class="flex_"><img src="./static/picture/pocture/2-cydn.png" alt="">
						<div>产业大脑</div>
					</div>
					<div class="flex_"><img src="./static/picture/pocture/3-szxc.png" alt="">
						<div>智慧畜牧</div>
					</div>
					<div class="flex_"><img src="./static/picture/pocture/9-zhsy.png" alt="">
						<div>智慧溯源</div>
					</div>
					<div class="flex_"><img src="./static/picture/pocture/8-szyz.png" alt="">
						<div>农业数据中台</div>
					</div>
					<div class="flex_"><img src="./static/picture/pocture/7-szgy.png" alt="">
						<div>植物生长模型</div>
					</div>
					<div class="flex_"><img src="./static/picture/pocture/4-sznl.png" alt="">
						<div>数字农旅</div>
					</div>


				</div>

			</div>
		</div>
		<!-- <div class="hidden-xs">

				<div class="container3">


					<div class="row">
						<div class="col-sm-3" style="bottom: -30px; display: flex; justify-content: center;">
							<span class="index_left selected" data-view-cloudbtn="cloudBtn01">
								<strong class="colorl">数字大田</strong>
							</span>
							<span class="index_left" data-view-cloudbtn="cloudBtn02">
								<strong class="colorl">数字大棚</strong>
							</span>
							<span class="index_left" data-view-cloudbtn="cloudBtn03">
								<strong class="colorl">数字果园</strong>
							</span>
							<span class="index_left" data-view-cloudbtn="cloudBtn04">
								<strong class="colorl">数字园林</strong>
							</span>
						</div>
					</div>

				</div>
				
				<div class="row">
					<div id="cloudView01" class="">
						<div class="col-sm-6 text-center">
							<img src="static/picture/数字大田.png" style="width: 1020px; height: 656px; ">
						</div>
					</div>
					<div id="cloudView02" class="hidden">
						<div class="col-sm-6 text-center">
							<img src="static/picture/数字大棚.png" style="width: 1020px; height: 656px;">
						</div>
					</div>
					<div id="cloudView03" class="hidden">
						<div class="col-sm-6 text-center">
							<img src="static/picture/数字果园.png" style="width: 1020px; height: 656px;">
						</div>
					</div>
					<div id="cloudView04" class="hidden">
						<div class="col-sm-6 text-center">
							<img src="static/picture/数字园林.png" style="width: 1020px; height: 656px;">
						</div>
					</div>
				</div>
			</div>
			
		</div> -->

		<!-- <div class="container3 margin-top-50">
			<div class="row" style="padding-top: 50px; padding-bottom: 30px;">
				<div class="col-sm-12 text-center">
					<h2 class="size">智慧农业可视化的<span class="size" style="color: #31C46C;">收益与价值</span></h2>
				</div>
			</div>
		</div>
		<div style="display: flex; justify-content: center; padding-left: 60px;">
			<div class="dx">
				<div style="height: 60px;"></div>
				<div class="size2">
					农业可视化监控系统采用传感技术、信息技术来完成设施农业中集监测、预警、控制为一体的系列化技术装备，对其中的每一个环节和每一个技术点都进行了全力的探索与尝试，全力打造出了完整的智能温室体系架构与解决方案。精准农业传感网络系统采集前端，包括各种传感设备、控制设备等，通过这些采集设备可以将农作物的各项数据如空气温湿度、土壤含水量、等信息进行自动收集。
				</div>

				<div style="height: 20px;"></div>
				<div class="size2">
					同时，采集到的农场外空气温度、湿度、风向、风速、降雨量、光照等，用于人工智能精确判断依据，实现了实时远程视频和数据的动态监控，为农业精准化管理提供了有力支持。
				</div>

			</div>
			<div>
				<div>
					<img src="./static/picture/pocture/value1.png" style="width: 100%; height: 100%;">
				</div>
			</div>

		</div> -->

		<!-- <div class="container3 margin-top-50" style="margin-top: 120px;">
			<div class="col-sm-12 text-center">
				<h2 class="size" style="padding-bottom: 20px;"><span class="size" style="color: #31C46C;">荣誉</span>资质
				</h2>
			</div>
		</div>

		<div class="container3 margin-top-50" style="margin-bottom: 160px; ">
			<div class="row" style="padding-left: 60px;">
				<div class="row margin-top-30" style="display: flex; justify-content: center;">
					<div class="col-sm-32 text-center gre1">
						<div>
							<img src="./static/picture/pocture/证书1.png" alt=""
								style="width: 92%; height: 100%; padding-top: 4px; padding-bottom: 4px;">
						</div>
					</div>
					<div style="width: 20px;"></div>
					<div class="col-sm-32 text-center gre1">
						<div>
							<img src="./static/picture/pocture/证书2.png" alt=""
								style="width: 92%; height: 100%; padding-top: 4px; padding-bottom: 4px;">
						</div>
					</div>
					<div style="width: 20px;"></div>
					<div class="col-sm-32 text-center gre1">
						<div>
							<img src="./static/picture/pocture/证书3.png" alt=""
								style="width: 92%; height: 100%; padding-top: 4px; padding-bottom: 4px;">
						</div>
					</div>
					<div style="width: 20px;"></div>
					<div class="col-sm-32 text-center gre1">
						<div>
							<img src="./static/picture/pocture/证书4.png" alt=""
								style="width: 92%; height: 100%; padding-top: 4px; padding-bottom: 4px;">
						</div>
					</div>
				</div>

				<div class="row margin-top-30" style="box-shadow: 0 15px 34px 0 #ffffff; display: flex; justify-content: center;">
					<div class="col-sm-32 text-center gre1">
						<div>
							<img src="./static/picture/pocture/证书5.png" alt=""
								style="width: 92%; height: 100%; padding-top: 4px; padding-bottom: 4px;">
						</div>
					</div>
					<div style="width: 20px;"></div>
					<div class="col-sm-32 text-center gre1">
						<div>
							<img src="./static/picture/pocture/证书6.png" alt=""
								style="width: 92%; height: 100%; padding-top: 4px; padding-bottom: 4px;">
						</div>
					</div>
					<div style="width: 20px;"></div>
					<div class="col-sm-32 text-center gre1">
						<div>
							<img src="./static/picture/pocture/证书7.png" alt=""
								style="width: 92%; height: 100%; padding-top: 4px; padding-bottom: 4px;">
						</div>
					</div>
					<div style="width: 20px;"></div>
					<div class="col-sm-32 text-center gre1">
						<div>
							<img src="./static/picture/pocture/证书8.png" alt=""
								style="width: 92%; height: 100%; padding-top: 4px; padding-bottom: 4px;">
						</div>
					</div>
				</div>
			</div>
		</div> -->

		<!-- <div id="allmap" class="allmap1">

		</div> -->

		<div style="overflow: hidden;">


			<!-- 轮播走马灯 -->
			<div class="target-top" style="overflow: hidden;margin-bottom: 5px; margin-top: 60px;">
				<div class="target-img">
					<div><img src="./static/picture/pocture/1-01.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-02.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-03.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-04.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-05.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-06.png" alt=""></div>
					<div style="width: 390px;"><img src="./static/picture/pocture/1-07.png" alt=""></div>
				</div>

				<div class="target-img img-right">
					<div><img src="./static/picture/pocture/1-01.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-02.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-03.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-04.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-05.png" alt=""></div>
					<div><img src="./static/picture/pocture/1-06.png" alt=""></div>
					<div style="width: 390px;"><img src="./static/picture/pocture/1-07.png" alt=""></div>
				</div>
			</div>

			<div class="target-top" style="overflow: hidden;margin-bottom: 5px;">
				<div class="target-img1">
					<div><img src="./static/picture/pocture/2-01.png" alt=""></div>
					<div><img src="./static/picture/pocture/2-02.png" alt=""></div>
					<div><img src="./static/picture/pocture/2-03.png" alt=""></div>
					<div><img src="./static/picture/pocture/2-04.png" alt=""></div>
					<div><img src="./static/picture/pocture/2-05.png" alt=""></div>
					<div style="width: 390px;"><img src="./static/picture/pocture/2-06.png" alt=""></div>
				</div>

				<div class="target-img1 img-right">
					<div><img src="./static/picture/pocture/2-01.png" alt=""></div>
					<div><img src="./static/picture/pocture/2-02.png" alt=""></div>
					<div><img src="./static/picture/pocture/2-03.png" alt=""></div>
					<div><img src="./static/picture/pocture/2-04.png" alt=""></div>
					<div><img src="./static/picture/pocture/2-05.png" alt=""></div>
					<div style="width: 390px;"><img src="./static/picture/pocture/2-06.png" alt=""></div>
				</div>
			</div>

			<div class="target-top" style="overflow: hidden;margin-bottom: 68px;">
				<div class="target-img">
					<div><img src="./static/picture/pocture/3-01.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-02.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-03.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-04.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-05.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-06.png" alt=""></div>
					<div style="width: 390px;"><img src="./static/picture/pocture/3-07.png" alt=""></div>
				</div>

				<div class="target-img img-right">
					<div><img src="./static/picture/pocture/3-01.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-02.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-03.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-04.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-05.png" alt=""></div>
					<div><img src="./static/picture/pocture/3-06.png" alt=""></div>
					<div style="width: 390px;"><img src="./static/picture/pocture/3-07.png" alt=""></div>
				</div>
			</div>

		</div>


		<!-- 轮播走马灯样式 -->
		<style>
			.target-top {
				position: relative;
				overflow: hidden;
				display: inline-flex;
			}

			.img-right {
				position: relative;
				left: 10px;
				/* 这里的间距可以根据你想要的宽度自行调整 */
			}

			.target-img {
				width: 100%;
				/* height: 400px; */
				/* display: flex; */
				display: inline-flex;
				justify-content: space-between;
				animation: marquee 30s linear infinite;
				/* 这里做了一个鼠标移入盒子放大的效果 */
			}


			.target-img div:hover {
				transition: all 0.6s;
				transform: scale(1.1);
			}

			.target-img div {
				width: 400px;
				/* height: 310px; */
				/*background: #ffffff;
			    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
			    border-radius: 12px 12px 12px 12px;
			    opacity: 1;
			    margin-right: 100px;
			    margin-top: 40px;*/
				/* 无关的属性 */
				flex-shrink: 0;
				/* 禁止缩放盒子 */
			}


			.target-img1 {
				width: 100%;
				/* height: 400px; */
				/* display: flex; */
				display: inline-flex;
				justify-content: space-between;
				animation: marquee1 40s linear infinite;
				/* 这里做了一个鼠标移入盒子放大的效果 */
			}

			.target-img1 div:hover {
				transition: all 0.6s;
				transform: scale(1.1);
			}

			.target-img1 div {
				width: 400px;
				/* height: 310px; */
				/*background: #ffffff;
				  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
				  border-radius: 12px 12px 12px 12px;
				  opacity: 1;
				  margin-right: 100px;
				  margin-top: 40px;*/
				/* 无关的属性 */
				flex-shrink: 0;
				/* 禁止缩放盒子 */
			}



			/* 定义动画效果开始的位置以及消失的位置 */
			@keyframes marquee {
				0% {
					transform: translateX(0);
				}

				100% {
					transform: translateX(-100%);
				}
			}

			@keyframes marquee1 {
				0% {
					transform: translateX(-100%);
				}

				100% {
					transform: translateX(0);
				}
			}

			/* 实现鼠标移入放大的效果 */
			.target-top:hover .target-img {
				animation-play-state: paused;
			}

			.target-top:hover .target-img1 {
				animation-play-state: paused;
			}
		</style>



		<div class="container-fluid footer">
			<div class="row">
				<div class="container text-color-white">

					<div class="col-sm-4">
						<img src="static/images/e_icon.png">
						<div class="text-div">
							联系邮箱:<br>
							385576777@qq.com
						</div>
					</div>
					<div class="col-sm-4">
						<img src="static/images/ad_icon.png">
						<div class="text-div">
							总部地址：<br>
							山东省济南市历城区华信路
						</div>
						
					</div>
					<div class="col-sm-4">
						<img src="static/images/phone_icon.png">
						<div class="text-div">
							联系电话:<br>
							13953127157&nbsp;&nbsp;15864501979
						</div>
					</div>
				</div>
			</div>
		</div>

		<!-- <div>
				<table>
					<tr>
						<td style="padding: 40px; text-align: center;">
							<img src="static/picture/公众号.png" alt="" style="width: 160px; height: 152px;">
							<div style="color:#fff">微信公众号</div>
						</td>
						
						<td style="padding: 40px; text-align: center;">
							<img src="static/picture/抖音号.png" alt="" style="width: 149px; height: 145px;">
							<div style="color:#fff;">抖音号</div>
						</td>
					</tr>
				</table>
			</div> -->


		<div class="container-fluid background-black">
			<div class="row">
				<div class="col-sm-12 text-center">
					<div class="bottom">
						<span style="font-size: 14px;">Copyright © 2024 HJZNJS. All Rights Reserved |</span>
						<span><a style="font-size: 14px; text-decoration: none;" href="https://beian.miit.gov.cn/"
								target="_blank">鲁ICP备19055136号-1</a></span>
						<span>&nbsp;|&nbsp;</span><span>©2024 山东恒浚智能技术有限公司</span>
					</div>
				</div>
			</div>
		</div>

		<!-- <div class="abc">连接电视机给你看</div> -->
		<!-- </div> -->
		<script>
			// 创建 Vue 实例
			var app3 = new Vue({
				el: '#app-3',
				data() {
					return {
						list: '',
						remove: '',
					}
				},
				methods: {
					test(event) {
						this.remove = false
						console.log('鼠标已移除')
						setTimeout(() => {
							this.list = false; // 0.2秒后将list设置为false，隐藏div
							this.remove = '';
						}, 200);
					}
				}
			})

			// 创建 Vue 实例
			var app4 = new Vue({
				el: '#app-4',
				data() {
					return {
						list: '',
						remove: '',
					}
				},
				methods: {
					test(event) {
						this.remove = false
						console.log('鼠标已移除')
						setTimeout(() => {
							this.list = false; // 0.2秒后将list设置为false，隐藏div
							this.remove = '';
						}, 200);
					}
				}
			})
		</script>
		<script type="text/javascript" src="static/js/jquery.min.js"></script>
		<script type="text/javascript" src="static/js/bootstrap.min.js"></script>
		<script type="text/javascript" src="static/js/top.js"></script>
		<script type="text/javascript" src="static/js/scroll.js"></script>
		<script type="text/javascript" src="static/js/public.js"></script>

		<!-- 百度统计代码 -->
		<script async>
			var _hmt = _hmt || [];
			(function() {
				var hm = document.createElement("script");
				hm.src = "https://hm.baidu.com/hm.js?d3cac450f824704b4dfb7e53e8f3a2b0";
				var s = document.getElementsByTagName("script")[0];
				s.parentNode.insertBefore(hm, s);
			})();
		</script>

		<script type="text/javascript">
			function copyUrl2() {
				var Url2 = document.getElementById("biao1").innerText;
				var oInput = document.createElement('input');
				oInput.value = Url2;
				document.body.appendChild(oInput);
				oInput.select(); // 选择对象
				document.execCommand("Copy"); // 执行浏览器复制命令
				oInput.className = 'oInput';
				oInput.style.display = 'none';
				alert('您已成功复制');
			}

			function copyUrl3() {
				var Url2 = document.getElementById("biao2").innerText;
				var oInput = document.createElement('input');
				oInput.value = Url2;
				document.body.appendChild(oInput);
				oInput.select(); // 选择对象
				document.execCommand("Copy"); // 执行浏览器复制命令
				oInput.className = 'oInput';
				oInput.style.display = 'none';
				alert('您已成功复制');
			}

			function copyUrl4() {
				var Url2 = document.getElementById("biao3").innerText;
				var oInput = document.createElement('input');
				oInput.value = Url2;
				document.body.appendChild(oInput);
				oInput.select(); // 选择对象
				document.execCommand("Copy"); // 执行浏览器复制命令
				oInput.className = 'oInput';
				oInput.style.display = 'none';
				alert('您已成功复制');
			}

			function copyUrl5() {
				var Url2 = document.getElementById("biao4").innerText;
				var oInput = document.createElement('input');
				oInput.value = Url2;
				document.body.appendChild(oInput);
				oInput.select(); // 选择对象
				document.execCommand("Copy"); // 执行浏览器复制命令
				oInput.className = 'oInput';
				oInput.style.display = 'none';
				alert('您已成功复制');
			}
		</script>

		<script type="text/javascript">
			$(function() {
				var _view = {
					cloudBtns: $('[data-view-cloudbtn]'),
					cloudView01: $('#cloudView01'),
					cloudView02: $('#cloudView02'),
					cloudView03: $('#cloudView03'),
					cloudView04: $('#cloudView04'),
					smartHome: $('[data-view-id="smartHome"]'),
					intelligentCourt: $('[data-view-id="intelligentCourt"]'),
					intelligentRobot: $('[data-view-id="intelligentRobot"]'),
					intelligentEducation: $('[data-view-id="intelligentEducation"]'),
					smartTv: $('[data-view-id="smartTv"]'),
					aiCloud: $('[data-view-id="aiCloud"]')
				};
				var _myHref = '';
				_view.cloudBtns.click(function() {
					_view.cloudBtns.removeClass('selected');
					$(this).addClass('selected');
					if ($(this).attr('data-view-cloudbtn') === "cloudBtn01") {
						changeCloudView(1)
					} else if ($(this).attr('data-view-cloudbtn') === "cloudBtn02") {
						changeCloudView(2)
					} else if ($(this).attr('data-view-cloudbtn') === "cloudBtn03") {
						changeCloudView(3)
					} else if ($(this).attr('data-view-cloudbtn') === "cloudBtn04") {
						changeCloudView(4)
					}
				});

				// _view.smartHome.click(function() {
				// 	window.location.href = _myHref + '#home';
				// });
				// _view.intelligentCourt.click(function() {
				// 	window.location.href = _myHref + '#courts';
				// });
				// _view.intelligentRobot.click(function() {
				// 	window.location.href = _myHref + '#rebots';
				// });
				// _view.intelligentEducation.click(function() {
				// 	window.location.href = './case-scenario.html?#intelligentEducation';
				// });
				// _view.smartTv.click(function() {
				// 	window.location.href = _myHref + '#television';
				// });
				// _view.aiCloud.click(function() {
				// 	window.location.href = _myHref + '#cloud';
				// });

				function changeCloudView(id) {
					_view.cloudView01.addClass("hidden");
					_view.cloudView02.addClass('hidden');
					_view.cloudView03.addClass('hidden');
					_view.cloudView04.addClass('hidden');
					switch (id) {
						case 1:
							_view.cloudView01.removeClass("hidden");
							break;
						case 2:
							_view.cloudView02.removeClass('hidden');
							break;
						case 3:
							_view.cloudView03.removeClass('hidden');
							break;
						case 4:
							_view.cloudView04.removeClass('hidden');
							break;
					}
				}
			});

			// 点击播放按钮出现另一个Video
			var video = document.getElementById("box-video");
			$(".mbanner-v-but,.goplay").click(function() {
				$(".mbanner-v-box").fadeIn(200);
				video.play();
			})
			// 点击 X 关闭Video
			$(".mbanner-v-close").click(function() {
				video.pause();
				$(".mbanner-v-box").fadeOut(200);
			})
		</script>
		<script type="text/javascript" src="static/js/swiper.min2.js"></script>
		<script type="text/javascript" src="static/js/ups.js"></script>

		<!-- <script>
			certifySwiper = new Swiper('#certify .swiper-container', {
				watchSlidesProgress: true,
				slidesPerView: 'auto',
				centeredSlides: true,
				loop: true,
				loopedSlides: 5,
				autoplay: 2000,
				prevButton: '.swiper-button-prev',
				nextButton: '.swiper-button-next',
				pagination: '.swiper-pagination',
				//paginationClickable :true,
				onProgress: function(swiper, progress) {
					for (i = 0; i < swiper.slides.length; i++) {
						var slide = swiper.slides.eq(i);
						var slideProgress = swiper.slides[i].progress;
						modify = 1;
						if (Math.abs(slideProgress) > 1) {
							modify = (Math.abs(slideProgress) - 1) * 0.3 + 1;
						}
						translate = slideProgress * modify * 80 + 'px';
						scale = 1 - Math.abs(slideProgress) / 5;
						zIndex = 999 - Math.abs(Math.round(10 * slideProgress));
						slide.transform('translateX(' + translate + ') scale(' + scale + ')');
						slide.css('zIndex', zIndex);
						slide.css('opacity', 1);
						if (Math.abs(slideProgress) > 3) {
							slide.css('opacity', 0);
						}
					}
				},
				onSetTransition: function(swiper, transition) {
					for (var i = 0; i < swiper.slides.length; i++) {
						var slide = swiper.slides.eq(i)
						slide.transition(transition);
					}

				},
				//处理分页器bug
				onSlideChangeStart: function(swiper) {
					if (swiper.activeIndex == 4) {
						swiper.bullets.eq(9).addClass('swiper-pagination-bullet-active');
						// console.log(swiper.bullets.length);
					}
				}
			});
		</script> -->


		<!-- <script type="text/javascript">
		    function copyUrl1()
		        {
		            var Url2=document.getElementById("biao11").innerText;
		            var oInput = document.createElement('input');
		            oInput.value = Url2;
		            document.body.appendChild(oInput);
		            oInput.select(); // 选择对象
		            document.execCommand("Copy"); // 执行浏览器复制命令
		            oInput.className = 'oInput';
		            oInput.style.display='none';
		            alert('您已成功复制');
		        }
		</script> -->



		<script type="text/javascript" src="./static/js/video.js" defer></script>
		<!-- <script type="text/javascript">
			var map = new BMapGL.Map("allmap");
			var point = new BMapGL.Point(116.372218, 40.108377);
			map.centerAndZoom(point, 15);
			map.enableScrollWheelZoom(true);
			map.setHeading(64.5);
			map.setTilt(73);

			var marker = new BMapGL.Marker(point); // 创建标注
			map.addOverlay(marker); // 将标注添加到地图中
			var opts = {
				width: 300, // 信息窗口宽度
				height: 100, // 信息窗口高度
				title: "北京帮威客科技有限公司", // 信息窗口标题
				message: "这里是北京帮威客科技有限公司"
			}
			var infoWindow = new BMapGL.InfoWindow("地址：北京市昌平区北七家镇宏福十号院(郑平路东)宏福科技园 A 座", opts); // 创建信息窗口对象 
			marker.addEventListener("click", function() {
				map.openInfoWindow(infoWindow, point); //开启信息窗口
			});
			map.openInfoWindow(infoWindow, point);

			function getInfoContent() {
				alert(infoWindow.getContent());
			}
		</script> -->
	</body>

</html>