<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact{
	padding:80px 0; 
}
.pc-top .fl,.pc-top .fr{
	width: 50%;
}
.pc-top .fl p{
	font-size: 30px;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 20px;
	color:#333;
}
.pc-top .fl span{
	display: block;
	color:#888;
}
.pc-top .fr{
	font-size:16px;
	padding-top: 40px;
	line-height: 2;
	text-align: right;
}
.map img{
	width: 100%;
}

.pc-bottom .bt-item{
	width: 900px;
	margin:0 auto;
	text-align: center;
}
.pc-bottom .bt-item h2{
	
	margin:50px 0 40px;
}
.itwrap{
	
}
.itwrap input{
	width: 300px;
	height: 40px;
	outline: none;
	border:1px solid #ddd;
	display: block;
	margin:15px auto 0px;
	padding:0 15px;
}
.itwrap img{
	width: 330px;
	height: 40px;
	margin:15px auto 0px;
}
.itwrap textarea{
	width: 300px;
	height:120px;
	outline: none;
	border:1px solid #ddd;
	display: block;
	margin:15px auto 0px;
	padding:15px 15px;
}
.itwrap .submit{
	background-color: #ee821b;
	color:#fff;
}
@media (max-width:1080px){
	.pc-top .fl, .pc-top .fr{
		width: 100%;
		float: none;
	}
	.pc-top .fl{
		text-align: center;
		line-height: 1.5;
	}
	.pc-top .fr{
		padding-top:0px;
		text-align: center;
		padding-bottom: 10px;
	}
	.pc-bottom .bt-item{
		width: 90%;
	}
}
@media (max-width:768px){
	.contact{
		padding:50px 0;
	}
	.pc-top .fl p{
		font-size: 28px;
		line-height: 1.4;
	}
}
@media (max-width:640px){
	.pc-top .fl p{
		font-size: 20px;
	}
	.pc-bottom .bt-item h2{
		font-size: 18px;
		margin:20px 0;
	}
}
@media (max-width:375px){
	.itwrap input,.itwrap textarea{
		width: 250px;
	}
	.itwrap img{
		width: 280px;
	}
	.itwrap textarea{
		height: 90px;
	}
}</pre></body></html>