@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{
	width: 100%;
	margin-top: 30px;
}



.box .nr .show{
	width: 92%;
	margin:30px auto 0;
}
.box .nr .show .xx{
	width: 100%;
	overflow: hidden;
}
.box .nr .show .xx li{
	float: left;
	width: 50%;
	overflow: hidden;
	margin: 2px auto;
}
.box .nr .show .xx li .tb{
	width: 33%;
	padding-bottom: 33%;
	border-radius: 60px;
	background-color: #ed1c24;
	margin: 10px auto;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
}
.box .nr .show .xx li .infor{
	width: 100%;
}
.box .nr .show .xx li .xxbt{
	font-size: 16px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.box .nr .show .xx li .xxnr{
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	color: #999;
	height: 40px;
	margin-top: 8px;
}
.box .nr .show .xx li .xxnr a{
	color: #999;
}
.box .nr .show #allmap{
	margin-top: 20px;
	height: 350px;
}

