@charset "utf-8";

body {
	background: url(bg_body.gif) repeat-x;
	
	-webkit-text-size-adjust: none;
}

.box {
	width: 1003px;
	margin: 0px auto;
}

#header {
	height: 168px;
	z-index: 9;
	position: relative;
	zoom: 1;
}
#header .top {
	padding-top: 30px;
}
#header .link-search {
	padding-top: 14px;
	text-align: right;
	color: #828282;
}
#header .link-search a,
#header .link-search a:visited {
	color: #828282;
	text-decoration: none;
}
#header .link-search a:hover {
	color: #828282;
	text-decoration: underline;
}
#header .link-search .search {
	margin-top: 13px;
	width: 219px;
	height: 28px;
}
#header .link-search .search .kw-field {
	width: 173px;
	padding: 5px 0px 5px 14px;
	background: url(bg_search.png) 0 0 no-repeat;
	float: left;
}
#header .link-search .search .kw-field input.kw {
	width: 98%;
	height: 18px;
	line-height: 18px;
	border: none;
	color: #AAAAAA;
	background: transparent;
}
#header .link-search .search .btn-search {
	width: 32px;
	height: 28px;
	background: url(bg_search.png) -187px 0 no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	float: left;
}
#header .link-search .search .btn-s-hover {
	background: url(bg_search.png) -187px -30px no-repeat;
}

