* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "宋体";
	font-size: 12px;
	background-color: #808080;
}

li{
	list-style-type: none;
	list-style-position: outside;
}

a.link_1:link {color: #ffffff;text-decoration: none;} 
a.link_1:visited { color: #ffffff; text-decoration: none; } 
a.link_1:hover { color: #ffffff; text-decoration: underline; } 
a.link_1:active { color: #ffffff; text-decoration: underline; } 

a.link_2:link {color: #666666;text-decoration: none;} 
a.link_2:visited { color: #666666; text-decoration: none;} 
a.link_2:hover {color: #444444; text-decoration: underline;} 
a.link_2:active { color: #444444; text-decoration: underline;} 

a.link_3:link {color: #797979;text-decoration: none;} 
a.link_3:visited { color: #797979; text-decoration: none;} 
a.link_3:hover { color: #C90300; text-decoration: underline;} 
a.link_3:active { color: #C90300; text-decoration: underline;} 

a.link_4:link {color: #797979;text-decoration: none;} 
a.link_4:visited { color: #797979; text-decoration: none;} 
a.link_4:hover { color: #3898ab; text-decoration: underline;} 
a.link_4:active { color: #3898ab; text-decoration: underline;} 

a.link_5:link {color: #797979;text-decoration: none;} 
a.link_5:visited { color: #797979; text-decoration: none;} 
a.link_5:hover { color: #000000; text-decoration: underline;} 
a.link_5:active { color: #000000; text-decoration: underline;} 

a.link_6:link {color: #003366;text-decoration: none;} 
a.link_6:visited { color: #003366; text-decoration: none;} 
a.link_6:hover { color: #003366; text-decoration: underline;} 
a.link_6:active { color: #003366; text-decoration: underline;} 

a.link_7:link {color: #797979;text-decoration: none;font-weight: bold;} 
a.link_7:visited { color: #797979; text-decoration: none;font-weight: bold;} 
a.link_7:hover { color: #07318f; text-decoration: underline;font-weight: bold;} 
a.link_7:active { color: #07318f; text-decoration: underline;font-weight: bold;} 

a.link_8:link {color: #797979;text-decoration: none;} 
a.link_8:visited { color: #797979; text-decoration: none;} 
a.link_8:hover { color: #555555; text-decoration: underline;} 
a.link_8:active { color: #555555; text-decoration: underline;} 

a.link_9:link {color: #ffffff;text-decoration: none;} 
a.link_9:visited { color: #ffffff; text-decoration: none;} 
a.link_9:hover { color: #ffffff; text-decoration: underline;} 
a.link_9:active { color: #ffffff; text-decoration: underline;} 

a.link_10:link {color: #797979;text-decoration: none;} 
a.link_10:visited { color: #797979; text-decoration: none;} 
a.link_10:hover { color: #07318f; text-decoration: underline;} 
a.link_10:active { color: #07318f; text-decoration: underline;} 

a.link_11:link {color: #5b79b5;text-decoration: none;} 
a.link_11:visited { color: #5b79b5; text-decoration: none;} 
a.link_11:hover { color: #ffffff; text-decoration: underline;} 
a.link_11:active { color: #ffffff; text-decoration: underline;} 

a.link_12:link {color: #003366;text-decoration: none;} 
a.link_12:visited { color: #003366; text-decoration: none;} 
a.link_12:hover { color: #003366; text-decoration: underline;} 
a.link_12:active { color: #003366; text-decoration: underline;} 


#box{
	width: 1000px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.gif);
}

#box2{
	width: 600px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #eeeeee;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 68px;
	background-image: url(images/logo.jpg);
	overflow: hidden;
}

#title{
	height: 23px;
}

#title_left{
	width: 100px;
	height: 23px;
	float: left;
	background-image: url(images/title_left.jpg);
}

#title_right{
    width: 100px;
	height: 23px;
	float: right;
	background-image: url(images/title_right.jpg);
}

#menu{
    width: 800px;
	float: left;
}

#menu_left{
	width: 550px;
	height: 23px;
	float: left;
	background-color: #06318F;
}

#menu_right{
    width: 250px;
	height: 23px;
	float: right;
	background-color: #C90300;
}

#form1{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-left: 9px;
}

#search{
	width: 110px;
	height: 13px;
}

#button{
	width:40px;
	height: 18px;
}

#flash{
	height: 215px;
	overflow: hidden;
}

#flash_left{
	width: 100px;
	height: 215px;
	float: left;
	background-image: url(images/flash_left.jpg);
}

#flash_right{
    width: 100px;
	height: 215px;
	float: right;
	background-image: url(images/flash_right.jpg);
}

#reflash{
	width: 800px;
	height: 215px;
	float: left;
	background-image: url(images/flash.jpg);
}

#main{
	height: 269px;
}

#main_all{
	overflow: hidden;
}

#main_left_home{
	width: 100px;
	height: 269px;
	float: left;
	background-image: url(images/main_left_right.jpg);
}

#main_right_home{
	width: 100px;
	height: 269px;
	float: right;
	background-image: url(images/main_left_right.jpg);
}

#content{
    width: 800px;
	height: 269px;
	float: left;
}

#content_left_0{
	width: 550px;
	height: 269px;
	float: left;
	overflow: hidden;
}

#content_left_up{
	height: 40px;
	background-color: #666666;
	background-repeat: repeat-x;
	background-image: url(images/shade_1_1.jpg);
	overflow: hidden;
}

#content_left_down{
	height: 229px;
}


#content_right_0{
	width: 250px;
	height: 269px;
	float: right;
}

#footer{
	height: 25px;
	background-color: #06318F;
	overflow: hidden;
}

.footer_font{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 6px;
}

#list1{
    height: 229px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/pic_1.jpg);
}

#list2{
    height: 229px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/pic_2.jpg);
}

#list3{
    height: 229px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/pic_3.jpg);
}

#list4{
    height: 229px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/pic_4.jpg);
}

#list5{
    height: 229px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/pic_5.jpg);
}

#list6{
    height: 229px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/pic_6.jpg);
}

#list7{
    height: 229px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/pic_7.jpg);
}

#channel{
	text-align: right;
	margin-top: 15px;
	margin-right: 110px;
	font-family: "宋体";
	font-size: 12px;
	color: #003366;
}

.news{
	height: 132px;
	background-image: url(images/shade_2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.news_up{
	height: 40px;
}

.news_up_left{
	float:left;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-left: 10px;
}

.news_up_right{
	float:right;
	font-family: "宋体";
	font-size: 12px;
	color: #717171;
	margin-top: 15px;
	margin-right: 10px;
}

.news_up_right span{
	font-family: Arial;
	font-size: 11px;
	color: #717171;
	font-weight: bold;
}

#line{
	height: 5px;
	background-image: url(images/line.jpg);
}

.menu_font_1{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: 10px;
}

.menu_font_2{
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	margin-top: 14px;
	margin-left: 10px;
}

.menu_font_2 span{
	font-family: "宋体";
	font-size: 12px;
	color: #bababa;
}

.list{
	float: left;
	width: 500px;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 12px;
	color:  #C90300;
	line-height: 27px;
}

.news_list{
	margin-left: 10px;
	font-size: 12px;
	color:  #3898ab;
	line-height: 19px;
}

.news_list span{
	font-family: "宋体";
	font-size: 12px;
	color: #797979;
}





#content_1{
	width: 800px;
	margin-right: 100px;
	margin-left: 100px;
}

#content_shade{
	height: 10px;
	background-image: url(images/shade_0.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;	
}

#content_left_1{
	width: 180px;
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
}

#content_right_1{
	width: 620px;
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
}

#content_left_2{
	width: 220px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}

#content_right_2{
	width: 580px;
	float: right;
	margin-bottom: 20px;
	overflow: hidden;
}

.menu_content{
	padding: 10px;
	margin-left: 10px;
	font-size: 12px;
	color:  #07318f;
	line-height: 25px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	border-left-color: #cecece;
}

.menu_content span{
	font-weight: bold;
}

.menu_title{
	height: 23px;
	margin-left: 10px;
	background-image: url(images/shade_3.jpg);
	background-repeat: no-repeat;
}

.menu_title_2{
	height: 23px;
	margin-top: 5px;
	margin-left: 10px;
	background-image: url(images/shade_3_2.jpg);
	background-repeat: no-repeat;
}

.menu_title_font{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 10px;
}

.result_title{
	height: 23px;
	background-image: url(images/shade_4.jpg);
	background-repeat: no-repeat;
	height: 23px;
	margin-left: 10px;
	margin-right: 10px;
}

.result_title_2{
    margin-top: 5px;
	height: 23px;
	background-image: url(images/shade_4_2.jpg);
	background-repeat: no-repeat;
	height: 23px;
	margin-left: 10px;
	margin-right: 10px;
}

.result_content{
	margin-right: 10px;
	margin-left: 10px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	border-left-color: #cecece;
	padding: 10px;
}

.result_content ul{
	font-family: "宋体";
	font-size: 12px;
	color: #797979;
	line-height:25px;
}

.result_content .style1{
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #797979;
	text-indent: 24px;
}

.map{
	padding-left: 20px;
}

.adress{
	margin-top: 10px;
}

.style2{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #797979;
	text-indent: 24px;
}

.style3{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #dedede;
	text-indent: 24px;
	text-align: left;
	vertical-align: top;
}

.style4{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 15px;
	text-align: center;
	overflow: hidden;
}

.style5{
	text-align: right;
	margin-right: 10px;
}

.style6{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

.style7{
	font-size: 14px;
	font-weight: bold;
	color: #c90300;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.style8{
	font-size: 12px;
	color: #797979;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

#table_list table{
	align:left;
	font-size: 12px;
	color: #797979;
	border: 1px solid #999999;
	border-collapse:collapse;
}

#table_list td{
	text-align: left;
	vertical-align: middle;
	height: 23px;
	padding-left: 8px;
	border: 1px solid #999999;
}

#table_list .title{
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	padding-left: 8px;
	background-image: url(images/shade_5.jpg);
}

#table_list .blue1{
	background-color: #ffffff;
}

#table_list .blue2{
	background-color: #dedede;
}

.information{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
}

.result_content .information ul{
	font-family: "宋体";
	font-size: 12px;
	color:#FF6600;
	line-height:25px;
}

.information ul{
	font-family: "宋体";
	font-size: 12px;
	color:#FF6600;
	line-height:25px;
}

.job_main{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.scroll{
	margin-right: 10px;
}

.scroll_pic{
    float:left;
	height: 70px;
	width: 70px;
	margin-right: 1px;
}

#menu1{
	width:90px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #06318f;
	padding: 10px;
	line-height: 20px;
	margin-top: 1px;
	margin-left: 43px;
}

#menu2{
	width:285px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #06318f;
	padding: 10px;
	line-height: 20px;
	margin-top: 1px;
	margin-left: 114px;
}

#menu3{
	width:80px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #06318f;
	padding: 10px;
	line-height: 20px;
	margin-top: 1px;
	margin-left: 198px;
}

.hometable1{
	width: 1px;
	color: #999999;
}

.hometable2{
	width: 77px;
	text-align: center;
}

.hometable2_1{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/shade_1_2.jpg);
}