*{
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
}
div,ul,li,p,dl{
	height:auto;/*/////IE6\IE7\IE8自适应兼容/////*/
	min-height:0;/*/////IE6\IE7\IE8自适应兼容/////*/
	_height:0;
	overflow:hidden;
	_overflow:visible;}
img{
	border:0;
}
a{
color:#01439A;
text-decoration:none;
}
a:hover{
text-decoration:underline;}
li
{
	list-style-type:none;
	}

body{
	text-align:center;
	background-image:url(../Style/images/topBg.gif);
	background-repeat:repeat-x;
}
/*///////////////////////////////////////////颜色标识/////////////*/
.highlight{color:#CC0000;}
.colink{ color:#996600;}
/*///////////////////////////////////////////主体样式/////////////*/
.main{
	width:960px;
	margin:0 auto;
}
/*-------------顶部----------------*/
.top{
	height:100px;
	position:relative;
	margin-bottom:5px;
}
.top .logo{
	position:absolute;
	bottom:5px;
	left:20px;
}
.top .navigation{
	position:absolute;
	right:20px;
	bottom:0;
	height:36px;
}
.top .navigation a{
	display:block;
	float:left;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-left:10px;
	background-color:white;
	border:1px solid #AACCEE;
	border-top:5px solid #AACCEE;
	background-color:#f8fbff;
	text-decoration:underline;
}
.top .navigation .home{
	color:#A60514;
	font-weight:bold;
	background-color:white;
	position:relative;
}
.top .navigation a:hover{
	text-decoration:none;
}
/*-------------顶部banner----------------*/
.topbanner{
	height:50px;
	margin-bottom:5px;
}
/*-------------左部----------------*/
.left{
	float:left;
	width:200px;
}
/*-------------右部----------------*/
.right{
	float:right;
	width:750px;
}

/*///////////////////////////////////////////右部板块样式定义/开始////////////*/
.borderSyl
{
	background-color:#F0F5FB;
	border:1px solid #D9E9F8;
	margin-top:5px;
	padding:2px;
	}
.borderSyl *{background-color:white;}
.borderSylCtn{border:10px solid white;}
.borderSyl .head{
	color:#01439A;
	height:30px;
	font-size:14px;
	line-height:30px;
	padding:0 10px;
	border:0;
	background-color:#F0F5FB;
	border-bottom:5px solid white;
}
.borderSyl .head a{background-color:#F0F5FB;}
.borderSyl .row{
	line-height:30px;
	color:#01439A;
	position:relative;
	clear:both;
	border-bottom:1px solid #D9E9F8;
	border-right:5px solid white;
	border-left:5px solid white;
}
.borderSyl .row .sort{
	float:left;
	width:70px;
	border-right:1px solid #D9E9F8;
	text-align:center;
}
.borderSyl .row li{ float:left;width:80px;height:25px; overflow:hidden;}
.borderSyl .row li a{font-size:12px;}

.borderSyl .info{clear:both;heigh:25px;line-height:25px;color:#999;font-size:12px;border-left:10px solid white;border:}
.borderSyl .list,.borderSyl .list1{border-left:10px solid white;border-bottom:10px solid white;}
.borderSyl .list li,.borderSyl .list1 li{float:left;width:50px;height:25px;line-height:25px;margin-left:5px;}
.borderSyl .list1 li{width:80px;}
.borderSyl .list1 li a{font-size:12px;}

/*///////////////////////////////////////////右部板块样式定义/结束////////////*/

/*-------------友情链接----------------*/
.link{
	clear:both;
	margin:20px 10px 0 10px;
	line-height:30px;
	font-size:12px;
	color:#999999;
}
.link a{
	margin:0 5px;
	color:#01439A;
	font-size:12px;
}
/*-------------底部----------------*/
.bottom{height:100px;clear:both;color:#666;}
.bottom .info{border-bottom:1px solid #AACCEE;}
.bottom .info a{margin:0 5px;}
.bottom *{font-size:13px;text-align:center;line-height:25px;}
.bottom .message *{color:#A60514}
/*///////////////////////////////////////////网站建设中/////////////*/
.building{
	width:385px;
	height:421px;
	float:right;
	margin-top:20px;
	position:relative;
	background-image:url(images/building.jpg);
	background-repeat:no-repeat;
}
.building .message{
	position:absolute;
	width:100px;
	height:50px;
	line-height:50px;
	top:160px;
	left:50px;
}
.building .message *{
	font-size:14px;
	font-weight:bold;
	color:#A60514;
	text-decoration:underline;
}