

<!DOCTYPE HTML>
<html>
<head>
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<script>
        // PC端 移动端 跳转
        var is_mobi = navigator.userAgent.toLowerCase().match(/(ipod|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null;
        if (is_mobi) {
            window.location.href = getURL();
        }
        function getURL(){
            //获取当前URL
            var curWwwPath = window.document.location.href;
            //获取主机地址之后的目录，如： /website/meun.htm
            var pathName = window.document.location.pathname;
            var rootPath = window.location.protocol+"//"+window.location.host+"/MT/index.html";
            return rootPath;
        }
	</script>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<base
			href="http://www.tsingtao.com.cn:80/TsingTao/" />
	<link rel="shortcut icon" href="images/pcweb/favicon.ico" />
	<meta name="Keywords" Content="">
	<meta name="Description" Content="欢迎来到青岛啤酒">
	<title>青岛啤酒官方网站</title>
	<link rel="stylesheet" type="text/css" href="styles/css/pcweb/swiper.min.css" />
	<link rel="stylesheet" type="text/css" href="styles/css/pcweb/base.css" />
	<!-- 不引用字体 -->
	<!-- <link rel="stylesheet" type="text/css" href="css/base.css" /> -->
	<!-- 引用字体 -->
	<link rel="stylesheet" type="text/css" href="styles/css/pcweb/base-font.css" />
	<link rel="stylesheet" type="text/css" href="styles/css/pcweb/style.css?t=12312312312313" />
	<style>
		html,
		body{ height: 100% !important }
	</style>
	<script>
		(function (config) {
			if (window.AnalysysAgent && window.AnalysysAgent.isInit) return
			window.AnalysysAgent = window.AnalysysAgent || {}
			var ans = ['identify', 'alias', 'reset', 'track', 'profileSet', 'profileSetOnce', 'profileIncrement', 'profileAppend', 'profileUnset', 'profileDelete', 'registerSuperProperty', 'registerSuperProperties', 'unRegisterSuperProperty', 'clearSuperProperties', 'getSuperProperty', 'getSuperProperties', 'pageView', 'getDistinctId', 'pageProperty']
			var a = window.AnalysysAgent
			a['param'] = []
			function factory (b) {
				return function () {
					a['param'].push({
						fn: b,
						arg: arguments
					})
				}
			}

			for (var i = 0; i < ans.length; i++) {
				a[ans[i]] = factory(ans[i])
			}

			if (config.name) {
				window[config.name] = a
			}

			var c = document.createElement('script'), n = document.getElementsByTagName('script')[0];
			c.type = 'text/javascript';
			c.async = true;
			c.id = 'ARK_SDK';
			c.src = 'https://www.tsingtao.com.cn/TsingTao/tools/AnalysysAgent_JS_SDK.min.js';
			c.onload = function () {
				window.AnalysysAgent.init(config)
			}
			n.parentNode.insertBefore(c, n);
		})({
			appkey: 'e03b30f6ceb40653',
			uploadURL: 'https://dtp.tsingtao.com.cn/'
		})
	</script>
</head>
<body>
<!-- 引导页 -->
<div class="choice" id="choice">
	<div class="choice-center">
		<img src="images/pcweb/welcome-logo.png?t=12312123123123" class="indexlogo" alt="">
		<div class="choice-jiu">
			<img src="images/pcweb/welcome-yes.png" class="indexyes" alt="">
			<img src="images/pcweb/welcome-no.png" class="indexno" alt="">
		</div>
		<div class="index-btn">
			<button class="btnyes">Yes</button>
			<p>您是否已满18岁？</p>
			<!-- <a class="btnno" href="javascript:window.opener=null;window.open('','_self');window.close();window.location.href='about:blank';">No</a> -->
			<a class="btnno" href="/product/HealthPart.html">No</a>
		</div>
		<p class="welcome">欢迎来到青岛啤酒</p>
		<a href="/index.html" style="color: #fff;">中文</a>
		<span style="color:white;">|</span>
		<a href="/EN/index.html" style="color: #fff;">English</a>
		<p class="welcome-tips">温馨提示：未成年人请勿饮酒</p>
		<!-- <button class="webcomin">立刻进入</button> -->
	</div>
</div>
<script src="js/pcweb/jquery-1.8.0.js" type="text/javascript"></script>
<script src="tools/layui/layui.js" type="text/javascript" charset="utf-8"></script>
<script src="js/pcweb/index.js" type="text/javascript" charset="utf-8"></script>
<script src="js/pcweb/swiper.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
    layui.use('layer', function(){
        var layer = layui.layer;

        // 设置cookie 判断是不是可以进入网站
        $('.btnyes').click(function(){
            $('.choice').addClass('choicekey');
            document.cookie = "btnyes";
            location.href = '/index.html';
        })
    });
</script>
</body>
</html>
