@charset "utf-8";
/* CSS Document */

/*首页动画样式开始*/
body {
	margin: 0px;
	font-size: 14px;
	text-align: center;
	overflow-y: scroll ;
	background: #025ceb;
	-webkit-backface-visibility:hidden;
}
#layer_bkligt {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-backface-visibility:hidden;

	background: -webkit-linear-gradient(#000073, #025ceb);
	background: -moz-linear-gradient(#000073, #025ceb);
	background: -o-linear-gradient(#000073, #025ceb);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000073), to(#025ceb));
	background: linear-gradient(#000073, #025ceb);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000073,endColorstr=#025ceb);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#000073,endColorstr=#025ceb)";
	left:0;
}
#layer_sky {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 312px;
	left:0px;
	bottom: 0px;
	opacity: .8;
	-webkit-backface-visibility:hidden;
	behavior: url(../js/ie-css3.htc);
}
#layer_scenery {
	position: fixed;
	top: 100%;
	z-index: 3;
	width: 200%;
	height: 100%;
	left: -50%;
	text-align: center;
	overflow:visible;
}


#mountain_img3 {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: calc(1.5 * 351px);
	top: 0px;
	left:0;
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
}
#mountain_img2 {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: calc(1.5 * 351px);
	top: 90px;
	left:0;
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
}
#water_img {
	position: absolute;
	z-index: 6;
	width: 150%;
	height: 70%;
	top: 100%;
	left:0;
	background: linear-gradient(#013cc1,#000073);
	background: -webkit-linear-gradient(#013cc1, #000073);
	background: -moz-linear-gradient(#013cc1, #000073);
	background: -o-linear-gradient(#013cc1, #000073);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#013cc1,endColorstr=#000073);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#013cc1,endColorstr=#000073)";
}
#mountain_img1 {
	position: absolute;
	z-index: 7;
	width: 100%;
	height: calc(1.5 * 351px);
	top: 180px;
	left:0;
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
}

#layer_ligt {
	display: none;
	z-index: 9;
	top: -80px;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 200%;
	opacity: 0;
	text-align: center; 
}
#layer_ligt img {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
	width: 1000px;
}
#layer_foguang {
	position: fixed;
	z-index: 10;
	opacity:0.8;
	-webkit-backface-visibility:hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 320px;
	top: 100%;
	left: 8px;
	
}
#layer_temple {
	position: fixed;
	z-index: 12;
	top: 100%;
	left:0;
	width: 100%;
	height: 270px;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 740px;
}

#temple_mask {
	margin: 0;
	position: relative;
	top:-80px;
	left:0;
	width:100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 740px;
	pointer-events: none;
}

#layer_faguang {
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 2000px;
	top: 0px; 
	left:0px;
	opacity: 0;
	-webkit-backface-visibility:hidden;
	background-repeat: no-repeat;
	background-position:  center 100px;
	background-size: 175px 175px;
}


#layer_fawang {
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 2000px;
	top: -10px; 
	left:0px;
	opacity: 0;
	-webkit-backface-visibility:hidden;
	background-repeat: no-repeat;
	background-position:  center 100px;
	background-size: 200px 200px;
}



#layer_logo {
	position: fixed;
	top: 30px;
	opacity: 0;
	left: calc(100% / 2 - 490px);
	width: 170px;
	height: 87px;
	z-index: 14;
}

#layer_content {
	position: fixed;
	z-index: 15;
	top: 100%;
	width: 100%;
	text-align: left;
	-webkit-overflow-scrolling:auto;
	left:0;
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

#temple_img{left:0;}

/*首页动画样式结束*/


/*头部十八祖师动画开始*/
#hd {
    clear: both;
    margin: 0 auto;
    left:15px;
    overflow: hidden;
    position: relative;
	width:640px;
	opacity: 1;
}
.zhuzuo ul li {
	float: left;
}

.topbgcon ul {
    height: 80px;
    left: 0;
    padding: 5px 0;
    position: relative;
    top: 10px;
    width: 100%;
}
.topbgcon li {
    float: left;
    height: 80px;
    margin: 0 3px 0 4px;
    width: 60px;
}
.topbgcon li a {
    float: left;
    height: 80px;
    width: 60px;
}
.topbgcon img {
    float: left;
    height: 80px;
    width: 60px;
}
/*头部十八祖师动画结束*/

