.contact_map{
	width: 100%;
	height: 375px;
	overflow: hidden;
	position: relative;
	margin-top: 115px;
}
.map_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.05);
}
@media only screen and (max-width:991px ) {
	.contact_map{
		height: auto;
		margin-top: 100px;
	}
}
@media only screen and (max-width:767px ) {
	.contact_map{
		margin-top: 60px;
		height: 320px;
	}
}
.contact_content{
	width: 100%;
	overflow: hidden;
	padding: 45px 0 130px;
}
.contact_content li:nth-of-type(1){
	padding: 0 0 0 30px;
	float: right;
}
.contact_content li:nth-of-type(2){
	padding: 0 10px 0 45px;
}
.contact_title{
	width: 100%;
	overflow: hidden;
}
.contact_title h4{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.contact_title span{
	display: block;
	width: 25px;
	height: 3px;
	background-color: #0a9476;
	margin-top: 10px;
}
.contact_input{
	width: 100%;
	overflow: hidden;
	color: #666666;
	font-weight: bold;
	margin-top: 15px;
	line-height: 20px;
}
.contact_input span{
	color: #e60012;
	font-weight: inherit;
	margin-left: 5px;
}
.contact_input input{
	width: 460px;
	max-width: 100%;
	height: 42px;
	line-height: 40px;
	margin-top: 10px;
	border: 1px solid #efefef;
	background-color: #f8fafc;
	border-radius: 3px;
	font-size: 14px;
	text-indent: 15px;
}
.contact_input textarea{
	width: 100%;
	height: 150px;
	padding: 5px 10px;
	border: 1px solid #efefef;
	background-color: #f8fafc;
	border-radius: 3px;
	line-height: 30px;
	margin-top: 10px;
	text-indent: 15px;
}
.contact_content li button{
	width: 135px;
	height: 35px;
	background-color: #e60012;
	border: 1px solid #e60012;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 3px;
	margin-top: 25px;
}
@media only screen and (max-width:991px ) {
	.contact_content{
		padding: 45px 0 55px;
	}
	.contact_content li:nth-of-type(1){
		padding: 0;
		margin-bottom: 40px;
	}
	.contact_content li:nth-of-type(2){
		padding: 0;
	}
}
@media only screen and (max-width:767px ) {
	.contact_content{
		padding: 35px 0 40px;
	}
	.contact_content li:nth-of-type(1){
		padding: 0;
		margin-bottom: 25px;
	}
}
@media only screen and (min-width:992px ) {
	.contact_content li:nth-of-type(1){
		padding: 0 0 0 0px;
	}
	.contact_content li:nth-of-type(2){
		padding: 0 20px 0 0px;
	}
}
@media only screen and (min-width:1250px ) {
	.contact_content li:nth-of-type(2){
		padding: 0 10px 0 45px;
	}
	.contact_content li:nth-of-type(1){
		padding: 0 0 0 30px;
	}
}
/*我们的联系方式*/
.contact_box{
	width: 100%;
	overflow: hidden;
}
.contact_box>div{
	padding: 25px 0 30px 30px;
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.contact_box>div:nth-of-type(1){
	padding: 25px 30px 30px 0;
	border-right: 1px solid #e5e5e5;
    height:166px;
}
.contact_box>div:nth-of-type(3){
	padding: 25px 30px 30px 0;
	border-right: 1px solid #e5e5e5;
	border-bottom:none;
}
.contact_box>div h4{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}
.contact_icon{
	width: 50px;
	height: 50px;
	margin-right: 20px;
	float: left;
	background-color: #0a9476;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 20px;
}
.contact_text{
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.contact_box>div{
		padding: 25px 50px 30px 40px;
	}
	.contact_box>div:nth-of-type(1){
		padding: 25px 50px 30px 0;
	}
}
@media only screen and (max-width:767px ) {
	.contact_box>div{
		padding: 20px 5px !important;
        height:196px !important;
	}
	.contact_icon {
	    float: none;
	    margin: 0 auto 10px;
	}
	.contact_text{
		width: 100%;
		height: 196px ;
		overflow: hidden;
		text-align: center;
		font-size: 12px;
	}
	.contact_box>div h4 {
	    margin-bottom: 5px;
	}
}
@media only screen and (min-width:992px ) {
	.contact_box>div{
		padding: 25px 0 30px 20px;
		line-height: 20px;
	}
}
@media only screen and (min-width:1250px ) {
	.contact_box>div{
		padding: 25px 0 30px 30px;
		line-height: 20px;
	}
}