.contact_main{ margin-top: 30px; }
.contact_main>div{
	float: left;
	min-height: 100px;
	width: 48.88888888%;
}
.contact_main>.contact_map{ }
.contact_map>ul{ margin-top: 20px; }
.contact_map>ul>li{
	padding: 7px 0;
	color: #6e6e6e;
}
#container{
	height: 325px;
	width: 100%;
}
.contact_main>.contact_from{ float: right; }
.contact_from label{
	display: block;
	color: #6e6e6e;
	padding: 16px 0;
}
.contact_from input{
	width: 98%;
	height: 43px;
	border:1px solid #ccc;
	outline-color: #eee;
	line-height: 2em;
	font-size: 20px;
	padding-left: 2%;
}
.contact_from textarea{
	width: 96%;
	height: 190px;
	border:1px solid #ccc;
	outline-color: #eee;
	resize:none;
	padding: 2% 2%;
}
#smt{
	width: 185px;
	height: 55px;
	color: white;
	background-color: #CAB179;
	outline: 0;
	border: none;
	margin-top: 25px;
}
.contact_ul{ width: 100%; }
.contact_ul>li{
	width: 49.8888%;
	float: left;
	min-height: 300px;
}
.contact_ul>li>div{
	margin-bottom: 45px;
	color: #6e6e6e;
	line-height: 1.5em;
}
.contact_main>.contact-1map{
	width: 100%;
}
/* 大屏幕 */
@media (max-width: 1160px){


}
@media (max-width: 1080px){

}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (max-width: 979px){

}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
	.contact_main>div{ width: 100%; }
}
@media (max-width: 650px) {
	.contact_ul>li{ width: 100%; }
}
@media (max-width: 550px) {

}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {

}

