@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:14px;
	font-family:"宋体";
}

/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl { /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 删除上边距可以解决边距会超出其包含的 div 的问题。剩余的下边距可以使 div 与后面的任何元素保持一定距离。 */
	padding-right: 15px;
	padding-left: 15px; /* 向 div 内的元素侧边（而不是 div 自身）添加填充可避免使用任何方框模型数学。此外，也可将具有侧边填充的嵌套 div 用作替代方法。 */
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}

/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */

a:link {
	color: #FFF;
	text-decoration: none; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #999;
	text-decoration: none;
}

/* ~~ 此固定宽度容器包含所有其它 div ~~ */
#container {
	width: 1000px;
	background-color:#eedcbf;
	margin: 0 auto;
}

/* ~~ 标题未指定宽度。它将扩展到布局的完整宽度。标题包含一个图像占位符，该占位符应替换为您自己的链接徽标。 ~~ */
#arc_header {
	width: 1000px;
	height: 156px;
	background: url(../images/arc_head_1000.jpg) no-repeat;
}

#arc_logo{	
	position: relative;
	top: 0px;
	left: 0px;
	width: 380px;
	height:157px;
	float:left;
}
#arc_logo a{	
	display: block;
	width: 380px;
	height:157px;
}
#arc_nav{
	
	position: relative;
	width: 1052px;
	height:35px;
	float:left;
}
#arc_nav ul{
	position: relative;
	top: 109px;
	left: 0px;
}
#arc_nav_1{
	background:url(../images/arc_nav.jpg) no-repeat;
}
#arc_nav_2{
	background:url(../images/arc_nav.jpg) -84px 0 no-repeat;
}
#arc_nav_3{
	background:url(../images/arc_nav.jpg) -168px 0 no-repeat;
}
#arc_nav_4{
	background:url(../images/arc_nav.jpg) -252px 0 no-repeat;
}
#arc_nav_5{
	background:url(../images/arc_nav.jpg) -336px 0 no-repeat;
}
#arc_nav_6{
	background:url(../images/arc_nav.jpg) -420px 0 no-repeat;
}
#arc_nav_7{
	background:url(../images/arc_nav.jpg) -504px 0 no-repeat;
}
#arc_nav_8{
	background:url(../images/arc_nav.jpg) -588px 0 no-repeat;
}
ul.arc_nav {
	list-style: none; /* 这将删除列表标记 */


*/
}
ul.arc_nav li {
	float: left;
}
ul.arc_nav a, ul.arc_nav a:visited { /* 对这些选择器进行分组可确保链接即使在访问之后也能保持其按钮外观 */
	/* [disabled]padding: 5px 5px 5px 15px; */
	display: block; /* 这将为锚记赋予块属性，使其填满包含它的整个 LI。这样，整个区域都可以响应鼠标单击操作。 */
	width: 84px;  /*此宽度使整个按钮在 IE6 中可单击。如果您不需要支持 IE6，可以删除它。请用侧栏容器的宽度减去此链接的填充来计算正确的宽度。 */
	height:38px;
	text-decoration: none;
}
ul.arc_nav a:hover, ul.arc_nav a:active, ul.arc_nav a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */
	color: #FFF;
}
li#arc_nav_1 a:hover {
	background:url(../images/arc_nav.jpg) 0 -38px no-repeat;
}
li#arc_nav_2 a:hover{
	background:url(../images/arc_nav.jpg) -84px -38px no-repeat;
}
li#arc_nav_3 a:hover{
	background:url(../images/arc_nav.jpg) -168px -38px no-repeat;
}
li#arc_nav_4 a:hover{
	background:url(../images/arc_nav.jpg) -252px -38px no-repeat;
}
li#arc_nav_5 a:hover{
	background:url(../images/arc_nav.jpg) -336px -38px no-repeat;
}
li#arc_nav_6 a:hover{
	background:url(../images/arc_nav.jpg) -420px -38px no-repeat;
}
li#arc_nav_7 a:hover{
	background:url(../images/arc_nav.jpg) -504px -38px no-repeat;
}
li#arc_nav_8 a:hover{
	background:url(../images/arc_nav.jpg) -588px -38px no-repeat;
}
#middle_01{
	width:1007px;
	height:343px;
	overflow:hidden;
}
#middle_01_left{
	background:url(../images/arc_middle_01_left.jpg) repeat-x;
	width:617px;
	height:343px;
	float: left;
}
#player{
	position:relative;
	left:20px;
	top:8px;
	border:1px solid #cacaca;
	width:577px;
	height:325px;
}
#player_title{	
	position:relative;
	left:20px;
	top:18px;
	background-color:#ac998a;
	width:579px;
	height:51px;
}
#middle_01_right{
	background:url(../images/arc_middle_01_right.jpg) repeat-x;
	width:383px;
	height:343px;
	float: left;
}
#middle_01_right_top{
	width:383px;
	height: 34px;
	position: relative;
	top: 0px;
	left: 0px;
}
#middle_01_right_title{
	float:left;
	position:relative;
	left:29px;
	top:4px;
	width:278px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #916e4d;
}
span.right_title{
	font-size:18px;
	font-family:"微软雅黑", "宋体";	
}

#middle_01_right_more{
	float:left;
	position:relative;
	left:29px;
	top:4px;
	width:57px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #916e4d;
	/* [disabled]margin-left:0px; */
	/* [disabled]margin-top:54px; */
}
span.right_more{
	font-size:12px;
	font-family:"微软雅黑", "宋体";
}

