.content{
	background-color: #fff;
	padding-top: 140px;
	padding-bottom: 40px;
}
.s_bar{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}
.map{
	width: 100%;
	height: 534px;
}
.nbw{
	padding-top: 75px;
	display: flex;
	padding-bottom: 99px;
	
}
.nbw1{
	padding-right: 260px;
}
.nbw1 h1{
	font-size: 30px;
	font-weight: bold;
	color: #1A1A1A;
}
.s_nbw{
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.s_nbw p{
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	color: #1A1A1A;
}
.s_nbw strong{
	padding-right: 10px;
}
.s_nbw span{
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	padding-left: 30px;
}
.s_xinxi1 p{
	font-size: 20px;
	font-weight: 400;
	color: #1A1A1A;
	padding-bottom: 18px;
}
.s_xinxi1 input{
	width: 100%;
	height:52px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	padding-left: 20px;
}
.s_xinxi1 textarea{
	width: 100%;
	height:240px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 16px;
}
.s_xinxi1{
	padding-bottom: 40px;
	
}
.s_xinxi2{
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.s_xinxi2 p{
	font-size: 20px;
	font-weight: 400;
	color: #1A1A1A;
	padding-bottom: 18px;
}
.s_xx{
	width: 49%;
}
.s_xinxi2 input{
	width:100%;
	height:52px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	padding-left: 20px;
}
.tijiao{
	padding-top:20px;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
}
.tijiao button{
	width: 160px;
	height: 52px;
	background: #E60012;
	border-radius: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	border: 0;
}
@media screen and (max-width:1024px) {

	.content{
		padding-left: 5%;
		padding-right: 5%;
	}
	.nbw{
		flex-wrap: wrap;
	}
	.nbw1 {
	    padding-right: 0px;
		width: 100%;
	}
	.nbw2 {
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width:768px) {
	.liuyan {
	    padding-top: 45px;
	}
	.s_biaoti h1 {
	    font-size: 35px;
	    font-weight: 400;
	    color: #1A1A1A;
	    padding-bottom: 35px;
	}
	.s_xinxi1 {
	    padding-bottom: 20px;
	}
	.s_xinxi2 {
	    padding-bottom: 0px;
		flex-wrap: wrap;
	}
	.s_xx {
	    width:100%;
		padding-bottom: 20px;
	}
	.content {
	    background-color: #fff;
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.map {
	    width: 100%;
	    height: 245px;
	}
	.nbw {
	    padding-top: 30px;
	    display: flex;
	    padding-bottom: 53px;
	}
	.nbw1 h1 {
	    font-size: 26px;
	    font-weight: bold;
	    color: #1A1A1A;
	}
	.s_xinxi1 p {
	    font-size: 16px;
	}
	.s_xinxi2 p {
	    font-size: 16px;
	}
}