@charset "utf-8";
/*common*/
body{
	padding:0;
	margin:0;
	font-family:Arial, "Microsoft Yahei";
	font-size:14px;
	line-height:28px;
	color:#333;
}
*{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}
ul, p{padding-left: 0; margin:auto;}
li{list-style:none}
a{color:#333; text-decoration:none;}
a:hover, a:focus{color:#c00; text-decoration:none;}
img, object, embed, video{max-width:100%;}
.clear{clear:both; overflow:hidden;}
/*head*/
.logo{
	padding:6px 0; 
	width:100%; 
	
	height:auto;
}
.logo img{
	display:block;
}
.nav{
	font-size:16px; 
	line-height:40px; 
	height:80px;
	text-align:center;
	padding:0 0 5px 0;
}
.nav a{
	display:block;
	width:25%; 
	float:left;
	background:#0099ff;
	color:#ffffff;
    font-size:14px;
}
.nav a:hover{
    background:#cc0000;
}
.nav-block{border-bottom:1px solid #0E0E0E; border-left:1px solid #0E0E0E;}

.nav-last, .nav-last1{border-right:1px solid #0E0E0E;}
.tbanner{
	margin-top:3px;
	margin-bottom:-5px;
}
.title{
	font-size:16px;
	color:#0E0E0E;
	background:#0099ff;
	height:44px;
	padding:0 10px;
	margin:12px 0;
	border-left:1px solid #0E0E0E;
	border-right:1px solid #0E0E0E;
}
.title a,
.title a:hover,
.title a:focus {color:#ffffff;}
.classl {line-height:44px;}
.lleft {float:left;}
.llright {float:right; font-size:14px;}
.rp {margin-bottom:5px;}
.nav-divider {
   height:1px;
   margin:10px 0;
   overflow:hidden;
   background-color:#DDD;
}
.text{
	padding:0 10px;
}
.text p{
	/*text-indent:2em;*/
}
.text img{
	display:block;
	margin:0 auto;
}
.text h5{
	font-size:16px;
	line-height:32px;
	padding:0;
	margin:0;
}
.text h6{
	font-size:14px;
	line-height:28px;
	font-weight:normal;
	padding-bottom:5px;
	margin:0;
}
.intro img{
	float:left;
	max-width:50%;
	margin-right:10px;
}
.intro .more{
	display:none;
}
.pagetag{text-align:center; line-height:30px;}
.content-title {
	text-align:center;
	font-size:16px;
	padding:0 10px;
}
.copyright{
    
	padding:10px;
	line-height:26px;
	text-align:center;
	color:#0E0E0E;
}
.col-w-2{
	padding:0 5px;
	float:left;
	width:50%;
	text-align:center;
}
.thumbnail{
	border:1px solid #ddd;
}
.thumbnail img{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
}
.caption{
	padding:2px 0 8px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.subtitle ul{
	margin:10px 0;
}
.subtitle ul li{
	float:left;
	width:31.333333333333%;
	margin:1%;
	height:28px;
	line-height:28px;
	padding:0 5px;
	text-align:center;
	border-radius:4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); 
    background-image:  linear-gradient(to bottom, #eee 0%, #ddd 100%); 
}
.mnews{
	background:url(../mpic/li.gif) no-repeat center left;
	border-bottom:1px dashed #CCC;
	width:95%;
	line-height:32px;
	margin:0 2.5%;
}
.newstitle{
	float:left;
	width:65%;
	padding-left:15px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.newstime{
	width:35%;
	padding-right:10px;
	text-align:right;
	float:right;
}
.btext span{
	display:block;
	margin:0 auto;
	font-size:12px;
}
.btext span a{ color:#0E0E0E;}
#map{
	width:100%;
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
}
#map *{
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
	max-width:none;
}
.baidumap{
	border:#ccc 1px solid;
	height:350px;
	width:99.8%;
}
@media (min-width:360px) {
.btext span{
	font-size:14px;
}
.newstitle{
	width:70%;
}
.newstime{
	width:30%;
}
}
@media (min-width:768px) {
a:hover{
	transition:all ease 0.2s;
}
.nav{
	height:40px;
}
.nav a{
	width:12.5%;
}
.nav-block, .nav-block-top{border:none; border-left:1px solid #0E0E0E;}
.nav-last{border-right:1px solid #0E0E0E;}
.nav-last1{border-right:none;}
.tbanner{
	margin-top:1px;
}
.intro img{
	width:40%;
}

.intro .more{
	display:block;
}
.col-w-2{
	width:25%;
}
.btext{
	max-width:768px;
	margin:0 auto;
}
.btext span{
	display:inline-block;
	margin:0 7px;
}
}
@media (min-width:1024px) {
.body{
	width:1024px;
	margin:0 auto;
}
.nav{
	background:#0099ff;
}
.nav-block, .nav-block-top, .nav-last{
	border:none;
}
.tbanner{
	margin:5px 0;
}
.title{
	border:none;
	border-radius:4px;
	padding-left:15px;
}
.intro img{
	width:25%;
}
.col-w-2{
	padding:0 10px;
}
.thumbnail:hover{
	border:1px solid #C00;
}
.mnews{
	width:98%;
	margin:0 1%;
}
newstitle{ width:95%;}
.baidumap{
	height:450px;
}
}


.fenlei{  width:100%; overflow:hidden;}
.fenlei li{line-height:35px;width:47%;background:#eee;margin:1px 5px; overflow:hidden; border-radius:5px; margin-bottom:10px; text-align:center; float:left; }
.fenlei li a{ text-align:center; display:block;}


/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 0 0;}
#fenye a{text-decoration:none; display:inline;line-height:25px;}
#fenye .prev,#fenye .next{width:52px; text-align:center;  line-height:25px;}
#fenye a.curr{width:22px;background:#0099ff; border:1px solid #0099ff; color:#0E0E0E; font-weight:bold; text-align:center;line-height:25px;height:25px; display:block;}
#fenye a.curr:visited {color:#0E0E0E;}
#fenye a{color:#666; margin:0px 5px;  text-align:center;height:25px;line-height:25px}
#fenye a.num{width:22px;}
#fenye a:visited{color:#0099ff;border:1px solid #0099ff;} 
#fenye a:hover{ float:left;background:#0099ff; color:#0E0E0E;border:1px solid #0099ff;}
#fenye span{line-height:30px; font-size:13px; height:30px;}