#middle_01_right_list{
	position:relative;
	left:29px;
	top:0px;
	height: 320px;
	width: 383px;
}
#middle_01_right_list ul{
}
#middle_01_right_list ul li{
	height:39px;
	line-height:39px;
}
span.right_list{
	font-size:14px;
	font-family:"宋体";
}
#middle_01_right_ad{	
	position: relative;
	top: 34px;
	left: 29px;
	display:none;
}
#shadow_r{
	float:left;
	background:url(../images/arc_shadow_r.jpg) no-repeat;
	width: 7px;
	height: 543px;
}
#shadow_b{
	background:url(../images/arc_shadow_b_1000.jpg) no-repeat;
	width: 1007px;
	height: 6px;
}
#middle_02{
	width:1000px;
	height:142px;
	background-color:#eedcbf;
}
#shmj{
	background:url(../images/arc_shmj.jpg) no-repeat;
	display:block;
	width:90px;
	height:98px;
	position: relative;
	left: 12px;
	top: 30px;
	float: left;
		
}
#shmj_list{
	width:890px;
	height:98px;
	position: relative;
	left: 12px;
	top: 30px;
	float: left;
}
#shmj_list ul li{
	float:left;
	margin-left:0px;
}
#shmj_list_img{
	width:66px;
	height:66px;
	display:block;
	border:1px solid #cacaca;
}
#shmj_list_img img{
	width:66px;
	height:66px;
}
#shmj_list_title{
	height:28px;
	width:66px;
	border:1px solid #cacaca;
}
span.shmj_title a{
	display:block;
	height:28px;
	width:66px;
	font-size:14px;
	color:#000;
	text-align:center;
	line-height:28px;
	font-family:"宋体";
}
span.shmj_title a:hover{
	color:#999;
}
#middle_03{
	width:1000px;
	height:38px;
	background-color:#f2e5d0;
}
#middle_03_mjtj{
	padding-left:100px;
}
#middle_03_mjtj span{
	padding-left:30px;
	line-height: 38px;
	font-family:"宋体";
}
#middle_03_mjtj span a{
	color:#000;
}
#middle_03_mjtj span a:hover{
	color:#999;
}
#middle_04{
	width:1000px;
	height:104px;
	background:url(../images/art_middle_04_1024.png) no-repeat;
}
#middle_04 ul{
	padding:15px;
	width: 1000px;
	height: 104px;
}
#middle_04 ul li{
	display:block;
	float:left;
	padding-right:12px;
	padding-left:12px;
	line-height:24px;
	height:24px;
	width:53px;
	font-size:14px;
	text-align:center;
}
#middle_04 ul li a{
	color:#000;
	display:block;	
	height:24px;
	width:58px;
	font-family:"宋体";
}
#middle_04 ul li a:hover{
	color:#999;
}
#middle_05{
	width:1000px;
	height:1312px;
	background-color:#eedcbf;
	font-family:"宋体";
}
#middle_shop_01{
	width:934px;
	height:260px;
	background:url(../images/arc_middle_05_1024.jpg) no-repeat;
	padding:33px;
}
#middle_shop_01_img{
	width:933px;
	height:277px;
}
#middle_shop_01_img a{
	display:block;
	width:933px;
	height:277px;
}
#middle_shop_01 ul{
	margin-top:20px;
}
#middle_shop_01 ul li{
	float:left;
	margin:4px;
}

#middle_shop_02{
	width:934px;
	height:82px;
	padding-left:33px;
	padding-right:33px;
	background-color:#eedcbf;
}
#middle_shop_02_img{
	width:933px;
	height:112px;
}
#middle_shop_02_img a{
	display:block;
	width:933px;
	height:112px;
	background:url(../images/art_shop_02.jpg) no-repeat;
}
#middle_shop_02 ul{
}
#middle_shop_02 ul li{
	float:left;
	margin:4px;
}
#middle_shop_03{
	width:934px;
	height:82px;
	padding-left:33px;
	padding-right:33px;
	background-color:#eedcbf;
}
#middle_shop_03_img{
	width:933px;
	height:112px;
}
#middle_shop_03_img a{
	display:block;
	width:933px;
	height:112px;
	background:url(../images/art_shop_02.jpg) no-repeat;
}
#middle_shop_03 ul{
}
#middle_shop_03 ul li{
	float:left;
	margin:4px;
}
#middle_shop_04{
	width:934px;
	height:82px;
	padding-top:10px;
	padding-left:33px;
	padding-right:33px;
	background-color:#eedcbf;
}
#middle_shop_04_img{
	width:933px;
	height:112px;
}
#middle_shop_04_img a{
	display:block;
	width:933px;
	height:112px;
	background:url(../images/art_shop_02.jpg) no-repeat;
}
#middle_shop_04 ul{
}
#middle_shop_04 ul li{
	float:left;
	margin:4px;
}
#middle_05_shjs{
	width:1000px;
	height:370px;
	background:url(../images/middle_05_shjs.jpg) no-repeat;
}
#middle_05_shjs_left{
	float:left;
	width:208px;
	height:320px;
}
#middle_05_shjs_left_title{
	width:176px;
	height:64px;
	padding:10px;
}
#middle_05_shjs_left_title a{
	display:block;
	width:196px;
	height:64px;
}
#middle_05_shjs_left_con{
	width:176px;
	height:264px;
	margin-left:22px;
}
#middle_05_shjs_left_con ul{
	width:196px;
	height:284px;
}
#middle_05_shjs_left_con ul li{
	width:170px;
	height:60px;
}
#middle_05_shjs_left_con ul li span{
}
#middle_05_shjs_left_con ul li span a{
	display:block;
	width:170px;
	height:60px;
}
#middle_05_shjs_left_con ul li#s224 span a:link{
	background:url(../images/s_ico.jpg) 0 0 no-repeat;	
}
#middle_05_shjs_left_con ul li#s224 span a:hover{
	background:url(../images/s_ico.jpg) 0 -60px no-repeat;
}
#middle_05_shjs_left_con ul li#s225 span a:link{
	background:url(../images/s_ico.jpg) -170px 0 no-repeat;
}
#middle_05_shjs_left_con ul li#s225 span a:hover{
	background:url(../images/s_ico.jpg) -170px -60px no-repeat;
}
#middle_05_shjs_left_con ul li#s226 span a:link{
	background:url(../images/s_ico.jpg) -340px 0 no-repeat;
}
#middle_05_shjs_left_con ul li#s226 span a:hover{
	background:url(../images/s_ico.jpg) -340px -60px no-repeat;
}
#middle_05_shjs_left_con ul li#s227 span a:link{
	background:url(../images/s_ico.jpg) -510px 0 no-repeat;
}
#middle_05_shjs_left_con ul li#s227 span a:hover{
	background:url(../images/s_ico.jpg) -510px -60px no-repeat;
}


