/*关于我们--start--*/

.aboutUsHeaderWarp{
	height:40px;
	background:#2477b2;
	
}
.aboutUsHeader{
	width:1000px;
	margin:0 auto;
}

.languageChange{
	float:right;
	height:30px;
	line-height:30px;
	padding-top:5px;
	
}
.languageChange span{
	padding:0 8px;
	color:#3a94cd;
}

.languageChange a{
	color:#61b3d8;
	font-size:14px;
}

.languageChange a:hover{
	color:#fff;
}

.languageChange .active{
	color:#fff;
}
.contentBox{
	width:1000px;
	margin:0 auto;
	padding-top:70px;
}
.titleBox{
	border-bottom:1px solid #dddcdd;
}
.titleText{
	width:340px;
	height:35px;
	margin:0 auto;
	margin:0 auto;
}
.tuBiao{
	width:56px;
	height:35px;
	background:url("/ximages/index/chuanIcon.png") no-repeat center center #2477b2;
	background-size:50% 80%;
	display:block;
	float:left;
	margin-right:3px;
	
}
.textEn{
	width:280px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	float:left;
	background:#edecec;
	font-size:18px;
	color:#333;
	font-family:"arial, helvetica, sans-serif";
}
.textDiv{
	line-height:24px;
	font-size:16px;
	font-family:"arial";
	/*padding-bottom:20px;*/
}

.signUpBtn{
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#f39700;
	display:block;
	color:#fff;
	border-radius:3px;
	float:left;
	margin-left:10px;
	/*position:absolute;
	left:600px;
	top:-5px;*/
	
}


.signUpBtn:hover{
	background-color:#e07a00;
}
/*关于我们--end--*/