.guide_ul li:nth-child(4) a {
	color: #C9A474;
}

.dropdown-toggle {
	color: #333;
}

.guide_ul li:nth-child(4) {
	color: #C9A474;
}

.aboutbanner {
	width: 100%;
	height: auto;
	display: block;
}

.aboutguide a {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 100;
	color: rgba(102, 102, 102, 1);
	line-height: 28px;
}

.aboutguide {
	margin: 0px 0 20px;
}

.aboutguide a:first-child {
	color: #C9A474;
}

.peoplecontent {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #F8F8F8;
}

.layer {
	width: 20%;
	border-radius: 2px;
}

.peopleinfo {
	width: 886px;
	height: 320px;
	padding: 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nametext {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
}

.addressicon {
	width: 8px;
	height: 12px;
	margin-right: 10px;
}

.address label {
	height: 14px;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(47, 40, 27, 1);
}

.identity {
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(153, 153, 153, 1);
	margin: 15px 0 25px;
}

.infocontent {
	display: flex;
	align-items: center;
}

.infocenter {
	width: 1px;
	height: 95px;
	background: rgba(234, 234, 234, 1);
	margin: 0 20px;
}

.infoitem {
	display: flex;
}

.infoitemleft {
	width: 77px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
}

.itemright {
	width: 259px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
}

.personinfo {
	border: 1px solid #efefef;
}

.person_ul {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #efefef;
	padding: 0px 20px;
	box-sizing: border-box;
}

.person_ul li {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #333;
	padding: 20px 0;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: 2px solid #fff;
}

.person_ul li:not(:first-child) {
	margin-left: 40px;
}

.personactive {
	color: #C9A474;
	border-bottom: 2px solid #C9A474 !important;
}

.personinfocontent {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: PingFang SC;
}

.personitem p,.personitem p span{
	font-size: 14px !important;
	font-family: PingFang SC;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
}
@media only screen and (min-width: 769px) and (max-width: 1020px) {

.peopleinfo{
	width: 80%;
}
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.container {
		margin-bottom: 0px;
	}

	.guide_ul {
		display: none;
	}

	.worktitle {
		font-size: 20px;
		padding: 20px 0;
	}

	.peopleinfo,
	.infocontent {
		width: auto;
		display: block;
		height: auto;
		padding: 0;
	}

	.peoplecontent {
		display: flex;
		padding: 10px;
		box-sizing: border-box;
		justify-content: space-between;
	}

	.infocenter {
		display: none;
	}

	.itemright {
		width: auto;
	}

	.layer {
		width: 34%;
	}
	.person_ul li{
		padding: 15px 0;
	}
	.infoitem{
		flex-wrap: wrap;
	}
	.person_ul{
		padding: 0 10px;
		box-sizing: border-box;
	}
    .nametext{
		font-size: 20px;
	}
}