#middle_05_muqi_left_con ul li#s228 span a:link{
	background:url(../images/s_ico.jpg) -680px 0 no-repeat;	
}
#middle_05_muqi_left_con ul li#s228 span a:hover{
	background:url(../images/s_ico.jpg) -680px -60px no-repeat;
}
#middle_05_muqi_left_con ul li#s229 span a:link{
	background:url(../images/s_ico.jpg) -850px 0 no-repeat;
}
#middle_05_muqi_left_con ul li#s229 span a:hover{
	background:url(../images/s_ico.jpg) -850px -60px no-repeat;
}
#middle_05_muqi_left_con ul li#s230 span a:link{
	background:url(../images/s_ico.jpg) -1020px 0 no-repeat;
}
#middle_05_muqi_left_con ul li#s230 span a:hover{
	background:url(../images/s_ico.jpg) -1020px -60px no-repeat;
}
#middle_05_muqi_left_con ul li#s231 span a:link{
	background:url(../images/s_ico.jpg) -1190px 0 no-repeat;
}
#middle_05_muqi_left_con ul li#s231 span a:hover{
	background:url(../images/s_ico.jpg) -1190px -60px no-repeat;
}


#middle_05_yushi_left_con ul li#s232 span a:link{
	background:url(../images/s_ico.jpg) -1360px 0 no-repeat;	
}
#middle_05_yushi_left_con ul li#s232 span a:hover{
	background:url(../images/s_ico.jpg) -1360px -60px no-repeat;
}
#middle_05_yushi_left_con ul li#s233 span a:link{
	background:url(../images/s_ico.jpg) -1530px 0 no-repeat;
}
#middle_05_yushi_left_con ul li#s233 span a:hover{
	background:url(../images/s_ico.jpg) -1530px -60px no-repeat;
}
#middle_05_yushi_left_con ul li#s234 span a:link{
	background:url(../images/s_ico.jpg) -1700px 0 no-repeat;
}
#middle_05_yushi_left_con ul li#s234 span a:hover{
	background:url(../images/s_ico.jpg) -1700px -60px no-repeat;
}
#middle_05_yushi_left_con ul li#s238 span a:link{
	background:url(../images/s_ico.jpg) -1870px 0 no-repeat;
}
#middle_05_yushi_left_con ul li#s238 span a:hover{
	background:url(../images/s_ico.jpg) -1870px -60px no-repeat;
}


#middle_05_xdgyp_left_con ul li#s235 span a:link{
	background:url(../images/s_ico.jpg) -2040px 0 no-repeat;	
}
#middle_05_xdgyp_left_con ul li#s235 span a:hover{
	background:url(../images/s_ico.jpg) -2040px -60px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s236 span a:link{
	background:url(../images/s_ico.jpg) -2210px 0 no-repeat;
}
#middle_05_xdgyp_left_con ul li#s236 span a:hover{
	background:url(../images/s_ico.jpg) -2210px -60px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s237 span a:link{
	background:url(../images/s_ico.jpg) -2380px 0 no-repeat;
}
#middle_05_xdgyp_left_con ul li#s237 span a:hover{
	background:url(../images/s_ico.jpg) -2380px -60px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s239 span a:link{
	background:url(../images/s_ico.jpg) -2550px 0 no-repeat;
}
#middle_05_xdgyp_left_con ul li#s239 span a:hover{
	background:url(../images/s_ico.jpg) -2550px -60px no-repeat;
}