.zangwen_content{
	top:-380px;
	opacity:0;
}
.header{
	background:url(../images/headerbg.png) no-repeat center top;
	height:593px;
	width:100%;
}
.logo{
	background:url(../images/headBg.jpg) no-repeat;
	height:348px;
	width:1001px;
	margin:0 auto;
	overflow:hidden;
}
.logo a{
	height:70px;
	width:170px;
	display:block;
	margin:20px auto auto 30px;
	float:left;
}
.logo .search{
	height:25px;
	width:210px;
	float:right;
	margin:15px;
	background:#092b93;
}
.logo .search .search_text{
	border:0;
	height:21px;
	width:175px;
	background:#2143a4;
	color:#fff;
	font-size:12px;
	padding:0px 0px 0px 5px;
	margin-left:2px;
	margin-top:2px;
}
.logo .search .search_btn{
	height:18px;
	width:18px;
	margin-left:5px;
	background:url(../images/searchBtn.jpg) no-repeat;
	border:0;
	font-size:0;
	padding:0;
	vertical-align:middle;
	margin-top:-2px;
	cursor:pointer;
}
h1{
	color:#dd4622;
	font-size:22px;
	text-align:center;
	padding-top:60px;
	position:relative;
	top:-35px;
	margin-bottom:-35px;
	font-weight:normal;
	height:50px;
}
.navfix{
	position:fixed;
	top:300px;
	right:0;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+420));
	width:133px;
	padding:20px 0px;
	background:#38418d;
	z-index:999;
}
.navfix ul li{
	width:133px;
	height:52px;
}
.navfix ul li:hover{
	background:#b43314;
}
.navfix ul li a{
	display:block;
	width:121px;
	padding:6px 12px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	text-indent:50px;
	background:url(../images/navfixbg.png) no-repeat;
}
.navfix ul li a.f1{
	background-position:12px 6px;
}
.navfix ul li a.f2{
	background-position:12px -45px;
}
.navfix ul li a.f3{
	background-position:12px -95px;
}
.navfix ul li a.f4{
	background-position:12px -145px;
}
.navfix ul li a.f5{
	background-position:12px -196px;
}
.navfix ul li a.f6{
	background-position:12px -247px;
}
.navfix ul li a.f7{
	background-position:12px -298px;
}
.main1{
	background:#f8f2db;
	height:245px;
}
.main1 ul{
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}
.main1 ul li{
	float:left;
	width:241px;
	text-align:center;
	overflow:hidden;
	height:245px;
}
.main1 ul li img{
	margin-top:35px;
}
.main1 ul li span a{
	color:#000;
	text-decoration:none;
	display:block;
	height:30px;
	margin-top:5px;
	font-size:14px;
}
.main1 ul li span a:hover{
	color:#b83100;
}
.main2{
	background:#f8f2db;
	height:338px;
}
.main2 .rollBar01{
	float:left;
	position:relative;
}
.main2 .rollBar01 ul{
	overflow:hidden;
}
.main2 .rollBar01 ul li{
	width:727px;
}
.main2 .rollBar01 ul li div{
	float:left;
	width:259px;
	vertical-align:top;
}
.main2 .rollBar01 ul li img{
	float:left;
}
.main2 .rollBar01 ul li h3 a{
	width:200px;
	font-weight:normal;
	font-size:18px;
	margin:55px auto 15px;
	line-height:1.6;
	display:block;
	color:#b83100;
	text-decoration:none;
}
.main2 .rollBar01 ul li h3 a:hover{
	text-decoration:underline;
}
.main2 .rollBar01 ul li p a{
	width:200px;
	color:#000;
	font-size:14px;
	overflow:hidden;
	height:180px;
	line-height:1.8;
	margin:0 auto;	
	display:block;
	text-decoration:none;
}
.main2 .rollBar01 ul li p a:hover{
	text-decoration:underline;
}
.main2 .rollBar01 .scrollD{
	width:120px;
	position:absolute;
	bottom:23px;
	left:62px;
}
.main2 .rollBar01 .scrollD span{
	display:block;
	width:10px;
	height:10px;
	float:left;
	background:url(../images/scrollD.png) no-repeat 0 0;
	margin:0 7px;
}
.main2 .rollBar01 .scrollD span.current{
	background:url(../images/scrollDCur.png);
}
.main2 .rollBar01 .LeftButton,.main2 .rollBar01 .RightButton{
	position:absolute;
	left:0;
	top:135px;
}
.main2 .rollBar01 .RightButton{
	left:706px;
}
.fayu {
    border: 1px solid #e3ddc7;
    float: left;
    margin: 24px 24px;
    position: relative;
    width: 209px;
    height:286px;
    overflow:hidden;
}
.fayu h3 a{
    height: 34px;
    line-height:42px;
    width: 209px;
	margin:0;
	text-align:center;
	background:url(../images/jrfy_h2_bg.gif) no-repeat 0 0;
	display:block;
	color:#000;
}
.fayu h3 a:hover{
	color:#b83100;
}
.fayu .fayu_text{
	margin:10px 20px 13px;
}
.fayu .fayu_text p a{
    height: 173px;
    line-height: 1.8;
    overflow: hidden;
	display:block;
	color:#000;
	text-align:justify;
}
.fayu a{
	text-decoration:none;
}
.fayu a .today{
    background: none repeat scroll 0 0 #fffcf2;
    border: 1px solid #d7cdb7;
    color: #988a68;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    margin: 0 10px 10px;
    padding-top: 3px;
    text-align: center;
}
.fayu a .today:hover{
	background-color: #b83100;
    border: 0 none;
    height: 44px;
}
.fayu a .today:hover div{
	color:#f8f2db;
}

