.width_1600{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.width_1200{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.content
{
	text-align: center;
	overflow: hidden;
}
.content img
{
	display: inline-block;
	border: 0 none;
	position: relative;
	left: 50%;
	left: 0%\9;
	width: 100%\9;
	top: 0;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
}
.inforBox
{
	padding: 20px 30px 18px;
	background-color: #fff;
	text-align: left;
}
.infors
{
	float: left;
	position: relative;
	padding: 7px 0px;
}
.infors:after
{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 60px;
	height: 47px;
	background: url('../images/tk_contactUs/icon.jpg') no-repeat 0px 0px;
}
.infors_1:after
{
	background-position: 0px -110px;
}
.infors_2:after
{
	background-position: 0px -223px;
}
.infors_3:after
{
	background-position: 0px -353px;
}
.infors p
{
	padding-left: 79px;
}
.p1
{
	font-size: 24px;
	line-height: 39px;
}
.p2
{
	font-size: 18px;
	line-height: 28px;
}
.din
{
	font-family: 'Din';
}
h2
{
	margin-bottom: 46px;
}
.titleChinese
{
	font-weight: 500;
}
.titleEnglish
{
	font-family: 'Din';
	color: #b7b7b7;
	font-weight: 500;
	letter-spacing: -1px;
}
@media (min-width: 320px){
	.titleChinese
	{
		font-size: 30px;
	}
	.infors
	{
		width: 100%;
		margin-bottom: 20px;
	}
	.content img
	{
		width: 250%;
	}
}

@media (min-width: 768px){
  .titleChinese
{
	font-size: 30px;
}
.titleEnglish
{
	font-size: 30px;
}
.infors
	{
		width: 33%;
	}
	.content img
	{
		width: 150%;
	}
}

@media (min-width: 992px){
	.content img
	{
		width: 100%;
	}
}

@media (min-width: 1200px){
	.width_1200
	{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
	}
	.infors
	{
		width: 100%;
	}
	.inforBox
	{
		width: 385px;
		box-shadow: 0px 0px 13px #a6a6a6;
	}
}