﻿/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/* 全局 */
body{word-break:break-all;word-wrap:break-word;font-family:Microsoft YaHei;background:#FFF}
a{color:#666}
.dn{display:none}
.db{display:block}
.ewm{display:none}
.ewm-bg{position:fixed;z-index:9999;top:0;background:#000;opacity:.8;width:100%;height:100%}
.ewm-box{position:fixed;z-index:9999;top:50%;left:50%;margin-top:-200px;margin-left:-200px;width:400px}
.ewm-box img{width:400px;height:400px;border:5px solid #FFF}
.black{display:none;position:fixed;z-index:9997;border-radius:50%;bottom:120px;right:10px;color:#FFF;background:#016ABB;opacity:.8;width:40px;height:40px;line-height:40px;text-align:center}
.load{ display:none}
.clear{clear:both}
section{margin:70px 0 70px 0}
.m-news a{color:#016ABB}

/* 头部 or 底部 */
header{position:fixed;top:0;z-index:9997;width:100%;background:#FFF;border-bottom: 2px solid #016ABB}
footer{position:fixed;bottom:0;z-index:9997;width:100%;background:#016ABB}
footer ul li{display:inline-block;float:left;width:20%;padding:15px 0;text-align:center;border-left:1px solid #00457A;border-right:1px solid #3895DD}
footer ul li:first-child{border-left:0}
footer ul li:last-child{border-right:0}
footer a{color:#FFF}

/* 导航 */
nav{background:#016ABB;overflow:auto;position:fixed;top:0;right:-100%;opacity:0;z-index:9998;width:100%;height:100%;color:#FFF;text-indent:15px;padding-top:35px}
nav ul li{z-index:9998;height:30px;line-height:30px;margin:5px 15px;background:#016ABB;text-align:center}
nav ul li i{position:relative;top:2px;}
nav ul li a{display:block;color:#FFF; font-size:14px}
nav ul li a.active{background:#3895DD; font-size:14px}
.navbg{display:none;position:fixed;top:0;width:100%;height:100%;z-index:9998;background:#000;opacity:.5}
.close{position:absolute;top:0;right:0;padding:15px 15px 0 15px;}

/* 幻灯 */
figure{max-width:640px;margin:0 auto}
.slideBox{position:relative;overflow:hidden}
.slideBox .hd{position:absolute;bottom:5px;right:5px;z-index:1}
.slideBox .hd li{display:inline-block;width:8px;height:8px;border-radius:50%;background:#FFF;text-indent:-9999px;overflow:hidden;margin:0 2px}
.slideBox .hd li.on{background:#FC0}

/* 分页 */
.pages{text-align:center;margin-bottom:10%}
.pages a{padding:5px 10px;margin:0 3px;background:#EEE}
.pages span{padding:5px 10px;margin:0 3px;background:#016ABB;color:#FFF}

/* 内页 */
.page-title{padding:10px;background:#016ABB;color:#FFF}
.page-class{float:right;color:#FFF}
.page-nav{display:none;background:#016ABB}
.page-nav ul li{text-align:center;margin-top:-1px;border-top:1px solid #3895DD}
/*.page-nav ul li:first-child{margin-top:0;border-top:0}*/
.page-nav ul li a{padding:10px;display:block;color:#FFF}
.page-nav ul li a.active{background:#3895DD}
.page-nav ul li ul{border-top:1px solid #195681}
.page-nav ul li ul li{background:#195681}
.page-content{margin:15px 0 0}
.page-content p{ margin-bottom:10px;}

/* 加载 */
.page-more{text-align:center}

/* 内容 */
.show-title{text-align:center;border-bottom:1px solid #EEE;padding-bottom:10px;margin-bottom:10px}
.show-content{padding-bottom:5px}

/* 组图 */
.pic-list{margin-bottom:10px}
.pic-list img{width:100%}

/* 上下分页 */
.show-pages{margin-top:25px}
.show-pages a{padding:15px;border-radius:5px;background:#016ABB;color:#FFF}
.show-pages .a-bgn{background:#CCC}

/* 响应 */
@media screen and (max-width:639px){
footer ul li{width:20%}
section{margin:12% 0 18% 0}

nav ul li{height:30px;line-height:30px;font-size:14px}
}
@media screen and (max-width:479px){.form_comment{height:66px;padding:13px 0}
.form_comment input{padding:10px 25% 10px 10px}
.form_comment button{padding:10px 15px}
}
.show_pc {
	display:none;
}
/*在线留言*/
#book{
	padding:0;
	margin:0;
}
#book * input{
	border:1px dotted #666666;
	height:30px;
	line-height:30px;
	width:100%;
	background-color:#EEEEEE;
	}
#book * .hover:focus{
	border:1px dotted #FE8707;
	height:30px;
	line-height:30px;
	width:100%;
	background-color:#FFFFFF;
}
#book div{
	height:30px;
	line-height:30px;
	text-align:left;
	font-size:14px;
	font-weight:lighter;
	margin-top:5px;
	margin-bottom:5px;
}
#book .l_1{
	float:left;
	width:48%;
	clear:both;
}
#book .l_2{
	float:right;
	width:48%;
}
#book * .btn{
	width:120px;
	height:30px;
	line-height:30px;
	border:none;
	background-color:#EEEEEE;
	color:#333333;
	font-size:16px;
	margin-right:20px;
	cursor:pointer;
}
#book * .btn2{
	background-color:#D90000;
	color:#FFFFFF;
	cursor:pointer;
}
#book .text_input{
	height:56px;
}


/*三四级导航菜单*/
#cmenu .selc{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#cccccc;
	border:solid 1px #999999;
	white-space:nowrap;
	text-align:center;
}
#cmenu .no_selc{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#EFEFEF;
	border:solid 1px #CCCCCC;
	white-space:nowrap;
	text-align:center;
}
#cmenu .selt{
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	padding-left:0px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	white-space:nowrap;
	font-size:20px;
	clear:both;
	width:70px;
	text-align:center;
}

 .ss{
	padding-top:10px;
	padding-bottom:10px;
	width:259px;
	height:46px;
	line-height:46px;
	background:url(../../images/ss_bg.jpg) left no-repeat;
}
 .ssis{
	height:46px;
	line-height:46px;
}
.ssi2{
	margin-top:0px;
	height:46px;
	*height:46px;
	line-height:46px;
	*line-height:46px;
	border:0px;
	background:none;
	width:200px;
	margin-left:10px;
	outline:none;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
.clear {
	clear:both;
}
/*分页特效*/
DIV.digg {
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.digg A {
BORDER-RIGHT: #016ABB 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #016ABB 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 5px; BORDER-LEFT: #016ABB 1px solid; COLOR: #016ABB; PADDING-TOP: 2px; BORDER-BOTTOM: #016ABB 1px solid; TEXT-DECORATION: none
}
DIV.digg A:hover {
BORDER-RIGHT: #016ABB 1px solid; BORDER-TOP: #016ABB 1px solid; BORDER-LEFT: #016ABB 1px solid; COLOR: #000; BORDER-BOTTOM: #016ABB 1px solid
}
DIV.digg A:active {
BORDER-RIGHT: #016ABB 1px solid; BORDER-TOP: #016ABB 1px solid; BORDER-LEFT: #016ABB 1px solid; COLOR: #000; BORDER-BOTTOM: #016ABB 1px solid
}
DIV.digg SPAN.current {
BORDER-RIGHT: #016ABB 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #016ABB 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 5px; BORDER-LEFT: #016ABB 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #016ABB 1px solid; BACKGROUND-COLOR: #016ABB
}
DIV.digg SPAN.disabled {
BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 5px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}
