Files
2024-04-01 10:06:50 +08:00

68 lines
4.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=990, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta charset="utf-8" />
<meta name="renderer" content="webkit">
<title>帮助中心|猫眼电影票网_电影在线选座购票平台</title>
<meta name="keywords" content="猫眼电影票,猫眼电影票网,猫眼电影院,猫眼影票,猫眼电影,电影票,电影"/>
<meta name="description" content="猫眼电影票网是猫眼最大的电影票在线选座平台,同时猫眼电影票网还提供电影排期,影院信息查询、猫眼本土电影行业资讯等服务。看电影,来猫眼电影票选座"/>
<#include "../common/head-css.ftl"/>
</head>
<body>
<#include "../common/header.ftl"/>
<div id="body" class="main">
<div class="wrapper-helpcenter fn-clear">
<div class="menu-helpcenter">
<#include "../common/help-menu.ftl"/>
</div>
<div class="box-con">
<h1>关于我们</h1>
<div class="con">
<h3>1、我们是猫眼省内独一无二的影票公司</h3>
<p>
猫眼电影票是猫眼省首家也是唯一一家电子影票综合服务平台,致力于为广大消费者提供多家影院线上电影票销售服务。我们提供的全方位观影资讯,并实现与影院影厅座位实时同步,让消费者可以根据个人喜好自由选择影院、场次、座位,透过简易的操作流程获取影票,节省现场排队购票时间。
</p>
<h3 class="pt30">2、我们将打造猫眼第一品牌</h3>
<p>
猫眼电影票致力于覆盖猫眼省100个县市区的电影院。是猫眼地区资源覆盖最广、用户服务最专业的电影票订购网站自成立至今已与万达、中影、世茂等十余家主流院线开展深度合作。猫眼电影票通过自身强大的影院影响力、权威的平台运营能力及优惠的独家价格优势竭力为会员提供最优质服务并强势联合中国移动、中国联通、中国电信、各大银行等大型平台为各类知名企业的亿万会员提供影票资源。猫眼电影票始终以不懈追求最佳用户体验为目标本着为顾客提供最快捷、最满意的服务为宗旨致力于打造猫眼地区电影购票第一品牌。
</p>
<h3 class="pt30">3、选择我们,将为您提供最优服务</h3>
<p>
猫眼电影票是您发放工会福利、开展文娱活动、作为员工奖励的最佳选择,我们将根据各企业、单位具体需求,为您提供最优方案,便于丰富党员、干部职工的精神文化生活。我们秉承“方便、快捷”的服务理念,为用户提供最优质的服务。
</p>
</div>
</div>
</div>
</div>
<#include "../common/footer-js.ftl"/>
<#include "../common/footer.ftl"/>
<#include "../common/login-dialog.ftl"/>
<script type="text/javascript">
$(function () {
$(".menu-helpcenter li a").each(function () {
if ($(this).attr("data-i") == "index") {
$(this).parent().addClass("act");
}
});
});
</script>
<script type="text/javascript">
$(function () {
var url = window.location.href;
var strs = url.split("#");
$(".wrapper-helpcenter .help-aq li a:[name=" + strs[1] + "]").parent().parent().siblings().removeClass("act pb10").end().addClass("act pb10");
$(".info-help .help-nav li a").click(function () {
var name = $(this).attr("href").split("#")[1];
$(".wrapper-helpcenter .help-aq li a:[name=" + name + "]").parent().parent().siblings().removeClass("act pb10").end().addClass("act pb10");
});
$(".wrapper-helpcenter .help-aq li").click(function () {
if (!$(this).hasClass("act")) {
$(this).siblings().removeClass("act pb10").end().addClass("act pb10");
}
});
});
</script>
</body>
</html>