body {
    background:#f5f6fa url(../image/back.jpg);
	background-repeat: repeat;
    margin:0;
    padding:0;
}
.site_title {
	width:1147px;
	margin:0 auto;
}
.line {
	background: #f5f6fa;
	width:1147px;
	border: 1px #000;
	margin: 0 auto;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.background {
	background: #f5f6fa;
	width:1147px;
	margin:0 auto;
}
.example {
	background: #f5f6fa url(../image/templatemo_body.jpg);
	width: 1147px;
	height: 730px;
	border: 1px #000;
	margin: 0 auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.jieshao {
	width:650px;
	padding-left: 20px;
	padding-top: 20px;
}
.left_div_one {
	width: 350px;
	height: 280px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}
.under_div {
	width: 600px;
	height: 380px;
}
.under_div img{
	width:100%;
	height:100%;
}
.left_div_two {
	width: 300px;
	height: 280px;
	float: left;
	padding-top: 20px;
}
.headpic {
	heiht: 287px;
	width: 205px;
	float: left;
}
.headlet {
	heiht: 287px;
	width: 445px;
	float: left;
}
.footer {
	width:1147px;
	margin: 0 auto;
}

#nav {
    display:inline-block;
    width:1147px;
    margin:0px auto;
    padding:0;
    background:#335599 url(../image/bg3.png) repeat-x 0 -110px;

    border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
#nav li {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
	position: relative;
	list-style: none;
}
#nav a {
    font-weight:bold;
    color:#e7e5e5;
    text-decoration:none;
    display:block;
    padding:8px 20px;

    border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, .7);
}


#nav .current a, #nav li:hover > a {
    background:#7788aa url(../image/bg3.png) repeat-x 0 -20px;
    color:#000;
    border-top:1px solid #f8f8f8;

    box-shadow:0 2px 2px rgba(0,0,0, .7); 
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}


#nav ul li:hover a, #nav li:hover li a {
    background:none;
    border:none;
    color:#000;
}
#nav ul li a:hover {
    background:#335599 url(../image/bg3.png) repeat-x 0 -100px;
    color:#fff;

    border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#nav ul li:first-child > a {
    -moz-border-radius-topleft:10px; 
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
    -moz-border-radius-bottomleft:10px; 
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}


#nav li:hover > ul {
    
}
#nav ul {
    
	display:none;
    padding:0;
    width:175px;
    position:absolute;
    background:#aabbcc url(../image/bg3.png) repeat-x 0 0;
    border:1px solid #7788aa;

    border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);

    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
    float:none;
    margin:0;
}
#nav ul a {
    font-weight:normal;
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
    left:160px;
    top:0px;
}

h1 {
	MARGIN: 0px;
	font-family: "华文行楷";
	font-weight: bold;
	color: #000;
	font-size: 28px;
}
h3 {
	font-family:"楷体";
 line-height:130%
}
h2 {
	font-family:"楷体";
}
p {
	font-family:"楷体";
    line-height:130%
}