.slide-line-top, .slide-line-btm {
	position: absolute;
	left: 0;
	height: 12px;
	width: 100%;
	background-image: url(bg_index_line.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	z-index: 8;
}
.slide-line-top {
	bottom: 0;
	margin-bottom: -7px;
}
.slide-line-btm {
	bottom: 0;
	margin-bottom: -5px;
	background-position: 0 -411px;
}

.nav-container {
	height: 54px;
	z-index: 99;
}
#nav {
	height: 46px;
	position: absolute;
	bottom: 0;
	z-index: 99;
}
#nav ul, #nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	width: 109px;
	height: 46px;
	float: left;
	padding-right: 2px;
	background: url(bg_nav_line.gif) 100% 0 no-repeat;
}
#nav ul li a,
#nav ul li a:visited {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 46px;
	text-align: center;
	background: url(bg_nav.png) 0 -48px no-repeat;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 46px;
	text-align: center;
	background: url(bg_nav.png) -111px -48px no-repeat;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #4a3819;
	text-decoration: none;
}
#nav ul li.first, #nav ul li.last { width: 112px; }
#nav ul li.last { background: none; padding: 0; }
#nav ul li.first a,
#nav ul li.first a:visited {
	background-position: 0 0;
}
#nav ul li.first a:hover {
	background-position: -114px 0;
}
#nav ul li.last a,
#nav ul li.last a:visited {
	background-position: 0 -96px;
}
#nav ul li.last a:hover {
	background-position: -114px -96px;
}
#nav ul li a.active,
#nav ul li a.active:visited,
#nav ul li a.active:hover {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 46px;
	text-align: center;
	background: url(bg_nav.png) -111px -48px no-repeat;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #4a3819;
	text-decoration: none;
}
#nav ul li.first a.active,
#nav ul li.first a.active:visited,
#nav ul li.first a.active:hover {
	background-position: -114px 0;
}
#nav ul li.last a.active,
#nav ul li.last a.active:visited,
#nav ul li.last a.active:hover {
	background-position: -114px -96px;
}
#nav li ul,#nav ul li.last ul {
	display: none;
	width: 109px !important;
	background: rgba(255,255,255,0.9) !important;
	*background: #FFFFFF;
	*filter: Alpha(opacity=0.9);
	_background: #FFFFFF;
	_filter: Alpha(opacity=0.9);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	position: relative;
	zoom: 1;
}
#nav ul li.last ul {
	width: 112px !important;
	padding: 0;
}
#nav li li,#nav ul li.last li {
	background: none !important;
	height: 34px;
	width: 93px !important;
	position: relative;
	text-align: center;
	z-index: 8;
	padding: 0px 8px;
}
#nav ul li.last li {
	width: 96px !important;
}
#nav li li a,
#nav li li a:visited,
#nav li li a:hover,
#nav li.last li a,
#nav li.last li a:visited,
#nav li.last li a:hover {
	background: none;
	display: block;
	width: 68px;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	background: url(nav_sub_dot.gif) 3px 50% no-repeat;
	border-bottom: 1px dashed #666666;
	color: #666666;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	position: relative;
	z-index: 99;
}
#nav li li a:hover,
#nav li.last li a:hover {
	color: #4a3819;
	text-decoration: underline;
}
#nav li li a.lst,
#nav li li a.lst:visited,
#nav li li a.lst:hover,
#nav li.last li a.lst,
#nav li.last li a.lst:visited,
#nav li.last li a.lst:hover {
	border: none;
}
.slider-wrapper {
	width: 100%;
	height: 413px;
	overflow: hidden;
}
.slider {
	height: 418px;
	z-index: 8;
	padding: 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.slider .slide-line-btm {
	position: relative;
	margin-top: -7px;
}

#slider {
	width: 100%;
	height: 413px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/*
#slider ul, #slider li{ display:block; overflow: hidden; position:relative; z-index:0; }

#slider li { display:none; }
#slider li:first-child {display:block;}
#slider { width:1920px; overflow:hidden; }
#slider li { width:1920px; height:413px; overflow:hidden; background-repeat: no-repeat; background-position: center; }
#slider li img{ width:1920px; height:413px; overflow:hidden; }
#slider li a{ display:block;width:1920px; height:413px; }
*/
.controls {
	position:absolute;
	height:14px;
	bottom: 0px;
	left:50%;
	margin-left: -27px;
	margin-bottom: 15px;
	text-align:center;
	z-index: 999;
}
.controls li {
	float: left;
	width:14px;
	height:14px;
	overflow: hidden;
	margin: 0 2px;
}
.controls li a {
	display: block;
	width:14px;
	height:14px;
	overflow: hidden;
	background:url(bullets.png) -20px 0 no-repeat;
	text-indent:-9999px;
	border: none;
	
}
.controls li.current a {
	background-position:0 0;
}
.icon4 {
	height: 96px;
	background: url(bg_icon4.png) no-repeat;
}
.icon4 .icon4-wrapper {
	position: relative;
	zoom: 1;
}
.icon4 .icon4-wrapper a {
	position: absolute;
}
.icon4 .icon4-wrapper a.btn-icon1 { left: 48px; top: 25px; }
.icon4 .icon4-wrapper a.btn-icon2 { left: 216px; top: 25px; }
.icon4 .icon4-wrapper a.btn-icon3 { left: 418px; top: 25px; }
/* .icon4 .icon4-wrapper a.btn-icon4 { left: 513px; top: 25px; } */
.icon4 .icon4-wrapper a.btn-icon5 { left: 620px; top: 25px; }
.icon4 .icon4-wrapper a.btn-icon6 { left: 830px; top: 25px; }

.main-content { margin-top: 15px; }
.lbox-wrapper { float: left; width: 325px; margin-right: 17px; display: inline; }
.lbox { width: 325px; margin-bottom: 9px; }
.lbox .box-title {
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	overflow: hidden;
	background: url(bg_lbox.png) 0 0 no-repeat;
	position: relative;
	zoom: 1;
}
.lbox .box-content {
	background: url(bg_lbox.png) 0 -36px no-repeat;
	height: 189px;
}
.mbox { width: 426px; display: inline; }
.mbox .box-title {
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	overflow: hidden;
	background: url(bg_mbox.png) 0 0 no-repeat;
	position: relative;
	zoom: 1;
}
.mbox .box-content {
	background: url(bg_mbox.png) 0 -36px no-repeat;
	height: 418px;
}
.lbox .box-title a.more,
.mbox .box-title a.more {
	display: block;
	overflow: hidden;
	width: 34px;
	height: 5px;
	background: url(more.gif) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
	text-indent: -9999px;
}
.lbox .box-title img,
.mbox .box-title img {
	vertical-align: middle;
	margin-top: 9px;
}
.lbox .box-content .box-content-wrapper,
.mbox .box-content .box-content-wrapper {
	margin: 0px 2px;
	padding: 15px 20px;
}
.media .media-tab {
	position: absolute;
	right: 20px;
	top: 0;
	color: #a97d39;
	height: 22px;
}
.media .media-tab a {
	color: #a97d39;
	line-height: 22px;
	text-decoration: none;
}
.media .media-tab a:hover {
	color: #a97d39;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
.media .media-tab a.active {
	color: #a97d39;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
.magaz-thumb {
	float: left;
	width: 121px;
	height: 156px;
	padding: 1px 13px 2px 1px;
	background: url(bg_magaz.png) 0 0 no-repeat;
}
.magaz-thumb img {
	width: 121px;
	height: 156px;
	display: block;
	overflow: hidden;
}
.magaz-info {
	float: left;
	width: 130px;
	margin-left: 15px;
	padding-top: 25px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999999;
	line-height: 22px;
}
.magaz-info h5 {
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: 400px;
	color: #a97d39;
}
.magaz-info a.btn-magaz {
	display: block;
	margin-top: 10px;
	width: 95px;
	height: 25px;
	background: url(btn_magaz.png) no-repeat;
}
#news .line-btm {
	border-bottom: 1px dashed #666666;
}
.news {}
.news div.sect-tit {
	display: block;
	padding-left: 20px;
	font-weight: bold;
	color: #a97d39;
	font-size: 12px;
	background: transparent url(bg_news_line.gif) 0 center no-repeat;
	margin-bottom: 8px;
}
.news .top1 {
	margin-bottom: 6px;
	color: #999999;
	line-height: 22px;
	position: relative;
	zoom: 1;
}
.news .top1 img.thumb {
	width: 111px;
	height: 82px;
	border: none;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 12px;
}
.news .top1 h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-bottom: 4px;
}
.news .top1 a.more,
.news .top1 a.more:visited {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #a97d39;
	text-decoration: none;
}
.news .top1 a.more:hover {
	color: #a97d39;
	text-decoration: underline;
}
.news .list ul li {
	line-height: 22px;
	color: #666666;
}
.news .list ul li a,
.news .list ul li a:visited {
	display: inline;
	line-height: 22px;
	color: #666666;
	background: transparent url(icon_news_arrow.gif) 0 50% no-repeat;
	padding-left: 12px;
	text-decoration: none;
}
.news .list ul li a:hover {
	background: transparent url(icon_news_arrow.gif) 0 50% no-repeat;
	padding-left: 12px;
	line-height: 22px;
	color: #666666;
	text-decoration: underline;
}

.sider {
	width: 222px;
	float: right;
}
.sider a { margin-bottom: 6px; display: block; }
.links {
	width: 220px;
	height: 109px;
	position: relative;
	zoom: 1;
}
.links select.yqlj {
	position: absolute;
	top: 53px;
	right: 15px;
}

#footer {
	height: 49px;
	line-height: 49px;
	padding-top: 12px;
	background: url(bg_footer.gif) 0 12px repeat-x;
	color: #828282;
	clear: both;
}
#footer:before {
	clear: both;
}
#footer a,
#footer a:visited {
	color: #828282;
	text-decoration: none;
}
#footer a:hover {
	color: #828282;
	text-decoration: underline;
}
#footer .copyright { font-family: Arial, _sans; float: left; }
#footer .support { float: right; }

