html,
body {
	background: #f8f8f8;
}

.copyright {
	padding: 0px;
}

.banner {
	margin-top: 0.89rem;
}

.banner img {
	width: 100%;
	display: block;
}

.aboutUs {
	/* padding-top: 0.89rem; */
}

.aboutUs .aboutUsNav {
	width: 100%;
	height: 0.84rem;
	background-color: #ffffff;
}

.aboutUs .aboutUsNav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.84rem;
}

.aboutUs .aboutUsNav ul li {
	width: 25%;
	text-align: center;
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.29rem;
	color: #333333;
	position: relative;
	height: 0.84rem;
	line-height: 0.84rem;
}

.aboutUs .aboutUsNav ul li.active {
	color: #fdac29;
}

.aboutUs .aboutUsNav ul li.active:after {
	position: absolute;
	content: '';
	bottom: 0rem;
	left: 50%;
	margin-left: -0.22rem;
	width: 0.44rem;
	height: 0.05rem;
	background-color: #fdac29;
	border-radius: 0.08rem;
}

.aboutUs .aboutUsList {
	padding: 0.2rem 0.24rem;
	box-sizing: border-box;
}

.aboutUs .aboutUsList .list {
	display: none;
}


/*公司简介*/

.companyProfile {
	padding: 0.18rem 0rem 0.5rem;
	box-sizing: border-box;
}

.companyProfile p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.25rem;
	line-height: 0.48rem;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 0.36rem;
	text-align: justify;
}

.companyProfile img {
	width: 100%;
	display: block;
	margin-bottom: 0.42rem;
}


/*发展历程*/

.developmentHistory {
	padding: 0.3rem 0rem;
	box-sizing: border-box;
}

.developmentHistory ul {}

.developmentHistory ul li {
	background: #fff;
	margin-bottom: 0.2rem;
	padding: 0.28rem 0.28rem 0.26rem;
	border-radius: 0.21rem;
}

.developmentHistory ul li:last-child {
	margin-bottom: 0rem;
}

.developmentHistory ul li a {}

.developmentHistory ul li a h1 {
	font-family: Roboto-Regular;
	font-size: 0.25rem;
	line-height: 0.3rem;
	letter-spacing: 0.01rem;
	color: #333333;
	font-weight: inherit;
	font-weight: initial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.developmentHistory ul li a p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.24rem;
	line-height: 0.44rem;
	letter-spacing: 0.01rem;
	color: #333333;
	margin-top: 0.16rem;
}


/*企业文化*/

.corporateCulture {
	padding: 0.28rem 0rem 0rem;
	box-sizing: border-box;
}

.corporateCulture ul {}

.corporateCulture ul li {
	display: flex;
	margin-bottom: 0.46rem;
	justify-content: space-between;
}

.corporateCulture ul li:last-child {
	margin-bottom: 0.3rem;
}

.corporateCulture ul li .corporateCultureLeft span {
	font-style: italic;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.59rem;
}

.corporateCulture ul li:nth-child(odd) .corporateCultureLeft {
	width: 1.02rem;
	height: 1.59rem;
	background-color: #6f1a05;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Impact;
	font-size: 0.65rem;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 0.2rem;
}

.corporateCulture ul li:nth-child(even) .corporateCultureLeft {
	width: 1.02rem;
	height: 1.59rem;
	background-color: #fdac29;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Impact;
	font-size: 0.65rem;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 0.2rem;
}

.corporateCulture ul li .corporateCultureRight {
	width: calc(100% - 1.22rem);
	box-sizing: border-box;
}

.corporateCulture ul li .corporateCultureRight .name {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.26rem;
	line-height: 0.3rem;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	width: 100%;
}

.corporateCulture ul li .corporateCultureRight .fuName {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0.16rem 0rem 0rem;
	box-sizing: border-box;
}

.corporateCulture ul li .corporateCultureRight .content {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.24rem;
	line-height: 0.36rem;
	color: #666666;
	height: 0.72rem;
	overflow: hidden;
}