* {
	list-style: none;
	margin: 0;
	padding: 0;
}

.n-home-wrap {
	width: 100%;
	position: relative;
	/* height: 600px; */
}

.n-home-wrap-img {
	width: 100%;
	height: 100%;
	display: block;
}

.n-home-wrap-view {
	width: 1200px;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.n-home-product {
	width: 100%;
	background-color: #f0eced;
	padding: 30px 20px;
	box-sizing: border-box;
}

.n-home-product-view {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	/* background-color: yellow; */
}

.n-home-product-view-left {
	width: 340px;
	/* height: 100%; */
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 4px;
}

.pro-view-left-main {
	color: #C0182F;
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 600;
}

.pro-view-left-sub {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
}

.pro-view-left-desc {
	color: #000;
	line-height: 26px;
	margin-bottom: 15px;
	font-size: 14px;
}

.n-home-product-view-right {
	width: 100%;
	margin-left: 15px;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0;

}

.n-home-product-view-right:after {
	content: "";
	/* 宽度和子元素完全一致，占据空位 */
	width: calc(100% / 3 - 10px);
	/* 高度为0，不占空间，仅占位 */
	height: 0;
	/* 隐藏伪元素，仅起到占位作用 */
	visibility: hidden;
}

.pro-view-right-card {
	/* width: 32%; */
	width: calc(100% / 3 - 10px);
	/* 3列，预留间距 */
	max-height: 350px;
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	/* margin-bottom: 15px; */
}

.pro-view-right-shape {
	width: 100%;
	height: 15px;
	display: block;
}

.pro-view-right-card-img {
	width: 100%;
	max-height: 190px;
	margin: 0 auto 10px;
}

.pro-view-right-card-main {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
}

.pro-view-right-card-sub {
	color: #C0182F;
	font-size: 14px;
	margin-bottom: 20px;
}

.pro-view-right-card-btn {
	background-color: #fff;
	border: 1.5px solid #ccc;
	padding: 4px 15px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	color: #333;
	/* IE9 按钮去除默认样式 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 10px;
}

.n-home-cq{
	width: 100%;
	background-color: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
}
.n-home-cq-view {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/* background-color: yellow; */
}

.n-cq-left {
	/* width: 550px;
	height: 500px; */
	width: 49%;
	/* background-color: yellowgreen; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.n-cq-left-img {
	width: 49.5%;
	margin-bottom: 10px;
}

.n-cq-right {
	/* width: 620px;
	height: 500px; */
	width: 51%;
	/* background-color: rebeccapurple; */
	padding: 80px 40px;
	box-sizing: border-box;
}

.n-cq-right-main {
	color: #C0182F;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 600;
}

.n-cq-right-sub {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
}

.n-cq-right-desc {
	margin-bottom: 15px;
	font-size: 16px;
}



.n-home-fa{
	width: 100%;
	background-color: #002536;
	padding: 30px 20px;
	box-sizing: border-box;
}
.n-fa-view {
	width: 1200px;
	margin: 0 auto;
	
}
.n-fa-view-main{
	font-size: 22px;
	margin-bottom: 6px;
	font-weight: 600;
	color: #fff;
}
.n-fa-view-sub{
	margin-bottom: 4px;
	font-size: 12px;
	color: #fff;
	width: 45%;
	line-height: 22px;
}
.n-fa-view-box{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
	cursor: pointer;
}
.n-fa-view-box-card{
	width: 25%;
	max-height: 186px;
	position: relative;
}
.n-fa-view-box-card-img{
	width: 100%;
	height: 100%;
}
.n-fa-view-box-card-content{
	/* width: 90%;
	height: 30px; */
	
	/* position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto; */
	 padding: 2px 4px; /* 用内边距替代固定高度，适配内容 */
	  position: absolute;
	  left: 50%; /* 改为 translateX 居中，避免固定宽度 */
	  top: 50%;
	  transform: translate(-50%, -50%); /* 核心：基于自身尺寸居中 */
	  box-sizing: border-box;
	background-color: #002536;
	border: 1px solid #fff;
	max-width: 95%; /* 限制最大宽度，避免超出卡片 */
	  min-width: 60%; /* 可选：设置最小宽度，避免内容过短时太窄 */
	color: #fff;
    border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.n-fa-view-box-card-content-m{
	font-size: 9px;
	font-weight: bold;
	white-space: nowrap;
}
.n-fa-view-box-card-content-s{
	font-size: 9px;
	white-space: nowrap;
}


/* 媒体查询 */
@media screen and (min-width: 768px) and (max-width: 1200px){
	.n-home-wrap {
		width: 100%;
		position: relative;
		/* height: 400px; */
	}
	
	.n-home-wrap-img {
		width: 100%;
		height: 100%;
	}
	
	.n-home-wrap-view{
		width: 100%;
	}
	
	.n-home-product {
		width: 100%;
		background-color: #f0eced;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.n-home-product-view{
		width: 100%;
	}
	
	.n-home-product-view-left {
		width: 310px;
		background-color: #fff;
		padding: 20px 10px;
		border-radius: 4px;
	}
	
	.pro-view-left-main {

		font-size: 24px;
		margin-bottom: 10px;
		font-weight: 550;
	}
	
	.pro-view-left-sub {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 550;
	}
	
	.pro-view-left-desc {
		color: #666;
		line-height: 26px;
		margin-bottom: 14px;
		font-size: 14px;
	}
	
	.n-home-product-view-right {
		width: 100%;
		margin-left: 15px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.pro-view-right-card-main {
		font-size: 16px;
		font-weight: 550;
		margin-bottom: 2px;
	}
	
	.pro-view-right-card-sub {

		font-size: 14px;
		margin-bottom: 15px;
	}
	
	
	
	.n-home-cq{
		width: 100%;
		background-color: #fff;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.n-home-cq-view {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.n-cq-right {
		width: 51%;
		padding: 20px;
		box-sizing: border-box;
	}
	.n-cq-right-main {
		
		font-size: 24px;
		margin-bottom: 10px;
		font-weight: 600;
	}
	
	.n-cq-right-sub {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 550;
	}
	
	.n-fa-view-main{
		font-size: 20px;
		font-weight: 550;
	}
	
	
	.n-cq-right-desc {
		margin-bottom: 15px;
		font-size: 14px;
	}
	
	
	.n-home-fa{
		width: 100%;
		background-color: #002536;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.n-fa-view {
		width: 100%;
		margin: 0 auto;
	}
	
	
	
}

@media screen and (min-width: 576px) and (max-width: 767px){
	.n-home-wrap-view{
		width: 100%;
	}
	
	.n-home-product {
		width: 100%;
		background-color: #f0eced;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.n-home-product-view{
		width: 100%;
	}
	
	.n-home-product-view-left {
		width: 260px;
		background-color: #fff;
		padding: 10px 5px;
		border-radius: 2px;
	}
	
	.pro-view-left-main {

		font-size: 20px;
		margin-bottom: 10px;
		font-weight: 550;
	}
	
	.pro-view-left-sub {
		font-size: 18px;
		margin-bottom: 20px;
		font-weight: 550;
	}
	
	.pro-view-left-desc {
		color: #666;
		line-height: 26px;
		margin-bottom: 12px;
		font-size: 14px;
	}
	.n-home-product-view-right {
		width: 100%;
		margin-left: 10px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.pro-view-right-card{
		padding: 10px 10px;
	}
	
	.pro-view-right-card-main {
		font-size: 14px;
		font-weight: 550;
		margin-bottom: 2px;
	}
	
	.pro-view-right-card-sub {
	
		font-size: 12px;
		margin-bottom: 10px;
	}
	.pro-view-right-card-btn{
		border: 1px solid #ccc;
		padding: 4px 8px;
		font-size: 11px;
	}
	
	
	.n-home-cq-view {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.n-cq-right {
		width: 51%;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	
	
	/* cq */
	.n-home-cq{
		width: 100%;
		background-color: #fff;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.n-home-cq-view {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.n-cq-right {
		width: 51%;
		padding: 8px;
		box-sizing: border-box;
	}
	.n-cq-right-main {
		font-size: 22px;
		margin-bottom: 6px;
		font-weight: 550;
	}
	
	.n-cq-right-sub {
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: 550;
	}
	
	.n-cq-right-desc {
		margin-bottom: 12px;
		font-size: 13px;
	}
	
	
	.n-home-fa{
		width: 100%;
		background-color: #002536;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.n-fa-view {
		width: 100%;
		margin: 0 auto;
	}
	
	
	/* fanga */
}

@media screen and (max-width: 575px){
	.n-home-product{
		padding: 20px 15px;
	}
	.n-home-product-view{
		width: 100%;
		flex-wrap: wrap;
	}
	.n-home-product-view-left{
		width: 100%;
		padding: 20px 10px;
	}
	.n-home-product-view-right{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	
	.n-home-wrap-view{
		width: 100%;
	}
	
	/* 产品 */
	.pro-view-left-main {

		font-size: 16px;
		margin-bottom: 10px;
		font-weight: 550;
	}
	
	.pro-view-left-sub {
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: 550;
	}
	
	.pro-view-left-desc {
		color: #666;
		line-height: 26px;
		margin-bottom: 4px;
		font-size: 10px;
	}
	.pro-view-right-card{
		padding: 6px 6px;
		width: calc(100% / 3 - 6px);
	}
	
	.pro-view-right-card-main {
		font-size: 10px;
		font-weight: 550;
		margin-bottom: 2px;
	}
	
	.pro-view-right-card-sub {

		font-size: 8px;
		margin-bottom: 10px;
	}
	.pro-view-right-card-btn{
		border: 1px solid #ccc;
		padding: 4px 6px;
		font-size: 8px;
	}
	
	/* cq */
	.n-home-cq{
		padding: 20px 15px;
	}
	.n-home-cq-view{
		width: 100%;
		flex-wrap: wrap;
	}
	.n-cq-left{
		width: 100%;
	}
	.n-cq-left-img{
		width: 49.9%;
	}
	.n-cq-right{
		width: 100%;
		padding: 5px 20px;
	}
	
	.n-cq-right-main {

		font-size: 18px;
		margin-bottom: 6px;
		font-weight: 550;
	}
	
	.n-cq-right-sub {
		font-size: 14px;
		margin-bottom: 15px;
		font-weight: 550;
	}
	
	.n-cq-right-desc {
		margin-bottom: 12px;
		font-size: 11px;
	}
	
	
	
	/* fangfa */
	.n-home-fa{
		padding: 20px 15px;
	}
	.n-fa-view{
		width: 100%;
		margin: 0 auto;
	}
	.n-fa-view-box-card{
		width: 50%;
		max-height: 186px;
		position: relative;
	}
	
	.n-fa-view-box-card-content-m{
		font-size: 8px;
		font-weight: 550;
	}
	.n-fa-view-box-card-content-s{
		font-size: 8px;
	}
	
	.n-fa-view-main{
		font-size: 14px;
		margin-bottom: 6px;
		font-weight: 550;
		color: #fff;
	}
	.n-fa-view-sub{
		margin-bottom: 4px;
		font-size: 10px;
		color: #fff;
	}
}