	/* pro_content */
.main_title.big_titile{
	font-size: 0.3rem;
}
 .main_title{
	font-size: 0.26rem;
	/* background: url(../images/border_bg.png) no-repeat center bottom; */
	height:1rem;
	line-height: 1rem;
	text-align: center;
	font-weight: bold;
}
.company{
	padding: 0 .78rem;
	padding-bottom: 0.5rem;
	
}
.company p{
	font-size: 0.2rem ;
	line-height: 1.5;
/*	text-indent: 0.4rem;*/
text-align: justify;
}
.company .intro_left{
	width: 100%;
	text-align: center;
	
}
/* .company .intro_left img{
	width: 100%;
} */
.company .intro_right{
	width: 100%;
}
.company .intro_right p{
	font-size: 0.2rem;
/*	text-indent: .4rem;*/
	line-height: 1.5;
	margin-bottom: 0.3rem;
}
.company .company_intro{
	margin-top: 0.6rem;
	
}
/* .company .intro_right p:nth-of-type(1){
	margin-bottom: 0.4rem;
} */
.company_title{
	font-weight: bold;
	width: 100%;
	height: 0.38rem;
	line-height: 0.38rem;
	/* background: linear-gradient(to right,#9a79ff,#7c79ff,#5d78ff); */
	font-size: 0.2rem;
	text-align: left;
	/* color: #fff; */
	margin: 0 auto;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
}
.people_detail{
	width: 100%;
	padding: 0 0.78rem;
	margin-bottom: 0.8rem;
}
.people_detail .company_img{
	width: 35%;
}
.people_detail .company_peolple{
	width: 60%;
	
}
.people_detail .company_peolple p{
	font-size: 0.17rem;
	line-height: 0.3rem;
	margin-bottom: 0.4rem;
	color: #444444;
	position: relative;
	text-indent: 0.2rem;
}
.people_detail .company_peolple p::before{
	display: block;
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	background: linear-gradient(to right,#9a79ff,#7c79ff,#5d78ff);
	border-radius: 0.1rem;
	-webikit-border-radius: 0.1rem;
	position: absolute;
	left: 0;
	top:0.1rem;
}
.company_history{
	text-align: center;
}
.company_history{
	margin-bottom: 0.5rem;
}
@media screen and (max-width:990px){
	.company .intro_left{
		width: 35%;
	}
	.company .intro_right{
		width: 62%;
	}
	.company .intro_right p{
		    line-height: 2;
	}
	.people_detail .company_peolple p{
		line-height: 1.4;
		margin-bottom: 0.2rem;
	}
	.company .intro_right p{
		line-height: 2;
	}
}
@media screen and (min-width:1600px){
	.company .intro_right p{
		line-height: 1.5;
	}
	.people_detail .company_peolple p{
	  margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:768px){
	.company .intro_left{
		width: 100%;
	}
	.company .intro_right{
		width: 100%;
		margin-top: 0.2rem;
	}
	.company{
		padding:0 .2rem ;
	}
	.people_detail .company_img{
		width: 100%;
		text-align: center;
	}
	.people_detail .company_peolple{
		width: 100%;
		margin-top: 0.4rem;
	}
	.people_detail{
		padding: 0 .2rem;
	}
	.company_title{
		height: 0.4rem;
	}
	.company .company_intro{
		margin-top: 0.2rem;
	}
}