.AboutUs{
	margin-top: 0;
}
.navTop{
	margin-top: 90px;
}
.headbox{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 74px;
	background: #fff;
	position: fixed;	
}
.headTop{
	width: 1360px;
	display: flex;
	justify-content: space-between;
}
.detils-box{
	width: 1240px;
	padding: 20px 30px;
	background: #F9F9F9;
	margin-top: 20px;
}
.userinfo{
	display: flex;
	align-items: center;
}
.user-search{
	display: flex;
	align-items: center;
	width: 469px;
	height: 39px;
	border: 1px solid #F15A24;
	border-radius: 30px;
	margin-right: 40px;
}
.user-search input{
	width: 80%;
	line-height: 39px;
	border: #fff;
	outline: none;
	margin-left: 20px;
}
.user-search>span{
	display: inline-block;
	width: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #CCCCCC;
	color: #fff;
	cursor: pointer;
}
.user-search>img{
	width: 18px;
	margin-left:10px;
	cursor: pointer;
}
.head-set{
	display: flex;
	align-items: center;
}
.head-set>img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.head-name{
	display: flex;
	align-items: center;
	margin-left: 10px;
	cursor: pointer;
}
.head-name span{
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #222222;
	line-height: 16px;
	font-style: normal;
	text-transform: none;
}
.head-name>img{
	width: 9px;
	height: 5px;
	margin-left: 6px;
}
.detils-box>p{
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	font-style: normal;
	text-transform: none;
	margin-bottom: 20px;
}
.detils-top{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.detils-top span{
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
}
.detils-top2{
	display: block;
	margin-top: 14px;
}
.detils-top2 span{
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
}
.detils-top2 span:nth-child(2){
	margin-left: 263px;
}
.detils-top3{
	display: flex;
	color: #666666;
}
.detils-top3 span:nth-child(1){
	flex: none;
	width: 90px;
	margin-top: 14px;
}
.detils-box h3{
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	font-style: normal;
	text-transform: none;
	margin: 30px 0;
}