.main-wrapper { margin-top: 5px; width: 100%; float: left; position: relative; zoom: 1; }
.catmenu {
	width: 149px;
	height: 424px;
	padding: 0px 16px;
	background: url(bg_catmenu.png) 0 0 no-repeat;
	float: left;
	margin-left: 15px;
	display: inline;
}
.catmenu-title {
	height: 52px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}
.catmenu-title h3 {
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 24px;
	font-weight: normal;
}
.catmenu-title h5 {
	font-size: 16px;
	font-family: Arial;
	color: rgba(255,255,255, 0.5);
	font-weight: normal;
}

.catmenu ul {
	margin-top: 18px;
}
.catmenu ul li {
	border-bottom: 1px solid #cfc3ac;
	margin-bottom: 2px;
}
.catmenu ul li a,
.catmenu ul li a:visited {
	height: 31px;
	width: 113px;
	padding-left: 36px;
	display: block;
	overflow: hidden;
	background: url(bg_catmenu_item.gif) 0 -36px no-repeat;
	color: #333333;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 31px;
	text-decoration: none;
	margin-bottom: 2px;
}
.catmenu ul li a:hover {
	height: 31px;
	width: 113px;
	padding-left: 36px;
	display: block;
	overflow: hidden;
	background: url(bg_catmenu_item.gif) 0 0 no-repeat;
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 31px;
	text-decoration: none;
	margin-bottom: 2px;
}
.catmenu ul li a.active,
.catmenu ul li a.active:visited,
.catmenu ul li a.active:hover {
	height: 31px;
	width: 113px;
	padding-left: 36px;
	display: block;
	overflow: hidden;
	background: url(bg_catmenu_item.gif) 0 0 no-repeat;
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 31px;
	text-decoration: none;
}
.r-box {
	width: 764px;
	margin-right: 20px;
	padding-top: 5px;
	float: right;
	display: inline;
}
.catmain-tit {
	width: 100%;
	height: 18px;
	padding-bottom: 6px;
	background: url(bg_catmain_tit.gif) 0 100% no-repeat;
	position: relative;
	zoom: 1;
}
.catmain-tit h5 {
	line-height: 18px;
	padding-left: 30px;
	width: 50%;
	background: url(bg_catmain_tit_icon.png) 8px 50% no-repeat;
}
.catmain-tit .crumbs {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 18px;
	color: #666666;
}
.catmain-tit .crumbs a,
.catmain-tit .crumbs a:visited {
	color: #666666;
	text-decoration: none;
}
.catmain-tit .crumbs a:hover {
	color: #666666;
	text-decoration: underline;
}
.catmain-tit .crumbs a.home {
	padding-left: 22px;
	background: url(bg_catmain_home.png) 0 50% no-repeat;
}
.catmain {
	margin: 36px 0;
}
.catmain p {
	text-indent: 2em;
	font-size: 14px;
	margin: 10px 0;
}
.catmain .png {
	font-family: "微软雅黑";
	color: #333333;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.catmain .cat16 {
	float: left;
	padding-top: 10px;
	/*
	padding-top: 325px;
	background: url(content/bg_jtjj.png) 0 0 no-repeat;
	*/
}
.catmain .cat16 .slogan {
	line-height: 35px;
	padding-top: 25px;
	clear: both;
	font-size: 14px;
}
.catmain .cat16 h4 {
	width: 141px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: normal;
	float: left;
	background: url(btn_content_jtjj.png) 0 0 no-repeat;
}
.catmain .cat16 strong {
	margin-left: 30px;
	float: left;
}
.catmain .cat17 {
	padding-bottom: 160px;
	background: url(content/bg_ldjy.png) 100% 100% no-repeat;
}
.catmain .cat17 h4 {
	margin-bottom: 20px;
	color: #a97d39;
}
.catmain .cat25 {
	padding-right: 396px;
	padding-bottom: 188px;
	background: url(content/bg_cat25.png) 100% 100% no-repeat;
	text-indent: 2em;
}
.catmain .cat29 {
	height: 300px;
	padding-bottom: 410px;
	background: url(content/bg_cat29.png) 50% 100% no-repeat;
}
.catmain .cat29 img {
	margin: 0 auto;
}
.catmain .cat32 {
	height: 467px;
	padding-left: 380px;
	background: url(content/bg_cat32.png) 0 0 no-repeat;
	text-indent: 2em;
}
.catmain .cat35 {
	font-size: 16px;
	line-height: 30px;
}
.catmain .cat35 p { text-indent: 0; }

