/*banner部分-----------------------*/
#about-banner{
	width: 100%;
	margin-top: 0.88rem;
	height: 4.32rem;
}
#about-banner .banner{
	width: 100%;
	height: 100%;
	background-image: url(../images/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: 0.52rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	
	margin-bottom: 0.2rem;
}

#about-banner .banner .banner-intro{
	font-family: PingFangSC-Regular;
	font-size: 0.28rem;
	color: #00A4EF;
	letter-spacing: 2px;
	text-align: center;
}
/*banner结束---------------------------------------------*/

/*关于我们开始---------------------------------------------*/
#about{
	background: #202020;
}
#about .about-me{
	width: -webkit-calc(100% - 0.6rem);
	width: -moz-calc(100% - 0.6rem);
	width: calc(100% - 0.6rem);
	padding: 0.8rem 0.3rem;
}
/*h2标题*/
#about .about-me h2{}
/*内容*/
#about .about-me .about-content{
	/*margin-bottom: 0.8rem;*/	
}
#about .about-me .about-content p{
	font-family: PingFangSC-Regular;
	font-size: 0.22rem;
	color: #999999;
	letter-spacing: 0;
	line-height: 0.34rem;
	
	margin-bottom: 0.5rem;
}
#about .about-me .about-content p:last-child{
	margin-bottom: 0;
}
/*关于公司结束------------------------------------------------*/


/*公司团队开始-----------------------------------------------*/
#team{
	width: 100%;
	height: 4rem;
	background: url(../images/banner/team-bg.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#team .team{
	width: 100%;
}

#team .team h2{
	margin-bottom: 0.37rem;
}
#team .team .team-content{
	font-family: PingFangSC-Regular;
	font-size: 0.22rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.34rem;
	
}
/*公司团队结束----------------------------------------------*/

/*联系我们--------------------------------------------*/
#contact{
	width: 100%;
	background: #202020;
}
#contact .contact-us{
	width: -webkit-calc(100% - 0.6rem);
	width: -moz-calc(100% - 0.6rem);
	width: calc(100% - 0.6rem);
	padding: 0.8rem 0.3rem;
}
/*标题*/
#contact .contact-us h2{}
/*内容*/
#contact .contact-us .contact-content{
	width: 100%;
}

#contact .contact-us .contact-content .contact-details{
	width: 100%;
}
#contact .contact-us .contact-content .contact-details h3{
	font-family: PingFang-SC-Bold;
	font-size: 0.28rem;
	color: #FFFFFF;
	letter-spacing: 0;
	
	margin-bottom: 0.2rem;
}
/*介绍*/
#contact .contact-us .contact-content .contact-details .contact-intro{
	font-family: PingFangSC-Regular;
	font-size: 0.22rem;
	color: #999999;
	letter-spacing: 0;
	line-height: 0.34rem;
	
	margin-bottom: 0.3rem;
}
#contact .contact-us .contact-content .contact-details .contact-way{
	
}
#contact .contact-us .contact-content .contact-details .way-list{
	margin-bottom: 0.3rem;
}
#contact .contact-us .contact-content .contact-details .way-list:last-child{
	margin-bottom: 0;
}
/*图标*/
#contact .contact-us .contact-content .contact-details .contact-icon{
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.2rem;
	
	line-height: 0;
}
#contact .contact-us .contact-content .contact-details .contact-icon span{
	font-size: 0.5rem;
	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: 0.24rem;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 1;
	
	margin-bottom: 0.2rem;
}
#contact .contact-us .contact-content .contact-details .way-list-content p:last-child{
	font-family: PingFang-SC-Regular;
	font-size: 0.2rem;
	color: #999999;
	letter-spacing: 0;
	line-height: 1;
}
/*地图*/
/*#contact .contact-us .contact-content .contact-map{
	width: 550px;
	margin-left: 50px;
}
#dituContent{
	width: 100%;
	height: 420px;
}*/
