<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 */
body,html{
	height:100%;
	font:16px/1.6em Arial,'微軟正黑體','Microsoft JhengHei',sans-serif;
	color:#4A4A4A
}
*{
	padding:0;
	margin:0;
}
a{
	color:#333;
	text-decoration:none;
}
input,form,button,option,select,textarea,video{
	outline:none;
	border:none;
	background:none;
	resize:none;
}
ul{
	list-style:none;
}
img{
	border:none;
	display:block;
}
i,em{
	font-style:normal;
}
.l{
	float:left;
}
.r{
	float:right;
}
.boxs{
	-moz-box-shadow: 2px 4px 7px rgba(177,176,176,0.2);
	-webkit-box-shadow: 2px 4px 7px rgba(177,176,176,0.2);
	box-shadow: 2px 4px 7px rgba(177,176,176,0.2);
}
.box{
	-moz-box-shadow:  0px 0px 10px 1px #e3e3e3;
	-webkit-box-shadow:  0px 0px 10px 1px #e3e3e3;
	box-shadow: 0px 0px 10px 1px #e3e3e3;
}

/*清除浮动*/
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*top顶部*/
.top{
	height:40px;
	background:#2a2f35;
}
.top_c{
	width:1200px;
	margin:auto;
	overflow:hidden;
}
.top_l{
	overflow:hidden;
}
.top_l a{
	font-size:16px;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	line-height:40px;
	display:block;
	float:left;
}
.top_l a.current{
	background:#363f4a;
}
.top_r{
	line-height:40px;
	overflow:hidden;
}
.top_r li{
	float:left;
	background:url(../images/bor.jpg) no-repeat left center;
	padding:0px 10px;
}
.top_r a{
	color:#fff;
	display:block;
}
.top_r li:first-child a{
	background:url(../images/ren.png) left center no-repeat;
	padding-left:18px;
}
.top_r li:last-child a{
	background:url(../images/shouj.png) left center no-repeat;
	padding-left:14px;
}
.nav_box{
	height:80px;
	background:#fff;
	width:100%;
}
.nav{
	width:1200px;
	margin:auto;
}
.logo{
	width:114px;
	height:38px;
	text-indent: -9999em;
	margin-top:20px;
}
.nav_city{
	padding-left:15px;
	margin-top:30px;
	position:relative;
}
.nav_city&gt;a{
	color:#666;
	background:url(../images/sj.png) no-repeat right center;
	padding-right:14px;
	font-weight: bold;
}
.nav_l{
	width:200px;
}
.nav_r{
	width:930px;
	line-height:80px;
}
.nav_r a{
	font-size:16px;
	font-weight: bold;
	color:#333;
	padding:0px 25px;
	display:block;
	float:left;
}
.nav_r a.current{
	color:#7ba616;
}
.nav_pos{
	min-height:120px;
	width:560px;
	background:#fff;
	position:absolute;
	left:15px;
	top:50px;
	z-index:9999;
	border-radius:4px;
	padding:15px 20px;
	display:none;
}
.nav_p{
	display:block;
	position:absolute;
	left:12px;
	top:-15px;
	height:15px;
	width:31px;
	background:url(../images/sjs.png);
	z-index:999999999;
}
.nav_div{
	line-height:30px;
	width:564px;
}
.nav_div h3,.nav_a{
	float:left;
}
.nav_div h3{
	font-weight:bold;
}
.nav_a a{
	margin-right:20px;
	color:#666;
	display:block;
	float:left;
	font-weight: bold;
}
.nav_a a.current{
	color:#7ba616;
}
.nav_a{
	width:490px;
	margin-left:30px;
}
.nav .nav_r2{
	width:660px;
	line-height:80px;
}
.nav .nav_r2 a{
	padding:0px 15px;
}
.nav .top_r2 a{
	color:#666;
	line-height:80px;
}
.nav .top_r2 li:first-child a{
	background:url(../images/ren2.png) left center no-repeat;
}
/**
.nav .top_r2 li:last-child a{
	background:url(../images/shouj2.png) left center no-repeat;
}**/
.nav .top_r2 li{
	background:url(../images/bor2.jpg) no-repeat left center;
}
.top_r li:first-child{
	background:none;
}

/*foot底部*/
.foot{
	background:#2d3237;
	padding-bottom:40px;
}
.foot_c{
	width:1200px;
	margin:auto;
}
.foot_t{
	height:84px;
	border-bottom:1px solid #3f4b56;
}
.foot_t a{
	font-size:18px;
	color:#677d92;
	line-height:84px;
	margin-right:66px;
}
.foot_t a.current{
	color:#fff;
}
.foot_n{
	border-bottom:1px solid #3f4b56;
	padding:23px 0px;
	display:none;
}
.foot_y .f_d{
	display:block;
}
.foot_box h3,.foot_cen{
	float:left;
	font-weight:normal;
	line-height:34px;
}
.foot_box h3,.foot_cen a{
	color:#bacbd0;
}
.foot_cen a{
	margin-right:25px;
	display:block;
	float:left;
}
.foot_box h3{
	width:60px;
}
.foot_cen{
	width:1140px;
}
.foot_nav{
	padding:40px 0px;
}
.foot_nav a{
	font-size:16px;
	color:#bacbd0;
	padding:0px 25px;
	border-left:1px solid #3f4b56;
}
.foot_nav a:first-child{
	padding-left:0px;
}
.foot_text div,.foot_text span{
	color:#bacbd0;
}
.foot_text div{
	margin-right:40px;
	float:left;
}
.foot_dz{
	background:url(../images/dz.png) left center no-repeat;
	padding-left:16px;
}

/*footer底部*/
.footer{
	width:690px;
	margin:40px auto 0px;
}
.footer a{
	color:#666;
	margin:0px 22px;
}
.footer_t{
	margin:0px auto 30px;
	width:305px;
	padding-top:20px;
	color:#999
}

/*翻页*/
.page{
	width:auto;
	margin:0px auto 60px;
	height:36px;
}
.page a,.page span{
	color:#333;
	padding:7px 12px;
	margin-left:5px;
	font-family:Arial;
	border-radius:2px;
}
.page a.current{
	color:#fff;
	background:#7ba616;
	border:1px solid #fff;
}


/*当前位置*/
.pos{
	background:url(../images/dz2.png) left center no-repeat;
	padding-left:15px;
	color:#666;
	width:1200px;
	margin:auto;
	line-height:70px;
}
.pos a,.pos span{
	color:#666;
}
</pre></body></html>