.about{
	width: 100%;
	background: #fff;
}
.about_1{
	padding: 60px 0;
	overflow: hidden;
}
.about_1 ul li{
	float: left;
	width: 50%;
	height: 400px;
	overflow: hidden;
}
.about_1 ul li img{
	width: 100%;
	min-height: 400px;
}
.about_right{
	width: 44% !important;
	padding: 0 4% 0 2% ;
	color: #fff;
	background: #86674a url('../images/about_right.png') no-repeat center 40px;
	background-size:92%;
}
.about_right h1{
	margin:40px 0;
	font-size: 22px;
}
.about_right p{
	margin-bottom: 30px;
	font-size: 16px;
	text-align: justify;
}







/*我们的优势*/
.advantage{
	width: 100%;
	/*height: 600px;*/
	/*background: url('../images/2.png') no-repeat;
	background-size: cover;*/
}
.advantage_1 {
	width: 100%;
	/*height: 100%;*/
	background: rgba(0,0,0,0.6);
	padding-bottom: 30px;
}
.advantage_1a{
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.advantage_1a h1{
	font-size: 22px;
	margin:40px 0 30px;
}
.advant_1b h2{
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.advant_1b ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.advant_1b ul li{
	/*float: left;*/
	width: 530px;
	padding: 25px 20px;
	/*margin-bottom: 30px;*/
	border-radius: 5px;
	text-align: justify;
	font-size: 16px;
	margin: 0 15px 30px;
	background: rgba(255,255,255,0.4);
}
.advant_1b{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}
.advant_1b p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.advant_1b:nth-of-type(2){
	margin-bottom: 15px;
}
.zhuangshi{
	text-align: left;
}
.zhuangshi img{
	width:auto;
	height: 40px;
	margin-left: 60px;
}





/*愿景、使命与价值观*/
.sense{
	width: 100%;
	background: #fff;
}
.sense_1{
	padding: 60px 0;
	overflow: hidden;
}
.sense_left{
	width: 580px;
	overflow: hidden;
}
.sense_left ul li{
	margin-bottom: 55px;
	overflow: hidden;
}
.sense_right{
	width: 600px;
	height: 430px;
	overflow: hidden;
}
.sense_right img{
	width: 100%;
	min-height: 430px;
}
.sense_left h1{
	color: #666666;
	font-size: 22px;
	margin-bottom: 50px;
}
.sense_icon{
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border:2px solid #86674a;
	margin-right: 20px;
}
.sense_icon img{
	width: auto;
	height: 30px;
	vertical-align: middle;
	margin:15px 0;
}
.sense_text{
	line-height: 30px;
}
.sense_text h2{
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sense_text p{
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}










/*团队*/
.team{
	width: 100%;
	background: #f5f5f5;
}
.team_1{
	padding: 75px 0;
	overflow: hidden;
}
.team_1 h1{
	font-size: 30px;
	line-height: 65px;
	margin-bottom: 60px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background: url('../images/7.png') no-repeat center center;
	background-size: 290px;
}
.team_1 ul li{
	width: 280px;
	float: left;
	padding: 40px 0;
	text-align: center; 
	background: #fff;
	margin:10px;
	box-shadow: 1px 1px 10px #ddd;
}
.team_img{
	width: 195px;
	height: 195px;
	margin:0 auto;
	border-radius: 100%;
	overflow: hidden;
}
.team_img img{
	width: 100%;
	min-height: 195px;
}
.team_text{
	margin-top: 45px;
	color: #7e7b7b;
	font-size: 18px;
	line-height: 25px;
}
.team_text h2{
	font-size: 16px;
	margin-top: 10px;
}
.team_text h3{
	font-size: 16px;
	color: #86674a;
	margin-top: 15px;
}