@charset "utf-8";
@font-face {
  font-family: Helvetica Condensed Bold;
  src: url(../fonts/Helvetica Condensed Bold.ttf) format('truetype'); font-weight:900;
}
@font-face {
  font-family: Diavlo;
  src: url(../fonts/Diavlo_BLACK_II_37.otf) format('opentype'); font-weight:900;
}

/*--------------- 全局布局开始 ---------------*/
.Container {width:980px; float: left; position:relative;}

.bgIndex{background: url(../images/buddha_background_repeat.jpg) repeat;}

/* 头部 */
.buHeader {width: 980px;  margin: 0 auto; }
.buHeaderbg {background: url(../images/buddha_background.jpg) no-repeat; height: 623px;}


.buNav {
	width: 400px;
	height: 40px;
	left: 500px;
	position:absolute;
	top:30px;
}
.buNav li {float: left; text-align:center; width: 98px; }
.buNav li a {width: 98px; height: 40px; line-height: 40px; margin-top: 2px; text-align: left; font-family: "Helvetica"; font-size: 14px; font-weight: bold; text-decoration: none; display: block;}
.buNav li a:hover {text-decoration:underline;}
.buNav li a.now { color:#000; display: block;}
.buContent {float:left;left:500px; width:500px; position:relative;top:80px; font-family: "Helvetica"; font-size: 12px; color:#333; line-height:1.5em;}
.buContent h1{ margin-top:10px; font-size: 12px; font-weight: bold; color:#333;line-height:40px;}
.blContent a { color:#C00; font-size:12px;font-family: "Helvetica"; text-decoration:underline;}
.buContent a:hover { color:#333; }
.buContent ul { position:relative; width:500px; }
.buContent li {float: left; text-align: left; width: 250px;line-height: 24px; }
.buContent li a{border-bottom:1px dashed;}

/* 底部 */
.slFooter {width:100%; border-top: 1px solid #d9d9d9;background-color:#000; float: left; position:relative;}
.slFooter .copyright {width:920px; margin: 0 auto;font-size: 12px; color: #666; padding: 30px 30px;}
.slFooter .copyright span {font-family:Helvetica Condensed Bold; font-size: 16px;color: #fff;}
.slFooter b{ color:#C00;}

