/*banner部分-----------------------*/
#about-banner{
	width: 100%;
	height: 520px;
}
#about-banner .banner{
	width: 100%;
	height: 100%;
	background-image: url(../imagess/banner/about-banner.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-size: cover;
}
#about-banner .banner .banner-title{
	font-family: PingFangSC-Semibold;
	font-size: 52px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	
	margin-bottom: 20px;
}

#about-banner .banner .banner-intro{
	font-family: PingFangSC-Regular;
	font-size: 28px;
	color: #00A4EF;
	letter-spacing: 2px;
	text-align: center;
	
	margin-bottom: 167px;
}
/*banner结束---------------------------------------------*/

/*关于我们开始---------------------------------------------*/
#about{
	/*height: 747px;*/
	background: #202020;
}
#about .about-me{

}
/*h2标题*/
#about .about-me h2{

}
/*内容*/
#about .about-me .about-content{
	/*margin-bottom: 50px;*/	
}
#about .about-me .about-content p{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 28px;
	
	margin-bottom: 28px;
}
#about .about-me .about-content p:last-child{
	margin-bottom: 0;
}
/*五个圈圈*/
#about .about-me .about-superiority{
	margin-bottom: 50px;
}
#about .about-me .about-superiority div{
	width: 150px;
	height: 150px;
	
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 50%;
}
#about .about-me .about-superiority div p:first-child{
	font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	
	margin-bottom: 16px;
}
#about .about-me .about-superiority div p:last-child{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
}
/*关于公司结束------------------------------------------------*/


/*公司团队开始-----------------------------------------------*/
#team{
	height: 400px;
	background: url(../imagess/banner/team-bg.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#team .team{
	width: 1200px;
	min-width: 1200px;
	/*height: 320px;
	
	padding-top: 80px;*/
}

#team .team h2{

}
#team .team .team-content{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 30px;
	
}
/*公司团队结束----------------------------------------------*/

/*联系我们--------------------------------------------*/
#contact{
	height: 660px;
	background: #202020;
}
#contact .contact-us{

}
/*标题*/
#contact .contact-us h2{

}
/*内容*/
#contact .contact-us .contact-content{
	width: 100%;
}

#contact .contact-us .contact-content .contact-details{
	width: 550px;
	margin-right: 50px;
}
#contact .contact-us .contact-content .contact-details h3{
	font-family: PingFang-SC-Bold;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	
	margin-bottom: 20px;
}
/*介绍*/
#contact .contact-us .contact-content .contact-details .contact-intro{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 24px;
	
	margin-bottom: 30px;
}
#contact .contact-us .contact-content .contact-details .contact-way{
	
}
#contact .contact-us .contact-content .contact-details .way-list{
	margin-bottom: 30px;
}
#contact .contact-us .contact-content .contact-details .way-list:last-child{
	margin-bottom: 0;
}
/*图标*/
#contact .contact-us .contact-content .contact-details .contact-icon{
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
#contact .contact-us .contact-content .contact-details .contact-icon span{
	font-size: 50px;
	color: #00A4EF;
}
#contact .contact-us .contact-content .contact-details .way-list-content{
	
}
#contact .contact-us .contact-content .contact-details .way-list-content p:first-child{
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 16px;
	
	margin-bottom: 10px;
}
#contact .contact-us .contact-content .contact-details .way-list-content p:last-child{
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
	line-height: 16px;
}
/*地图*/
#contact .contact-us .contact-content .contact-map{
	width: 550px;
	margin-left: 50px;
}
#dituContent{
	width: 100%;
	height: 420px;
}
