/*公司简介*/

.Company_title {
	width: 100%;
}

.Company_title .title h2 {
	letter-spacing:4px;
	font-weight:100;
	margin: 0 auto;
	text-align: center;
	color: white;
	padding-top: 63px;
}

.Company_title .title p {
	color: white;
	text-align: center;
	padding-top: 20px;
}

.Company_title .content {
	background-color: #fff;
	width: 1480px;
	height: 571px;
	margin: 60px auto;
}


/* 导航栏 */

.Company_title .content .nav {
	width: 1480px;
}

.Company_title .content .nav ul {
	width: 1400px;
	height: 60px;
	margin: 0 auto;
	margin-left: 30px;
	padding: 0;
	padding-top: 49px;
	list-style: none;
	border-bottom: 1px solid #EAEAEA;
}

.Company_title .content .nav ul>li {
	width: 250px;
	height: 60px;
	float: left;
	text-align: center;
	font: 16px/2.5 "microsoft yahei";
	border: 1px solid;
	cursor: pointer;
	line-height: 60px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #EAEAEA;
	border-bottom: none;
}

.Company_title .content .nav ul>li a {
	text-decoration: none;
	color: #000;
}

.Company_title .content .substance h2 {
	font-weight: 400;
	margin: 0 auto;
	margin-left: 35px;
	margin-top: 119px;
	color: #000000;
}

.Company_title .content .substance .introduce {
	width: 707px;
    text-align: justify;
    margin-left: 37px;
    font-weight: 100;
    text-indent: 2em;
    font-size: 15px;
    margin-top: 40px;
    color: #676767;
    line-height: 30px;
}

.Company_title .content .substance {
	width: 100%;
	overflow: hidden
}

.substance .item,
.reveal {
	float: left;
	display: inline-block;
}

.item {
	width: 50%;
}

.reveal {
	width: 50%
}

.reveal img {
	width: 630px;
	height: 355px;
    margin: 0 auto;
    display: block;
    padding-top: 83px;
    margin-left: 60px;
}


/* 我们的优势 */

.Company_advantage {
	width: 100%;
	height: 400px;
	background-color: #f3f3f3;
}

.Company_advantage .caption h2 {
	margin-right: 1280px;
	padding-top: 83px;
	text-align: center;
	font-weight: 400;
	color: #000000;
}

.Company_advantage .introduce {
	width: 1400px;
	text-align: justify;
	text-indent: 2em;
	margin: 0 auto;
	padding-top: 40px;
	font-weight: 100;
	color: #676767;
	line-height: 30px;
}


/* 我们的团队 */

.Company_team {
	width: 100%;
    height: 523px;
    background-color: #fff;
}

.Company_team .team {
	width: 1400px;
	margin: 0 auto;
}

.Company_team .team .substance {
	width: 100%;
	overflow: hidden
}

.Company_team .item,
.reveal {
	float: left;
	display: inline-block;
}

.Company_team .item {
	width: 50%;
}

.Company_team .team .reveal {
	width: 50%
}

.Company_team .team .reveal img {
    width: 630px;
    height: 355px;
    margin: 0 auto;
    display: block;
    padding-top: 84px;
    margin-left: 5px;
}

.Company_team .item .caption h2 {
	font-weight: 400;
	margin: 0 auto;
	margin-left: 576px;
	margin-top: 120px;
	padding-bottom: 40px;
	color: #000000;
}

.Company_team .item .introduce {
    width: 702px;
    text-align: justify;
    text-indent: 2em;
    margin: 0 auto;
    margin-left: -3px;
    font-weight: 100;
    color: #676767;
    line-height: 30px;
}


/* 我们的目标 */

.Company_target {
	width: 100%;
	height: 400px;
	background-color: #f3f3f3;
}

.Company_target .caption h2 {
	margin-right: 1280px;
	padding-top: 83px;
	text-align: center;
	font-weight: 400;
	color: #000000;
}

.Company_target .introduce {
	width: 1400px;
	text-align: justify;
	text-indent: 2em;
	margin: 0 auto;
	padding-top: 40px;
	font-weight: 100;
	color: #676767;
	line-height: 30px;
}