/* CSS Document */
.head {
	width: 100%;
	position: relative;
}
.head > img {
	display: block;
	width: 100%;
}
.head_title {
	width: 1200px;
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 100;
	margin-left: -600px;
}
/*#########################################################################*/
.contact_way {
	width: 100%;
	min-width: 1200px;
	position: relative;
	text-align: center;
	padding: 100px 0 160px;
}
.contact_way_title {
	margin-bottom: 85px;
}
.contact_way li {
	width: 200px;
	display: inline-block;
	border-right: 2px solid #f0f0f0;
	padding: 0 50px;
}
.contact_way li:first-child {
	border-left: 2px solid #f0f0f0;
}
/*#########################################################################*/
.address {
	width: 100%;
	position: relative;
}
.address_left {
	width: 50%;
	min-width: 600px;
	margin-left: 0;
}
.address_left > img {
	display: block;
	width: 100%;
}
.address_right {
	width: 50%;
	min-width: 600px;
	position: absolute;
	top: 0;
	left: 50%;
}
.address_right_con {
	width: 100%;
	height: 100%;
	position: relative;
}
.address_right_con > img {
	display: block;
	width: 100%;
}
.address_right .in3_2_info {
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 100;
	margin-top: -81px;
}
/*#########################################################################*/
.footer {
	width: 100%;
}
.footer > img {
	display: block;
	width: 100%;
}
 @media screen and (max-width:1200px) {
.address_right {
	left: 600px;
}

}
