#content_box{
	width: 100%;
	position: relative;
}
.content_in{
	margin: 0 auto;
	position: relative;
}
.content_in .contact_in{
	min-width: 1100px;
	min-height: 300px;
	background: url('../images/contact.jpg') no-repeat center top;
}
.content_in .contact_header{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background: url('../images/title_bg_fff.png') no-repeat center;
	position: relative;
}
.content_in .contact_header .title_box{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 133px;
}
.content_in .contact_header .title_box p{
	color: #fff;
}
.content_in .contact_box .contact_content{
	min-width: 1100px;
	height: 820px;
	margin: 0 auto;
	background: url('../images/map.jpg') no-repeat center;
}
.content_in .contact_box .contact_content .address_box{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	height: 100%;
}
.content_in .contact_box .contact_content .address{
	width: 448px;
	height: 421px;
	background: url('../images/address_bg.png') no-repeat center;
	position: absolute;
	top: 115px;
	left: 550px;
}
.content_in .contact_box .contact_content .address ul{
	padding: 8px 24px 0 52px;
}
.content_in .contact_box .contact_content .address li{
	text-indent: 2px;
	padding: 20px 0;
}
.content_in .contact_box .contact_content .address li:not(:last-child){
	border-bottom: 1px solid #fbfbfb;
}
.content_in .contact_box .contact_content .address li:not(:first-child){
	border-top: 1px solid #f6f6f6;
}
.content_in .contact_box .contact_content .address li h3{
	font-size: 24px;
	line-height: 44px;
	color: #ff9900;
	font-weight: normal;
}
.content_in .contact_box .contact_content .address li span{
	display: inline-block;
	height: 56px;
	line-height: 28px;
	color: #999;
	font-size: 19px;
}
.content_in .contact_box .contact_content .address li p.fl{
	display: inline-block;
	line-height: 28px;
	color: #999;
	font-size: 19px;
	width: 310px;
}
.content_in .contact_box .contact_content .address li:nth-of-type(2){
	background: url('../images/email.png') no-repeat left center;
}
.content_in .contact_box .contact_content .address li:nth-of-type(3){
	background: url('../images/tel.png') no-repeat left center;
}
.content_in .contact_box .contact_content .address li:not(:first-child) p{
	display: inline-block;
	line-height: 28px;
	color: #999;
	font-size: 19px;
	text-indent: 104px;
}