@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: 92%;
	overflow: hidden;
}
.box .nr .nav ul li{
	float: left;
	width: 21%;
	margin: 0 2%;
	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;
	overflow: hidden;
}
.box .nr .show li{
	width: 46%;
	margin: 16px 2% 0;
	overflow: hidden;
	position: relative;
	float: left;
}
.box .nr .show li .photo{
	width: 100%
}
.box .nr .show li .photo img{
	width: 100%;
	border-radius: 100%;
}
.box .nr .show li .wenzi{
	width: 100%;
}
.box .nr .show li .wenzi .tit{
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	height:50px;
	width: 100%;	
}
.box .nr .show li .wenzi .cc{
	width: 100%;
	overflow: hidden;
}
.box .nr .show li .wenzi .cc div{
	margin: 3px auto 0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #666;
}
