.contact_content{
	width: 100%;
	overflow: hidden;
}
.content_map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	border: 1px solid #b5b5b5;
	margin: 50px 0 65px;
}
.contact_content ul{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.contact_content ul li:nth-of-type(1){
	padding: 0 0 0 25px;
	overflow: hidden;
	float: right;
}
.contact_content ul h1{
	font-size: 30px;
	color: #23282a;
	margin-bottom: 30px;
}
.contact_content ul .contact_one{
	width: 100%;
	min-height: 70px;
	overflow: hidden;
	margin-bottom: 35px;
}
.contact_one .contact_icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 67px;
	float: left;
	background-color: #e62129;
}
.contact_one .contant_text{
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
	float: right;
	color: #8c8c8c;
	line-height: 14px;
	padding: 17px 0 0;
}
.contant_text h4{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	line-height: 16px;
}
.contant_text h4:nth-of-type(2){
	margin-top: 10px;
}
.contact_one:nth-of-type(1) .contant_text{
	padding: 5px 0 0;
}
.contact_one:nth-of-type(2) .contant_text{
	padding: 0;
}
@media only screen and (max-width:991px ) {
	.contact_content ul li:nth-of-type(1) {
	    padding: 0;
	}
}
@media only screen and (max-width:767px ) {
	.content_map {
	    margin: 35px 0 30px;
	}
	.contact_content ul h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.contact_content ul li:nth-of-type(1){
		margin-bottom: 15px;
	}
	.contact_content ul .contact_one {
	    min-height: 40px;
	    margin-bottom: 20px;
	}
	.contact_one .contact_icon{
		width: 50px;
		height: 50px;
		line-height: 47px;
	}
	.contact_one .contact_icon img{
		transform: scale(0.7);
	}
	.contact_one .contant_text {
	    width: -moz-calc(100% - 70px);
	    width: -webkit-calc(100% - 70px);
	    width: calc(100% - 70px);
	    padding: 7px 0 0;
	}
	.contact_one:nth-of-type(1) .contant_text{
		padding: 0;
	}
	.contact_one:nth-of-type(2) .contact_icon{
		margin: 15px 0;
	}
}
/*留言反馈*/
.contact_content ul li:nth-of-type(2){
	height: auto;
	overflow: hidden;
	position: relative;
}
.contact_input{
	width: 360px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.contact_input input{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 20px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#b7b3b3;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b7b3b3;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b7b3b3;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b7b3b3;
}
.contant_textarea{
	width: -moz-calc(100% - 430px);
	width: -webkit-calc(100% - 430px);
	width: calc(100% - 430px);
	overflow: hidden;
}
.contant_textarea textarea{
	width: 100%;
	height: 285px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	padding: 15px;
	font-size: 14px;
}
.contact_content ul li button{
	width: 120px;
	height: 45px;
	background-color: #e62129;
	color: #FFFFFF;
	font-size: 14px;
	border: none;
	position: absolute;
	left: 0;
	top: 303px;
}
@media only screen and (max-width:991px ) {
	.contant_textarea{
		width: -moz-calc(100% - 390px);
		width: -webkit-calc(100% - 390px);
		width: calc(100% - 390px);
	}
}
@media only screen and (max-width:767px ) {
	.contact_content ul li:nth-of-type(2){
		margin-bottom: 20px;
	}
	.contact_input{
		width: 100%;
	}
	.contact_input input{
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.contant_textarea{
		width: 100%;
	}
	.contact_content ul li button{
		position: relative;
		left: 0;
		top: 0px;
		margin-top: 10px;
	}
}
@media only screen and (min-width:992px ) {
	.contant_textarea{
		width: -moz-calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
		width: calc(100% - 400px);
	}
}
@media only screen and (min-width:1200px ) {
	.contant_textarea{
		width: -moz-calc(100% - 430px);
		width: -webkit-calc(100% - 430px);
		width: calc(100% - 430px);
	}
}