﻿/* CSS 基础 */
html, body {
	font-family:CENTURYGOTHIC, Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	margin:0;
	padding: 0;
	text-decoration: none;
	background-color:#fff;
	font-size:14px;
	color:#555555;
	background:url(bg.jpg);
}
@font-face{
	font-family:CENTURYGOTHIC;
	src:url('CENTURYGOTHIC.TTF')

}
ul li {list-style-type:none}
* {
	margin:0;
	padding:0;
}
a {
	color:#555555;
	text-decoration: none;
}


h1 {
	color: #713d10;
	font-size:40px;
	font-weight: bold;
	padding: 0 0.8em;
	text-align: center;
	line-height:100%;
	margin:0.5em 0 ;
}
h2 {
	color: #946033;
	font-size:24px;
	font-weight: bold;
	line-height:100%;
	padding:0 30px;
	margin: 20px 0 10px 0 ;
	line-height:150%;
	text-align:left;
	font-family:CENTURYGOTHIC;
}

h3 {
	font-size:16px;
	color:#713d10;
	border-bottom:#d5c9ba solid 1px;
	padding:10px 0;
}
h4 { text-align:center; padding:10px 0;} 
p {
color: #55555;
    line-height: 280%;
	padding:10px 30px;
	font-size:24px;
}
.clearfloat { clear:both; height:0px;}
/*首页css========*/
.page{ width:640px; margin:0 auto; padding-bottom:100px;}
.top { background:#946033; padding:10px; }
.head{width:640px; margin:0 auto;}
.logo { margin:30px 0 30px 10px;; float:left;}
.nav {
	width: 640px;
	float: right;
	margin-top: 0px;
	height: 65px;
	background: #946033;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.nav ul li { font-size:24px; float:left; width:159px; text-align:center; line-height:65px; position:relative; border-right:#bf8959 1px solid; position:relative; }
.nav ul li.last{ border-right:0px;}
.nav ul li  a { color:#FFFFFF;}
.nav ul li b{font-size:18px; position:absolute; left:50%; margin-left:-65px; top:20px; width:130px; }
.sy a{ color:#c09f6f;}
.cp { padding:10px 20px;}
.trianglebox{ width:150px; height:135px; background:#efd4aa; border-radius:8px; position:absolute; left:5px; bottom:75px; padding-top:5px; display:none;} 
.trianglebox ul li { width:150px; border:0; line-height:65px;}
.trianglebox ul li a { color:#784519;}
.triangle {
	position:absolute;
    width: 15px;
    height:15px;
	left:63px;
	bottom:-8px;
	background:#efd4aa;
	transform: rotate(45deg);
}








