﻿<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
		<title>徐州品源医疗科技有限公司</title>
		<meta name="keywords" content="徐州品源医疗科技有限公司" />
		<meta name="description" content="徐州品源医疗科技有限公司" />
		<link href="css/bootstrap.css" rel="stylesheet" />
		<link href="css/style.css" rel="stylesheet" />
		<link href="css/swiper.css" rel="stylesheet">
		<link href="css/animate.css" rel="stylesheet">
		<script src="js/jquery.min.js"></script>
		<script src="js/bootstrap.min.js"></script>
		<script src="js/hammer.min.js"></script>
		<!--[if lt IE 9]>
      <script src="js/html5shiv.min.js"></script>
    <![endif]-->
		<style>
			body,html{
				background-color: #f6f6f6;
			}
			/*404*/
			.nofound {
			text-align: center;
			padding: 20px 0;
			}
			.nofound h2 {
				text-align: center;
				font-size: 20px;
				margin: 34px 0 55px 0 ;
			}
			.nofound .keyslist {
				text-align: center;
			}
			.nofound .keyslist a {
				background: #666666;
				font-size: 16px;
				border-radius: 5px;
				margin: 0 7px;
				transition: all .5s ease;
				color: #fff;
				display: inline-block;
				height: 41px;
				line-height: 41px;
				width: 147px;
				margin-bottom: 3px;
			}
			.nofound .keyslist a:hover {
				background: dodgerblue;
				color: #fff;
			}

		</style>
	</head>
	<body>
 		<div class="nofound">
 			<img src="/picture/logo.png"  class="animated zoomIn " data-wow-offset="15" data-wow-duration="1.4s"/>
 			<h2 class="animated fadeInDown" data-wow-offset="15" data-wow-duration="1.4s">当前访问的页面不存在！</h2>
 			<div class="keyslist animated fadeInUp"  data-wow-offset="15" data-wow-duration="1.4s">
 				<a href="/">返回首页</a>
 			</div>
 		</div>
 		<script>
 			margintop();
			window.onload=function(){
				margintop();
			}
			$(window).resize(function() {
					margintop();
			});
			function margintop(){
				var height=$(window).height();
				var height2=$(".nofound").height();
				$(".nofound").css("margin-top",((height-height2)/2));
			}
 		</script>
	</body>
</html>