#middle_05_shjs_right{
	float:left;
	width:792px;
	height:320px;
}
#middle_05_shjs_right ul{
	width:738px;
	height:300px;
	margin-top:30px;
	margin-left:22px;
}
#middle_05_shjs_right ul li{
	float:left;
	width:369px;
	height:100px;
}
#middle_05_shjs_right ul li div{
	float:left;
	width:180px;
	height:90px;
}
#middle_05_shjs_right ul li div img{
	width:150px;
	height:90px;	
}
#middle_05_shjs_right ul li div a img{
	width:150px;
	height:90px;	
}
#middle_05_shjs_right ul li div span{
	display:block;
	text-align:left;
	width:150px;
	height:45px;
	line-height:22px;
	overflow:hidden;	
}
#middle_05_shjs_right ul li div span.tit a{
	color:#000;
}
#middle_05_shjs_right ul li div span.tit a:link{
	color:#000;
}
#middle_05_shjs_right ul li div span.tit a:hover{
	color:#666;
}
#middle_05_shjs_right ul li div span.des{
	color:#83550d;
}
#more a{
	display:block;
 	width:65px;
	height:25px;
	margin-left:660px;
}

#middle_05_muqi{
	width:1000px;
	height:370px;
	background:url(../images/middle_05_muqi.jpg) no-repeat;
}
#middle_05_muqi_left{
	float:left;
	width:208px;
	height:320px;
}
#middle_05_muqi_left_title{
	width:176px;
	height:64px;
	padding:10px;
}
#middle_05_muqi_left_title a{
	display:block;
	width:196px;
	height:64px;
}
#middle_05_muqi_left_con{
	width:176px;
	height:264px;
	margin-left:22px;
}
#middle_05_muqi_left_con ul{
	width:196px;
	height:284px;
}
#middle_05_muqi_left_con ul li{
	width:170px;
	height:60px;
}
#middle_05_muqi_left_con ul li span{
}
#middle_05_muqi_left_con ul li span a{
	display:block;
	width:170px;
	height:60px;
}
#middle_05_muqi_left_con ul li#s1 span a:link{
	background:url(../images/s_ico.jpg) 0 0 no-repeat;	
}
#middle_05_muqi_left_con ul li#s1 span a:hover{
	background:url(../images/s_ico.jpg) -60px -60px no-repeat;
}
#middle_05_muqi_left_con ul li#s2 span a:link{
	background:url(../images/s_ico.jpg) -120px -120px no-repeat;
}
#middle_05_muqi_left_con ul li#s2 span a:hover{
	background:url(../images/s_ico.jpg) -180px -180px no-repeat;
}
#middle_05_muqi_left_con ul li#s3 span a:link{
	background:url(../images/s_ico.jpg) -240px -240px no-repeat;
}
#middle_05_muqi_left_con ul li#s3 span a:hover{
	background:url(../images/s_ico.jpg) -300px 0px no-repeat;
}
#middle_05_muqi_left_con ul li#s4 span a:link{
	background:url(../images/s_ico.jpg) -360px 0px no-repeat;
}
#middle_05_muqi_left_con ul li#s4 span a:hover{
	background:url(../images/s_ico.jpg) -420px 0px no-repeat;
}
#middle_05_muqi_right{
	float:left;
	width:792px;
	height:320px;
}
#middle_05_muqi_right ul{
	width:738px;
	height:300px;
	margin-top:30px;
	margin-left:22px;
}
#middle_05_muqi_right ul li{
	float:left;
	width:369px;
	height:100px;
}
#middle_05_muqi_right ul li div{
	float:left;
	width:180px;
	height:90px;
}
#middle_05_muqi_right ul li div img{
	width:150px;
	height:90px;	
}
#middle_05_muqi_right ul li div a img{
	width:150px;
	height:90px;	
}
#middle_05_muqi_right ul li div span{
	display:block;
	text-align:left;
	width:150px;
	height:45px;
	line-height:22px;
	overflow:hidden;	
}
#middle_05_muqi_right ul li div span.tit a{
	color:#000;
}
#middle_05_muqi_right ul li div span.tit a:link{
	color:#000;
}
#middle_05_muqi_right ul li div span.tit a:hover{
	color:#666;
}
#middle_05_muqi_right ul li div span.des{
	color:#83550d;
}

