.container {
	margin-top: 52px;
	background-color: #FFFFFF;
	min-width: 1600px;
	overflow: hidden;
}

.title{
	width: 100%;
}
.title>.title_CH{
	color: #032A3F;
	font-size: 30px;
	text-align: left;
}
.title>.title_EN{
	background-color: #032A3F;
	font-size: 9px;
	color: #FFFFFF;
	width: 120px;
	display: block;
	text-align: center;
	margin-top: 6px;
}

.content{
	width: 85%;
	margin-left: 15%;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 80px;
}

/*公司简介*/

.profile {
	width: 70%;
	margin: auto;
	position: relative;
	margin-top: 105px;
}

.profile>.profile_box{
	position: relative;
	line-height: 27px;
	font-size: 14px;
	color: #666666;
}
.profile>.profile_box>.chengli {
	width: 58%;
}

.profile>.profile_box>.fuze {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.profile>.profile_box>.profile_img_right{
	position: absolute;
	right: 0;
	top: 5px;
	width: 42%;
}

.profile>.profile_box>.profile_img_bottom{
	width: 60%;
}

/*企业文化*/

.culture {
	width: 70%;
	padding-top: 70px;
	margin: auto;
}

.culture_box {
	display:flex;
	justify-content: space-between;
}
/*兼容IE低版本不识别flex布局的问题*/
.culture_item {
	float: left;
}
/*************************/

.culture_item{
	flex: 0 0 30%;
}

.culture_item>.culture_title {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #032A3F;
	margin-top: 16px;
	width: 88px;
	text-align: center;
}

.culture_item>.culture_list {
	font-size: 14px;
	color: #666666;
	margin-top: 16px;
	line-height: 27px;
}


/*发展历程*/

.develope {
	padding-top: 70px;
	width: 70%;
	margin: auto;
}

.develope_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/**************************/
.develope_item{
	float: left;
}
/**************************/

.develope_item {
	flex: 0 0 40%;
	padding-right: 32px;
	display: flex;
	align-items: center;
	padding-bottom: 50px;
}

.develope_item>p:first-child {
	font-size: 20px;
	color: #032A3F;
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 2px solid #d2d2d2;
}

.develope_item>p:last-child {
	font-size: 14px;
	color: #666666;
	width: 60%;
	margin-left: 10px;
}


/*团队建设*/

.team {
	width: 70%;
	margin: auto;
	padding-top: 70px;
}

.team_box {
	display: flex;
	justify-content: space-between;
}

/********************/
.team_item{
	float: left;
}
/********************/

.team_item{
	flex: 0 0 30%;
}

.team_item>.team_item_title {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #032A3F;
	margin-top: 16px;
	width: 88px;
	text-align: center;
}

.team_item>.team_item_list {
	font-size: 14px;
	color: #666666;
	margin-top: 16px;
	line-height: 27px;
	width: 60%;
}


/*办公环境*/
.zizhi {
	width: 70%;
	margin: auto;
	padding-top: 70px;
	position: relative;
}


/*公司地址*/
.map {
	width: 70%;
	margin: auto;
	padding-top: 70px;
}



/*联系我们*/
.contact {
	width: 70%;
	padding-top: 70px;
	margin: auto;
}

.contact_box>table{
	width: 100%;
}

table tr{
	height: 70px;
}

table tr:nth-child(odd){
	background-color: #F5F5F5;
}

table tr:nth-child(even){
	background-color: #FAFAFA;
}

table tr>td:first-child{
	color: #032A3F;
	font-size: 20px;
	text-align: center;
}

table span{
	color: 14px;
	color: #808080;
	padding-left: 28px;
}

table span.qq{
	background: url(../img/about/QQ.png) left center no-repeat;
}

table span.phone{
	background: url(../img/about/phone.png) left center no-repeat;
}

table span.email{
	background: url(../img/about/email.png) left center no-repeat;
}
