You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
3.4 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<extend name="Public/bases" />
<block name="body" >
<link rel="stylesheet" type="text/css" href="__CSS__/enterprise.css">
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css">
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
<script type="text/javascript" src="__JS__/getRem.js"></script>
<style>
body {
background: #f5f5f5;
}
.beian{color:#00CCFF;}
</style>
<div class="enterprise">
<div class="enterprise_box">
<div class="heard_img"><img src="__IMG__/new/lunbo.png" alt=""></div>
<div class="heard_title">公司介绍</div>
<div class="heard_en">COMPANY PROFILE</div>
<div class="introduce">
<div>万盟天下励志为玩家提供国内最精品的移动游戏,公司集休闲、娱乐、游戏、玩家互动为一体,以公司服务和玩家互动娱乐为核心, 并于游戏厂商共建良好的沟通反馈机制,力图为大家打造一个最优秀最专业的绿色健康游戏服务平台。</div>
<div>公司始终关注行业发展,为解决行业痛点不遗余力,专注于如何有效提升玩家用户体验,延长用户游戏周期,为玩家解决主要问题。在游戏中组织军团,带领玩家入门,一起畅玩游戏。我们的宗旨是:一对一,手把手,提供最贴心、最人性化的服务,帮助玩家找到最合适的游戏圈,带领玩家充分享受游戏带来的快乐。 公司现与知名互联网公司合作愉快。我们的愿景 :打造游戏行业最具影响力的【网络游戏运营模式】致力于真正做到让玩家快乐游戏! 用心享受快乐!</div>
<div>每一天,我们都致力于创造更美好的未来。我们的优质产品和服务,使人心情愉悦,神采焕发,享受更加完美生活。</div>
</div>
</div>
<!-- 底部标签 -->
<div class="foot_lable">
<div>备案号:<a class="beian" href="http://www.beian.miit.gov.cn" target="_blank">琼ICP备19000556号-1</a></div>
<div>网络文化经营许可证编号琼网文20192354-200号</div>
<div>海南万盟天下科技有限公司</div>
</div>
</div>
<!-- 底部导航 -->
<div class="foot_tabbar">
<div class="foot_tabbar_box">
<div class="foot_info ">
<a href="{:U('Index/index')}" class="<if condition='CONTROLLER_NAME eq Index and ACTION_NAME eq index'>active</if>">
<img src="__IMG__/new/shouye<if condition='CONTROLLER_NAME eq Index and ACTION_NAME eq index'>1</if>.png" alt="">
<span>首页</span>
</a>
</div>
<div class="foot_info ">
<a href="{:U('Index/introduce')}" class="<if condition='ACTION_NAME eq introduce'>active</if>">
<img src="__IMG__/new/qiyechaxun<if condition='ACTION_NAME eq introduce'>1</if>.png" alt="">
<span>企业简介</span></a>
</div>
<div class="foot_info ">
<a href="{:U('Index/business')}" class="<if condition='ACTION_NAME eq business'>active</if>">
<img src="__IMG__/new/hezuo<if condition='ACTION_NAME eq business'>1</if>.png" alt="">
<span>商务合作</span>
</a>
</div>
<div class="foot_info ">
<a href="{:U('User/index')}" class="<if condition='CONTROLLER_NAME eq User'>active</if>">
<img src="__IMG__/new/geren<if condition='CONTROLLER_NAME eq User'>1</if>.png" alt="">
<span>我的</span>
</a>
</div>
</div>
</div>
</block>