#middle_05_yushi{
	width:1000px;
	height:370px;
	background:url(../images/middle_05_yushi.jpg) no-repeat;
}
#middle_05_yushi_left{
	float:left;
	width:208px;
	height:320px;
}
#middle_05_yushi_left_title{
	width:176px;
	height:64px;
	padding:10px;
}
#middle_05_yushi_left_title a{
	display:block;
	width:196px;
	height:64px;
}
#middle_05_yushi_left_con{
	width:176px;
	height:264px;
	margin-left:22px;
}
#middle_05_yushi_left_con ul{
	width:196px;
	height:284px;
}
#middle_05_yushi_left_con ul li{
	width:170px;
	height:60px;
}
#middle_05_yushi_left_con ul li span{
}
#middle_05_yushi_left_con ul li span a{
	display:block;
	width:170px;
	height:60px;
}
#middle_05_yushi_left_con ul li#s1 span a:link{
	background:url(../images/s_ico.jpg) 0 0 no-repeat;	
}
#middle_05_yushi_left_con ul li#s1 span a:hover{
	background:url(../images/s_ico.jpg) -60px -60px no-repeat;
}
#middle_05_yushi_left_con ul li#s2 span a:link{
	background:url(../images/s_ico.jpg) -120px -120px no-repeat;
}
#middle_05_yushi_left_con ul li#s2 span a:hover{
	background:url(../images/s_ico.jpg) -180px -180px no-repeat;
}
#middle_05_yushi_left_con ul li#s3 span a:link{
	background:url(../images/s_ico.jpg) -240px -240px no-repeat;
}
#middle_05_yushi_left_con ul li#s3 span a:hover{
	background:url(../images/s_ico.jpg) -300px 0px no-repeat;
}
#middle_05_yushi_left_con ul li#s4 span a:link{
	background:url(../images/s_ico.jpg) -360px 0px no-repeat;
}
#middle_05_yushi_left_con ul li#s4 span a:hover{
	background:url(../images/s_ico.jpg) -420px 0px no-repeat;
}
#middle_05_yushi_right{
	float:left;
	width:792px;
	height:320px;
}
#middle_05_yushi_right ul{
	width:738px;
	height:300px;
	margin-top:30px;
	margin-left:22px;
}
#middle_05_yushi_right ul li{
	float:left;
	width:369px;
	height:100px;
}
#middle_05_yushi_right ul li div{
	float:left;
	width:180px;
	height:90px;
}
#middle_05_yushi_right ul li div img{
	width:150px;
	height:90px;	
}
#middle_05_yushi_right ul li div a img{
	width:150px;
	height:90px;	
}
#middle_05_yushi_right ul li div span{
	display:block;
	text-align:left;
	width:150px;
	height:45px;
	line-height:22px;
	overflow:hidden;	
}
#middle_05_yushi_right ul li div span.tit a{
	color:#000;
}
#middle_05_yushi_right ul li div span.tit a:link{
	color:#000;
}
#middle_05_yushi_right ul li div span.tit a:hover{
	color:#666;
}
#middle_05_yushi_right ul li div span.des{
	color:#83550d;
}

