/* ±íÍ· */
.g-hd{
	height: 100px;
}
.g-hd header{
	position: relative;
}
.g-hd .logo h1{
	width: 62px;
}
.g-hd .tt{
	position: absolute;
	top: 27px;
	left: 67px;
}
.g-hd .chinese{
	position: absolute;
	top: 43px;
	right: 250px;
	color: #fff;
	font-size: 16px;
}
/* ÎÄÕÂÇø */
article{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
article p{
	margin:10px 0;
	line-height: 18px;
	font-size:14px;
	color:#333;

	table-layout:fixed; 
	word-wrap:break-word;
	/*word-break:break-all;*/
}
/* Ò³½Å */
.g-ft{
	width: 100%;
	height:50px;
	margin: 0 auto;
	background-color: #8C1515;
}
.g-ft .cprt{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}
.g-ft .cprt span{
	font-size: 16px;
	color: #fff;
}