﻿.content {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
}
.contact_map {
	width: 100%;
	height: 350px !important;
	float:left;
}
.contact_content {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 40px;
}
.contact_content .contact_left {
	width: 545px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 315px;
}
.contact_content .contact_left h1{
	font-size: 30px;
}
.contact_left ul {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 30px 0;
}
.contact_left ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
.contact_left ul li .contact_img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #1daee1;
	text-align: center;
	line-height: 38px;
	float: left;
	margin: 0 28px 0 0;
	padding-top: 9px;
}
.contact_left ul li .contact_txt {
	float: left;
	color: #949494;
	font-size: 16px;
}
.contact_txt h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 32px;
}
.contact_left ul li:nth-of-type(2) p,.contact_left ul li:nth-of-type(3) p {
	font-family: arial;
}
.contact_left ul li:nth-of-type(2) .contact_txt:nth-of-type(2) {
	margin: 0 60px 0 0;
}
.contact_content .contact_right {
	width: 500px;
	overflow: hidden;
	float: left;
}
.contact_right .contact_title {
	width: 100%;
	overflow: hidden;
}
.contact_title h1 {
	color: #000000;
	font-size: 30px;
}
.contact_title span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #1daee1;
	margin: 10px 0 20px;
}
.contact_right ul {
	width: 100%;
	overflow: hidden;
}
.contact_right ul li {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 0 0 17px;
}
.contact_right ul li input {
	width: 100%;
	height: 40px;
	background-color: #eeeeee;
	box-shadow: none;
	border: none;
	display: block;
	padding: 0 0 0 15px;
	color: #464646;
	font-size: 14px;
}
.contact_right input::-webkit-input-placeholder,.contact_right textarea::-webkit-input-placeholder { 
	color: #464646;
}
.contact_right input:-moz-placeholder,.contact_right textarea:-moz-placeholder { 
	color: #464646;
}
.contact_right input:-ms-input-placeholder,.contact_right textarea:-ms-input-placeholder { 
	color: #464646;
}
.contact_right input:placeholder,.contact_right textarea:placeholder { 
	color: #464646;
}
.contact_right ul li:nth-of-type(1) input:nth-of-type(1) {
	width: 245px;
	height: 40px;
	float: left;
}
.contact_right ul li:nth-of-type(1) input:nth-of-type(2) {
	width: 245px;
	height: 40px;
	float: right;
}
.contact_right ul li:nth-of-type(4) {
	height: 120px;
}
.contact_right ul li textarea {
	width: 100%;
	height: 120px;
	line-height: 40px;
	background-color: #eeeeee;
	box-shadow: none;
	border: none;
	display: block;
	padding: 0 0 0 15px;
	color: #464646;
	font-size: 14px;
}
.contact_right ul button {
	width: 100px;
	height: 34px;
	background-color: #1daee1;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
@media only screen and (max-width: 991px) {
	.contact_content .contact_left {
	    width: 545px;
	    float: none;
	    margin: 0 auto 40px;
	}
	.contact_content .contact_left h1
	{
	    font-size: 22px !important;
	}
	.contact_title h1 {
        font-size: 22px !important;
    }
	.contact_content .contact_right {
	    width: 500px;
	    float: none;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.contact_content {
	    padding: 30px 0 20px;
	}
	.contact_content .contact_left {
	    width: 335px;
	    margin: 0 auto 10px;
	}
	.contact_left ul {
	    padding: 30px 0 0;
	}
	.contact_left ul li {
	    margin: 0 0 25px;
	}
	.contact_left ul li .contact_img {
	    margin: 0 15px 0 0;
	}
	.contact_left ul li:nth-of-type(2) .contact_txt:nth-of-type(2) {
		margin: 0 30px 0 0;
	}
	.contact_content .contact_right {
	    width: 335px;
	}
	.contact_right ul li {
	    width: 100%;
	    height: auto;
	    margin: 0 0 15px;
	}
	.contact_right ul li:nth-of-type(1) input:nth-of-type(1) {
	    width: 100%;
	    float: none;
	    margin: 0 0 15px;
	}
	.contact_right ul li:nth-of-type(1) input:nth-of-type(2) {
	    width: 100%;
	    float: none;
	}
}
@media only screen and (min-width: 992px) {
	.contact_content .contact_left {
	    width: 545px;
	    float: none;
	    margin: 0 0 40px 150px;
	}
	.contact_content .contact_right {
	    width: 500px;
	    float: none;
	    margin: 0 0 0 150px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact_content .contact_left {
		margin: 0 0 0 40px;
		float: left;
	}
	.contact_content .contact_right {
	    width: 500px;
	    float: left;
	    margin: 0;
	}
}
@media only screen and (min-width: 1400px) {
	.contact_content .contact_left {
		margin: 0 0 0 210px;
	}
}
@media only screen and (min-width: 1600px) {
	.contact_content .contact_left {
		margin: 0 0 0 195px;
	}
}