<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.wrapper{
	width:1200px;
	margin:0 auto;
}
/*澶撮儴*/
.header{
	height:56px;
	padding:20px 0;
	background:#eceaeb;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:100;
}
.header .logo{
	float:left;
	width:150px;
	height:56px;
}
.header .nav{
	float:right;
	margin-top:9px;
}
.header .nav li{
	float:left;
	width:106px;
	height:38px;
	line-height:36px;
	text-align:center;
	background:#d7000f;
	border-radius:5px;
	font-size:18px;
	color:#fff;
	margin-left:26px;
	cursor:pointer;
}
.header .nav li.visited{
	height:36px;
	background:#fff;
	color:#d7000f;
	border-bottom:2px solid #d7000f;
}
.header-content{
	height:423px;
	margin-top:74px;
	background:#eceaeb;
	border-bottom:2px solid #d70010;
}

.header-content .header-content-l{
	float:left;
	width:546px;
	text-align:center;
	margin-top:110px;
}
.header-content .header-content-l span{
	font-size:24px;
	color:#221715;
}
.header-content .header-content-l h3{
	font-size:54px;
	color:#d7000f;
}
.header-content .header-content-l h3 em{
	color:#221816;
}
.header-content .header-content-l p{
	font-size:30px;
	color:#595758;
	border-top:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9;
	margin-top:12px;
	padding:5px 0;
}
.header-content .header-content-r{
	float:right;
}

/*鍏叡title*/
.common .title{
	height:90px;
	border-bottom:3px solid #d7000c;
}
.common .title .title1{
	float:left;
	width:200px;
	text-align:center;
	color:#d7000c;
}
.common .title .title1 h4{
	font-size:40px;
}
.common .title .title1 span{
	font-size:20px;
}
.common .title .title2{
	float:left;
	margin-left:30px;
	margin-top:22px;
	font-size:34px;
	color:#d7000c;
}
.common .title .tel{
	float:right;
	width:250px;
	height:45px;
	line-height:45px;
	font-size:24px;
	color:#fff;
	text-align:center;
	margin-right:50px;
	margin-top:24px;
	text-indent:30px;
	background:url(../imgs/tel_icon.jpg) 15px center no-repeat #f89828;
}

/*搴曢儴*/
.footer{
	height:122px;
	background:#d4d5d9;
	margin-top:20px;
	padding-top:26px;
	clear:both;
}
.footer .footer-l{
	float:left;
	width:280px;
	height:98px;
	padding-right:40px;
	border-right:1px solid #393939;
	margin-left:140px;
}
.footer .footer-l p{
	font-size:30px;
	color:#393939;
	margin-top:16px;
	margin-bottom:5px;
}
.footer .footer-l span{
	display:block;
	font-size:16px;
	color:#3a3a3a;
	text-align:right;
}
.footer .footer-r{
	float:left;
	margin-left:38px;
}
.footer .footer-r span{
	display:block;
	background:url(../imgs/phone_icon.jpg) left center no-repeat;
	width:178px;
	height:28px;
	line-height:28px;
	font-size:20px;
	color:#393939;
	text-align:right;
	margin:0 auto 10px;
}
.footer .footer-r p{
	font-size:14px;
	color:#3a3a3a;
	margin-bottom:8px;
}</pre></body></html>