html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: 'Microsoft YaHei', Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
/* css 重置 */
body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form { margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
img { border:0; margin: 0; padding: 0;   }
body { color: #000; -webkit-user-select: none; -webkit-text-size-adjust: none; font:normal 16px/200% "微软雅黑", helvetica, arial; text-align:left;   }
header, section, footer { display: block; margin: 0; padding: 0 }
a{text-decoration:none;color:#000;}
body *
{
	text-shadow: none;
}
ul{margin:0; padding:0; list-style: none;}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: none;
}

nav:not(.mm-menu)
{
	display: none;
}

#page
{
	padding-bottom: 100px;
}
/* 头部 */
header{  background:#F5AB38; padding-bottom:10px; border-bottom:3px solid #CF7F21;  }
header .logo{ padding:10px 0 5px 10px;  color:#fff;  font-style:italic; font-weight:bold; text-shadow:1px 1px 1px #965e18; font-size:12px; }
header .logo a{ font-size:30px; line-height:30px; color:#fff;  }
nav{ color:#cb524b; text-shadow:1px 1px 0 #965e18; font-size:0}
nav a{ display:inline-block; width:25%; text-align:center; color:#fff; font-size:14px; vertical-align:top; }

/* 头条 */
.headNew{ padding-top:10px;  }
.headNew,.subNew{ text-align:center;  }
.headNew a{ color:#B63B34; font-size:20px;  }
.subNew a{ color:#999;  font-size:14px; margin:0 5px;   }

/* 焦点图 */
.slideBox{ position:relative; overflow:hidden; margin:10px auto;  max-width:560px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ background:url('../images/loading.gif') center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url('../images/focusBg.png') repeat-x; color:#fff;  text-align:left;  }

/* Tab切换 */
.tabBox{ margin:10px auto;   }
.tabBox .hd{ height:40px; line-height:40px; font-size:20px; overflow:hidden; background:#eee; border-top:1px solid #ccc;  padding:0 10px;  }
.tabBox .hd h3{ float:left; font-size:24px; margin: 0; height: 40px; line-height: 40px; }
.tabBox .hd h3 span{color:#ccc; font-family:Georgia; margin-left:10px;  }
.tabBox .hd ul{ float:right; padding:0 }
.tabBox .hd ul li{ float:left;  padding:0 5px; vertical-align:top;  }
.tabBox .hd ul li.on a{ color:#B63B34; display:block; height:38px; line-height:38px;   border-bottom:2px solid #B63B34;  }
.tabBox .bd ul{ padding:10px;  }
.tabBox .bd ul li{ border-bottom:1px dotted #ddd; text-align: left; }
.tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.readMore{ display:block; height:30px; line-height:30px; margin:10px auto 20px auto;  text-align:center; text-decoration:underline;   }

/* 多图滚动 */
.scrollBox{ margin:10px auto; text-align:center;  }
.scrollBox .bd li{ width:50%; float:left; font-size:14px; }
.scrollBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.scrollBox .bd li img{ width:140px; background:url('../images/loading.gif') #fff center center no-repeat;  }
.scrollBox .hd{ height:20px; overflow:hidden; font-size:0; }
.scrollBox .hd ul{ display:inline-block; padding-top:5px; }
.scrollBox .hd li{ display:inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden;
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}
.scrollBox .hd .on{ background:#BA2636;  }
.scrollBox .prev,.scrollBox .next{ display:inline-block; width:25px; height:20px; background:url('../images/wyIcons.png') no-repeat; overflow:hidden; margin:0 5px;  vertical-align:top; }
.scrollBox .next{ background-position:-105px 0; }


/* 头部 */
#header{ background:#fff; height:50px; line-height:50px;  border-bottom:3px solid #CF7F21; padding:0 10px;  }
#header .logo{ font-style:italic; font-weight:bold; font-size:12px; color:#d07b13;  }
#header .logo a{ font-size:20px; color:#d07b13;  }

/* 底部 */
#footer{ height:40px; line-height:40px;  background:#fff; text-align:center; color:#666;    }

/* 主内容 */
#content{ padding:40px;  min-height:610px;_height:610px; _overflow:visible;text-align:center; color:#fff;  }
#content .contentIn{ width:1000px; margin:0 auto; }

/* 首页 index.html ---------------------------------------------- */
.indLogo h2{ position:relative; height:140px;  padding-top: 20px;  }
.indLogo h2 em{ font:italic bold 100px/140px arial;  text-shadow:2px 2px 0 #965e18; letter-spacing:-3px; }
.indLogo h2 span{ position:absolute; right: 160px; top: 30px; display:block; width:54px; height:28px; line-height:28px; text-align:center; background:#ca7512;
	-webkit-border-radius:28px; -moz-border-radius:28px; border-radius:28px; font-style:italic;
}
.indLogo h3{ font-size:24px; line-height:24px;  text-shadow:1px 1px 0 #965e18; }
.indIntro{ padding:40px 0 20px 0; color:#333; font-size:18px; line-height:200%; text-shadow:0 1px 0 #face8d;  }
.indOthers{ overflow:hidden; padding-top:20px;  }
.indOthers .indBtn{ display:inline-block; *display:inline; zoom:1; width:280px; height:100px; background:#fff; text-align:right; margin:2px 30px 0 30px; cursor:pointer; overflow:hidden;
	-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background:url(images/indIcons.png) 160px -322px #fff no-repeat;
	vertical-align:top;
}
.indOthers .indBtn p{ padding:20px 110px 0 0; color:#333; font-size:16px; font-weight:bold;  }
.indOthers .indBtn:hover{ margin-top:0  }
.indOthers .indBtn:hover p{   }
.indOthers .indDownLoad{ background-position: 160px -31px; }
.indOthers .indDownLoad p{  color:#56AB6C }

.indNotice{ width:630px; margin:0 auto;   text-align:left; padding-top:20px; font-size:14px;  }
.indNotice li{ padding:5px 0 15px 40px; margin-top:10px;   }
.indNotice li.android{ background-position:0 -733px; }
.indNotice li.win{ background-position:0 -866px; }

/* 查看参数 param.html ---------------------------------------------- */
.paramPage .ps,.usePage .ps{ text-align:left; color:#333; font-size:12px; padding-bottom:10px; line-height:22px;    }
.paramPage .ps i{ color:#c00;  }
.usePage .ps i{ color:#f60;  }
.paramPage .paramWrap{ background:#fff;  }
.paramPage .param { border-collapse: collapse; border-spacing: 0; empty-cells:show;

}
.paramPage .param td,.paramPage .param th{ border:#eee solid 1px; padding:5px 10px; }
.paramPage .param th{ background:#bd7200; font-weight:bold; color:#fff;  }
.paramPage .param .new td{ color:#f60; font-weight:bold;  }

.paramPage .param{ width:100%;  margin-bottom:20px;  color:#333; font-size:12px;  }
.paramPage .param th{ text-align:center;  }
.paramPage .param td{ text-align:left;  }
.paramPage .param .intro{ text-align:left;  }
.paramPage .param .link{ color:#c00; text-decoration:underline;   }
.paramPage .param .t b{ color:#c00;  }
.paramPage .param i{ color:#c00;   }
.paramPage .param .on td{ background:#fdeacc;  }
.paramPage .notice{ overflow:hidden;  text-align:left; padding-bottom:10px;  }
.paramPage .notice li{ width:120px; height:30px; line-height:30px; text-align:center; float:left; margin-right:10px; color:#fff; background:#666; cursor:pointer; }
.paramPage .notice .on{ background:#c00;   }

.con ul li{text-align: left;}
.list em{ font-style: normal;color:#f60}
.content{ padding:10px;}
.clearfix:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;overflow:hidden}.clearfix{zoom:1}
.app ul li{ width:33%; float: left;}
.app ul li a{ display: block; width:80px; height: 30px; background: url("../../images/app_03.png") no-repeat; text-align: center; color:#666; padding-top:90px; font-size: 16px; margin:0 auto; }
.app ul li.sm a{ background-position: -90px 0;}
.app ul li.xz a{ background-position: -190px 0;}
.app ul li.cx a{ background-position: -290px 0;}
.app ul li.sq a{ background-position: -392px 0;}
.award dl dt a img{ width:30%}

.award .pagination li{ float: left; padding:0 4px; border:1px solid #ccc; margin-right:5px;}
.content img{max-width:100%; height: auto;}
#footer{ background: #4BB5EF; color:#fff;}
ul.pagination{height:2em; text-align: center;}

ul.pagination li{ display: inline-block; width:1.6em;	    border: 1px solid #999;	margin-left: 0.5em;	border-radius: 0.1em;}

