<!DOCTYPE html>

<html lang="ja">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>日商贸易(广州颂盛贸易有限公司)</title>

<style>

body { margin:0; font-family:sans-serif; }

.hero { height:90vh; display:flex; flex-direction:column; justify-content:center; align-items:center; background:#f5f5f5; }

.chat { position:fixed; right:20px; bottom:20px; background:#000; color:#fff; padding:15px 20px; border-radius:30px; text-decoration:none; }

</style>

</head>

<body>

<div class="hero">

<h1>中国仕入れを、もっと安心に。</h1>

<p>18年の实绩 × 300社以上</p>

</div>

<a href="contact.html" class="chat">咨询入口</a>

</body>

</html>