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

#index #sidebar {
	top: -704px;
}

#index #content {
	background: url(../img/index/content_bg.png) no-repeat 0 554px;
}

#index #key {
	width: 755px;
	height: 681px;
	position: relative;
	overflow: hidden;
}

#index #key .slide_img {
	width: 755px;
	height: 526px;
	position: relative;
	overflow: hidden;
}

#index  #key .slide_thumb {
	position: absolute;
	top: 526px;
	left: 245px;
	overflow: hidden;
	height: 155px;
	z-index: 99;
	width: 756px;
}

#index  #key .slide_thumb li {
	float: left;
	cursor: pointer;
	width: 189px;
	height: 155px;
}

#index  #key .slide_thumb li#thumb1 {
	background: url(../img/index/thumb_1.png) no-repeat top center;
}

#index  #key .slide_thumb li#thumb2 {
	background: url(../img/index/thumb_2.png) no-repeat top center;
}

#index  #key .slide_thumb li#thumb3 {
	background: url(../img/index/thumb_3.png) no-repeat top center;
}

#index  #key .slide_thumb li#thumb4 {
	background: url(../img/index/thumb_4.png) no-repeat top center;
}

#index  #key .slide_thumb li#thumb1.active {
	background: url(../img/index/thumb_1_on.png) no-repeat top center;
}

#index  #key .slide_thumb li#thumb2.active {
	background: url(../img/index/thumb_2_on.png) no-repeat top center;
}

#index  #key .slide_thumb li#thumb3.active {
	background: url(../img/index/thumb_3_on.png) no-repeat top center;
}

#index  #key .slide_thumb li#thumb4.active {
	background: url(../img/index/thumb_4_on.png) no-repeat top center;
}

#index  #key .slide_thumb li a {
	display: block;
	width: 189px;
	height: 155px;
}

#index #indexLeft {
	float: left;
	width: 305px;
	padding-top: 28px;
}

#index #facebook {
	background: url(../img/index/fb_bg.png) no-repeat top center;
	padding: 11px 22px 21px 31px;
	width: 252px;
	height: 376px;
	margin-bottom: 13px;
}

#index #blog {
	background: url(../img/index/blog_bg.png) no-repeat top center;
	padding: 10px 38px 0px 34px;
	width: 233px;
	height: 181px;
	overflow: hidden;
}

#index #blog li {
	color: #ffffff;
	line-height: 18px;
	padding-top: 10px;
	border-bottom: 1px dotted #6e6e72;
}

#index #blog li a {
	color: #ffffff;
}

#index #blog li span {
	display: block;
	font-size: 10px;
}

#index #lead {
	float: right;
	width: 430px;
	margin-top: 6px;
}

#index #lead p {
	font-size: 13px;
	margin-bottom: 20px;
	letter-spacing: 0.25px;
}</pre></body></html>