@charset "gb2312";

/*public css*/

*{
	padding:0;
	margin:0;	
}
body{
	font-size: 12px;
	color:#000;
	font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
}
ul,li,dt,dd,dl{
	list-style-type: none;
}
a{
	text-decoration: none;
	color:#000;
}
a:hover{
	color: #cc0001;
}
a:click{
	color: #cc0001;
}
.clear{
	clear:both;
}

/*header css*/

.header{
	width:1000px;
	margin:0 auto;
}
.h_logo{
	margin:2px auto 0;
	height:78px;
	width:1000px;
}
.logo1{
	height:78px;
	width:435px;
	float:left;
}
.logo{
	height:78px;
	width:435px;
	float:right;	
}
.border_logo{
	height:3px;
	width:1000px;
	background:#cc0001;
	
}
.navs{
   width:980px;
   padding-left:20px;
   height:40px;
   background:#cc0001;
   margin-top:2px;
}
.navs ul{
   width:660px;
   height:40px;
   float:left;
}
.navs p{
   height:40px;
   line-height:40px;
   font-size:14px;
   color:#fff;
   font-weight:bold;
   float:left;
}
.navs ul li{
   float:left;
   height:40px;
   text-align:center;
}
.navs ul li p{
   color:#fff;
   font-size:10px;
   height:40px;
   line-height:40px;
   float:left;
}
.navs ul li a{
   width:89px;
   height:40px;
   line-height:40px;
   display:block;
   float:left;
   color:#fff;
   font-size:14px;
   font-weight:bold;
}
.banner{
   width:1000px;
   height:213px;
}
.banner a img{
   width:1000px;
   height:213px;  
}

/* footer css*/

.footer{
	border-top:1px #ddd solid;
	width:1000px;
	margin:30px auto 10px;
	
}
.footer .f-link{
	height:50px;
	text-align:center;
	width:1000px;	
}
.footer .f-link a{
	padding:0 10px;
	line-height:50px;
}
.footer div{
	text-align:center;
	
}
.footer div p{
	line-height:25px;
}
.footer div .p-right{
	padding-right:20px;
}

/*about*/
.content{
	width:1000px;
	margin:20px auto;
}
.content .left{
	width:209px;
	float:left;
	border-right:1px #ddd solid;
}
.left_nav{
	width:153px;
	margin:0 auto;
}
.left_nav h1{
	width:153px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#cc0001;
	border-radius:5px;
	margin:0 auto;
}
.left_nav ul{
   width:153px;
}
.left_nav ul li{
   width:153px;
   height:35px;
}
.left_nav ul li img{
   width:20px;
   vertical-align:middle;
   text-align:center;
}
.left_nav ul li a{
   width:126px;
   height:35px;
   line-height:35px;
   padding-left:20px;
   color:#cc0001;
}
.content .right{
	width:790px;
	float:right;
}
.right_box{
    margin-left:30px;
}
.title_img{
	border-bottom:1px #ddd dashed;
    padding-bottom:5px;
}
.detail_content{
	padding:20px 0;
    font-size:14px;
}
.detail_content p{
	line-height:25px;
}

/*list*/
.detail_content ul{
	
}
.detail_content ul li{
	height:30px;
	width:760px;
	position:relative;
}
.detail_content ul li font{
	font-size: 10px; 
	color: #61A5DC; 
	font-family: Webdings;
	width:10px;
}
.detail_content ul li a{
	line-height:30px;
	width:600px;
}
.detail_content ul li span{ 
	line-height:30px;
	width:150px;
	text-align:right;
	position: absolute;
    right: 0;
}

/*article*/
.title{
	border-bottom:1px #ddd solid;
	margin-bottom:20px;
}
.title h2{
	font-size:15px;
	color:#cc0001;
	line-height:30px;
	text-align:center;
}
.title p{
	font-size:12px;
	line-height:40px;
	text-align:center;
}