.fayu a .today .day_z {
    border-right: 1px solid #d7cdb7;
    display: block;
    float: left;
    font-size: 26px;
    height: 30px;
    line-height: 26px;
    margin-top: 5px;
    width: 62px;
	font-weight:normal;
}
.fayu a .today .zl{
	margin-left:69px;
	margin-right:6px;
}
.fayu a .today .gl{
	font-size:12px;
}
.part{
	padding:10px;
	position:relative;
	height:0;
}
.part a{
	text-decoration:none;
}
.part a p{
	line-height:1.6;
	padding:18px 88px;
	color:#fff;
}
.part a p:hover{
	text-decoration:underline;
}
.part .btntop,.part .btntop2{
	height:21px;
	width:45px;
	display:block;
	background:url(../images/topArr.gif) no-repeat 0 0;
	position:absolute;
	top:0;
	left:470px;
}
.part .btntop2{
	background-image:url(../images/bottomArr.gif);
}
.part span a{
	text-decoration:none;
	position:absolute;
	right:120px;
	top:85px;
	color:#fff;	
	font-weight:bold;
}
.part span a:hover{
	text-decoration:underline;
}
.sshf{
	height:610px;
}
.sshf h1{
	background:url(../images/sshf.png) no-repeat center top;
}
.yyzq h1{
	background:url(../images/yyzq.png) no-repeat center top;
}
.pxgx h1{
	background:url(../images/pxgx.png) no-repeat center top;
}
.zxcl h1{
	background:url(../images/zxcl.png) no-repeat center top;
}
.xmbz h1{
	background:url(../images/xmbz.png) no-repeat center top;
}
.sdxz h1{
	background:url(../images/sdxz.png) no-repeat center top;
}
.fzsx h1{
	background:url(../images/fzsx.png) no-repeat center top;
}
.fzsx h1 a{
	color:#dd4622;
	text-decoration:none;
}
.fzsx h1 a:hover{
	text-decoration:underline;
}
.last h1{
	background:url(../images/foot.png) no-repeat center top;
	z-index:1;
	height:0;
}
.sshf_main .sshf_left,.sshf_main .sshf_middle,.sshf_main .sshf_right{
	height:480px;
	float:left;
	width:279px;
	padding-left:25px;
	padding-right:25px;
	overflow:hidden;
}
.title1 a.lanmu{
	display:inline-block;
	width:auto;
	margin-top:5px;
}
.list1 li a{
	background:url(../images/listC.png) no-repeat left center;
	padding-left:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height:25px;
	height:25px;
	display:block;
	text-decoration:none;
	color:#000;
}
.list1 li a:hover{
	color:#b83100;
}
.list2 li{
	background:url(../images/listC.png) no-repeat left center;
	padding-left:20px;
}
.list2 li:after{
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0;
}
.list2 li a{
	line-height:25px;
	height:25px;
	display:block;
	float:left;
	text-decoration:none;
	color:#b83100;
	font-size:12px;
	margin-right:5px;
}
.list2 li a:last-child{
	margin-right:0;
}
.list2 li a:hover{
	text-decoration:underline;
}
.list2 li a.a_tit{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:180px;
	font-size:14px;
	color:#000;
	margin-right:10px;
}
.list2 li a.a_tit:hover{
	text-decoration:none;
	color:#b83100;
}
.list2 li a:hover{
	color:#b83100;
}
.sshf h3{
	margin-top:30px;
}
.tuwen{
	width:306px;
}
.tuwen dl{
	float: left;
    margin-bottom: 18px;
    margin-right: 25px;
    overflow: hidden;
}
.tuwen dl dt{
	font-size:0;
}
.tuwen dl dd{
	margin-left:0;
}
.tuwen dl dd a{
	color: #000;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 124px;
}
.tuwen dl dd a.zhaiyao {
    color: #505050;
    font-size: 12px;
    padding-top: 10px;
}
.tuwen dl dd a:hover{
	color:#b83100;
}
.tuwen dl dd a.zhaiyao:hover{
	color:#000;
}
.wen{
	margin-top:5px;
	margin-bottom:10px;
	line-height:1.8;
}
.da{
	line-height:1.8;
}
.da:hover{
	color:#000;
}
.line{
	background:#f8f2db;
	height:1px;
	margin-left:-25px;
	width:329px;
	margin-top:25px;
}
.zhuzuo{
	position:relative;
}
.zhuzuo ul li{
	width:279px;
	text-align:center;
	padding-top:10px;
}
.zhuzuo ul li div{
	margin-top:10px;
}
.zhuzuo ul li div a{
	color:#000;
	text-decoration:none;
}
.zhuzuo ul li:hover div a{
	color:#b83100;
}
.zhuzuo .LeftButton , .zhuzuo .RightButton{
	position:absolute;
	left:-25px;
	top:85px;
}
.zhuzuo .RightButton{
	left:283px;
}
.fenxiang{
	border:1px solid #c6bfa5;
	padding:5px 39px;
	overflow:hidden;
	margin-top:8px;

}
.fenxiang a{
	display:block;
	width:33px;
	height:33px;
	float:left;
	margin-right:50px;
}
.fenxiang a.icon_sinaweibo{background: url(../images/icon_sinaweibo.png) no-repeat 0 0;}
.fenxiang a.icon_weixin{background: url(../images/icon_weixin.png) no-repeat 0 0;}
.fenxiang a.icon_qqweibo{background: url(../images/icon_qqweibo.png) no-repeat 0 0;margin-right:0;}
.fenxiang a.icon_sinaweibo:hover{background: url(../images/icon_sinaweibo_h.png) no-repeat 0 0;}
.fenxiang a.icon_weixin:hover{background: url(../images/icon_weixin_h.png) no-repeat 0 0;}
.fenxiang a.icon_qqweibo:hover{background: url(../images/icon_qqweibo_h.png) no-repeat 0 0;}
.qtzhuzuo{
	margin-top:4px;
}
.qtzhuzuo a{
	height:29px;
	width:279px;
	display:block;
}
.qtzhuzuo .sszz1{
	background:url(../images/sszz1.jpg) repeat-x 3px 0;
}
.qtzhuzuo .sszz2{
	background:url(../images/sszz2.jpg) repeat-x 3px 0;
}
.qtzhuzuo .sszz1:hover{
	background-image:url(../images/sszz1H.jpg);
}
.qtzhuzuo .sszz2:hover{
	background-image:url(../images/sszz2H.jpg);
}
.yyzq{
	height:440px;
}
.pxgx{
	/*height:640px;*/
}
.zxcl{
	height:700px;
}
.xmbz{
	height:410px;
}
.sdxz{
	height:340px;
}
.fzsx{
	height:400px;
}
.scroll{
	position:relative;
	overflow:hidden;
	width:328px;
}
.scroll ul{
	width:984px;
}
.scroll ul li{
	width:328px;
	text-align:center;
	float:left;
	font-size:0;
}
.scroll ul li a.didi{
	display:block;
	width:328px;
	height:168px;
	background:#000;
}
.scroll ul li a.didi img{
	opacity:1;
}
.scroll ul li a.didi:hover img{
	opacity:0.6;
}
.scroll ul li div{
	margin-top:10px;
}
.scroll ul li a{
	color:#000;
	text-decoration:none;
	display:block;
	font-size:14px;
}
.scroll ul li a:hover{
	color:#b83100;
}
.scroll ul li span a{
	margin-top:10px;
	display:block;
	font-size:14px;
}
.scroll .LeftButton , .scroll .RightButton{
	position:absolute;
	left:0px;
	top:55px;
}
.scroll .RightButton{

	left:307px;
}
.yyzq .yyzq_left{
	width:328px;
	margin-right:1px;
	float:left;
	padding-bottom:15px;
}
.yyzq .yyzq_middle{
	width:329px;
	margin-right:1px;
	float:left;
	padding-bottom:15px;
}
.yyzq .yyzq_right{
	width:328px;
	float:left;
	padding-bottom:15px;
}
.yyzq .yyzq_middle div{
	text-align:center;
}
.pxgx .pxgx_left,.pxgx .pxgx_middle,.pxgx .pxgx_right{
	width:328px;
	float:left;
	margin-right:1px;
	height:440px;
	overflow:hidden;
}
.pxgx .pxgx_middle{
	width:279px;
	padding-left: 25px;
    padding-right: 25px;
}
.pxgx .pxgx_right{
	margin-right:0;
}
.mar1{
	margin-left:25px;
	margin-right:25px;
}
.mar2{
	margin-top:20px;
}
.xmnsj{
	border:5px solid #d6cbb6;
	position:relative;
	margin-top:50px;
	height:120px;
}
.xmnsj h4 a{
	color:#988a68;
	font-size:14px;
	width:85px;
	background:#f0ead4;
	position:absolute;
	top:-22px;
	height:40px;
	line-height:40px;
	left:94px;
	text-align:center;
	text-decoration:none;
}
.xmnsj h4 a:hover{
	color:#b83100;
}
.xmnsj img{
	float:left;
	margin-top:5px;
	margin-left:20px;
	margin-right:25px;
}
.xmnsj div.fl{
	margin-top:10px;
}
.xmnsj div.fl div{
	border-bottom:1px dotted #c3aa7d;
	height:32px;
	line-height:32px;
	width:114px;
}
.xmnsj div.fl div a{
	color:#b83100;
	text-decoration:none;
	margin-left:13px;
}
.xmnsj div.fl div a:hover{
	text-decoration:underline;
}
.pxgx2{
	border:8px solid #d6cbb6;
	margin-top:1px;
	background:#e3ddc7;
}
.pxgx2 .crfm,.pxgx2 .rhzgk,.pxgx2 .sxyd{
	float:left;
	line-height:1.8;
	overflow:hidden;
    padding: 20px 25px;
}
.pxgx2 .crfm {
    width: 225px;
}
.pxgx2 .rhzgk {
    width: 225px;
}
.pxgx2 .sxyd {
    width: 370px;
}
.pxgx2 .crfm h4, .pxgx2 .rhzgk h4 {
    background: url(../images/listC.png) no-repeat scroll left 10px rgba(0, 0, 0, 0);
}
.pxgx2 .sxyd h4 {
    background: url(../images/listC.png) no-repeat scroll left 10px rgba(0, 0, 0, 0);
    float: left;
    padding-left: 20px;
    width: 80px;
	font-weight: normal;
}
.pxgx2 .crfm h4 a, .pxgx2 .rhzgk h4 a {
    background: none repeat scroll 0 0 #f0ead3;
    color: #000;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    text-align: center;
    text-decoration: none;
    width: 120px;
}
.pxgx2 .crfm h4 a:hover,.pxgx2 .rhzgk h4 a:hover{
	color:#b83100;
}
.sxyd ol {
    float: left;
    width: 270px;
}
.sxyd ol li{
	width:120px;
	display:block;
	float:left;
	margin-right:15px;
}
.sxyd ol li a{
	background:#f0ead3;
	height:25px;
	line-height:24px;
	width:120px;
	text-align:center;
	font-size:14px;
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.sxyd ol li a:hover{
	color:#b83100;
}
.zxcl_left,.zxcl_middle,.zxcl_right{
	float:left;
	width:279px;
	padding:15px 25px;
	line-height:1.8;
	height:300px;
}
.zxcl_left .more,.zxcl_middle .more,.zxcl_right .more{
	margin-right:0;
}
.zxcl_left p{
	text-indent:30px;
	height:190px;
	color:#505050;
	cursor:pointer;
	text-align:justify;
	line-height:1.8;
}
.zxcl_left p:hover{
	color:#000;
}
.xmbz .xmbz_left,.xmbz .xmbz_middle,.xmbz .xmbz_right{
	float:left;
	width:278px;
	padding:0 25px;
	line-height:1.8;
	height:300px;
}
.xmbz_xmwk,.xmbz_fjgs{
	border:1px solid #d6cbb6;
	height:236px;
    margin-top: 15px;
    position: relative;
	width:275px;
}
.xmbz_xmwk h3 a,.xmbz_fjgs h3 a{
	background:url(../images/xmbz_hbg.gif) no-repeat 0 0;
    font-size:18px;
    height:38px;
    line-height:38px;
    text-align:center;
    width:271px;
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
.xmbz_xmwk h3 a:hover,.xmbz_fjgs h3 a:hover{
	color:#b83100;
}
.xmbz_xmwk ul.tab_list,.xmbz_fjgs ul.tab_list,.fayu ul.tab_list{
	margin:5px 0 15px 5px;
	height:24px;
}
.xmbz_xmwk ul.tab_list li,.xmbz_fjgs ul.tab_list li,.fayu ul.tab_list li{
	height:24px;
	width:87px;
	background:#e3ddc7;
	color:#988a68;
	font-size:14px;
	float:left;
	margin-left:1px;
	text-align:center;
	cursor:pointer;
	font-weight: bold;
}
.fayu ul.tab_list li.current,
.fayu ul.tab_list li:hover,
.xmbz_xmwk ul.tab_list li:hover,
.xmbz_fjgs ul.tab_list li:hover,
.xmbz_xmwk ul.tab_list li.current,
.xmbz_fjgs ul.tab_list li.current{
	background:#988a68;
	color:#e3ddc7;
}
.xmbz_xmwk .tab_div ul li a,.xmbz_fjgs .tab_div ul li a{
	background:url(../images/listC.png) no-repeat 10px center;
	height:30px;
	line-height:30px;
	padding-left:25px;
	border-bottom:1px solid #cfc6b0;
	display:block;
	color:#000;
	text-decoration:none;
	font-size:13px;
}
.xmbz_xmwk .tab_div ul li a:hover,.xmbz_fjgs .tab_div ul li a:hover{
	background-image:url(../images/listC.png);
	color:#b83100;
}
.list_sdxz{
	position:relative;
	width:987px;
	height:211px;
	overflow:hidden;
}
.list_sdxz ul{
	width:1316px;
}
.list_sdxz ul li{
	float:left;
	width:328px;
	margin-right:1px;
	padding:0;
	height:211px;
	font-size:0;
}
.list_sdxz ul li a.dise{
	display:block;
	height:164px;
	width:328px;
	background:#000;
}
.list_sdxz ul li a.dise img{
	opacity:1;
}
.list_sdxz ul li a.dise:hover img{
	opacity:0.6;
}
.list_sdxz ul li a.wenzi{
	height:47px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	width:328px;
	color:#000;
	display:block;
	background:#e3ddc7;
}
.list_sdxz ul li a:hover{
	color:#b83100;
}
.list_sdxz .LeftButton{
	position:absolute;
	left:0;
	top:60px;
}
.list_sdxz .RightButton{
	position:absolute;
	right:0;
	top:60px;
}
.fzsx .fzsx_left,.fzsx .fzsx_middle,.fzsx .fzsx_right{
	float:left;
	width:278px;
	padding:0 25px;
	height:300px;
}
.fzsx .fzsx_right {
    padding-top: 43px;
	height:270px;
}
.fzsx .fzsx_left h3,.fzsx .fzsx_middle h3{
	margin-bottom:10px;
	margin-top:25px;
}
.list_fzsx li{
	height:34px;
	line-height:34px;
	border-bottom:1px dotted #988a68;
	font-size:13px;
	width:278px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.list_fzsx li em{
	color:#b83100;
	font-style:normal;
	margin-right:5px;
}
.list_fzsx li em a{
	color:#b83100;
}
.list_fzsx li em a:hover{
	text-decoration:underline;
}
.list_fzsx li a{
	color:#000;
	text-decoration:none;
}
.list_fzsx li a:hover{
	color:#b83100;
}
.fzsx_right p{
	line-height:1.8;
	margin-top:10px;
}
.wen a{
	text-decoration:none;
	color:#000;
}
.wen a:hover{
	text-decoration:underline;
}
h2.dawen a{
	background-image:url(../images/h2_bg_dw.gif);
}
h2.dawen a:hover {
	background-image:url(../images/h2_bgH.gif);
    text-decoration: none;
}
.pan div {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 11;
    background-size: 100%;
}
.pan img {
    height: 80px;
    margin-top: 12px;
    vertical-align: middle;
    width: 67px;
}
#list li div img{
    height: 100%;
    margin-top: 0;
    width: 100%;
}
#list{width:328px;height:198px;position:relative;}
#list ul {margin:0px;padding:0px; float:left;}
#list li{width:100px;position:absolute;list-style-type:none;cursor:pointer;}
#list li img{width:80%;height:80%;vertical-align:top;}
.hove #title{
    display: block !important;
}
.hove #title:hover{
    color: #B83100;
}


