﻿body {
	margin:0;
	background:#fff;
	font-size:12px;
}


div {
	font-size:12px;
	text-align:left;
}


td {
	font-size:12px;
}



a {
	color:#003969;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}


.ad_style {
	padding:3px;
	border:1px solid #ccc;
}


.bigfont {
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}

.imglink
{
    vertical-align:middle;
    color:Black;
    text-decoration:none;
    font-size:12px;
}
.imglink A
{
    text-decoration:none;
    color:Black;
    font-size:12px;
}

A.whitelink:link {
	color: #fff;
	text-decoration:none;
}
A.whitelink:visited {
	color: #fff;
	text-decoration:none;
}
A.whitelink:hover {
	text-decoration:underline;
}

/***顶部banner***/
#header {
	height:105px;
	width:1003px;
	background:url(head_back.png) repeat-x;
	overflow:hidden;
}

#header_bar {
	margin:0px;
	height:105px;
	background:url(head_bar.png) no-repeat 3px;
	position:relative;
}

#header_logo {
	width:200px;
	height:70px;
	position:absolute;
	left:12px;
	top:20px;
}

#header_contact {
	width:300px;
	height:35px;
	margin-left:650px;
}
.head_contact {
	text-align:center;
	background:url(head_contact_fill.png) repeat-x;
	padding-top:7px;
}

#header_announce {
	width:680px;
	height:20px;
	position:absolute;
	left:300px;
	top:45px;
	color:#a6cced;
}

#header_location {
	width:700px;
	height:29px;
	position:absolute;
	left:290px;
	top:70px;
	color:#fff;	
}
    #header_location ul {
  		margin:0px;
		padding:0px;
		list-style:none;
    }
	#header_location ul li {
		float:left;
		background:url(head_location.png) no-repeat;
		width:41px;
		height:24px;
		text-align:center;
		padding-top:5px;
	}
	#header_location .selected a {
		color:#ff6600;
		font-weight:bold;
	}
	#header_location .selected a:hover {
		color:#ff6600;
		font-weight:bold;
		text-decoration:underline;
	}
	#header_location ul li a {
		color:#fff;
		text-decoration:none;
	}
	#header_location ul li a:hover {
		color:#fff;
		text-decoration:underline;
	}


/***顶部menu***/
#menu_main {
	width:975px;
	height:52px;
	background:url(menu_nav.png) repeat-x;
	overflow:hidden;
}
    #menu_main ul {
  		margin:0px;
		padding:0px;
		list-style:none;
    }
	#menu_main ul li {
		float:left;
		background:url(menu_nav.png) repeat-x;
		width:87px;
		height:52px;
		text-align:center;
		padding-top:18px;
	}
		#menu_main .menu_split {
			float:left;
			background:url(menu_split.png) no-repeat;
			width:1px;
			height:52px;
		}
	#menu_main ul li A {
		width:86px;
		height:52px;
		color:#002f6e;		
		display: block;
		text-decoration:none;
		font-size:15px;
		font-weight:bolder;
	}
	#menu_main ul li A:hover {
		width:86px;
		height:52px;
		background:url(menu_hover.png) repeat-x 0 -18px;
	}
	
	#menu_main .menu_main_hover {
		width:86px;
		height:52px;
		background:url(menu_hover.png) repeat-x;
	}


/***底部***/
#footer {
	width:1000px;
	height:184px;
	background:url(footer_fill.png) repeat-x;
}

#copyright {
	text-align:center;
	height:30px;
	padding-top:50px;
}
	#copyright a {
		color:#333;
	}
	#copyright a:hover {
		text-decoration:underline;
	}
	
#copylogo {
	width:700px;
	height:80px;
	line-height:20px;
	color:#fff;
	margin:0 auto;}
	
		#copylogo a {
		color:#fff;
	}

#copylogo_show {
	width:200px;
	float:left;
	height:80px;
	text-align:right;
	padding-top:30px;
}