/* CSS Document */
body{
	overflow-x: hidden;
	background-color: #f3f3f3;
}


/*主体部分*/
.mainIndex{
	width: 100%;
	margin: 0 auto;
}
	
	.mainAboutUS{
		width: 1400px;
		margin: 0 auto;
		padding-bottom: 60px;
	}
		.lineGreyBottom{
			width: 100%;
			height: 60px;
			margin: 0 auto;
			border-bottom: solid 1px #b3b3b3;
		}
		.mainAboutUSContent{
			width: 100%;
			overflow: hidden;
		}

.mainLeft{
	width: 300px;
	float: left;
	border: solid 1px #b3b3b3;
	border-top: solid 1px transparent;
	 
}
	.mainNav1st{
		width: 100%;
		height: 100px;
		border-bottom: solid 1px #b3b3b3;
		overflow: hidden;
		padding-top: 25px;
	}
		.mainNav1st>div{
			width: 6px;
			height: 50px;
			background-color: #050505;
			float: left;
			margin: 0 0 0 30px;
		}
		.mainNav1st>p{
			width: 260px;
			height: 50px;
			font-size: 32px;
			text-align: center;
			line-height: 50px;
			letter-spacing: 4px;
			float: left;
			color: #050505;

		}
	.mainNavUl{
		width: 100%;
	}
		.mainNavUl>li{
			width: 100%;
			height: 60px;
			border-bottom: solid 1px #b3b3b3;
		}
		.mainNavUl>li a{
			width: 220px;
			height: 60px;
			margin-left: 80px;
			font-size: 26px;
			color: #050505;
			line-height: 60px;
			letter-spacing: 4px;
		}
		.mainNavUl>li:hover{
			cursor: pointer;
			background-color: #5094c8;
		}
		.mainNavUl>li:hover a{
			color: #ffffff;
			cursor: pointer;
		}

.mainRight{
	width: 1020px;
	float: right;
}

	/*企业文化、组织架构、公司简介部分*/
	.partCompanyProfile{
		width: 100%;
	}
	.partCompanyProfile>h1{
		width: 100%;
		font-size: 40px;
		color: #050505;
		margin: 10px auto 20px auto;
	}
	.partCompanyProfile>p{
		width: 100%;
		font-size: 28px;
		color: #050505;
		line-height: 1.5;
		text-align: justify;
		text-indent: 56px;
		margin-bottom: 10px;
	}

	.partCompanyProfile>img{
		width: 100%;
		margin-bottom: 10px;
	}
	/*附属企业*/
	.mainRightTitle{
		width: 100%;
		font-size: 40px;
		color: #050505;
		margin: 10px auto 0px auto;
	}
	.subsidiaryCompany{
		width: 100%;
		overflow: hidden;
	}
		.subsidiaryCompanyLi{
			width: 320px;
			height: 280px;
			float: left;
			margin: 20px 10px 10px 10px;
		}
		.subsidiaryCompanyLi>a{
			width: 320px;
			height: 280px;
		}
		.subsidiaryCompanyLi>a img{
			display: block;
			width: 320px;
			height: 240px;
		}
		.subsidiaryCompanyLi>a p{
			width: 320px;
			height: 40px;
			font-size: 20px;
			line-height: 40px;
			text-align: center;
		}