/*toolbar 20150605 yangdd*/
.cbl{
	background-color: #39438b;
    bottom: 150px;
    height: 168px;
    position: fixed;
    right: 0;
    width: 60px;
    z-index: 99999;
}
.cbl .muisc a.mu{
	background-image: url(../images/toolbar/main_icon_05.gif);
    display: block;
    height: 48px;
    margin-left: 6px;
    margin-top: 6px;
    width: 48px;
}
.cbl .muisc a.mu2{
	height:48px;
	width:48px;
	display:block;
	background-image:url(../images/toolbar/main_icon_05_f.png);
	margin-left:6px;
	margin-top:6px;
}
.cbl .weixin a{
	background-image: url(../images/toolbar/main_icon_02.png);
    display: block;
    height: 48px;
    margin-left: 6px;
    margin-top: 6px;
    width: 48px;
}
.cbl .tiwen a{
	background-image: url(../images/toolbar/main_icon_tw.png);
    display: block;
    height: 48px;
    margin-left: 6px;
    margin-top: 6px;
    width: 48px;
}
.cbl .tiwen a:hover{background-image: url(../images/toolbar/main_icon_tw_h.png);}
.cbl .muisc .yc{
	width:168px;
	height:160px;
	position:absolute;
	top:0;
	left:-168px;
	background:url(../images/toolbar/mu_bg.png);
}
.cbl .weixin .yc{
	position:absolute;
	left:-168px;
	top:60px;
	width:168px;
	height:160px;
	background:url(../images/toolbar/mu_bg.png);
}
.cbl .weixin .yc .wxewm{
	width:152px;
	height:152px;
	margin-top:4px;
	margin-left:4px;
}
.cbl .muisc a.mu:hover{
	background-image:url(../images/toolbar/main_icon_05_h.png);
}
.cbl .weixin a:hover{
	background-image:url(../images/toolbar/main_icon_02_h.png);
}
.cbl .muisc div,.cbl .weixin div{
	display:none;
}
.cbl .muisc:hover div,.cbl .weixin:hover div{
	display:block;
}
.cbl .muisc_f a,.cbl .muisc_f a:hover{
	height:50px;
	width:50px;
	display:block;
	background-image:url(../images/toolbar/main_icon_05_f.png);
	margin-left:10px;
	margin-top:10px;
}
.cbl .muisc_f div,.cbl .muisc_f div:hover{
	display:none;
}
#musiclistHTML{line-height:26px;font-size:12px;text-align:left;padding-left:15px;color:#61574a}
#musiclistDIV .mu_hh{height:40px;line-height:40px;}

