CINXE.COM

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <link rel="icon" href="<%= BASE_URL %>icon.ico" /> <style> html, body, #app { height: 100%; margin: 0px; padding: 0px; font-family: 'Si yuan Song Ti'; } p { margin: 0; padding: 0; } /* 头部 */ .load-top { width: 100%; height: 70px; } .load-top .img-logo { width: 200px; /* height: 45px; */ margin: 12px 20px 0 55px; } .load-top:after { content: ''; position: absolute; top: 16px; left: 275px; width: 1px; height: 40px; background: #003574; } .load-top .img-name { width: 150px; height: 40px; margin: 0 0 0 15px; } /* 主题内容 */ .load-wrap { width: 100%; height: calc(100vh - 170px); background-image: url('./img/bgImg.png'); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; position: relative; } .load-wrap .wrap-text { width: 480px; height: 187px; position: absolute; top: 33%; left: 15%; } /* 右侧内容 */ .load-wrap .info-wrap { position: relative; box-sizing: border-box; width: 300px; height: 440px; position: absolute; /* top: 10%; */ /* top: 0; */ top: 50%; right: 120px; margin-top: -190px; background-color: rgba(252, 252, 252, 0.8); border: 2px solid rgba(48, 131, 240, 0.8); box-shadow: 0px 0px 20px 0px rgba(48, 131, 240, 0.9); border-radius: 6px; } .load-wrap .info-wrap .info-title { padding: 10px 12px; color: #fff; background-color: rgba(48, 131, 240, 0.8); font-size: 18px; font-weight: bold; font-family: 'Si Yuan Song Ti'; border-radius: 4px; border-bottom: 2px solid rgba(48, 131, 240, 0.8); margin-bottom: 20px; } .load-wrap .info-wrap .info-content { padding: 0 12px; text-indent: 2em; font-size: 14px; font-weight: bold; font-family: 'Si Yuan Song Ti'; line-height: 24px; padding-top: 12px; } /* 右侧底部 */ .load-wrap .info-wrap .info-other { position: absolute; bottom: 12px; width: 100%; text-align: center; } .load-wrap .info-wrap .info-other span { display: inline-block; cursor: pointer; color: rgb(43, 91, 224); font-size: 14px; font-weight: bold; font-family: 'Si yuan Song Ti'; border-right: 2px solid rgba(43, 91, 224, 0.5); padding-right: 16px; } .load-wrap .info-wrap .info-other .system-require { padding-left: 12px; } .load-wrap .info-wrap .info-other .user-note { border-right: 0px; padding-left: 12px; padding-right: 0px; } .load-wrap .net-app { box-sizing: border-box; position: absolute; bottom: 40px; width: 180px; height: 50px; text-align: center; line-height: 50px; margin: 12px 0px 20px 55px; border-radius: 10px; background-color: rgba(253, 161, 9, 0.9); font-size: 20px; font-weight: bold; font-family: 'Si Yuan Song Ti'; color: #fff; cursor: pointer; } /* 底部 */ .load-foot { box-sizing: border-box; width: 100%; color: #1052a3; font-size: 14px; font-weight: bold; font-family: 'Si yuan Song Ti'; position: relative; } .load-foot .foot-left { position: absolute; left: 60px; top: 20px; line-height: 30px; } .load-foot .foot-center { position: absolute; left: 35%; top: 20px; } .load-foot .foot-center .service-tel { padding-top: 8px; padding-bottom: 20px; } .load-foot .foot-center .bank-manual { color: rgb(254, 125, 10); cursor: pointer; } .load-foot .foot-left img { width: 130px; height: 30px; } .load-foot .foot-right { position: absolute; right: 40px; top: 5px; } .load-foot .foot-right>div { display: inline-block; text-align: center; } .load-foot .foot-right>div:first-of-type { margin-right: 20px; } .load-foot .foot-right img { width: 75px; height: 70px; } .load-foot .foot-right p { font-size: 12px; font-family: 'Si yuan Song Ti'; } /* 系统要求弹窗 */ #myModal { width: 500px; padding: 18px 18px; background-color: #fff; box-shadow: 0 0 4px 0 rgb(18, 102, 199); border-radius: 10px; display: none; z-index: 1; position: fixed; top: 50%; left: 50%; margin-top: -10%; margin-left: -18%; } #myModal .modal-title { position: relative; } #myModal .modal-title .my-close { font-size: 20px; cursor: pointer; font-weight: bolder; position: absolute; right: 0; } #myModal .modal-title .my-close:hover { color: rgb(12, 74, 243); } #myModal p { text-indent: 2em; font-size: 14px; font-family: 'Si yuan Song Ti'; line-height: 28px; margin-top: 6px; } #myModal p span { display: inline-block; font-weight: bold; } /* 客户须知弹窗 */ #userModal { width: 500px; height: 500px; overflow-y: scroll; padding: 18px 18px; background-color: #fff; box-shadow: 0 0 4px 0 rgb(18, 102, 199); border-radius: 10px; display: none; z-index: 1; position: fixed; top: 10%; left: 50%; margin-left: -18%; } #userModal .modal-title { position: relative; } #userModal .modal-title .notice-close { font-size: 20px; cursor: pointer; font-weight: bolder; position: absolute; right: 0px; } #userModal .modal-title .notice-close:hover { color: rgb(12, 74, 243); } #userModal p { text-indent: 2em; font-size: 14px; font-family: 'Si Yuan Song Ti'; line-height: 28px; margin-top: 6px; } </style> </head> <body> <div class="load-top"> <img src="./img/logo.png" alt="龙江银行" class="img-logo"> <img src="./img/nameLogo.png" alt="龙江银行" class="img-name"> </div> <div class="load-wrap"> <img src="./img/bgText.png" alt="龙江银行" class="wrap-text"> <div class="info-wrap"> <div class="info-title">网上银行</div> <div class="info-content">我行个人网银和企业网银焕新升级网银客户端,请通过客户端方式使用我行个人和企业网银服务。</div> <div class="info-content">点击“客户端下载”按钮,安装后运行客户端会自动修复使用环境,识别UK并更新UK驱动。</div> <div class="info-content">网页版登录入口已关闭,更新UK驱动后可以在驱动内设置:插入UK时不自动弹出网页。</div> <div class="net-app" onclick="downloadNet()">客户端下载</div> <div class="info-other"> <span class="user-notice" onclick="noticeModal()">客户须知</span> <span class="system-require" onclick="st=systemModal()">系统要求</span> <span class="user-note" onclick="downloadManual()">使用手册</span> </div> </div> </div> <div class="load-foot"> <div class="foot-left"> <img src="./img/logo.png" alt="龙江银行"> <p>黑ICP备10005658号-1</p> </div> <div class="foot-center"> <p class="service-tel">如有疑问请拨打客服电话: 400-645-8888</p> <p>网银操作请查阅:<span class="bank-manual" onclick="downloadManual()">企业网上银行客户使用手册</span></p> </div> <div class="foot-right"> <div> <img src="./img/app-ios-img.png" alt="龙江银行"> <p>龙江银行企业手机银行APP(ios下载)</p> </div> <div> <img src="./img/app-android-img.png" alt="龙江银行"> <p>龙江银行企业手机银行APP(安卓下载)</p> </div> </div> </div> <div id="myModal"> <div class="modal-title">系统要求:<span class="my-close" onclick="systemClose()">×</span></div> <p> <span>企业网银客户端</span> 是在电脑独立安装和运行的应用程序,启动时会自动修复网银登录环境,识别企业信息和用户信息。(系统要求:建议客户电脑使用Windows7或更高版本Windows系统。) </p> <p> <span>企业手机银行</span> 可以为企业客户提供移动交易授权服务,实时掌握企业资金变动。使用前需要由企业管理员在PC端开通或至企业网银开户行办理业务开通。(系统要求:支持iOS 9.0以上和Android 6.0以上和鸿蒙1.0以上的系统使用。) </p> </div> <div id="userModal"> <div class="modal-title">新版网上银行客户须知:<span class="notice-close" onclick="noticeClose()">×</span></div> <p>1.“龙江银行网银客户端”集成网银助手功能,启动时自动修复网银环境,插入UK时更新UK驱动,也可以在未登录时手动修复网银使用环境。</p> <p>2.网银客户可以通过原有密码和UK登录使用新版网银客户端,客户信息、用户信息、网银历史指令和收款人名册信息都会保留,企业网银自动识别客户信息。</p> <p>3.企业网银开通手机app,可以在应用市场搜索并下载“龙江银行企业手机银行”,可以在线查询账户明细和资金状况,手机端下载数字证书后,可以授权企业交易,办理存款类业务,更换蓝牙key后可以在手机端发起转账功能。</p> <p>4.旧版企业网银用户可以自助开通企业手机银行登录权限,由企业管理员在“企业管理”-“手机渠道管理”菜单开通,请在本页下载《企业网上银行客户使用手册》。</p> <p>5.旧版企网指令迁移至“授权中心”的“历史指令查询”和“历史授权指令查询”菜单。已提交未完成授权流程的指令不能在新版企网继续授权,请企业客户在升级前完成已提交指令的授权或在新版企业网银重新制单提交。</p> <p>6.建议首次使用新版企业网银时,先检查审批流程设置。新版企业网银的交易指令,在客户审核流程结束后自动发送。旧版企业网银审核流程中应用“手动发送”的客户,需在新版网银重新设置审核流程。</p> <p>7.旧版网上银行未激活的客户,目前为冻结状态,需要前往柜面办理解冻或启用。</p> </div> <script type="text/javascript"> var myModal = document.getElementById('myModal'); var userModal = document.getElementById('userModal'); function downloadNet() { window.location.href = "https://corpor.lj-bank.com:20443/download/ClientEBankBOLJ_Setup.exe"; } function downloadManual() { window.location.href = "https://corpor.lj-bank.com:20443/download/Ljbank_user_manual.doc"; } function noticeModal() { userModal.style.display = "block"; myModal.style.display = "none"; } function noticeClose() { userModal.style.display = "none"; } function systemModal() { myModal.style.display = "block"; userModal.style.display = "none"; } function systemClose() { myModal.style.display = "none"; } </script> </body> </html>