.zzjg-slide {
	position: relative;
	zoom: 1;
}
.zzjg-slide .slide-wrapper {
	height: 300px;
	padding: 0px 72px;
	overflow: hidden;
	position: relative;
	zoom: 1;
	margin: 0 auto;
}
.zzjg-slide .btn-arrow {
	position: absolute;
	top: 50%;
	display: block;
	overflow: hidden;
	height: 61px;
	width: 26px;
	margin-top: -30px;
	background: url(btn_arrow.png) 0 0 no-repeat;
}
.zzjg-slide .btn-arrow.prev {
	left: 0;
	background-position: 0 0;
}
.zzjg-slide .btn-arrow.next {
	right: 0;
	background-position: -40px 0;
}
.zzjg-slide .slide-wrapper h1 {
	font-size: 24px;
	font-family: "微软雅黑";
	height: 40px;
	font-weight: normal;
	display: block;
	line-height: 24px;
}
.zzjg-slide .slide-wrapper .slides_container {
	width: 620px;
	height: 300px;
	overflow: hidden;
}
.zzjg-slide .slide-wrapper .slides_container div {
    width:620px;
    height:300px;
    display:block;
}
.pages {
	margin-top: 23px;
	text-align: center;
	clear: both;
	display: block;
}
.pages a,
.pages a:visited {
	border: 1px solid #DDDDDD;
	color: #000000;
	padding: 3px 5px;
	background: #FFFFFF;
	text-decoration: none;
	margin: 0px 2px;
}
.pages a:hover {
	border: 1px solid #8A8A8A;
	background: #8A8A8A;
	padding: 3px 5px;
	margin: 0px 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.pages span {
	border: 1px solid #8A8A8A;
	background: #8A8A8A;
	padding: 3px 5px;
	margin: 0px 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.newslist ul {
	float: left;
	clear: both;
	width: 764px;
}
.newslist ul li {
	width: 100%;
	padding-bottom: 32px;
	margin-bottom: 10px;
	background: url(bg_list_news.png) 50% 100% no-repeat;
	_background: none;
	position: relative;
	zoom: 1;
	float: left;
}
.newslist ul li .thumb {
	width: 141px;
	height: 110px;
	float: left;
	display: block;
	overflow: hidden;
	border: 1px solid #909090;
	margin-right: 28px;
}
.news-list .info {
	font-family: "微软雅黑";
	line-height: 22px;
	color: #666666;
}
.news-list .info h4 {
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}
.news-list a.detail,
.news-list a.detail:visited,
.news-list a.detail:hover {
	width: 50px;
	height: 18px;
	line-height: 18px;
	display: block;
	overflow: hidden;
	background: url(btn_news_detail.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "宋体";
}
span.time {
	font-family: "微软雅黑";
	color: #a97d39;
}
.newslist ul li span.time {
	position: absolute;
	right: 12px;
	top: 0;
}
.dtjs-desc { font: 14px/22px "微软雅黑"; font-weight: normal; color: #333; margin-top: -15px; padding-bottom:20px; }
#gallery {
	width: 764px;
	clear: both;
	margin-bottom: 20px;
}
#gallery .ad-image-wrapper {
	width: 100%;
	height: 450px;
	margin-bottom: 0px;
}
#gallery .ad-controls {
	display: none;
}
#gallery .ad-image {
	display: block;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#gallery .ad-nav {
	width: 744px;
	height: 65px;
	overflow: hidden;
	padding: 0px 10px;
	margin-top: 16px;
	position: relative;
	zoom: 1;
}
#gallery .ad-next,
#gallery .ad-prev {
	
}
#gallery .ad-nav .ad-back,
#gallery .ad-nav .ad-forward
 {
	width: 7px;
	height: 17px;
	display: block;
	overflow: hidden;
	background: url(bg_xyhj_g_btn.gif) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
#gallery .ad-nav .ad-back {
	left: 0;
}
#gallery .ad-nav .ad-forward {
	right: 0;
	background-position: -9px 0;
}
#gallery .ad-thumbs {
	width: 744px;
	height: 65px;
	overflow: hidden;
}
#gallery .ad-thumbs ul li {
	width: 130px;
	height: 65px;
	margin-right: 2px;
	float: left;
	display: inline;
	overflow: hidden;
}
#gallery .ad-thumbs ul li img {
	width: 130px;
	height: 65px;
	border: none;
	display: block;
	overflow: hidden;
}
#gallery .ad-image-description {
	height: 37px;
	width: 748px;
	padding-left: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	background: url(bg_bigpic.png) no-repeat;
	line-height: 37px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
}
.news-title {
	margin-bottom: 20px;
	color: #8a8a8a;
	text-align: center;
}
.news-title h1 {
	font-family: "微软雅黑";
	font-size: 24px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
}
.news-title h4 {
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	color: #999999;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 10px;
}
.news-title .info {
	border-top: 1px solid #dbdbdb;
	padding-top: 10px;
}
.news-content {
	line-height: 26px;
	font-family: "微软雅黑";
	color: #333333;
}

