/*== for wap ==*/
/*
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
*/
* {
font-family:微软雅黑;
}
html, body {height: 100% ;font-family:"Microsoft Yahei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;}
body { background-color: #F0F0F0;height:110% }
.wrapper {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
.wrapper-inner{
	width:100%;
}
.wrapper-index{
	 background-color: #fff; 
}
/*== header ==*/
#header{
width: 100%;
    height: 50px;
    display: block;
    top: 0px;
	background-color:#730208;
	padding-top:10px;
	position: fixed;
    z-index: 9999;
}
#header h1{
	font-weight:bold;		
	color:#fff;
	text-align:center;
}
#header h1 a{		
	color:#fff;
	font-weight:bold;
}
#content{
	border-top:1px solid #DEDEDE;
	margin-top:60px;
	font-size:1.2em;
}
#nav{
	background: #fff;
}
.nav-inner{
	padding-right:40px;
	white-space:nowrap;
}
.nav-inner a{
	display:inline-block;
	padding: 0 14px;	
	font: 18px/42px 'SimHei';
	color:#666;
	vertical-align:middle;
}
.nav-inner .active{
	color:#730208;
	border-bottom:3px solid #730208;
}
.nav-inner a:hover{
	color:#730208;
	/*text-decoration:none;*/
}
a:hover { text-decoration: underline; }
.nav-inner .home{
	height:28px;
	margin-left:10px;
	background:url(../images/icons-home.png) no-repeat center;
}
.nav-inner .line{
	display:inline-block;
	width:1px;
	height: 22px;
	background:#dedede;
	vertical-align:middle;
}
#nav .dropDown{
	position:absolute;
	right:0;
	top: 56px;
	width:40px;
	height:40px;
	background:url(../images/m-icons.png) no-repeat;
	background-position:center 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index:999;
}
#nav .dropDown-open{
	-webkit-transform: rotate(180deg);
}
.nav-box{
	display:none;
	position:absolute;
	top: 54px;
	bottom:0;
	background:#f0f0f0;	
	z-index:9;
}
.box-tit{
	border-bottom:1px solid #DEDEDE;
	padding-left:18px;
	font: 20px/40px 'SimHei';
	background-color:#fff;
}
.nav-box a{
	display:inline-block;
	width: 94px;
	background-color: #fff;
	border: solid 1px #dedede;
	font: 18px/32px 'SimHei';
	text-align:center;
	color:#666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-box a:hover{
	color:#730208;
	text-decoration:none;
}
.nav-list{
	width: 92%;
	margin: 0 auto;
	padding-top:10px;
	overflow:hidden;
}
.nav-list li{
	float:left;
	width: 33.3%;
	padding:10px 0;
	text-align:center;
}
/*== 模块module ==*/
.module {
	position: relative;
	margin-bottom: 10px;
}
.model { min-height: 168px; width:100%;}
/*-- style01 --*/
.style01 {
	overflow: hidden;
}
.style01 .hd {
	height:48px;
	border-bottom:1px solid #DEDEDE;
}
.style01 .module-title {
	font: 16px/48px "Microsoft Yahei";
	color:#730208;
}
.style01 .line{
	display:inline-block;
	width:3px;
	height:24px;
	margin-right:16px;
	vertical-align:middle;
	background:#730208;
}
.style01 .bd{
	padding: 2px 14px;
	min-height:100px;
}
.moreList,.article{
	min-height:260px;
	margin:10px;
	padding:6px 10px;
	background-color:#fff;
}
.moreList .nsy-news{
	min-height:240px;
} 
.icon-backTop {
	display:inline-block;
	width: 122px;
	height: 30px;
	line-height:30px;
	margin-bottom:10px;
	-webkit-box-shadow: inset 2px 2px rgba(255,231,121,.44);
	-moz-box-shadow: inset 2px 2px rgba(255,231,121,.44);
	box-shadow: inset 2px 2px rgba(255,231,121,.44);
	background-image: -webkit-linear-gradient(bottom, #b00b1f, #f50f01);
	background-image: -moz-linear-gradient(bottom, #b00b1f, #f50f01);
	background-image: -o-linear-gradient(bottom, #b00b1f, #f50f01);
	background-image: -ms-linear-gradient(bottom, #b00b1f, #f50f01);
	background-image: linear-gradient(to top, #b00b1f, #f50f01);
	border: solid 1px #970e07;
	text-align:center;
	color:#fff;
}
/*更多页*/
.back,.home{
	position:absolute;	
	top: 7px;
	width:40px;
	height:40px;
	background:url(../images/m-icons.png) no-repeat;	
}
.back{
	left: 8px;
	background-position:0 -160px;
}
.home{
	right: 12px;
	background-position:0 -196px;
}
.nsy-news img{
max-width:330px;
height:100%;
left:0px;
text-align:center;
margin-left:0px;
}
/*新闻页*/
h1.nsy-newsTitle{
	font:normal 20px/32px 'Microsoft Yahei';
}
.article .meta{
	text-align:center;
}
.article img {
	margin-right:10px;
	margin-left:10px;
	max-width: 300px;;
	height:auto !important;
}
.nsy-news-ul li,
.nsy-nav-ul li,
.nsy-scrollUpNews-ul li,
.nsy-latestNews-ul li,
.nsy-newsTop li,
.nsy-specialNewsDiv li,
.nsy-newsSearchResult li{
	padding: 10px 2px;
	font-size:18px;
	line-height:24px;
	border-bottom:1px solid #F2F2F2;
	font-family: 'SimHei';
}

/*列表鼠标经过效果*/
.nsy-news-ul li:hover,
.nsy-nav-ul li:hover,
.nsy-scrollUpNews-ul li:hover,
.nsy-latestNews-ul li:hover,
.nsy-newsTop li:hover,
.nsy-specialNewsDiv li:hover,
.nsy-newsSearchResult li:hover {
	text-decoration: none;
}
.nsy-newsTime{
	position:static;
	font-size:14px;
	line-height:1;
	color: #888;
}
.nsy-latestNews-ul li .nsy-newsListTitle, .nsy-news-meta, .nsy-nav-meta, .nsy-scrollUpNews-meta, .nsy-latestNews-meta, .nsy-hotArticle-meta, .nsy-bigNews-meta, .nsy-specialNewsDiv-meta, div.nsy-newsListTitle{
	display:block;
}
/*图文翻动改造*/
.nsy-scrollFlashNews,.nsy-scrollFlashNews-box,.nsy-scrollFlashNews-item{
	padding-bottom:26px !important;
}
.nsy-scrollFlashNews-item li{
	padding-bottom:26px !important;
	align:center;
}
.nsy-scrollFlashNews-title{
	height:26px;
	line-height:26px;
	background:#f0f0f0;
	color:#595959;
}
.nsy-scrollFlashNews-title p{
	line-height:26px;
}
.nsy-pagination {
	bottom: 12px;
}
.nsy-scrollFlashNews .nsy-pagination li{
	width:8px;
	height:8px;
	margin-right:10px;
	padding:0;
	font-size:0 !important;
	line-height:100;
	overflow:hidden;
	background-color:#9e9d9d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
.nsy-scrollFlashNews .nsy-pagination li.active{
	background-color:#730208;
}
@media(max-width:320px){
	.nav-inner a {
		padding: 0 0px;
		font-size:16px;
	}
	.nav-box a{
		width:0px;
		font-size:16px;
	}
	.nav-list li{
		padding:0px 0;
	}
}
.newstitle,.newstitle a,.newstitle a:visited,.newstitle A:active{
	background-color:#730208;	
	color:#fff;
	text-align:left;
	font: 20px/24px 'Microsoft Yahei';
	font-weight:bold;
}

/*menu*/
#menu ul li{float:left;width:33.3%;height:100%;text-align:center;position:relative;font-size:1.2em;}

#menu ul li .line{position:absolute;top:0px;right:0px;z-index:30;}

#menu ul li .menu_li{position:absolute;top:0px;left:0px;z-index:20;width:100%;height:100%;color:#454545;background:url(/images/dds/img/menubg.png) repeat-x;font-size:1.2em;}
#menu ul li .menu_li img{margin-top:2px;}
#menu ul li .img_front{position:absolute;top:0px;left:0px;z-index:30;width:100%;height:100%;}

#menu ul li .img_front img{width:100%;height:100%;}

#menu ul li span{position:absolute;bottom:-300px;left:50%;width:104px;margin-left:-52px;height:auto;text-align:center;z-index:10;}

#menu ul li span a{float:left;width:100%;height:42px;line-height:42px;color:#454545;text-decoration:none;font-size:1.2em;}

/*新闻内容*/
.ke-zeroborder span{margin-left:-5px;}
/*上下新闻*/
.nsy-newsUpDown{width:360px;margin-top:5px;font-size:1.2em;border-top: #ccc 1px dashed}
.nsy-newsUp{line-height:35px;margin-right:5px;border-bottom:1px solid #DEDEDE;}
.nsy-newsDown{line-height:35px;margin-right:5px;}