.about{margin:110px auto;width: 1200px;}
.about>.abo_tit>p{margin-bottom: 68px;}
.team_wrap{width: 100%;}
.team{width: 1200px;margin:0 auto;}
.team>.abo_tit>p{margin-bottom: 90px;padding:0 230px;}
.team_list{width: 100%;overflow: hidden;display: flex;justify-content: space-around;}
.team_item{float: left;margin-left:72px; }
.team_item:first-child{margin-left:0;}
.team_item>img{border-radius: 50%;width: 176px;height: 176px;margin-bottom: 22px;}
.team_item>div{color:#888;font-size: 10px;text-align: center;margin-bottom: 58px;}
.team_item b{display: block;font-weight: normal;font-size: 14px;margin-bottom: 15px;color:#333;}

@media only screen and (max-width:1400px){
	.about{width: 1000px;}
	.abo_info{height: 320px;}
	.abo_cont>img{width: 52%;}
	.abo_info>div{width: 47%;padding: 10px 0 0 16px;}
	.abo_info>div>h5{margin-bottom: 10px;}
	.team{width: 1000px;}
	.team_item{margin-left: 30px;}
}