/* CSS Document
*/
body{
	font:63%/1.5 "Microsoft Yahei",Helvetica,Arial,sans-serif;
	background:#ffffff;
	width:100%;
	}
.wrapper{
	width:100%;
	overflow:hidden;
	min-width: 320px;
	}
.wrap{
	width:100%;
	overflow:hidden;
	padding:10px;
	min-width: 320px;
	}
.wrap-cont{
	margin:0 5%;
	overflow:hidden;
	}
.no-padtop{ padding-top:0; }

.h48{ height:48px; width:100%; overflow:hidden; background:#0C0; }
header{
	position: relative;
	width:100%;
	background:#ffffff;
	height:48px;
	box-shadow: 3px 0 3px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,.3);
	-o-box-shadow: 3px 0 3px 0 rgba(0,0,0,.3);
	-ms-box-shadow: 3px 0 3px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 3px 0 3px 0 rgba(0,0,0,.3);
	}
header a{
	line-height:48px;
	font-size:18px;
	color:#333;
	display:inline-block;
	height:48px;
	overflow:hidden;
	position: absolute;
	}
header a.lf0 img{
	height: 30px;
	margin: 9px 10px;
}
.rt49{ right: 49px; }
header a.rt0,header a.rt49{
	width: 48px;
	border-left: 1px solid #e0e0e0;
}
header a span{
	width:50%;
	height:50%;
	display:block;
	overflow:hidden;
	margin:25%;
	}
header a span.search-btn{
	background:url(../images/search_icon.png) center center no-repeat;
	background-size:100% 100%;
	}
header a span.nav-btn{
	background:url(../images/nav_icon.png) center center no-repeat;
	background-size:100% 100%;
	}

