.contact_content{
	width: 100%;
	overflow: hidden;
}
.contact_banner{
	width: 100%;
	height: 790px;
	padding-top: 255px;
	background: url(../img/contact_banner.jpg) no-repeat top center;
	overflow: hidden;
}
.banner_text{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 18px;
}
.banner_text h1{
	font-size: 60px;
	margin-bottom: 20px;
}
.contact_menu{
	width:595px;
	height: 60px;
	overflow: hidden;
	margin: 125px auto 0;
}
@media only screen and (max-width:991px ) {
	.contact_banner{
		height: 410px;
		padding-top: 175px;
		background: url(../img/contact_banner.jpg) no-repeat top center;
		background-size:auto 410px;
		position: relative;
	}
	.banner_text{
		padding: 0 30px;
		font-size: 14px;
	}
	.banner_text h1{
		font-size: 36px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width:992px ) {
	.contact_banner{
		height: 420px;
		padding-top: 115px;
	}
}
@media only screen and (min-width:1200px ) {
	.contact_banner{
		height: 790px;
		padding-top: 255px;
		background-size:auto 100%;
	}
}
@media only screen and (min-width:1921px ) {
	.contact_banner{
		background-size: 100% auto;
	}
}
/*联系方式*/
.contact_information{
	width: 100%;
	overflow: hidden;
	background-color: #F6F6F6;
	padding: 105px 0 60px;
}
.contact_title{
	width: 100%;
	overflow: hidden;
	color: #444444;
}
.contact_title h4{
	font-size: 24px;
}
.contact_title span{
	display: block;
	width: 20px;
	height: 3px;
	background-color: #d92702;
	margin-top: 5px;
}
.contactBox{
	width: 370px;
	overflow: hidden;
	float: right;
}
.contactBox ul{
	width: 100%;
	overflow: hidden;
}
.contactBox ul li{
	width: 100%;
	height: 45px;
	overflow: hidden;
	margin-top: 65px;
}
.contactBox ul li:first-of-type{
	margin-top: 50px;
}
.contactBox ul li .contact_icon{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	background-color:#d92702;
	float: left;
}
.contactBox ul li .contact_text{
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	height: 100%;
	overflow: hidden;
	float: right;
	color: #777777;
	font-size: 14px;
}
.contact_text h4{
	font-size: 18px;
	color: #333333;
	margin-bottom:8px;
}
.contactBox>img{
	max-width: 100%;
	margin-top: 60px;
}
@media only screen and (max-width:767px ) {
	.contactBox{
		width: 100%;
		margin-bottom: 40px;
	}
	.contact_information{
		width: 100%;
		padding: 45px 0 30px;
	}
	.contactBox ul li:first-of-type{
		margin-top: 30px;
	}
	.contactBox ul li{
		margin-top: 35px;
	}
	.contactBox>img{
		margin-top: 30px;
	}
}
@media only screen and (min-width:768px ) {
	.contactBox{
		width: 43%;
	}
}
@media only screen and (min-width:992px ) {
	.contactBox{
		width: 330px;
	}
}
@media only screen and (min-width:1200px ) {
	.contactBox{
		width: 370px;
	}
}
/*留言方式*/
.leave_word{
	width: 660px;
	overflow: hidden;
	float: left;
}
.leave_word form{
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
}
.leave_word form input{
	height: 42px;
	border: 1px solid #d8d8d8;
	background-color: transparent;
	padding-left: 20px;
	margin-bottom: 35px;
	overflow: hidden;
}
.leave_word form .name{
	width: calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	margin-right: 26px;
}
.leave_word form .email{
	width: calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
}
.leave_word form .tel{
	width: 100%;
}
.leave_word form textarea{
	width: 100%;
	height: 180px;
	border: 1px solid #d8d8d8;
	background-color: transparent;
	padding-left: 20px;
	line-height: 40px;
	margin-bottom: 30px;
}
.leave_word form .submit{
	width: 130px;
	height: 42px;
	border-color: #d92702;
	background-color: #d92702;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
@media only screen and (max-width:767px ) {
	.leave_word{
		width: 100%;
	}
	.leave_word form{
		margin-top: 30px;
	}
	.leave_word form input{
		height: 42px;
		border: 1px solid #d8d8d8;
		background-color: transparent;
		padding-left: 20px;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.leave_word form .name{
		width:100%;
		margin-right: 0px;
	}
	.leave_word form .email{
		width: 100%;
	}
}
@media only screen and (min-width:768px ) {
	.leave_word{
		width: 50%;
	}
}
@media only screen and (min-width:992px ) {
	.leave_word{
		width: 580px;
	}
}
@media only screen and (min-width:1200px ) {
	.leave_word{
		width: 660px;
	}
}
/*地图*/
.map{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.map img{
	width: auto;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