.news-list .top1 {
	margin-bottom: 30px;
	clear: both;
	height: 177px;
}
.news-list .top1 .thumb {
	width: 225px;
	height: 175px;
	float: left;
	display: block;
	overflow: hidden;
	border: 1px solid #909090;
	margin-right: 16px;
}
.news-list .top1 .info h4 {
	margin-bottom: 0px;
}
.news-list .top1 .info span.time {
	display: block;
}
.qyhd-list ul {
	border-top: 1px dotted #000000;
}
.qyhd-list ul li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #000000;
	padding-left: 19px;
	padding-right: 90px;
	background: url(icon_news_list.gif) 6px 50% no-repeat;
	position: relative;
	zoom: 1;
}
.qyhd-list ul li a,
.qyhd-list ul li a:visited {
	font-family: "微软雅黑";
	color: #666666;
	text-decoration: none;
}
.qyhd-list ul li a:hover {
	font-family: "微软雅黑";
	color: #666666;
	text-decoration: underline;
}
.qyhd-list ul li span.pubtime {
	font-family: "微软雅黑";
	color: #666666;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 35px;
}
.hyzx-list ul li {
	margin-bottom: 20px;
	line-height: 22px;
	padding: 0px 16px;
	font-family: "微软雅黑";
	color: #666666;
}
.hyzx-list ul li h5 {
	height: 31px;
	line-height: 31px;
	background: #e0e0e0;
	padding-left: 16px;
	margin:0 -16px;
	margin-bottom: 5px;
	color: #a97d39;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	position: relative;
	zoom: 1;
}
.hyzx-list ul li h5 a,
.hyzx-list ul li h5 a:visited {
	color: #a97d39;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.hyzx-list ul li h5 a:hover {
	color: #a97d39;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
.hyzx-list ul li h5 span.pubtime {
	position: absolute;
	right: 16px;
	top: 0;
	line-height: 31px;
	font-size: 12px;
}
.video-box {
	float: left;
	width: 600px;
}
.video-box .video-content {
	width: 600px;
	height: 430px;
	background: #000000;
}
.video-box h5 {
	color: #a97d39;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}
.video-list {
	width: 132px;
	height: 378px;
	overflow: hidden;
	float: right;
	padding: 26px 0;
	position: relative;
	zoom: 1;
}
.video-list .video-wrapper {
	height: 378px;
	overflow: hidden;
}
.video-list .video-wrapper #video-thumbs {
	width: 132px;
	height: 378px;
	overflow: hidden;
}
.video-list a.btn-updown {
	width: 132px;
	height: 20px;
	display: block;
	overflow: hidden;
	background: url(bg_video_list.png) no-repeat;
	position: absolute;
	left: 0;
}
.video-list a.btn-updown#g-up {
	top: 0;
}
.video-list a.btn-updown#g-down {
	bottom: 0;
	background-position: 0 -26px;
}
.video-wrapper ul li {
	height: 123px;
	width: 132px;
	background: url(bg_video_list.png) -140px 0 no-repeat;
	color: #666666;
	margin-bottom: 5px;
}
.video-wrapper ul li a {
	width: 115px;
	height: 65px;
	padding: 9px 9px 27px 9px;
	display: block;
	overflow: hidden;
}
.video-wrapper ul li span {
	font: 12px/22px "微软雅黑";
	color: #333333;
	text-align: center;
}
a.btn-play {
	position: relative;
	zoom: 1;
}
a.btn-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background: url(btn_play_video.png) no-repeat;
	_background: url(btn_play_video.gif) no-repeat;
}
a.btn-play.big i {
	width: 76px;
	height: 76px;
	margin-left: -38px;
	margin-top: -38px;
}
a.btn-play.small i {
	width: 28px;
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
	background-position: 0 -100px;
}
.fzlc .years {
	height: 31px;
	padding: 0px 16px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.fzlc .years a.fzlc-arrow {
	width: 7px;
	height: 11px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	background: url(bg_fzlc_arrow.png) no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
.fzlc .years a.fzlc-arrow#g-prev {
	left: 0;
}
.fzlc .years a.fzlc-arrow#g-next {
	right: 0;
	background-position: -9px 0;
}
.fzlc .years #year-list {
	width: 732px;
	height: 31px;
	overflow: hidden;
}
#year-list ul li {
	margin: 0 4px;
	width: 95px;
	height: 31px;
	line-height: 31px;
	float: left;
}
#year-list ul li a,
#year-list ul li a:visited {
	width: 95px;
	height: 31px;
	line-height: 31px;
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	text-align: center;
	text-decoration: none;
}
#year-list ul li a:hover {
	width: 95px;
	height: 31px;
	line-height: 31px;
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	text-align: center;
	text-decoration: none;
	background: url(bg_fzlc_arrow.png) 0 -16px no-repeat;
}
#year-list ul li a.active,
#year-list ul li a.active:visited,
#year-list ul li a.active:hover {
	width: 95px;
	height: 31px;
	line-height: 31px;
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	text-align: center;
	text-decoration: none;
	background: url(bg_fzlc_arrow.png) 0 -16px no-repeat;
}
.fzlc-list {
	border-bottom: 1px dotted #000000;
	position: relative;
	zoom: 1;
}
.fzlc-list h4 {
	font-size: 21px;
	font-family: "微软雅黑";
	color: #a97d39;
	font-weight: normal;
	width: 98px;
	text-align: center;
	position: absolute;
	top: 26px;
	left: 0;
}
.fzlc-list ul {
	padding-left: 98px;
}
.fzlc-list ul li {
	padding-top: 26px;
	padding-bottom: 26px;
	*padding-bottom: 0;
	_padding-bottom: 0;
}
.fzlc-list ul li .thumb {
	width: 266px;
	height: 126px;
	overflow: hidden;
	display: block;
	float: left;
}
.fzlc-list ul li .lc-info {
	float: left;
	width: 380px;
	height: 126px;
	font-size: 14px;
	margin-left: 14px;
	font-family: "微软雅黑";
	color: #333333;
	position: relative;
	zoom: 1;
}
.fzlc-list ul li .lc-info .month {
	position: absolute;
	bottom: 36px;
	left: 0;
}
.booklist ul {
	height: 326px;

	padding-left: 46px;
	background: url(bg_ebook_list.gif) 0 194px no-repeat;
}
.booklist ul li {
	display: inline;
	width: 135px;
	float: left;
	margin-right: 42px;
}
.booklist ul li .thumb {
	margin-right: -14px;
	padding: 1px 14px 1px 1px;
	width: 133px;
	height: 200px;
	overflow: hidden;
	background: url(bg_ebook.gif) no-repeat;
	margin-bottom: 32px;
}
.booklist ul li .thumb img {
	width: 133px;
	height: 200px;
	border: none;
	display: block;
	overflow: hidden;
}
.booklist ul li h5 {
	font-size: 14px;
	font-weight: normal;
	font-family: "微软雅黑";
	color: #333333;
	text-align: center;
	margin: 6px 0;
}
.booklist ul li a.view,
.booklist ul li a.view:visited {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	width: 87px;
	height: 27px;
	line-height: 27px;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	background: url(btn_ebook_view.gif) no-repeat;
}
.booklist ul li a.view:hover {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	background-position: 0 -29px;
}
.gyhd-list ul {
	width: 795px;
	margin-right: -31px;
	float: left;
}
.gyhd-list ul li {
	float: left;
	margin-right: 31px;
	margin-top: 35px;
	padding: 18px;
	border: 1px solid #AAAAAA;
	width: 196px;
	height: 251px;
}
.gyhd-list ul li .thumb {
	width: 190px;
	height: 133px;
	border: none;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.gyhd-list ul li .intro {
	border-top: 1px solid #AAAAAA;
	margin-top: 18px;
	padding-top: 12px;
	line-height: 22px;
	color: #666666;
	font-family: "微软雅黑";
}
.jobs {
	position: relative;
	zoom: 1;
}
.jobs h5 {
	font: 14px/20px "微软雅黑";
	color: #333333;
	margin-top: 16px; 
	width: 600px;
}
.jobs h5 a,
.jobs h5 a:visited {
	font: 14px/20px "微软雅黑";
	color: #a97d39;
	text-decoration: none;
}
.jobs h5 a:hover {
	font: 14px/20px "微软雅黑";
	color: #a97d39;
	text-decoration: underline;
}
.jobs a.getjob,
.jobs a.getjob:visited,
.jobs a.getjob:hover {
	width: 101px;
	height: 31px;
	text-align: center;
	display: block;
	overflow: hidden;
	font: 14px/29px "微软雅黑";
	color: #FFFFFF;
	text-decoration: none;
	background: url(btn_job.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.job-list ul li {
	margin-top: 20px;
}
.job-list ul li h5 {
	display: block;
	height: 39px;
	padding-left: 44px;
	background: #e1e1e1 url(bg_job_list.gif) 12px 50% no-repeat;
	font: 14px/39px "微软雅黑";
	color: #333333;
	font-weight: normal;
	cursor: pointer;
}
.job-list ul li .intro {
	font-size: 14px;
	padding: 10px 12px 0px 12px;
	line-height: 22px;
	color: #666666;
	text-indent: 0;
	display: none;
}
.job-list ul li .intro * {
	text-indent: 0;
}
.contact { margin: 20px 0;}
#map {
	margin-top: 30px;
	width: 758px;
	height: 379px;
	overflow: hidden;
	border: 3px solid #909090;
}
.dszxx {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
}
.dszxx .table {
	padding: 16px 0;
	width: 570px;
	margin:0 auto;
}
.dszxx .table th {
	text-align: left;
	vertical-align: top;
	width: 112px;
	height: 30px;
	font: 16px/30px "微软雅黑";
	color: #333333;
}
.dszxx .table td { height: 30px;}
.dszxx .table td.btn-td { text-align: center; height: 50px; vertical-align: middle; }
.dszxx .table td input,.dszxx .table td textarea {
	margin: 0;
	outline: none;
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}
.dszxx .table input.btn {
	width: 73px;
	height: 18px;
	line-height: 18px;
	color: #FFFFFF;
	border: none;
	margin: 0 5px;
	cursor: pointer;
	background: url(btn_form_submit.gif) no-repeat;
}
.dszxx .msg-list ul li {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.dszxx .msg-list ul li .info {
	border: 1px solid #D3D3D3;
	border-left: none;
	border-right: none;
	height: 33px;
	line-height: 33px;
	color: #666;
	font-size: 14px;
	padding: 0px 19px;
}
.dszxx .msg-list ul li .info i {
	color: #a97d39;
	font-style: normal;
}
.dszxx .msg-list ul li .intro { 
	color: #666;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 19px;
	padding-left: 86px;
	position: relative;
	zoom: 1;
}
.dszxx .msg-list ul li .intro span {
	color: #a97d39;
	position: absolute;
	left: 19px;
	top: 10px;
}
.dszxx .msg-list #viewmore {
	border-top: 1px solid #D3D3D3;
	height: 33px;
	line-height: 33px;
	padding: 0 19px;
	text-align: right;
}
.dszxx .msg-list #viewmore a,
.dszxx .msg-list #viewmore a:visited {
	font-size: 14px;
	color: #a97d39;
	font-weight: bold;
	text-decoration: none;
}
.dszxx .msg-list #viewmore a:visited {
	font-size: 14px;
	color: #a97d39;
	font-weight: bold;
	text-decoration: underline;
}
#zzcy-menu ul.submenu,
#zzcy-menu ul.ssubmenu {
	margin: 0;
	display: none;
}
#zzcy-menu ul.submenu {
	border-bottom: 1px solid #cfc3ac;
}
#zzcy-menu ul.submenu li,
#zzcy-menu ul.ssubmenu li {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#zzcy-menu ul.ssubmenu li {
	height: 25px;
	line-height: 25px;
}
#zzcy-menu ul.submenu li a,
#zzcy-menu ul.submenu li a:visited {
	font: 14px/31px "微软雅黑";
	color: #a97d39;
	text-decoration: none;
	background: transparent url(bg_catmenu_submenu.gif) 22px 50% no-repeat;
}
#zzcy-menu ul.submenu li a:hover {
	color: #a97d39;
	font: 14px/31px "微软雅黑";
	text-decoration: none;
	background: #e0e0e0 url(bg_catmenu_submenu.gif) 22px 50% no-repeat;
}
#zzcy-menu ul.submenu li a.active,
#zzcy-menu ul.submenu li a.active:visited,
#zzcy-menu ul.submenu li a.active:hover {
	color: #a97d39;
	font: 14px/31px "微软雅黑";
	text-decoration: none;
	background: #e0e0e0 url(bg_catmenu_submenu.gif) 22px 50% no-repeat;
}
#zzcy-menu ul.submenu li a.nobg,
#zzcy-menu ul.submenu li a.nobg:visited,
#zzcy-menu ul.submenu li a.nobg:hover {
	background-image: none;
}
#zzcy-menu ul.ssubmenu li a,
#zzcy-menu ul.ssubmenu li a:visited {
	font: 12px/25px "微软雅黑";
	color: #999999;
	text-decoration: none;
	background: none;
}
#zzcy-menu ul.ssubmenu li a:hover {
	font: 12px/25px "微软雅黑";
	color: #666666;
	text-decoration: none;
	background: none;
}
#zzcy-menu ul.ssubmenu li a.active,
#zzcy-menu ul.ssubmenu li a.active:visited,
#zzcy-menu ul.ssubmenu li a.active:hover  {
	font: 12px/25px "微软雅黑";
	color: #666666;
	text-decoration: none;
	background: none;
}

