/*----------------------------------------------------------------------清除常用布局元素的默认边距*/
* { margin:0px;
    padding:0px;					/*网页默认字体大小*/
}
ol,ul{
	list-style-type:none;				/*不显示项目列表符号*/
}

/*清除各种BUG问题*/
p.itembottom{clear:both;}/*解决浮动元素没有闭合标签不占体积问题*/
.ppic{font-size:0;line-height:0;}/*解决图片下面三像素空间问题*/

/*----------------------------------------------------------------------定义设置常用样式*/

/*--------------------------------------------------------------------------------------------------------初始化网页默认样式*/
html,body{height:100%;}
body{				/*设置常用字体颜色大小*/
	font-family:"宋体","黑体","楷体";		/*网页默认字体*/
	overflow-x:hidden;/*隐藏水平滚动条*/
	margin:0px auto;
	text-align:left;
	color:#2E2E2E;			/*网页默认字体颜色*/
	font-size:14px;
	background:#fff;
}
a{
	text-decoration:none; 
	color:#2E2E2E;			/*清除超链接下划线样式*/
}
a:link{									/*网页默认超链接样式*/
	text-decoration:none;
}
a:visited{									/*网页默认超链接样式*/
	text-decoration:none;
}
a:hover{								/*网页默认超链接样式鼠标移上去*/
	text-decoration:none;
}
a img{border:0px;}
h1{font-size:16px; font-weight:bold;}
/*--------------------------------------------------------------------------------------------------------------------------网站通用布局样式*/
.webcontent{ /*页面主体内容 */
	position:relative; margin:0 auto; margin-left:auto; margin-right:auto;overflow:visible;text-align:left;/*重要谨慎修改 */
	width:1000px; 
	min-height:450px; _height:450px;  background:url() no-repeat right top;
	padding:0px 0px 0px 0px;  
	border:0px solid #000;}
.webcontent2{}


.webdaohang{/*页面位置导航 */
	position:absolute; right:20px; top:32px; z-index:29; color:#585858; 
	text-align:left; height:17px;}
.webdaohang span{ 
	font-size:12px;}
.webdaohang a{
	font-size:12px; color:#6D6D6D; }

.webtitle{/*页面标题 */
	position:absolute; left:750px; top:105px; height:35px; line-height:35px; font-size:30px; font-family:"黑体"; color:#fff; text-align:left; z-index:30;
	 }
	
.webcontentnote{}
.webcontentnotetop{}/*页面内容顶部装饰样式 */
.webcontentnotebottom{}/*页面内容底部装饰样式*/
/*---------------------------------------------------------------------------------------------------------分页样式*/


.left{ float:left; position:relative; top:-10px; padding-top:0px;  width:190px; background:url(images/left.gif) no-repeat; min-height:480px;}/*左部共同部分定义*/


#moban20{}
#moban20 .title{height:40px;}
#moban20 .title1{height:40px; line-height:40px; padding-left:110px;}
#moban20 .title1 a{ color:#F00; font-size:14px; font-weight:bold;}
#moban20 .title2{height:25px; line-height:25px;}
#moban20 .title2 a{}
#moban20 .content{}
#moban20 .content a{display:block; height:27px; text-align:right; padding-right:30px; color:#979797; line-height:27px; background:url(images/m20.gif) no-repeat right center;}
#moban20 .content a:hover{background:url(images/m20h.gif) no-repeat right center; color:#fff;}
#moban20 .content a.typeselect{background:url(images/m20h.gif) no-repeat right center; color:#fff;}









#showtanchuyinyue{ background:url(images/yinyuebg.png) no-repeat;}

#showtanchuyinyue .yinyueclose{ position:absolute; right:10px; top:10px; cursor:pointer;}
#showtanchuyinyue .pmovie{position:absolute; left:35px; top:286px;}

#showtanchuyinyue .pname{ position:absolute; left:55px; top:130px; display:block; height:25px; line-height:25px;}
#showtanchuyinyue .pzi1{position:absolute; left:55px; top:155px; display:block; height:25px; line-height:25px;}
#showtanchuyinyue .pzi2{position:absolute; left:55px; top:180px; display:block; height:25px; line-height:25px;}
#showtanchuyinyue .pzi3{position:absolute; left:55px; top:205px; display:block; height:25px; line-height:25px;}
#showtanchuyinyue .pzi4{position:absolute; left:55px; top:230px; display:block; height:25px; line-height:25px;}
#showtanchuyinyue .pzi5{position:absolute; left:245px; top:235px; display:block; height:40px; width:172px; line-height:40px; background:url(images/qq.png) no-repeat;}
#showtanchuyinyue .pzi5 a{ display:block; height:40px;}




.kefu{ width:118px; position:fixed; top:200px; right:0px;}
.kefuclose{display:block; position:absolute; right:0px; top:0px; width:25px; height:25px; cursor:pointer;}
.kefutop{background:url(images/kefu1.png) no-repeat top center; height:54px; } 
.kefufoot{background:url(images/kefu3.png) no-repeat top center; height:23px;} 
.kefucontent{background:url(images/kefu2.png) repeat center center; line-height:25px; text-align:center; padding:0px 5px;}
.kefucontent a{display:block; margin:0 auto; background:url(images/qq.gif) no-repeat left center; width:60px; padding-left:21px;}
.kefucontent b{display:block; background:url(images/qqtitle.png) no-repeat center center; font-weight:normal;}
.kefucontent span{display:block;}
.kefucontent span img{display:block; padding:0px 10px;}
.kefuout{ position:fixed; top:200px; right:0px;  width:34px; height:150px;background:url(images/kefuout.png) no-repeat top center;}