@charset "utf-8";
/*首页zh-CN字体css*/
.hta-title{
	font-family: 'Yu Mincho', '游明朝体', serif; /* 日文标准衬线字体 */
	font-size: 50px;
	line-height: 1.7;          /* 日文略低行高更紧凑 */
	-webkit-font-feature-settings: "pkna"; /* 启用日文字体连字 */
	font-weight: bold;
}
.hm-p{
    font-family: 'Yu Mincho', '游明朝体', serif; /* 日文标准衬线字体 */
	font-size: 40px;
	line-height: 1.7;          /* 日文略低行高更紧凑 */
	-webkit-font-feature-settings: "pkna"; /* 启用日文字体连字 */
	font-weight: bold;
}
.hta-content{
	width: 100%;
	height: 300px;
	font-family: 'Yu Mincho', '游明朝体', serif; /* 日文标准衬线字体 */
	font-size: 35px;
	line-height: 1.7;          /* 日文略低行高更紧凑 */
	-webkit-font-feature-settings: "pkna"; /* 启用日文字体连字 */
	font-weight: bold;
	text-align: center;
}
.hta-content table{
	table-layout: fixed;
	width: 100%;
}
.zhaomu{
	font-size: 35px;
	line-height: 1.8;          /* 增加行高避免拥挤 */
	letter-spacing: 0.03em;    /* 轻微字距提升可读性 */
	font-weight: bold;
}