*{
	padding:0;
	margin:0;
}
.aboutusWrap{
	min-width:1366px;
	width:100%;
  	min-height:870px
}
/*左侧*/
.about-left{
	width:303px;
	/*background:#f2f2f2;*/
	float:left;
	position: absolute;
}
.aboutUl{
	width:80px;
	/*height:571px;*/
	margin:26px 74px 0 149px;
}
.aboutUl>li{
	width:80px;
	/*height:80px;*/
	float:left;
	margin-top:19px;
	border-radius:50%;
	font-size:14px;
	color:#333;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
}
.aboutUl>li.active{
	background: #ffe500;
}
.aboutUl>li:first-child{
	margin-top:0;
}
/*右侧*/
.about-right{
	/*height:1721px;*/
	margin-left:303px;
}
.about-right-content{
	width:1200px;
	margin:0 auto;
}
.about-title{
	width:1200px;
	margin:0 auto;
	padding-top:34px;
}
.about-img{
	width:28px;
	height:24px;
	float:left;
}
.about-txt{
	font-size:18px;
	color:#333;
	float:left;
	margin-left:3px;
	font-weight: bold;
}
.about-content{
	width:1200px;
	margin:0 auto;
	padding-top:20px;
}