﻿@charset "utf-8";
/* CSS Document */

/*全局定义-开始*/
body {
	margin-top: 5px;
	margin: 0;
	padding: 0;
	text-align:center;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
}

body, td, th {
	font-family:"宋体","微软雅黑";
	color: #666666;
	font-size:12px;
	line-height:16px
}

a {
	font-size: 12px;
	color:#666666;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:hover img {
	filter:alpha(opacity=85)!important;
	-moz-opacity:8.5!important;
}

a:active {
	text-decoration: none;
	color: #666666;
}
/*全局定义-结束*/

#page {
	width:985px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;
}

/*页中定义-开始*/
#box {
	width:985px;
	height:687px;
	background-image:url(../img/box_bg.jpg);
	float:left;
}

/*左边定义*/
#box_lt {
	width:720px;
	height:auto;
	float:left;
	padding-top:27px;
}

#nav {
	width:600px;
	float:left;
	margin-left:15px !important;
	margin-left:10px;
}

.nav_li {
	float:left;
}

#datu {
	float:left;
	margin-top:20px;
	margin-left:15px !important;
	margin-left:7px;
}

#title {
	width:380px;
	height:204px;
	background-image:url(../img/title_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:20px;
	margin-left:3px !important;
	margin-left:3px;
	padding-top:50px;
}

#title span a{
	font-size:14px;
	font-weight:bold;
	
}

#title p{
	width:340px;
	text-align:left;
	margin-left:15px !important;
	margin-left:0px;
}

.title_li {
	text-align:left;
	margin-left:15px;
	line-height:27px;
	margin-bottom:0px !important;
	margin-bottom:10px;
}

.title_li a{
	font-size:14px;
	text-align:left;

}

#title ul li a{
	font-size:14px;
}

#contact {
	width:696px;
	height:159px;
	float:left;
	background-image:url(../img/contact_bg.jpg);
	margin-top:20px;
	margin-left:15px !important;
	margin-left:8px;
	padding-top:40px;
	text-align:right;
}

#contact table {
	float:right;
}

#contact td {
	color: #009900;
	font-size:14px;
}

#contact table a {
	color: #009900;
	font-size:14px;
}

#banner {
	width:702px;
	height:121px;
	background-image:url(../img/banner.jpg);
	float:left;
	margin-left:15px !important;
	margin-left:8px;
	margin-top:15px;
}

/*右边定义*/
#box_rt {
	width:265px;
	height:auto;
	float:left;
}

#flash {
	float:left;
	margin-left:5px !important;
	margin-left:2px;
}

#weather {
	float:left;
	margin-left:30px !important;
	margin-left:15px;
}

#search {
	width:233px;
	height:42px;
	float:left;
	background-image:url(../img/search_bg.gif);
	margin-top:7px;
	margin-left:8px !important;
	margin-left:4px;
	padding-top:75px;
	padding-left:3px;
}

#link {
	width:234px;
	height:165px;
	background-image:url(../img/link_bg.gif);
	float:left;
	margin-top:7px;
	margin-left:8px !important;
	margin-left:4px;
	padding-top:90px;
	padding-left:2px;
}

#link img {
	vertical-align:3px;
}


/*页中定义-结束*/


/*页脚定义-开始*/
#foot {	
	width:410px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#foot a {
	font-size:14px;
}

#foot img {
	vertical-align:-14px;
}
	


