.content .header {
		width: 100%;
		height: 436px;
		background: url("../../images/about/bg1.png") no-repeat;
		background-size: cover;
		color: #fff;
}
.header .title {
		position: absolute;
		top: 174px;
		left: 344px;
}
.header .title h4 {
		height: 39px;
		font-family: MicrosoftYaHei;
		font-size: 40px;
		letter-spacing: -2px;
		color: rgba(255, 255, 255, 1);
}
.header .title p {
		height: 17px;
		margin: 22px 0;
		font-family: MicrosoftYaHei;
		font-size: 22px;
		letter-spacing: -1px;
		color: rgba(255, 255, 255, 1);
}
.header .title .icon {
		width: 86px;
		height: 6px;
		background-color: #ffffff;
		border-radius: 3px;
}
.content .aboutList {
		background: #fff;
}
.content .aboutList ul {
		position: relative;
		top: -67px;
}
.aboutList ul li {
		width: 1200px;
		padding: 60px;
		margin: auto;
}
.aboutList ul li h5{
		font-size: 30px;
		font-weight: bold;
		line-height: 76px;
		letter-spacing: -1px;
		color: #333;
		text-align: center;
		margin-bottom: 30px;
}
.aboutList ul li p{
		width: 1076px;
		font-size: 18px;
		line-height: 50px;
		letter-spacing: 0;
		color: #333;
		margin: auto;
}
.aboutList .companyProfile {
		background-color: rgba(60, 203, 166, 1);
		opacity: 0.8;
}
.aboutList .companyProfile h5 {
		color: #fff;
}
.aboutList .companyProfile p {
		color: #fff;
}
.aboutList .team {
		background: url(../../images/about/bg2.png) no-repeat;
		background-blend-mode: multiply;
		background-size: cover;
		text-align: center;
		width: 100%;
}
.aboutList .team h5 {
		color: #fff;
}
.aboutList .team p {
		color: #fff;
}
.aboutList .honor {
		width: 1205px;
		padding: 60px 0;
}
.aboutList .honor .img {
		display: flex;
		text-align: center;
		justify-content: space-between;
}
.aboutList .honor .img p {
		font-size: 24px;
		line-height: 27px;
		color: #3e3a39;
		width: initial;
}
.aboutList .honor .img .img-left {
		width: 765px;
}
.aboutList .honor .img .img-left img {
		width: 765px;
		height: 266px;
}
.aboutList .honor .img .img-left .top{
		margin-bottom: 116px;
}
.aboutList .honor .img .img-right {
		width: 347px;
}
.aboutList .honor .img .img-right .top {
		width: 347px;
		height: 246px;
		box-shadow: 5px 5px 13px 0px rgba(143, 143, 143, 0.1);
}
.aboutList .honor .img .img-right .mid {
		margin-bottom: 27px;
		margin-top: 43px;
}
.aboutList .honor .img .img-right .buttom {
			width: 224px;
			height: 310px;
			box-shadow: 5px 5px 13px 0px rgba(143, 143, 143, 0.1);
}
ul li img{
		width: 100%;
}
.aboutList .honor .img span {
		text-align: center;
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		font-family: MicrosoftYaHei;
}
.aboutList .activity {
		display: flex;
		justify-content: space-between;
}
.aboutList .activity p {
		width: 100%;
		height: 32px;
		line-height: 32px;
		color: #fff;
		font-size: 18px;
		padding-left: 14px;
		background-color: rgba(0, 0, 0, 1);
		opacity: 0.6;
		margin-bottom: 5px;
		margin-top: -34px;
}
.activity .activity-left {
		width: 380px;
		margin-right: 10px;
		height:531px;
}
.activity .activity-left img {
		width:100%;
		height:100%;
}
.activity .activity-mid {
		width: 340px;
		margin-right: 10px;
		height:531px;
}
.activity .activity-mid .img-mid-top {
		height:347px;
}
.activity .activity-mid .bottom {
		position: relative;
		top: 11px;
}
.activity .activity-mid .img-mid-bottom {
		height:168px;
}
.activity .activity-right {
		width: 650px;
		height:531px;
}
.activity .activity-right .img-top {
		height:266px;
		width:100%;
}
.activity-right .imgs {
		display: flex;
		position: relative;
		top: 10px;
		justify-content: space-between;
}
.activity .activity-right .imgs img {
		width: 243px;
		height: 250px;
}