body {
	background-color: #db4a41;
	color: #000;
}
.bigcontent .nav > li > a {
	color: #000;
}
.bigcontent .nav > li > a:hover {
	color: #000;
}
.banner {
	padding: 0 4px;
	display: flex;
	align-items: center;
	background-color: rgb(206, 59, 51);
	margin: 92px 0 4px 0;
	height: calc(100vh - 300px);
	overflow: hidden;
}
.banner-inner {
	max-width: 80%;
	font-size: 40px;
	color: #000;
	margin-left: 20px;
	font-weight: bold;
	transform: translate(0, -60px);
}
.banner-inner p {
	padding: 5px;
}
.describe {
	display: flex;
	align-items: center;
	justify-items: center;
	text-align: center;
	color: #000;
}
.describe .title {
	font-size: 35px;
	/* margin-bottom: 5px; */
	font-weight: 500;
}
.project-item .text .font,
.project-item .text .cover {
	padding-top: 5px;
}
.describe-inner {
	flex: 1;
}

/* 重置 */
.menu {
	color: #fff !important;
}
.project-item {
	background-color: transparent;
}
.project-item .title,
.project-item .text .font {
	display: block;
}
.project-item .text {
	position: relative;
	top: 0;
	transform: translate(0, 0);
}

.foot {
	background: #db4a41 !important;
	color: #000 !important;
}
.foot a {
	color: #000;
}
.footer__text h2 {
	color: #000 !important;
}
.footrow .title {
	color: #000 !important;
}
.fixed-nav {
	background-color: #db4a41 !important;
}
.bigcontent {
	background-color: rgb(206, 59, 51);
}
.bigcontent .nav > li > a {
	color: #000 !important;
}

@media (max-width: 1440px) {
	.banner-inner {
		font-size: 35px;
	}
}
@media (max-width: 640px) {
	.navbar-bg {
		background-color: #db4a41;
	}
	.navbar-nav {
		background-color: #db4a41;
	}
	.describe .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.project-item .text .font {
		font-size: 14px;
	}
	.foot {
		padding-top: 0 !important;
	}
	.banner {
		margin: 70px 0 0 0;
		height: 360px;
		padding: 0 15px;
	}

	.banner-inner {
		font-size: 20px;
		max-width: 100%;
		transform: translate(0, -20px);
	}
}
