header{
	width: 100%;
	min-width: 1200px;
	height: 80px;
}
.header{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: 294px !important;
	min-width: 294px !important;
	height: 53px;
}
.tel{
	width: 130px !important;
	min-width: 130px !important;
	height: 20px;
}
.nav li a{
	position: relative;
	color: #ec6919;
	font-weight: bold;
}
.nav li .active::after{
	content: " ";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	height: 4px;
	background: #ec6919;
}
img{
	width: 100%;
	min-width: 1200px;
	height: auto;
	display: block;
}
.form-content{
	width: 100%;
	min-width: 1200px;
	height: 470px;
	background: #ec6919;
	padding: 100px 0;
	text-align: center;
}
.form-content .wrap{
	width: 1200px;
	margin: 0 auto;
	color: #FFF;
}
.form-content .wrap h5{
	font-size: 12px;
	letter-spacing: 2px;
}
.form-content .wrap h4{
	font-size: 24px;
	letter-spacing: 6px;
	margin: 20px 0 40px;
}
.form-content .wrap .form-line{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.form-content .wrap .form-line input{
	width: 360px;
	height: 55px;
	border:1px solid #FFFFFF;
	outline: none;
	background: transparent;
	color: #FFFFFF;
	padding: 0 5px;
}
.form-content .wrap .form-line input::-webkit-input-placeholder{
	color: #fff;
}
.form-content .wrap .form-line textarea{
	width: 1200px;
	height: 200px;
	border-color: #FFFFFF;
	outline: none;
	background: transparent;
	padding: 0 5px;
	color: #fff;
}
.form-content .wrap .form-line textarea::-webkit-input-placeholder{
	color: #fff;
}
.form-content .wrap button{
	width: 130px;
	height: 40px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
footer{
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: #eef1f8;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #999;
}
.records{
	min-width: 20px;
	width: 20px;
	height: 20px;
}
.footer{
	width: 1200px;
	text-align: center;
}
footer p{
	line-height: 1.5;
}