@charset "utf-8";
/* CSS Document */
body{
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(../images/bg-blue.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
img{
	border:none;
}
/*header*/
.logo{
	width:300px;
	height:130px;
	float:left;
	margin-top:-45px;
}
/*nav*/
.menu{
	width:684px;
	height:85px;
	float:right;
	background-color:#d9d9d9;
}
/*flash*/
.flash{
}
/*content*/
.line{
	border-bottom:solid 3px #0a327c;
	clear:both;
}
.content-1{
	width:644px;
	height:auto;
	margin-top:20px;
	margin-right:20px;
	float:right;
}
.text3{
	float:left;
}
.pic1{
	margin-top:20px;
}
.pic_news{
	width:984px;
	height:100px;
	margin-top:20px;
}
.frame_pic_news{
	width:208px;
	height:100px;
	background-color:#FFF;
	border:solid 1px #666;
	float:left;
	margin-right:4px;
	box-shadow:2px 2px 3px 0px #999;
}
.frame_pic_news img{
	margin:4px;
}
.detail1{
	margin-top:20px;
	font-size:14px;
	line-height:20px;
	color:#0a327c;
}
.detail2{
	margin-top:20px;
	font-size:18px;
	font-weight:200;
	color:#0a327c;
}
.content-2{
	width:290px;
	height:auto;
	margin-left:10px;
	margin-top:-3px;
	float:left;
	margin-bottom:20px;
}
.about_detail{
	width:290px;
	height:308px;
	background-color:#898989;
}
.head_name img{
	margin-top:20px;
}
.icon_flag img{
	margin-top:10px;
	margin-left:15px;	
}
.detail{
	font-size:14px;
	margin-left:15px;
	color:#FFF;
}
.text_color{
	color:#0a327c;
}
.banner{
	margin-top:15px;
}
.banner img{
	margin-top:10px;
}
/*Footer*/
.tab_footer{
	width:auto;
	height:40px;
	background-image:url(../images/bg-hd-footer.jpg);
	background-repeat:repeat-x;
}
.menu_footer{
	width:984px;
	height:40px;
	margin:auto;
}
.menuft{
	color:#FFF;
	font-size:12px;
	float:left;
	margin-top:17px;
}
.menuft a{
	text-decoration:none;
	color:#FFF;
}
.menuft a:hover{
	text-decoration:underline;
	color:#FFF;
}
.copyright{
	color:#FFF;
	font-size:12px;
	float:right;
	margin-top:17px;
}
.address{
	color:#FFF;
	font-size:12px;
	text-align:center;
	line-height:20px;
	margin-top:10px;
}
.address a{
	text-decoration:none;
	color:#FFF;
}
.address a:hover{
	text-decoration:underline;
	color:#FFF;
}
/*Container*/
.container_web{
	width:984px;
	height:auto;
	margin:auto;
	margin-top:50px;
	background-color:#FFF;
}
.container_hd{
	width:984px;
	height:auto;
}
.container_content{
	width:984px;
	height:890px;
	background-color:#FFF;
}
.container_footer{
	width:auto;
	height:140px;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	clear:both;
	margin:-10px;
}