#middle_05_xdgyp{
	width:1000px;
	height:370px;
	background:url(../images/middle_05_xdgyp.jpg) no-repeat;
}
#middle_05_xdgyp_left{
	float:left;
	width:208px;
	height:320px;
}
#middle_05_xdgyp_left_title{
	width:176px;
	height:64px;
	padding:10px;
}
#middle_05_xdgyp_left_title a{
	display:block;
	width:196px;
	height:64px;
}
#middle_05_xdgyp_left_con{
	width:176px;
	height:264px;
	margin-left:22px;
}
#middle_05_xdgyp_left_con ul{
	width:196px;
	height:284px;
}
#middle_05_xdgyp_left_con ul li{
	width:170px;
	height:60px;
}
#middle_05_xdgyp_left_con ul li span{
}
#middle_05_xdgyp_left_con ul li span a{
	display:block;
	width:170px;
	height:60px;
}
#middle_05_xdgyp_left_con ul li#s1 span a:link{
	background:url(../images/s_ico.jpg) 0 0 no-repeat;	
}
#middle_05_xdgyp_left_con ul li#s1 span a:hover{
	background:url(../images/s_ico.jpg) -60px -60px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s2 span a:link{
	background:url(../images/s_ico.jpg) -120px -120px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s2 span a:hover{
	background:url(../images/s_ico.jpg) -180px -180px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s3 span a:link{
	background:url(../images/s_ico.jpg) -240px -240px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s3 span a:hover{
	background:url(../images/s_ico.jpg) -300px 0px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s4 span a:link{
	background:url(../images/s_ico.jpg) -360px 0px no-repeat;
}
#middle_05_xdgyp_left_con ul li#s4 span a:hover{
	background:url(../images/s_ico.jpg) -420px 0px no-repeat;
}
#middle_05_xdgyp_right{
	float:left;
	width:792px;
	height:320px;
}
#middle_05_xdgyp_right ul{
	width:738px;
	height:300px;
	margin-top:30px;
	margin-left:22px;
}
#middle_05_xdgyp_right ul li{
	float:left;
	width:369px;
	height:100px;
}
#middle_05_xdgyp_right ul li div{
	float:left;
	width:180px;
	height:90px;
}
#middle_05_xdgyp_right ul li div img{
	width:150px;
	height:90px;	
}
#middle_05_xdgyp_right ul li div a img{
	width:150px;
	height:90px;	
}
#middle_05_xdgyp_right ul li div span{
	display:block;
	text-align:left;
	width:150px;
	height:45px;
	line-height:22px;
	overflow:hidden;	
}
#middle_05_xdgyp_right ul li div span.tit a{
	color:#000;
}
#middle_05_xdgyp_right ul li div span.tit a:link{
	color:#000;
}
#middle_05_xdgyp_right ul li div span.tit a:hover{
	color:#666;
}
#middle_05_xdgyp_right ul li div span.des{
	color:#83550d;
}
#middle_shop_05{
	width:934px;
	height:82px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:33px;
	padding-right:33px;
	background-color:#eedcbf;
}
#middle_shop_05_img{
	width:933px;
	height:112px;
}
#middle_shop_05_img a{
	display:block;
	width:933px;
	height:112px;
	background:url(../images/art_shop_02.jpg) no-repeat;
}
#middle_shop_05 ul{
}
#middle_shop_05 ul li{
	float:left;
	margin:4px;
}
#link{
	width:1000px;
	height:224px;
	background:#ceb79b;
	font-size:12px;
	color:#000;
}
#link p{
	text-align:center;
}
#link a:link{
	color:#000;
}
#link a:visited{
	color:#000;
}
#link a:hover{
	color:#666;
}
#link ul{
	width:1000px;
	height:124px;
	padding:20px;
}
#link ul li{
	display:block;
	width:200px;
	height:30px;
	float:left;
}
#link_img{
	width:980px;
	height:204px;
	background:url(../images/art_link.jpg) no-repeat;
}
#middle_05_01{
	width:1000px;
	height:326px;
	background:url(../images/arc_middle_05_1024.jpg) no-repeat;
}
#middle_05_02{
	width:1000px;
	height:326px;
	background:url(../images/arc_middle_05_1024.jpg) no-repeat;
}
#middle_05_03{
	width:1000px;
	height:326px;
	background:url(../images/arc_middle_05_1024.jpg) no-repeat;
}
#middle_05_04{
	width:1000px;
	height:326px;
	background:url(../images/arc_middle_05_1024.jpg) no-repeat;
}
#middle_05_01_top{
	width:931px;
	height:28px;
	position:relative;
	top:44px;
	left:39px;
}
#middle_05_01_top a{
	width:931px;
	height:28px;
	background:url(../images/arc_qlsc_1000.jpg) no-repeat;
	display:block;	
}
#middle_05_01_list{
	width:1000px;
	height:253px;
	position:relative;
	top:45px;
	left:0px;
}
#middle_05_01_list ul{
	width:1000px;
	height:171px;
	padding-left:40px;
	padding-top:20px;
}
#middle_05_01_list ul li{
	float:left;
	margin-right:2px;
}
#middle_05_02_top{
	width:931px;
	height:28px;
	position:relative;
	top:44px;
	left:39px;
}
#middle_05_02_top a{
	width:931px;
	height:28px;
	background:url(../images/arc_slsc_1000.jpg) no-repeat;
	display:block;	
}
#middle_05_02_list{
	width:1000px;
	height:253px;
	position:relative;
	top:45px;
	left:0px;
}
#middle_05_02_list ul{
	width:1200px;
	height:171px;
	padding-left:40px;
	padding-top:20px;
}
#middle_05_02_list ul li{
	float:left;
	margin-right:2px;
}
#middle_05_03_top{
	width:931px;
	height:28px;
	position:relative;
	top:44px;
	left:39px;
}
#middle_05_03_top a{
	width:931px;
	height:28px;
	background:url(../images/arc_mjmp_1000.jpg) no-repeat;
	display:block;	
}
#middle_05_03_list{
	width:1000px;
	height:253px;
	position:relative;
	top:45px;
	left:0px;
}
#middle_05_03_list ul{
	width:1000px;
	height:171px;
	padding-left:40px;
	padding-top:20px;
}
#middle_05_03_list ul li{
	float:left;
	margin-right:2px;
}
#middle_05_04_top{
	width:931px;
	height:28px;
	position:relative;
	top:44px;
	left:39px;
}
#middle_05_04_top a{
	width:931px;
	height:28px;
	background:url(../images/arc_shjy_1000.jpg) no-repeat;
	display:block;	
}
#middle_05_04_list{
	width:1000px;
	height:253px;
	position:relative;
	top:45px;
	left:0px;
}
#middle_05_04_list ul{
	width:1000px;
	height:171px;
	padding-left:40px;
	padding-top:20px;
}
#middle_05_04_list ul li{
	float:left;
	margin-right:2px;
}
.middle_05_img{
	width:221px;
	height:148px;
	border:5px solid #fff;
}
.middle_05_img img{
	width:221px;
	height:148px;
}
.middle_05_tit{
	margin:5px;
	width:221px;
	height:36px;
	line-height:18px;
	text-align:center;
}
span.m_05_tit a{
	color:#000;
	display:block;
	width:221px;
	height:36px;
	font-size:14px;
}
span.m_05_tit a:hover{
	color:#999;
	top:8px;
	left:212px;
}
#nav_sub{
	background-color:#eedcbf;
	border-bottom:1px solid #d0c9bc;
	width:1200px;
	height:36px;
}
#nav_sub span{
	position:relative;
	width:123px;
	height:28px;
	top:8px;
	left:212px;
	display: block;
	text-align: center;
	font-size:14px;
	font-family:"宋体";
	line-height:28px;
	border-left:1px solid #d0c9bc;
	border-right:1px solid #d0c9bc;
	border-top:1px solid #d0c9bc;
	background-color:#e4ddd0;
}
#list_middle{
	background-color:#eedcbf;
	width:1000px;
	height:1200px;
	padding-top:33px;
	overflow:hidden;
}
#list_middle_left{
	width:180px;
	float:left;
	background-color:#eedcbf;
	border:1px solid #d0c9bc;
	overflow:hidden;
}
#list_middle_left ul{
	width:180px;
}
#list_middle_left ul li{
	border-bottom:1px dashed #813c04;
	margin-left:27px;
	width:156px;
	height:57px;
	line-height:57px;
	text-align:center;
}
#list_middle_left ul li a{
	color:#813c04;
	font-size:15px;
	font-family:"微软雅黑", "宋体";
}
#list_middle_right{
	width:758px;
	float:left;
	background-color:#eedcbf;
	overflow:hidden;
}
#list_middle_right_list{
	width:786px;
	height:253px;
	position:relative;
	top:0px;
	left:0px;
}
#list_middle_right_list ul{
	width:786px;
	height:171px;
	padding-left:40px;
	padding-top:0px;
}
#list_middle_right_list ul li{
	float:left;
	margin-right:63px;
	margin-bottom: 50px;
	font-family:"宋体";
}
.list_middle_right_list_img{
	width:178px;
	height:119px;
	border:2px solid #fff;
}
.list_middle_right_list_img img{
	width:178px;
	height:119px;
}
.list_middle_right_list_tit{
	margin:2px;
	width:178px;
	height:36px;
	line-height:18px;
	text-align:center;
}
span.li_mid_rt_li_tit a{
	color:#000;
	display:block;
	width:178px;
	height:36px;
	font-size:14px;
}
span.li_mid_rt_li_tit a:hover{
	color:#999;
	top:8px;
	left:212px;
}
#artist_middle{
	width:1000px;
	background-color:#f8eedb;
}
#artist_middle_top{
	width: 240px;
	height: 450px;
	float:left;
}
#artist_middle_video{
	width: 700px;
	height: 507px;
	float:left;
	padding:10px;
}
#player_intro{
	width:740px;
	height:529px;
}
#artist_middle1{
	width:1000px;
	background-color:#f8eedb;
}
#artist_middle_top1{
	width: 80px;
}
#artist_middle_photo{
	width: 152px;
	height: 200px;
	position:relative;
	top:37px;
	left:72px;
	float:left;
}
#artist_middle_intro{
	width:240px;
	overflow:hidden;
}
#artist_middle_intro a{
	color:#666;
}
#artist_middle_intro a:hover{
	color:#999;
}
#artist_middle_works{
	width:700px;
	height:380px;
	border:1px solid #565656;
	margin:10px;
}
#artist_middle_works_title{
	background:url(../images/arc_artist_middle_works_title.jpg) repeat-x;
	width:700px;
	height:37px;
}
#artist_middle_works_list{
	width:700px;
	height:343px;
}
#artist_middle_works_list ul li{
	float:left;
}
#artist_middle_works_list_img{
	margin:20px;
}
#artist_middle_works_title span{
	color:#510000;
	line-height:37px;
	margin-left:23px;
	font-weight:bold;
}
#artist_middle_links{
	width:700px;
	height:205px;
	border:1px solid #565656;
}
#artist_middle_links_title{
	background:url(../images/arc_artist_middle_works_title.jpg) repeat-x;
	width:700px;
	height:37px;
}
#artist_middle_links_title span{
	color:#510000;
	line-height:37px;
	margin-left:23px;
	font-weight:bold;
}

