.show_lxwm{
	width: 1228px;
	margin: 50px auto;
	border: 1px solid #eeeeee;
	padding: 35px;
	display: flex;
	justify-content: space-between;
}
.show_lxwmleft,.show_lxwmright{
	width: 585px;
}
.show_lxwmleft h1{
	color: #333333;
	font-size: 28px;
	color: #333333;
	margin-bottom: 15px;
}
.show_lxwmleft input{
	width: 100%;
	height: 45px;
	border: none;
	outline: none;
	background-color: #f4f3f3;
	margin-bottom: 15px;
	text-indent: 1em;
}
.show_lxwmleft textarea{
	width: 100%;
	outline: none;
	background-color: #f4f3f3;
	border: none;
	line-height: 35px;
	height: 140px;
	margin-bottom: 15px;
	text-indent: 1em;
	font-family: "微软雅黑";
	resize: none;
}
.show_lxwmleft .submit{
	width: 120px;
	height: 50px;
	background-color: #144e89;
	color: #fff;
	text-indent: 0px;
}
.show_lxwmright h1{
	color: #333333;
	font-size: 28px;
	color: #333333;
	margin-bottom: 40px;
}
.show_lxwmright p{
	color: #333333;
	font-size: 16px;
	line-height: 35px;
}
.show_lxwmright div ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.show_lxwmright div li{
	width: 116px;
	overflow: hidden;
	margin-right: 30px;
}
.show_lxwmright div li img{
	width: 100%;
	display: block;
}
.show_lxwmright div li p{
	width: 100%;
	font-size: 14px;
	color: #727c83;
	text-align: center;
	margin-top: 15px;
}
.show_map{
	width: 1300px;
	margin: 60px auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1299px){
	.shownav ul li{
		width: 15%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.show_lxwm{
		width: 89%;
		margin: 0 auto;
		padding: 3%;
	}
	.show_lxwmleft, .show_lxwmright{
		width: 48%;
	}
	.show_map{
		width: 95%;
	}
	.show_map img{
		width: 100%;
	}
}
@media only screen and (min-width: 764px) and (max-width:999px){
	.shownav ul li{
		width: 15%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.show_lxwm{
		width: 89%;
		margin: 0 auto;
		padding: 3%;
	}
	.show_lxwmleft, .show_lxwmright{
		width: 48%;
	}
	.show_map{
		width: 95%;
	}
	.show_map img{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.shownav ul li{
		width: 20%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.show_lxwm{
		width: 89%;
		margin: 0 auto;
		padding: 3%;
		display: flex;
		justify-content: center;
		flex-flow: wrap;
		flex-direction: column-reverse;
	}
	.show_lxwmleft, .show_lxwmright{
		width: 100%;
	}
	.show_map{
		width: 95%;
	}
	.show_map img{
		width: 100%;
	}
	.show_lxwmleft h1{
		font-size: 24px;
		margin-top: 30px;
	}
	.show_lxwmright h1{
		font-size: 24px;margin-bottom: 20px;
	}
}