.zzcy .homepage {
	height: 33px;
	background: url(bg_cy_homepage.png) 100% 0 no-repeat;
	line-height: 33px;
	position: relative;
	zoom: 1;
}
.zzcy .homepage h4 {
	position: absolute;
	right: 20px;
	top: 0;
	font: 16px/33px "微软雅黑";
	color: #333333;
	font-weight: normal;
	padding-left: 30px;
	background: url(bg_cy_homepage_arrow.png) 0 50% no-repeat;
}
.zzcy .homepage h4 a,
.zzcy .homepage h4 a:visited {
	font: 16px/33px "微软雅黑";
	color: #a97d39;
	text-decoration: none;
}
.zzcy .homepage h4 a:hover {
	font: 16px/33px "微软雅黑";
	color: #a97d39;
	text-decoration: underline;
}
.zzcy .cat-info {
	padding: 20px 0px;
	color: #333333;
	text-indent: 2em;
	font: 12px/22px "微软雅黑";
}
.zzcy .cy-tab {
	width: 764px;
	height: 43px;
	border-bottom: 1px solid #a08859;
	margin-bottom: 22px;
}
.zzcy .cy-tab .cy-tab-list {
	width: 728px;
	height: 43px;
	overflow: hidden;
	float: left;
}
.zzcy .cy-tab a.zzcy-arrow {
	width: 16px;
	height: 30px;
	margin-top: 6px;
	display: block;
	overflow: hidden;
	background: url(bg_zzcy_arrow.png) no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
.zzcy .cy-tab a#g-prev {
	float: left;
	margin-right: 3px;
}
.zzcy .cy-tab a#g-next {
	float: right;
	background-position: -18px 0;
}
.zzcy .cy-tab .cy-tab-list ul li {
	margin-right: 5px;
	display: inline;
	float: left;
	width: 99px;
	height: 43px;
	overflow: hidden;
}
.zzcy .cy-tab .cy-tab-list ul li a,
.zzcy .cy-tab .cy-tab-list ul li a:visited {
	display: block;
	width: 89px;
	height: 38px;
	padding: 5px 5px 0px 5px;
	overflow: hidden;
	background: url(bg_cy_a.gif) -105px 0 no-repeat;
	color: #333333;
	font-size: 13px;
	font-family: "微软雅黑";
	text-align: center;
	text-decoration: none;
}
.zzcy .cy-tab .cy-tab-list ul li a:hover {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "微软雅黑";
	background-position: 0 0;
	text-align: center;
	text-decoration: none;
}
.zzcy .cy-tab .cy-tab-list ul li a.active,
.zzcy .cy-tab .cy-tab-list ul li a.active:visited,
.zzcy .cy-tab .cy-tab-list ul li a.active:hover {
	display: block;
	width: 89px;
	height: 38px;
	padding: 5px 5px 0px 5px;
	overflow: hidden;
	background: url(bg_cy_a.gif) 0 0 no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "微软雅黑";
	text-align: center;
	text-decoration: none;
}
.zzcy .cy-content {
	margin-bottom: 22px;
}
.zzcy .cy-content h5 {
	width: 94px;
	height: 35px;
	background: url(bg_cyinfo_tit.gif) no-repeat;
	font: 14px/35px "微软雅黑";
	color: #a97d39;
	font-weight: normal;
	text-align: center;
}
.zzcy .cy-content .cy-c { margin-top: 14px; font: 12px/22px "微软雅黑"; color: #333333; }
.zzcy .cy-content .cy-c p, .zzcy .cy-content .cy-c div, .zzcy .cy-content .cy-c * { text-indent: 0; }

.zshz-wrapper {
	width: 100%;
	height: 653px;
	overflow: hidden;
	background: url(bg_zshz.jpg) 50% 50% no-repeat;
	margin-bottom: -12px;
	position: relative;
	zoom: 1;
}
.zshz-box {
	width: 960px;
	height: 480px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 80px;
	background: url(bg_zshz_w.png) no-repeat;
	position: relative;
	zoom: 1;
}
.zshz-box a,
.zshz-box a:visited,
.zshz-box a:hover {
	position: absolute;
	width: 320px;
	height: 160px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}
.zshz-box a span {
	width: 100%;
	height: 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
.zshz-box a#zbcg {
	background: url(bg_a_zbcg.jpg) no-repeat;
	top: 11px;
	right: 10px;
}
.zshz-box a#zbcg span {
	background: url(bg_a_zbcg_span.jpg) no-repeat;
}
.zshz-box a#xmzs {
	background: url(bg_a_xmzs.jpg) no-repeat;
	top: 171px;
	left: 330px;
}
.zshz-box a#xmzs span {
	background: url(bg_a_xmzs_span.jpg) no-repeat;
}
.zshz-box a#lstz {
	background: url(bg_a_lstz.jpg) no-repeat;
	bottom: 9px;
	right: 10px;
}
.zshz-box a#lstz span {
	background: url(bg_a_lstz_span.jpg) no-repeat;
}
.zshz-content {
	position: absolute;
	width: 960px;
	height: 482px;
	overflow: hidden;
	background: url(bg_zshz_content.gif) no-repeat;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-top: -241px;
	margin-left: -480px;
	display: none;
}
.zshz-content .zshz-c-wrapper {
	height: 422px;
	padding: 30px;
	padding-right: 60px;
	position: relative;
	zoom: 1;
}
.zshz-content .zshz-c-wrapper a.close,
.zshz-content .zshz-c-wrapper a.close:visited,
.zshz-content .zshz-c-wrapper a.close:hover {
	position: absolute;
	top: 1px;
	right: 0;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	background: url(bg_zs_a_close.gif) no-repeat;
}
.zshz-content .zshz-c-wrapper .zshz-c-main {
	width: 100%;
	height: 422px;
	overflow-y: auto;
}
.fancyCulture {
	padding: 20px;
	border-top: #a97d39 1px solid;
	width: 920px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	background: url(bg_cul_pop.jpg) no-repeat left bottom;
}
.zsBox {
	padding: 18px 0 0 0;
	width: 920px;
	height: 422px;
	overflow: hidden;
}
.zsBox .listBox {
	height: 422px;
	width: 100%;
	overflow-y: auto;
}
.listBox ul {
	width: 865px;
	display: block;
	margin: 0 auto;
}
.listBox ul li {
	margin-bottom: 3px;
	display: block;
}
.listBox ul li h5 {
	height: 37px;
	width: 845px;
	padding-left: 18px;
	font: 12px/37px "微软雅黑";
	color: #544939;
	background: #f1f1f1 url(bg_zs_list.gif) 99% 50% no-repeat;
	border: 1px solid #dddddd;
	line-height: 37px;
	font-weight: normal;
	cursor: pointer;
	display: block;
}
.listBox ul li h5.open {
	background-image: url(bg_zs_list_o.gif);
}
.listBox ul li h5 .time {
	color: #999999;
	padding-left: 20px;
}
.listBox ul li .intro {
	padding: 10px 20px;
	font:12px/22px "微软雅黑";
	color: #666666;
	display: none;
}

.search-result h5,.search-result ul li {
	font-family: "微软雅黑";
}

.search-result h5.search-tit {
	font: 16px/22px "微软雅黑";
	color: #666666;
}
.search-list ul li {
	margin-bottom: 20px;
}
.search-list ul li h5 {
	font: 16px/22px "微软雅黑";
	color: #333333;
	font-weight: normal;
}
.search-list ul li p {
	padding: 5px 0;
	font: 12px/24px "微软雅黑";
	color: #666666;
	padding-left: 20px;
}
.search-list ul li .adds {
	color: #a97d39;
	padding-left: 20px;
}