html,
body {
	/* background: #f8f8f8; */
}

.copyright {
	padding: 0px;
}

.banner {
	margin-top: 0.89rem;
}

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

.contactus {
	padding: 0rem 0.23rem;
	box-sizing: border-box;
}

.contactus .contactusOne {
	padding: 0.38rem 0rem 0.18rem;
	box-sizing: border-box;
}

.contactus .contactusOne .title {
	font-family: NotoSansCJKsc-Medium;
	font-size: 0.3rem;
	color: #202020;
	line-height: 0.4rem;
	font-weight: bold;
}

.contactus .contactusOne ul {
	padding-top: 0.18rem;
	box-sizing: border-box;
}

.contactus .contactusOne ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.16rem 0.2rem;
	box-sizing: border-box;
}

.contactus .contactusOne ul li img {
	width: 0.7rem;
	height: 0.7rem;
	display: block;
	flex-shrink: 0;
	margin-right: 0.24rem;
}

.contactus .contactusOne ul li .text {
	width: calc(100% - 0.94rem);
}

.contactus .contactusOne ul li .text span {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.26rem;
	line-height: 0.4rem;
	color: #666666;
	display: block;
}

.contactus .contactusOne ul li .text p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.26rem;
	line-height: 0.4rem;
	color: #333333;
}

.contactus .contactusTwo {}

.contactus .contactusTwo .title {
	font-family: NotoSansCJKsc-Medium;
	font-size: 0.3rem;
	color: #202020;
	line-height: 0.4rem;
	font-weight: bold;
}

.contactus .contactusTwo ul {
	overflow: hidden;
	padding: 0.47rem 0rem 0rem;
	box-sizing: border-box;
}

.contactus .contactusTwo ul li {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 0.2rem;
}

.contactus .contactusTwo ul li img {
	width: 2.23rem;
	height: 2.23rem;
	display: block;
}

.contactus .contactusTwo ul li span {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.24rem;
	line-height: 0.7rem;
	color: #333333;
	display: block;
}