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

body{
	min-width: 1200px;
}

/* 澶撮儴 */
.fd-header{
	height: 469px;
	background: url(../images/bg1.png) bottom center no-repeat; margin: 0 auto;
}
.top{
	height: 94px;
	background: #fff;
}
.top .logo{
	display: inline-block;
	margin-top: 16px;
}
.top .search-box{
	width: 320px;
	height: 44px;
	margin-right: 40px;
	margin-top: 26px;
	background: #f5f5f5;
}
.top .search-box input{
	height: 44px;
	line-height: 44px;
	width: 234px;
	padding: 0 10px;
}

/* 搴曢儴 */
.footer{
	background: #f1f1f1;
}
.f-con{
	width: 1000px;
	margin: 0 auto;
	color: #333333;
	font-size: 14px;
	height: 96px;
	padding-top: 30px;
	overflow: hidden;
}
.f-con p{
	margin-bottom: 30px;
}
.f-con span{
	display: inline-block;
	margin-right: 50px;
}
.f-img1{
	display: inline-block;
	float: right;
	vertical-align: top;
}
.f-bot{
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	background: #969696;
}
.f-bot span{
	display: inline-block;
	margin-right: 36px;
}
/* 濂嬫枟涓撻 */
.fd-main{
	background: url(../images/bg.png) center top no-repeat;
}
.fd-wrap{
	width: 1000px;
	padding: 46px 0;
	margin: 0 auto;
}
.fd-w1{
	width: 100%;
	height: 551px;
	position: relative;
	background: url(../images/bg2.png) center no-repeat;
}
.fd-w1-v{
	width: 793px;
	height: 447px;
	position: absolute;
	top: 53px;
	left: 103px;
	box-shadow: 0 0 6px 0 #dddbdb;
}
.fd-w2{
	margin-top: 10px;

	background: url(../images/bg4.png) bottom center no-repeat;
}
.fd-tit1{
	width: 100%;
	height: 106px;
	text-align: center;
	position: relative;
	background: url(../images/bg3.png) center 50px no-repeat;
}
.fd-tit1 .more{
	position: absolute;
	display: inline-block;
	right: 0;
	top: 24px;
	color: #666666;
	font-size: 16px;
}
.fd-w2-c{
	margin-top:4px; font-size:16px; line-height:30px; text-indent:2em;
}
.fd-w3{

	 padding-top: 20px;
}
.fd-w3-c{
	margin-top: -50px;
	background: #fff;
	padding: 60px 30px 0;
	height: 240px;
}
.fd-w3-l li{
	width: 840px;
	height: 40px;
	line-height: 40px;
}
.fd-w3-l li a{
	display: inline-block;
	padding-left: 28px;
	max-width: 94%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 18px;
	background: url(../images/ic2.png) left center no-repeat;
}
.fd-w3-l li a:hover{
	color: #e20025;
}
.fd-w3-c .more{
	text-align: right;
}
.fd-w3-c .more a{
	color: #666666;
	font-size: 16px;
	margin-top: 4px;
}
.fd-w3-c .more a:hover{
	font-weight: bold;
}

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