@charset "utf-8";

body
{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#EEEEEE;
}

.div_Header
{
	width::100%;
	height:88px;
	background-color:#04273c;
	border-bottom:solid 1px #2b6291;
	color:#FFF;
}

.HeaderShadow
{
    position: relative;
	width:100%; height:25px;
	background:url('Images/HeaderShadow.png') repeat-x;
	float:left;
	z-index: 11;
}

.div_PageCenter {width:980px; margin:0 auto 0 auto;}

.div_logo{width:314px; height:88px; float:left;}

.div_menuArea{float:right; margin:40px 0 0 40px; border-bottom:solid 3px #032b44; text-align:right; cursor:pointer;}
.div_menuArea:hover{border-bottom:solid 3px #44759e}
.div_menuArea span {font-size:18px;}

.main
{
	width:100%;
	background-color:#eeeeee;
	float:left;
}

.main1
{
	width:100%;
}

.banner
{
	width:100%;
	height:468px; 
	background-color:#054065;
	float:left;
}

.Shadow 
{
	width:100%;
	height:11px; 
	background:url('Images/Shadow.png') repeat-x;
	position:relative;
	top:-11px;
	float:left;
}
	
.Footer
{
	width:100%;
	color:#FFF;
	background-color:#05314d;
	float:left;
	margin-top:30px;
	padding-bottom:10px;
}


.map_bg { width:100%; height:103px; background:url('Images/map_bg.jpg') repeat-x; border-top:solid 4px #eeeeee; float:left;}
.map_hr{ width:100%; height:3px; background-color:#eeeeee; background:url('Images/hr.jpg') no-repeat center center; float:left;}
.map_bg_left{width:700px; height:102px; float:left; border-top:5px; display:table;}
.map_s { top:50%; vertical-align:middle; display:table-cell; font-size:30px; color:#fFF }
.map_s a, .map_s span { color:#04283f; text-decoration: none; font-weight:bold; font-size:30px;}

.CatBtn{width:234px; height:66px; float:right; margin-top:18px;}

.images_frame
{
	width:316px; height:104px; padding-top:7px;
	background:url('Images/images_frame.jpg') no-repeat center center; 
	text-align:center; 
	float:left;
	margin-top:5px;
}


h1{width:316px; height:30px; border-bottom:solid 2px #085b8f; color:#085b8f; font-size:18px; float:left;}
.h2_left{padding-left:15px}
.mainImgBox{width:316px; margin-top:20px; float:left;}
.mainImgBox1{width:480px; margin-top:20px; float:left;}

a.a1 { text-decoration:none; color:red; }
a.a1:hover { text-decoration:underline; }

.content_menu > ul 
{
    width: 250px;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}

.content_menu > ul > li 
{
    background: url('Images/btn_Ico.png') no-repeat;
    background-position: left 12px;
	display:block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
	padding: 4px 0;
	text-indent: 15px;	
}

.content_menu > ul > li:first-child
{
    border-top: none;
}

.content_menu > ul > li:last-child   
{
    border-bottom: none;
}



.content_menu ul li a
{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	
}.content_menu > ul > li > a 
{
    font-weight: bold;
}
.content_menu ul li a:hover {color:#147dbc;}

.content_menu ul li ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.content_menu ul li ul li 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.content_main_left {width:250px; float:left; padding-top:50px }
.content_main_right 
{
	width:680px; float:left; 
	background:url('Images/content_main_bg.jpg') no-repeat top left;
	padding:50px 0 0 50px;
	min-height: 600px;
}

.content_img, .proj_img {width:142px; height:88px; border:solid 1px #e6e6e6; padding:4px; float:left; margin-top:10px;}
.proj_img {cursor:pointer}
.imgLeft {margin-left:5px;}

.Big_Img
{
	width:610px; height:340px; padding:5px; border:solid 1px #d6d6d6;
}

.tab_btn_area { width:620px; height:35px; background-color:#F00; float:left; background-color:#e4e4e4; } 



.tab_btn
{
	height:22px; font:bold 14px 'Trebuchet MS'; float:left; padding-top:8px; 
	text-align:center; margin:1px; cursor:pointer; background-color:#FFF
}
.tab_btn2
{
	height:22px; font:bold 14px 'Trebuchet MS'; float:left; padding-top:8px; 
	text-align:center; margin:1px; cursor:pointer; background-color:#424242; color:#FFF;
}
.tab_btn:hover { background-color:#424242; color:#FFF;}



.tab_div
{
	width:630px;
	float:left;
	margin-top:10px;
}

.tab_div_Viz {display:none}


ul.footer_list
{
	list-style-type:none;
	margin: 5px 0 0 0;
	padding:0;
	float:left;
	margin-left:10px;
}
ul.footer_list:first-child 
{
    margin-left: 0px;
}
ul.footer_list li { display:block;	margin: 0 0 .2em 0; }
ul.footer_list li a
{
	display:block;
	color:#fff;
	text-decoration:none;
	width:110px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.footer_list li a:hover {	text-decoration:underline; }
ul.footer_list li:first-child a 
{
    font-size: 14px;
    margin-bottom: .5em;
}
