#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;
	position: relative;
}
.content_in .contact_header .title_box{
	background: url('../images/title_bg.png') no-repeat center 32px;
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50px;
	padding-top:20px;
}
.content_in .contact_in .contact_header .title_box p:nth-of-type(2){
	color: #798390;
}
.content_in .title_txt{
	position: absolute;
	margin: 0 auto;
    left: 0;
    right: 0;
    top: 150px;
}
.content_in  .title_txt p{
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}
.content_in .contact_box .contact_content{
	min-width: 1100px;
	margin: 0 auto;
}
.content_in .contact_txtBox{
    width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 14px 150px;
}
.content_in .contact_txtBox p{
	background:#e1e1e1;
	width:300px;
	height:300px;
	margin:20px 10px;
    font-size: 16px;
    text-align: left;
    color: #666;
	text-align:center;
	float:left;
}
.content_in .contact_txtBox p span{
    font-size: 23px;
    color: #ff9900;
}

.map { width:100%; height:360px;}
.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;
}
.content_in .contact_content .cooperation_list{
	width:1095px;
	margin:0 auto;
	margin-bottom:20px;
}
.content_in .contact_content .cooperation_list li{
	width: 365px;
	height: 418px;
	background: url('../images/cooperation_01.png') no-repeat 124px 87px,
				url('../images/cooperation_bg.png') no-repeat center;
}
.content_in .contact_content .cooperation_list li:nth-of-type(2){
	background: url('../images/cooperation_02.png') no-repeat 124px 87px,
				url('../images/cooperation_bg.png') no-repeat center;
}
.content_in .contact_content .cooperation_list li:nth-of-type(3){
	background: url('../images/cooperation_03.png') no-repeat 124px 87px,
				url('../images/cooperation_bg.png') no-repeat center;
}
.content_in .contact_content .cooperation_list li>h3{
	line-height: 52px;
	font-size: 24px;
	text-align: center;
	margin-top: 203px;
	margin-bottom: 28px;
	font-weight: normal;
}
.content_in .contact_content .cooperation_list li>p{
	color: #908f8f;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}