#artist_middle_links1{
	width:700px;
	height:205px;
	position:relative;
	left:49px;
	top:50px;
	border:1px solid #565656;
}
#artist_middle_links1_title{
	background:url(../images/arc_artist_middle_works_title.jpg) repeat-x;
	width:700px;
	height:37px;
}
#artist_middle_links1_title span{
	color:#510000;
	line-height:37px;
	margin-left:23px;
	font-weight:bold;
	font-family: "宋体";
}
/* ~~ 脚注样式 ~~ */
#footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
	clear: both; /* 此清除属性强制 .container 了解列的结束位置以及包含列的位置 */
}



#pleft{
	width:1000px;
	overflow:hidden;
}
#pleft #place{
	width:998px;
	height:24px;
	line-height:24px;
	border:1px solid #cacaca;
	text-indent:12px;
	color:#000;
	overflow:hidden;
}
#pleft #place strong{
	color:#000;
	font-weight:normal;
	letter-spacing:1px;
}
#pleft #place a{
	color:#000;
	margin:0px 2px;
}
#pleft #place a:hover{
	color:#999;
	text-decoration:none;
}
#pleft #place small{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:20px;
	*height:24px;
	overflow:hidden;
	background:url(../images/ico-3.gif) 2px 8px no-repeat;
	font-size:0px;
}
#place{
	height:24px;
	line-height:24px;
	text-indent:18px;
	color:#999;
	overflow:hidden;
	text-align:left;
	background:transparent url(../images/green_skin.png) repeat-x scroll 0 -188px;
}
#place strong{
	color:#397CBE;
	font-weight:normal;
	letter-spacing:1px;
}
#place a{
	color:#397CBE;
	margin:0px 2px;
}
#place a:hover{
	color:#FF3366
	margin:0px 2px;
	TEXT-DECORATION: underline;
}
#viewbox{
	width:1000px;
	overflow:hidden;
}
#viewbox #title{
	height:56px;
	line-height:56px;
	text-align:center;
	overflow:hidden;
	padding-top:10px;
	width:998px;
}
#viewbox #title h2{
	font-size:24px;
	color:#2b2b2b;
}
#viewbox #info{
	height:24px;
	line-height:24px;
	text-align:center;
	overflow:hidden;
	padding-top:10px;
	width:998px;
}

#viewbox #bsh{
	height:34px;
	line-height:34px;
	text-align:center;
	overflow:hidden;
	padding-top:3px;
	width:998px;
}
#viewbox #info h2{
	font-size:24px;
	color:#2b2b2b;
}
#viewbox #info small{
	margin-left:8px;
	margin-right:3px;
	color:#999;
	font-size:12px;
}
#viewbox #info a{
	color:#690;
}