#musiclistHTML a{color:#61574a;text-decoration:none;}
#musiclistHTML a.a{color:#b83100;}
#musiclistHTML li.current a{color:#b83100;}

.xttz{
	width:278px;
	height: 152px;
	border-top:4px solid #d6cbb7;
	border-bottom:4px solid #d6cbb7;
	background: #f8f2dc;
	padding:0 25px;
}
.xttz h6{
	background: url(../images/h6bg.png) repeat-x 0 0;
	margin:0;
	padding:0;
	height: 40px;
	text-align: center;
}
.xttz h6 span{
	display: inline-block;
	padding:0 12px;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
	color:#b83100;
	font-size: 16px;
	background: #f8f2dc;
	font-weight: normal;
}
.xttz p.tongZ a{
	font-size: 13px;
	color:#988a6a;
	line-height: 1.8;
	padding:0;
	margin:0;
	text-align:justify;
	text-indent: 28px;
}
/*only index.html back-top-top*/
.zhiding a {
    background: #212b71;
    display: block;
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
    text-decoration: none;
    width: 50px;
}
.zhiding a i {
    color: #8d8fa7;
    display: block;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.zhiding a span {
    color: #8d8fa7;
    display: none;
    line-height: 1.4;
    padding-top: 5px;
}
.zhiding a:hover i{
    display:none;
}
.zhiding a:hover span{
    display:block;
}
/*2016.03.11日修改*/
.lscs{display:block;margin-top:30px;margin-bottom:10px;}
h4{text-align: center;margin-top:25px;}
h4 a{display: block;text-decoration: none;color:#000;}
.zhuzuo ul li{padding-top:15px;}
.zhuzuo .LeftButton, .zhuzuo .RightButton{top:65px;}
.qtzhuzuo a{height:37px;}
.qtzhuzuo{margin-top:20px;}
.fenxiang {border:0;margin-top: 25px;overflow: hidden;padding: 5px 30px;}
.fenxiang a {display: block;float: left;height: 49px;margin-right: 36px;
    width: 49px;}
.pxgx .pxgx_left, .pxgx .pxgx_middle, .pxgx .pxgx_right{height: 390px;}
/*.pxgx{height:1100px;}*/
.xmnsj{height: 120px;margin-top: 15px;padding: 19px 8px;}
.xmnsj h4{margin-top:0;}
.xmnsj h4 a{top:140px;}
.kuai1,.kuai2{width:944px;margin:0 auto;}
.kuai1 h3{background: url(../images/tit_bg_l01.png) no-repeat 0 0;height: 35px;width:944px;font-size: 18px;color:#ebe5cf;text-align: center;line-height: 35px;font-weight: normal;}
.kuai1 ul.list2{width:430px;float:left;padding:20px;background: #ebe5cf;}
.kuai1 ul.list2:last-child{float:right;}
.kuai1 ul.list2 li{border-bottom:1px dotted #9f9170;}
.kuai1 ul.list2 li a.a_tit{width:270px;}
.kuai1 ul.list2 li a.mulu{color:#7e6b5a;float:right;}
.kuai2{margin-top:40px;margin-bottom: 40px;}
.kuai2 h4{margin:0;}
.kuai2 h4 a{float:left;width:312px;height:40px;line-height: 40px;background: url(../images/h2bg.png) no-repeat center center #e3ddc7;color:#7e6b5a;font-size: 16px;font-weight: normal;margin-right: 4px;display: block;}
.kuai2 h4 a:hover{background-color:#9e9072;color:#f8f2dc;}
.kuai2 h4:last-child a{margin-right:0;}
.kuai3{border:7px solid #d6cbb6;background: #e3ddc7;padding:15px;}
.kuai3 h3{background: url(../images/tit_bg_l02.png) no-repeat 0 0;height: 35px;width:944px;font-size: 18px;color:#ebe5cf;text-align: center;line-height: 35px;font-weight: normal;}
.kuai3 h3 .h3_left{font-size: 14px;color:#e3ddc7;float:left;margin-left:50px;}
.kuai3 h3 .h3_right{font-size: 14px;color:#e3ddc7;float:right;margin-right:50px;}
.kcb{background: #f8f2db;font-size: 12px;}
.kcb tr th{background: #b1a88b;color:#ffffff;height:64px;font-weight: normal;text-align: center;}
.kcb tr:nth-child(1) th{background: #9f9170;}
.kcb tr th.fenge{color:#cbc3a6;background: url(../images/fenge.jpg) no-repeat 0 0 / 100% 100%;}
.kcb tr td{background: #f0ead3;height:83px;text-align: center;}
.kcb tr td:nth-child(2n+1){background: #e3ddc7;}
