@charset "UTF-8";
/* CSS Document */

body, html,div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, p, a, form, input,span,dl,dt,dd{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
     }
body{ font-size:14px;  line-height:25px; color:#333;font-family: "microsoft yahei",simhei;background-color: #f0f0f0;}
a{ text-decoration:none;color: #000; }
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
ul, li{ list-style:none; margin:0; padding:0;}	
img{ border:0;}


.box{
	width: 100%;
}



/*banner*/
.box .banner{
	width: 100%;
	clear: both;
}
.box .banner img{
	display: block;
	width: 100%;
}


/*页面内容*/
.box .nr,.box .nr .nav{
	overflow: hidden;
}
.box .nr .nav{
	width: 100%;
	background-color: #fff;
	margin: auto;
}
.box .nr .nav ul{
	margin: 14px auto 0;
	width: 46%;
	overflow: hidden;
}
.box .nr .nav ul li{
	float: left;
	width: 44%;
	margin: 0 3%;
	height: 52px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.box .nr .nav ul li a{
	display: block;
	width: 100%;
	height: 36px;
	border-radius: 20px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}
.box .nr .nav ul li.on a{
	color: #fff;
	background-color: #ed1c24;
}

.box .nr .show{
	width: 92%;
	margin:30px auto 0;
}
.box .nr .show li{
	width: 100%;
	margin: 5px 0;
	overflow: hidden;
	position: relative;
	float: left;
}
.box .nr .show li .photo{
	width: 100%;
	height: 100%;
}
.box .nr .show li .photo img{
	width: 100%;
}
.box .nr .show li .wenzi{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	z-index: 2;
	color: #fff;
}
.box .nr .show li .wenzi *{
	color: #fff!important;
}
.box .nr .show li .wenzi .tit{
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	height:50px;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	position: absolute;
	bottom: 0;
	left: 0;
}
.box .nr .show li .wenzi .cc{
	background-color: rgba(237,28,37,.7);
	width: 100%;
	height: 70px;
	overflow: hidden;
	display: none;
}
.box .nr .show li .wenzi .cc div{
	margin: auto;
	width: 92%;
	height: 70px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 30px;
}
.box .nr .show li.onn .wenzi .tit{
	background-color: rgba(237,28,37,.7);
}

