@charset "utf-8";
/* CSS Document */
/*通用*/
body {
	font-family:"微软雅黑";
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;    
    list-style:none;
}
img{border:0;}
.block_10{width:100%; height:10px; clear:both;}
.block_20{width:100%; height:20px; clear:both;}
a{color:#333;}
a:hover{color:#f00;}


/*顶部*/
.top{width:100%; height:28px; background-color:#fff; font-size:13px; line-height:28px; color:#333;}
.top_con{width:1000px; height:28px; margin:0 auto;}

/*banner图*/
.banner{width:100%; height:120px; background:url(banner.jpg) bottom center repeat-x;}
.banner_con{width:1000px; height:120px; margin:0 auto;}

/*主导航*/
.nav{width:100%; height:35px; background-color:#B23939;}
.nav_con{width:1000px; height:35px; margin:0 auto; font-size:15px; color:#fff; font-weight:bold; line-height:35px;}

/*主题内容*/
.main{width:100%; height:auto; background-color:#F4F4F4; margin:0 auto;}
.content{width:1000px; height:auto; background-color:#fff; margin:0 auto;}
/*当前位置*/
.position{width:100%; height:50px; font-size:13px; line-height:50px; background:url(house.gif) no-repeat 10px 20px; padding-left:30px;}
.position a:hover{color:#BA1803;}

.article{width:100%; min-height:450px; padding:0 100px;}


/*底部*/
.footer{width:100%; height:170px;}
.footer_nav{width:100%; height:30px; background-color:#A19E9E;}
.footer_nav_con{width:1000px; height:30px; margin:0 auto;}
.copyright{width:100%; height:140px; background-color:#545454;}
.copyright_con{width:1000px; height:140px; margin:0 auto; padding-top:25px; text-align:center;}


/*****************************************************************/
.nav_con ul li{height:35px; line-height:35px; padding:0 21px; float:left; color:#fff;}
.nav_con ul li:hover{background-color:#E14C72;}

/*****************************************************************/
.footer_nav_con ul{width:790px; margin:0 auto;}
.footer_nav_con ul li{height:30px; line-height:30px; padding:0 13px; float:left;}
.footer_nav_con ul span{float:left; color:#fff; font-size:12px; line-height:30px;}
.footer_nav_con ul li a{font-size:13px; color:#fff;}
.footer_nav_con ul li a:hover{color:#f00;};

/*****************************************************************/
