* {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------
font-family:
	"Inter": 优先英文字体
	-apple-system：Apple设备
	"Segoe UI、"Microsoft YaHei"：Windows + 中文
	"Roboto"、"PingFang SC"、"Hiragino Sans GB"： Android + macOS中文
	sans-serif：通用后备
---------------------------------------------------------------------*/
/*
:root {

	--cnvs-body-font: "Inter", -apple-system, "Segoe UI", "Microsoft YaHei", "Roboto", "PingFang SC", "Hiragino Sans GB", sans-serif;
	--cnvs-primary-font: "Inter", -apple-system, "Segoe UI", "Microsoft YaHei", "Roboto", "PingFang SC", "Hiragino Sans GB", sans-serif;
	--cnvs-secondary-font: "Playfair Display", -apple-system, "Segoe UI", "Microsoft YaHei", "Roboto", "PingFang SC", "Hiragino Sans GB", sans-serif;
}
	*/

/* ----------------------------------------------------------------
	header
-----------------------------------------------------------------*/
#logo a {
	align-self: center;
	height: 70px;
	padding-top: 14px;
	font-family: 'Audiowide';
	font-size: 1.6rem;
}

.footer-logo {
	height: 70px;
	padding-top: 20px;
	font-family: 'Audiowide';
	font-size: 1.8rem;
	color: white;
	text-align: center;
}

.flag {
	width: 28px;
	margin-top: -2px;
	/* margin-left: 6px; */
	margin-right: -4px;
}

/*顶部菜单栏--*/
.menu-link {
	font-size: 1rem;
}


/* ----------------------------------------------------------------
	index.html
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
	nw330/nwx/ns6/na3.html等单个产品页面
-----------------------------------------------------------------*/
.display-Block {
	display: block;
}

/* ----------------------------------------------------------------
	contact.html
-----------------------------------------------------------------*/
.contact-bg {
	background-image: linear-gradient(to bottom, rgba(66, 91, 118, 1), rgba(39, 61, 87, 1)) !important;
	/*background: #343a40;*/
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*
.contact-img {
	background-image: linear-gradient(to bottom, rgba(66, 91, 118, 1), rgba(39, 61, 87, 1)) !important;
	height: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
}*/

.contact-headline {
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 0;

}

/* ----------------------------------------------------------------
	folder页面
-----------------------------------------------------------------*/
