@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%;
}

.box .title{
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
}
.box .title:before{
	content:"";
	display: block;
	position: absolute;
	top: 12px;
	left: 85px;
	background-image: url("../images/hwz.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 57px;
	height: 20px;
}
.box .title:after{
	content:"";
	display: block;
	position: absolute;
	top: 12px;
	right: 85px;
	background-image: url("../images/hwy.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 57px;
	height: 20px;	
}
.box .title div:nth-child(1){
	font-size: 	26px;
	line-height: 40px;
	height: 40px;
	color: #333;
}



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


/*页面内容*/
.box .nr,.box .nr .nav{
	overflow: hidden;
}
.box .nr .nav{
	margin-top: 30px;
	width: 100%;
}


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