/*侧边推送导航 start*/
/* 右侧导航样式 */
.submenu{background:#2a2a2a;position:fixed;}
.submenu h3{color:#fff;font-size:16px;padding:20px;margin:0;font-weight:300;background:#1d1d1d;}
.submenu a{display:block;color:#fff;font-size:14px;font-weight:300;}
.submenu a:hover{background:#353535;}
.submenu a:active{background:#000;color:#fff;}
/* 导航样式 */
.submenu-vertical{width:190px;height:100%;top:0;z-index:1000;}
.submenu-vertical a{border-bottom:1px solid #3e3e3e;padding:10px;}
/* 右侧平移量 */
.submenu-right{right:-190px;}
.submenu-right.submenu-open{right:0px;}

/* body 推送平移 */
.submenu-push{overflow-x:hidden;position:relative;left:0;}
.submenu-push-toright{left:190px;}
.submenu-push-toleft{left:-190px;}
/* 平移动画 */
.submenu,.submenu-push{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}
/*侧边推送导航 end*/





.container{	margin-bottom:20px; position:relative; z-index:1; }
.no-bottom{ margin-bottom:0px!important; }
/*banner样式start*/
.swipe-img{
	height:auto;
	width:100%!important;
	display:block!important;
}
.swipe-text{
	font-size:12px!important;
	text-shadow:none;
	color:#FFF!important;
	position:absolute;
	padding:9px 140px 9px 10px;
	z-index:9999;
	bottom:0;
	font-weight:400;
	margin:0;
	width:100%;
}
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.wraps {
	float:left;
	overflow:hidden!important;
	position: relative;
	display: block;
}
.swipe-image{
	width:100%;
	display:block;
	overflow:hidden;
}
.swipe-text{
	font-size:12px;
	text-transform:uppercase;
	background-color:rgba(0,0,0,0.8);
	display:block;
	overflow:hidden;
}
/*页码图标*/
#position {
	text-align:center;
	list-style:none;
	width: 100%;
	padding: 0 30px;
	right:0;
	bottom:8px;
	z-index:10;
	position:absolute;
	display: block;
}
#position li {
	z-index:99;
	display:inline-block;
	text-align: center;
	width:10%;
	height:4px;
	background:#ffffff;
	cursor:pointer;
	-webkit-tap-highlight-color: none;
}
#posiion li + li{ margin-left: 2%; }
#position li.on {
	z-index:999;
	background-color:#363636;
	-webkit-tap-highlight-color: none;
}
/*上页下页*/
.next-but-swipe{
	width:30px;
	text-align:center;
	font-size:12px;
	font-family:'Microsoft YaHei', sans-serif;
	color:#5a5a5a;
	font-weight:800;
	margin-top:-17px;
	text-shadow:0px 1px 0px #FFFFFF;
	-webkit-tap-highlight-color: none;
}
.prev-but-swipe{
	width:30px;
	float:right;
	font-size:12px;
	font-family:'Microsoft YaHei', sans-serif;
	color:#5a5a5a;
	font-weight:800;
	margin-top:-17px;
	text-shadow:0px 1px 0px #FFFFFF;
	-webkit-tap-highlight-color: none;
}
/*banner样式end*/

.phone{
	background: #f1f1f1;
	overflow: hidden;
	padding: 40px 0;margin-bottom:58px;
}
.phone img{
	display: block;
	width: 80%;
	min-width: 280px;
	margin: 0 auto;
}

.contact{
	padding: 20px;
	width: 100%;
	background: #2a2a2a;
	overflow: hidden;
	margin-bottom:58px;
}
.contact dl{
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.contact dl dt{
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	color: #008148;
}
.contact dl dd{
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 24px;
}
.contact p{
	margin: 5px 0 0;
	overflow: hidden;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
}
.contact ul.link-icon{
	width: 100%;
	overflow: hidden;
	list-style:none;
}
.contact ul.link-icon li{
	width: 48px;
	height: 48px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 20px;
}
.contact ul.link-icon li a{
	display: block;
	width: 48px;
	height: 48px;
	background-color: #1d1d1d;
	border-radius: 48px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	-ms-border-radius: 48px;
	-o-border-radius: 48px;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	float:left;
}
.contact ul.link-icon li a.sina{
	background-image: url("../images/sina.png");
}
.contact ul.link-icon li a.weixin{
	background-image: url("../images/weixin.png");
}
.contact ul.link-icon li a.chart{
	background-image: url("../images/chart.png");
}
.contact ul.link-icon li a.on{
	background-color: #008148;
}
.contact ul.link-icon li a:active{
	opacity:0.8;
	filter:alpha(opacity=80);
}

footer{
	width: 100%;
	background: #3e3e3e;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	padding:15px 10px;
}

.xwzx ul li{margin-top:2%; border-bottom:1px solid #50aff0; padding:8px 0;}
.xwzx ul li .newspic{width:37%}
.xwzx ul li .newspic img{width:100%;border:1px solid #ccc}
.xwzx ul li .newsnr{width:60%}
.xwzx .newstittle{text-align:left;font-family:"microsoft yahei";margin:.32rem auto}
.xwzx .newstittle a{font-family:"microsoft yahei";font-size:16px;color:#fff;text-decoration:none;  font-weight:700}
.xwzx .newstittle a:hover{color:#0061b9}
.xwzx .newsjtnr a{width:100%;font-family:"microsoft yahei";font-size:14px;line-height:18px;text-indent:2em;color:#7fc8fa;text-decoration:none}

.xwzxcc{width:96%;margin:0 auto}
.xwzxcc ul li{margin-top:2%; border-bottom:1px solid #dedede; padding:8px 0;}
.xwzxcc ul li .newspic{width:37%}
.xwzxcc ul li .newspic img{width:100%;border:1px solid #fff}
.xwzxcc ul li .newsnr{width:60%}
.xwzxcc .newstittle{text-align:left;font-family:"microsoft yahei";margin:.5rem auto}
.xwzxcc .newstittle a{font-family:"microsoft yahei";font-size:16px;color:#000;text-decoration:none;  font-weight:700}
.xwzxcc .newstittle a:hover{color:#0061b9}
.xwzxcc .newsjtnr a{width:100%;font-family:"microsoft yahei";font-size:14px;line-height:18px;text-indent:2em;color:#333;text-decoration:none}