<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner*/

.about-banner {

	width: 100%;

	height: 160px;

	background: url(img/about_banner.jpg) no-repeat center;

}

/* å…¬å¸è”ç³»æ–¹å¼åˆ—è¡¨ */

.contact-info-outer {

	position: relative;

}

.contact-info-outer ul {

	margin-top: 44px;

	margin-left: 100px;

}

.company-info-item {

	float: left;

	margin-bottom: 60px;

	width: 49%;

	height: 80px;

	padding-left: 100px;

	background: no-repeat left center;

	text-align: left;

}

.company-info-address {

	background-image: url(img/contact_address.png);

}

.company-info-tel {

	background-image: url(img/contact_tel.png);

}

.company-info-email {

	background-image: url(img/contact_email.png);

}

.company-info-postage {

	background-image: url(img/contact_postage.png);

}

.company-info-qq {

	background-image: url(img/contact_qq.png);

}

.company-info-item-title {

	margin: 14px 0;

	font-size: 16px;

}

.company-info-item-title.single {

	margin: 24px 0;

}

.company-info-item-detail {

	font-size: 14px;

}



</pre></body></html>