.formContactUs{
	padding: 80px 0;
}
.formContactUs h3{
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 48px;
	color: #333;
	text-align: center;
}
.formContactUs .titCont{
	font-size: 14px;
    line-height: 28px;
    color: #666;
	margin-bottom: 36px;
}
.formContactUs .contactBox{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background-color: #f5f5f5;
	padding: 50px 0;
}
.formContactUs .contactBox .contactItem{
	width: calc(20% - 1px);
	text-align: center;
	border-right: 1px solid #e5e5e5;
	padding:0 20px;
}
.formContactUs .contactBox .contactItem:last-child{
	border-right: none;
}
.formContactUs .contactBox .contactItem p{
	margin-top: 15px;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}
.formContactUs .contactBox .contactItem .numCont{
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin-top: 20px;
	font-weight: bold;
}


.scheduleServic{
	padding-bottom: 80px;
}
.scheduleServic .scheduleServiceTit h3 {
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 48px;
	color: #333;
	text-align: center;
}

.scheduleServic .scheduleServicForm {
	border: 10px solid #f5f5f5;
	display: flex;
	justify-content: space-between;

}

.scheduleServic .scheduleServicForm .formLs {
	padding: 40px;
	width: 75%;
	box-sizing: border-box;
	border-right: 10px solid #f5f5f5;
}

.scheduleServicForm .formLs .formItem>span{
	display: inline-block;
	width: 90px;
	min-width:90px;
	padding-right: 30px;
	text-align: right;
    font-size: 16px;
    line-height: 56px;
    color: #666;
}
.scheduleServicForm .formLs .formItem>span .red{
	color: #f00;
	margin-right: 5px;
}
.scheduleServicForm .formLs .formItem {
	margin-bottom: 10px;
}

.scheduleServicForm .formLs .formItem>input,
.scheduleServicForm .formLs .formItem>select {
	outline: none;
	width: 340px;
	height: 56px;
	background-color: #f7f7f7;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	padding: 15px 20px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	transition: 0.36s;
}

.scheduleServicForm .formLs .formItem>textarea {
	outline: none;
	width: calc(100% - 90px);
	height: 150px;
	background-color: #f7f7f7;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	padding: 15px 20px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	transition: 0.36s;
	display: inline-block;
	resize: none;
	font-family: unset;
}

.scheduleServicForm .formItem {
	display: flex;
}

.scheduleServicForm .relationUsbox {
	width: 25%;
}
.scheduleServicForm .relationUs{
	width: 100%;
	height: 100%;
}

.scheduleServicForm .formLs .formItemBtn>input {
	background-color: #063eaa;
	padding: 0;
	width: 160px;
	height: 42px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	margin-top: 30px;
}
.relationUs {
	display: flex;
	flex-direction: column;
}

.relationUs .relationUsItem {
	height: 50%;
	box-sizing: border-box;
	padding-top: 30px;
	text-align: center;
}

.relationUs .relationUsItem:first-child {
	border-bottom: 5px solid #f5f5f5;
}

.relationUs .relationUsItem:last-child {
	border-top: 5px solid #f5f5f5;
}

.relationUs .relationUsItem img {
	max-width: 100%;
}

.relationUs .relationUsItem p {
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin-top: 8px;
}

.relationUs .relationUsItem p:last-child,
.relationUs .relationUsItem a {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #333;
	margin-top: 15px;
	font-weight: bold;
}
#container{
	width: 100%;
	height: 600px;
}
.contactUsMap{
	background: url(../img/backgroundimage/aaaban.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.contactUsMap .tit{
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 48px;
	color: #fff;
	text-align: center;
}
.trafficRouteBox{
	background-color: #fff;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
.trafficRouteCls{
	width: calc(50% - 20px);
}
.trafficRouteCls p{
	margin-top: 10px;
	line-height: 24px;
}
.trafficRouteCls span{
	color: #333;
	font-weight: bold;
}
.hotNewBuy{
	padding-top: 0;
}
@media screen and (max-width:750px) {
	.scheduleServic {
		border-top: 5px solid #f5f5f5;
		margin-bottom: 30px;
		padding: 15px;
	}
	
	.scheduleServic .scheduleServiceTit h3 {
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 20px;
	}
	
	.scheduleServic .scheduleServicForm {
		display: block;
		border: none;
	}
	
	.scheduleServic .scheduleServicForm .formLs {
		width: 100%;
		border: none;
		padding: 0px;
	
	}
	
	.scheduleServicForm .formItem {
		display: block;
	}
	
	.scheduleServicForm .formLs .formItem>input,
	.scheduleServicForm .formLs .formItem>select {
		width: 100%;
	}
	
	.scheduleServicForm .formLs .formItem>textarea {
		width: 100%;
		font-weight: 400;
	}
	
	.scheduleServicForm .formLs .formItem>span {
		display: none;
	}
	
	.scheduleServicForm .formLs .formItemBtn>input {
		margin-top: 0px;
		height: 60px;
		line-height: 60px;
	}
	
	.scheduleServicForm .relationUs {
		width: 100%;
		box-sizing: border-box;
		border: 10px solid #f5f5f5;
		padding: 10px;
	}
	.relationUs .relationUsItem {
		display: flex;
		align-items: center;
		padding: 10px;
		text-align: left;
	}
	
	.relationUs .relationUsItem:first-child {
		padding: 10px;
		border-bottom: 2px solid #f5f5f5;
	}
	
	.relationUs .relationUsItem:last-child {
		border-top: 2px solid #f5f5f5;
	}
	
	.relationUs .relationUsItem p {
		margin: 0;
	}
	
	.relationUs .relationUsItem p:last-child,
	.relationUs .relationUsItem a {
		margin-top: 0;
	}
	
	.relationUs .relationUsItem img {
		margin-right: 5px;
	}
	
	.formContactUs .contactBox{
		display: block;
		padding: 0;
		margin: 15px;
		background-color: unset;
	}
	
	.formContactUs .contactBox .contactItem{
		width: 100%;
		display: flex;
		align-items: center;
		padding: 10px 0;
		margin-bottom: 10px;
		background-color: #f5f5f5;
	}
	.formContactUs .contactBox .contactItem:nth-child(2){
		width: 100%;
	}
	.formContactUs .contactBox .contactItem img{
		margin: 0 15px;
	}
	.formContactUs .contactBox .contactItem p{
		font-size: 16px;
		text-align: left;
		margin-top: 10px;
	}
	.formContactUs .contactBox .contactItem .numCont{
		font-size: 14px;
		text-align: left;
		margin-top: 10px;
	}
}