.contact {
	background-color: #18181d;
	color: #ffffff;
}

.contact-con {
	margin-top: 50px;
	line-height: 42px;
	font-size: 14px;
	color: #777777;
	text-align: center;
	animation: scale-up 1s forwards;
}

.address {
	display: flex;
	width: 1200px;
	margin: 50px auto 0 auto;
}

.address-l {
	background-color: #373741;
	width: 478px;
	height: 278px;
	opacity: 0;
	transform: translateX(-100%);
	animation: fadeIn 1s forwards;
}

.gongsi {
	color: #c3af80;
	font-size: 18px;
	margin-top: 48px;
	margin-left: 60px;
}

.gongsi-t {
	width: 70px;
	color: #cccccc;
	font-size: 14px;
	margin-left: 60px;
}

.gongsi-i {
	color: #cccccc;
	font-size: 14px;
}

.address-r {
	flex: 1;
	height: 278px;
	margin-left: 30px;
	background-color: #ffffff;
	opacity: 0;
	animation: slide-in 1s forwards;
}


.dinggou {
	background-color: #18181d;
	color: #ffffff;
	padding-bottom: 50px;
}

.dinggou-form {
	width: 1100px;
	margin: auto;
}

.dianhua {
	margin-left: 30px;
}

.dinggou-title {
	font-size: 14px;
	color: #888888;
	margin-top: 30px;
}

.dinggou-title:after {
	content: '*';
	font-size: 16px;
	color: #e75845;
	margin-left: 3px;
}

.dinggou-inp {
	border: 1px solid #333333;
	margin-top: 10px;
}

.dinggou-input {
	width: 100%;
	padding: 7px 10px;
	box-sizing: border-box;
	line-height: 20px;
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
	background-color: #18181d;
	border: none;
}

.dinggou-text {
	border: 1px solid #333333;
	margin-top: 10px;
	line-height: 22px;
}

.dinggou-texta {
	width: 100%;
	padding: 7px 10px;
	box-sizing: border-box;
	color: #333333;
	background-color: #18181d;
	border: none;
	resize: none;
	font-size: 14px;
	min-height: 90px;
}

.dinggou-texta:focus {
	outline: none;
}

.tj {
	width: 1100px;
	display: flex;
	justify-content: end;
	margin: auto;
}

.tijiao {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-family: Tahoma;
	font-size: 14px;
	color: #a88f5a;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	background-color: rgb(54, 54, 61);
	width: 20%;
	text-align: center;
	margin-top: 20px;
}

.tijiao:hover {
	transition: all 0.3s ease;
	color: #ad976a;
	background-color: rgb(243, 243, 243);
}

@media only screen and (max-width: 600px) {
	.banner-img {
		height: 100px;
		object-fit: cover;
	}

	.address {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 50px auto 0 auto;
		padding: 10px;
		box-sizing: border-box;
	}

	.address-l {
		width: 100%;
	}

	.gongsi {
		margin-left: 10px;
	}

	.gongsi-t {
		width: 70px;
		margin-left: 50px;
	}

	.address-r {
		margin-left: 0;
		width: 100%;
		flex: auto;
		margin-top: 20px;
	}

	.dianhua {
		margin-left: 60px;
	}

	.dinggou-form {
		width: 100%;
		margin: auto;
		padding: 40px;
		padding-bottom: 0px;
		box-sizing: border-box;
	}

	.tj {
		width: 100%;
		display: flex;
		justify-content: end;
	}

	.tijiao {
		margin-right: 40px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.banner-img {
		height: 190px;
		object-fit: cover;
	}

	.address {
		display: flex;
		width: 100%;
		margin: 50px auto 0 auto;
		padding: 10px;
		box-sizing: border-box;
	}

	.address-l {
		width: 40%;
	}

	.gongsi {
		margin-left: 10px;
	}

	.gongsi-t {
		width: 70px;
		margin-left: 10px;
	}

	.address-r {
		margin-left: 15px;
	}

	.dinggou-form {
		width: 100%;
		margin: auto;
		padding: 40px;
		padding-bottom: 0px;
		box-sizing: border-box;
	}

	.dianhua {
		margin-left: 60px;
	}

	.tj {
		width: 100%;
		display: flex;
		justify-content: end;
	}

	.tijiao {
		margin-right: 40px;
	}
}