﻿body
{
    font-family: "微软雅黑",Arial,"宋体";
}
.contact_map {
	width: 100%;
	height: 485px;
	overflow: hidden;
	font-size: 16px;
}
.contact_content {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 40px;
}
.contact_content .contact_left {
	width: 545px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 315px;
}
.contact_left ul {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0 0;
}
.contact_left ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 35px;
}
.contact_left ul li .contact_img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #b6b6b6;
	text-align: center;
	line-height: 38px;
	float: left;
	margin: 0 28px 0 0;
}
.contact_left ul li .contact_txt {
	float: left;
	color: #949494;
	font-size: 16px;
	font-family: "微软雅黑",Arial,"宋体";
}
.contact_left ul li .contact_txt2 {
	float: left;
	color: #949494;
	font-size: 16px;
	font-family: "微软雅黑",Arial,"宋体";
	width: 289px;
}
.contact_left ul li .contact_txt3 {
	float: left;
	color: #949494;
	font-size: 16px;
	font-family: "微软雅黑",Arial,"宋体";
	width: 220px;
}
.contact_txt h4, .contact_txt2 h4, .contact_txt3 h4 {
	font-size: 16px;
	color: #4c4d52;
	font-weight: 500;
	line-height: 20px;
}
.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), .contact_txt3: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: #4c4d52;
	font-size: 18px;
	line-height: 36px;
}
.contact_title span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #f3f4f6;
	margin: 10px 0 20px;
}
.contact_right ul {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}
.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: #f3f4f6;
	box-shadow: none;
	border: none;
	display: block;
	padding: 0 0 0 15px;
	color: #4c4d52;
	font-size: 16px;
}
.contact_right input::-webkit-input-placeholder,.contact_right textarea::-webkit-input-placeholder { 
	color: #4c4d52;
}
.contact_right input:-moz-placeholder,.contact_right textarea:-moz-placeholder { 
	color: #4c4d52;
}
.contact_right input:-ms-input-placeholder,.contact_right textarea:-ms-input-placeholder { 
	color: #4c4d52;
}
.contact_right input:placeholder,.contact_right textarea:placeholder { 
	color: #4c4d52;
}
.contact_right ul li:nth-of-type(1) input:nth-of-type(1) {
	width: 48%;
	height: 40px;
	float: left;
}
.contact_right ul li:nth-of-type(1) input:nth-of-type(2) {
	width: 48%;
	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: #f3f4f6;
	box-shadow: none;
	border: none;
	display: block;
	padding: 0 0 0 15px;
	color: #4c4d52;
	font-size: 16px;
	font-family: "微软雅黑",Arial,"宋体";
}
.contact_right ul button {
	width: 100px;
	height: 34px;
	background-color: #f3f4f6;
	border: none;
	color: #4c4d52;
	font-size: 16px;
	float: right;
	font-family: "微软雅黑",Arial,"宋体";
}
@media only screen and (max-width: 991px) {
	.contact_content .contact_left {
	    width: 80%;
	    float: none;
	    margin:0 auto;
	}
	.contact_content .contact_right {
	    width: 80%;
	    float: none;
	    margin: 0 auto;
	}
	.main-content .container, .sidebar .main-content .container {
        top: 60px;
    }
}
@media only screen and (max-width: 767px) {
	.contact_map {
	    height: 385px;
	}
	.contact_content {
	    padding: 30px 0 20px;
	}
	.contact_content .contact_left {
	    width: 97%;
	    margin: 65px auto 10px;
	}
	.contact_left ul {
	    padding: 30px 0 0;
	}
	.contact_left ul li {
	    margin: 0 0 5px;
	}
	.contact_left ul li .contact_img {
	    margin: 0 15px 30px 0;
	}
	.contact_left ul li .contact_txt2
	{
	    width: 245px;
	    margin-bottom: 30px;
	}
	.contact_left ul li:nth-of-type(2) .contact_txt:nth-of-type(2), .contact_txt2:nth-of-type(2), .contact_txt3:nth-of-type(2) {
		margin: 0 30px 0 0;
	}
	.contact_content .contact_right {
	    width: 100%;
	}
	.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;
	}
	.contact_left ul li .contact_txt2 {
        width: 77% !important;
    }
    .contact_content .contact_left {
        width: 100% !important;
    }
    .contact_content .contact_right {
        width: 100% !important;
    }
    .contact_left
    {
        margin-top:60px !important;
    }
}
@media only screen and (min-width: 992px) {
	.contact_content .contact_left {
	    width: 57%;
	    float: none;
	    margin:0 auto;
	}
	.contact_content .contact_right {
	    width: 43%;
	    float: none;
	    margin:0 auto;
	}
}
@media only screen and (max-width: 1200px) {
	.contact_content .contact_left {
		margin: 0 auto;
		width: 92%;
	}
	.contact_content .contact_right {
	    width: 92%;
	    margin: 0 auto;
	}
	.contact_left ul li .contact_txt2 {
        width: 44%;
    }
    .contact_left ul li .contact_txt3 {
        width: 38%;
    }
}
@media only screen and (min-width: 1200px) {
	.contact_content .contact_left {
		margin: 0;
		float: left;
		width: 58%;
	}
	.contact_content .contact_right {
	    width: 42%;
	    float: right;
	    margin: 0;
	}
}
@media only screen and (min-width: 1400px) {
	.contact_content .contact_left {
		margin: 0;
	}
}
@media only screen and (min-width: 1600px) {
	.contact_content .contact_left {
		margin: 0;
	}
}


.title
{
    font-size: 24px !important;
    line-height: 32px;
}