<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*, html, body, div, p {
	color: #666;
	line-height: 1.8em;
}
footer {
	clear: both;
}
.clear {
	clear: both;
}
.contact {
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 50px 0;
	border: 2px solid #ddd;
	height: 100%;
}
.contact_txt {
	font-size: 13px;
	margin: 0 70px 40px;
}
.contact_txt p {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	text-indent: 0;
}
.contact_map {
	max-width: 900px;
	width: 94%;
	margin: 0 auto;
	text-align: center;
}

.stripe {
	max-width: 1130px;
	width: 94%;
	border-collapse: collapse;
	margin: 30px 3%;
	border-top: 1px solid #ddd;
}
.stripe tr {
	border-bottom: 1px solid #ddd;
}
.stripe th {
	padding: 7px 20px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	background: #a9a6a6;
	border-left: 1px solid #ccc;
}
.stripe td {
	padding: 7px 20px;
	border-left: 1px solid #ccc;
	font-size: 13px;
}
.stripe th:nth-child(4n+1), .stripe td:nth-child(4n+1) {
	border-left: none;
}
.stripe tr:nth-child(2n+1) {
	background: #e0e0e0;
	;
}


.text-area .tophotline {
    line-height: 1.4em;
}

.topemail .btn_red .zixun, .topemail a.btn_red .zixun {
    color: #FFFFFF;
}</pre></body></html>