#viewbox #content{
	font-size:14px;
	line-height:25px;
	color:#333;
	text-aling:center;
	width:1000px;
	overflow:hidden;
}
.dede_pages{
	margin-left:25px;
	margin-top:10px;
}
.dede_pages ul{
	list-style: none; 
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	line-height:17px;
	margin-right:6px;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#000;
	display:block;
	font-size:14px;
}
.dede_pages ul li a:hover{
	color:#000;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	font-size:14px;
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#000;
}
.dede_pages .pageinfo strong{
	color:#000;
	font-weight:normal;
	margin:0px 2px;
}
#viewbox #boxoff{
	height:10px;
	overflow:hidden;
	clear:both;
	margin:4px auto;
	padding-top:10px;
}
#viewbox #boxoff strong{
	display:block;
	width:8px;
	height:10px;
	overflow:hidden;
	font-size:0px;
	line-height:100px;
	float:left;
}

#viewbox #handle{
	padding-top:12px;
	overflow:hidden;
	clear:both;
}
#viewbox #handle #context{
	float:left;
}
#viewbox #handle #context ul li{
	line-height:18px;
	color:#888;
}
#viewbox #handle #context ul li a{
	color:#000;
}
#viewbox #handle #context ul li a:hover{
	color:#888;
}
.commend{
	width:998px;
	overflow:hidden;
	height:24px;
	line-height:24px;
	text-indent:18px;
	color:#000;
	overflow:hidden;
	text-align:left;
	background:transparent url(../images/green_skin.png) repeat-x scroll 0 -188px;
	border:1px solid #cacaca;
}
.commend1{
	background-color:#f8eedb;
	width:998px;
	height:90px;
}
.commend1 ul{
	width:1000px;
	padding:10px;
	list-style-type:disc;
	margin-left:10px;
}
.commend1 ul li{
	float:left;
	width:400px;
	height:40px;
	line-height:40px;
	text-align:left;
}
.commend1 ul li a{
	color:#000;
}
.commend1 ul li a:hover{
	color:#999;
}
#artist_left{
	width:240px;
	margin-top:20px;
	float:left;
	overflow:hidden;
}
#artist_right{
	width:740px;
	margin-top:20px;
	float:left;
}
#artist_video{
	width:740px;
	height:529px;
	float:left;
}
#artist_works{
	width:740px;
	height:230px;
	float:left;
}
#artist_works_title{
	width:720px;
	height:37px;
	background:url(../images/arc_artist_middle_works_title.jpg) repeat-x;
	padding-left:20px;
	line-height:37px;
}
#artist_works_list{
	width:738px;
	height:193px;
	border-left:1px solid #ddd;	
	border-right:1px solid #ddd;	
}
#artist_works_list ul {
}
#artist_works_list ul li {
	margin:18px 0px 18px 18px;
	float:left;
}
#artist_works_list_img{
}
#artist_works_list_img a{
}
#artist_works_list_img img{
	width:218px;
	height:150px;
	border:1px solid #cacaca;
	padding:1px;
}
#artist_links{
	width:740px;
	height:280px;
	float:left;
}
#artist_links_title{
	width:720px;
	height:37px;
	background:url(../images/arc_artist_middle_works_title.jpg) repeat-x;
	padding-left:20px;
	line-height:37px;
}
#artist_links_list{
	width:738px;
	height:243px;
	border-left:1px solid #ddd;	
	border-right:1px solid #ddd;	
}
#artist_links_list ul {
	width:738px;
	padding-top:10px;
	margin-left:10px;
}
#artist_links_list ul li {
	width:349px;
	float:left;
	list-style-type:disc;
	margin-left:20px;
	height:38px;
	line-height:38px;
}
#artist_links_list ul li a{
	color:#000;
}
#artist_links_list ul li a:hover{
	color:#999;
}
#player1{
	width:720px;
	height:450px;
	margin:0 auto;
	padding:2px;
	border:1px solid #cacaca;
}
#player2{
	width:600px;
	height:450px;
	margin:0 auto;
	padding:2px;
	border:1px solid #cacaca;
}

.cattree a{
	color:#813c04;
	font-size:18px;
	font-family:"微软雅黑", "宋体";
}
.cattree a:hover{
	color:#fff;
	font-size:18px;
	font-family:"微软雅黑", "宋体";
}
.cattree dl{
}
.cattree dt{
}
.cattree dd{
	margin-left:100px;
}
.cattree dd dl dt a{
	color:#813c04;
	font-size:15px;
	font-family:"微软雅黑", "宋体";
}
.cattree dd dl dt a:hover{
	color:#fff;
	font-size:15px;
	font-family:"微软雅黑", "宋体";
}
#listbox_left{
	float:left;
	width:250px;
	height:150;
	overflow:hidden;
}
#listbox_right{
	loat:left;
	width:450px;
	height:150;
	overflow:hidden;
}
#listbox_right_top{
	width:450px;
	height:150;
	overflow:hidden
}
#listbox_right_tit{
	width:450px;
	height:50;
	overflow:hidden;
}
#listbox_right_tit a:link{
	color:#000;
}
#listbox_right_tit a:visited{
	color:#000;
}
#listbox_right_tit a:hover{
	color:#666;
}
#listbox_right_date{
	text-align:right;
	width:450px;
	height:50;
	overflow:hidden;
}
#listbox_right_date span.info{
	color:#666;
}
#listbox_right_des{
	width:450px;
	text-align:left;
	height:100;
	overflow:hidden;
}
#listbox_right_des p.intro{
	color:#333;
}