body{
	background: url(/theme/user/default/static/image/rcbj.png) no-repeat center top;
}
/* 顶部 */
.top{
	width: 100%;
	background: url(/theme/user/default/static/image/top_bj.png) no-repeat center;
}
.top_box{
	width: 1200px;
	margin:0 auto
}
.top_left{
	float: left;
	margin-top: 40px;
	margin-bottom:27px
}
.top_right{
	float: right;
	margin-top: 60px;
}
.top_but a{
	margin-bottom:10px;
	display: block;
	float: right;
	color:#fff;
	font-size: 16px;
	text-align: center;
	width: 80px;
	line-height: 30px;
	border-radius: 5px;
	margin-left: 20px;
	
}
.top_but a:first-child{
	background-color: #fff;
	color: #c3161e;
}
.top_but a:nth-child(2){
	background-color: #c3161e;
	color:#fff
	
}
.top_box p{
	color:#fff;
	font-size: 20px;
	
}
.top_left a{
	display: block;
	width: 477px;
}
.top_left a img{
	display: block;
	width: 100%;
}
/* 导航 */
.nav{
	width: 100%;
	background-color: #c3161e;
}
.nav_box{
	width: 1200px;
	margin:0 auto;
}
.nav_box ul li{
	margin:0 64px;
	float: left;
	text-align: center;
	position: relative;
}
.nav_box ul li>a{
	font-size: 18px;
	color:#fff;
	line-height: 45px;
	
	display: block;
}
.nav_box ul li.active>a{
	border-bottom:1px solid #fff;
}
.nav_box ul li:hover>a{
	border-bottom:1px solid #fff;
}
.nav_box ul li dl{
	display: none;
	position: absolute;
	width: 150px;
	background-color: #c3161e;
	left: -40px;
	z-index: 9999999999999;
}
.nav_box ul li dl a{
	color:#fff;
	width: 66px;
	padding-bottom:10px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	font-weight: 100;
	margin:0 auto;
	border-bottom:1px solid #fff
}
.nav_box ul li:hover dl{
	display: block;
}
.nav_bot{
	width: 100%;
}
.nav_bot img{
	display: block;
	width: 100%;
}
.nav_box ul li:nth-child(2) dl dt:nth-child(3) a{
	border:0
}
/* 友情链接 */
.link{
    width: 100%;
	margin-top: 35px;
	margin-bottom:20px
}
.link_box{
    width: 1200px;
    margin:0 auto;
}
.link_box ul li{
    float: left;
    line-height: 20px;
    margin-right: 10px;
}
.link_box ul li:first-child{
    background: url(../images/link.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color:#333;
}
.link_box ul li a{
    font-size: 14px;
    color:#999;
}
.line{
    width: 100%;
    margin-top: 25px;
}
.line img{
    display: block;
    width: 100%;
}
/* 底部 */
.footer{
	margin-top: 5px;
	background-color: #960e14;
	padding-bottom:25px;
}
.footer_box{
	width: 1200px;
	margin:0 auto;
}
.fot_nav ul{
	text-align: center;
	border-bottom:1px solid #fff;
	line-height: 50px;
}
.fot_nav ul li{
	display: inline-block;
	
	
}
.fot_nav ul li a{
	font-size: 14px;
	color:#fff;
	padding:0 40px;
	border-right:1px solid #fff;
}
.fot_nav ul li:last-child a{
	border:none
}
.fot_con{
	text-align: center;
}
.mc div{
	text-align: center;
}
.mc div p{
	display: inline-block;
}
.zb p{
	display: inline-block;
}
.mc{
	margin-top: 25px;
}
.dz{
	margin-top: 15px;
}
.zb{
	margin-top: 15px;
}
.fot_con p{
	font-size: 14px;
	color:#fff;
}
.bot{
	width: 100%;
	background-color: #74090e;
}
.bot_box{
	width: 1200px;
	margin:0 auto;
}
.bot p:first-child{
	float: left;
	font-size: 12px;
	color:#fff;
	line-height: 30px;
}
.bot p:nth-child(2){
	float: right;
	font-size: 12px;
	color:#fff;
	line-height: 30px;
}
.bot p a{
	color:#fff
}






/*分页*/
.zzsc{ 
	width:1200px;
    height:80px; 
	margin:0 auto;
	background-color: #fff;
} 
.page{
	float: right;
	margin-top:30px;
	margin-right:45px;
    list-style: none;
}
.page>li{
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}
.page .pageItem{
    border: solid thin #DDDDDD;
    margin: 5px;
}
.page .pageItemActive{
    border: solid thin #c3161e;
    margin: 5px;
    background-color: #c3161e;
    color:white;
}
.page .pageItem:hover{
    border: solid thin #c3161e;
    background-color: #c3161e;
    color:white;
}
.page .pageItemDisable{
    border: solid thin #DDDDDD;
    margin: 5px;
    background-color: #DDDDDD;
}