﻿*{
	margin:0;
	padding:0;
}
a{
	color:#1959B1;
	text-decoration:none;
}
a:hover{
	text-decoration:underline; 
}
body{
	color:#333;
	font-family:"宋体";
	font-size:12px;
}

#fly{
	background:url(../../images/cols-bg1.gif) repeat-y 0 0;
	margin:0 auto;
	padding:0 2px;
	text-align:left;
	width:990px;
}
/*
---------------header-----------*/
#header{
	height:211px;
	padding:0 10px;
}
#logodiv{ 
	background:url(../../images/logo.gif) no-repeat 0 0;
	height:167px;
	width:100%;
} 
ul#nav{ 
	/*background:#4397f1;
	background:rgb(255,77,99);
	background:rgb(216,16,29);*/
	height:44px;
	margin-left:-1px;
} 
ul#nav li{ 
	float:left; 
	
} 
ul#nav a{ 
	border:1px solid #fff;  
	border-width:0 0 1px 1px;  
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:21px; 
	line-height:21px;
	text-align:center;
	width:120px;
	z-index:100; 
} 
ul#nav a.exter{
	width:122px;
}  
ul#nav a:hover{ 
	/*background:#5ca6f5; 
	background:rgb(235,97,100); */
	
	text-decoration:none;
} 
/*drop*/
ul#nav li ul.drop{ 
	position:absolute;  
	z-index:10;
	filter: alpha(opacity=90); 
	opacity: 0.9;
	display:none; 
	overflow:hidden; 
	width:120px; 
	padding:5px 0 18px 0;
	background:rgb(216,16,29);
	/*background:#5ca6f5; */
}
#nav ul.drop li{ 
	float:none; 
	background:none; 
	border:none; 
} 
ul#nav ul.drop a {  
	padding:0;
	border:0; 
	font-weight:normal; 
}

#nav ul.drop a:hover { 
	font-weight:bold;
}
/*
-----------------------style for content------------------------------*/
#content{ 
	width:970px;  
	margin-top:0px;
	padding:0 10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
.clearfix {display: inline-block;} 

* html .clearfix {height: 1%;}
.clearfix {display: block;}

h1,h2,h3,h4,h5{
	font-size:12px;
	font-weight:normal;
}
/*
-------------primary_content------------------*/
#primary_content{
	float:left;
	width:705px; 
} 
#primary_content h3 em{
	display:block;
	background:url(../images/asd.jpg) no-repeat 0 0;
	height:22px; 
	width:460px;
	line-height:22px;
	padding-left:20px;
	font-size:14px;
	color:#E76C21;
	font-style:normal;
	font-weight:bold;
} 
#primary_content h3 a
{
    display:block;
    background:url(../images/asd.jpg) no-repeat 0 0;
    height:22px; 
	line-height:22px;
	padding-left:20px;
	font-size:14px;
	color:#E76C21; 
	font-weight:bold;
}
#primary_content h3 span a{
	display:inline;
	position:absolute;
	top:0;
	font-size:12px;
	font-weight:normal;
	width:70px;
	padding:0;
	background:none;
	right:10px; 
}
#primary_content h4,#primary_content h3 { 
	background:transparent url(../../images/right_title_bg.gif) repeat-x 0 0;
	border:1px solid #B6B2B1;
	height:23px;
	position:relative;
	font-size:12px;
	line-height:23px;
	text-indent:24px;
	color:#333;
	margin-bottom:5px;
	clear:both;
}
#primary_content .kepulist{ 
	background-color:#F2F9FF;
	border:3px solid #E5E5E5;
	margin:3px 2px; 
}
/*
--------------------kepulist------------*/
.kepulist{	
	float:left;
	width:690px;
}
.kepulist li{
	background:url(../../images/point.gif) no-repeat 8px 50%;
	height:24px;
	line-height:24px;
	padding-left:20px;
	position:relative;
} 
.kepulist li span{
	position:absolute;
	top:0;
	right:10px;
}
/*
--------------------secondary_content---------------*/
#secondary_content{
	background-color:#f2f9ff;
	display:inline; 
	float:left;	 
	margin-left:12px;
	overflow:hidden;
	width:253px; 
}
#title
{
	height:50px;
	line-height:50px;
	background:url(../images/icon.gif) no-repeat 15px 5px;
	/*text-align:center;*/
	font-size:16px;
        text-align:left;
	color:Green;
	font-weight:bold;
}
#list
{
	width:253px;
	margin:0;
	padding:0;
	font-size:12px;
}
#list h3
{
	background:url(../images/1.gif) repeat-x;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:14px;
}
#list ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-bottom:5px;
}
#list ul li
{
	background:url(../images/d.gif) no-repeat 0px 0px;
	height:20px;
	line-height:20px;
	margin:0 10px;
	border-bottom:1px dotted green;
	padding-left:10px;
}


/*
-------------------------footer--------------*/
#footer{
	border-top:5px solid #4397f1;
	height:100px;
	background:#fff url(../../images/footer.gif) no-repeat  20px 20px; 
	margin:0 9px;
	padding:0 5px;
	width:964px;
	color:#333; 
	border-bottom:5px solid #ccc;
}
.links{
	line-height:20px; 
	padding-left:120px;
}
.links h4{ 
	margin-top:10px;
	font-size:12px;
}
.links ul{
	width:500px;
	float:left;
}
.links li{
	display:inline;
	padding-right:10px;
} 
.links p{
	clear:both;
} 