@charset "gb2312";
/*==========@@HTML默认样式 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
.copyright{ padding:5px; text-align:left; font-size:12px; color:#666; border:0px solid red}
body{
	color:#000;
	background-color: #FFF;
	padding:0px; 
	margin:0px auto;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	max-width:640px;
}
div{ margin:0; padding:0; border:0; color:#333333;}
img{ margin:0; padding:0; border:0; max-width:100%}
p{ margin: 0px 0px 1em 0;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0px 0px; margin-top:5px;!important}
TD {
	 LINE-HEIGHT: 100%;
	border:1px solid #FFFFFF;padding-top:5px;
}
li{ list-style: none outside none;}
/*频道body类*/
.body_article, .body_download, .body_picture, .body_product, .body_page, .body_video, .body_job, .body_feedback{ background-color:#e2e3e6; }
.single, .article, .picture, .download, .video, .product, .job, .guestbook, .sitemap, .feedback{ width:99%; margin:0px auto }
/*链接*/
a{ text-decoration:none; color:#000; background: transparent;  outline:none}
a:hover, a:active{ color:red; font-size:1em; font-weight:bold; outline:none;}
.tp(margin:30px)
H3{ font-size:20px}
H3 a{ text-decoration:none; color:#FFF; background: transparent;  outline:none}
H3 a:visited { color:#FFF;}
H3 a:focus { color:#FFF; outline:none; }
H3 a:hover, a:active{ color:#FFF; outline:none;}
/*顶部工具条 开始*/
#toolbar{width: 100%; height: 46px; line-height:46px; z-index: 3; position: fixed;left: 0;top: 0;right:0;}
#toolbar .fixed {
	display: block;
	margin: 0 auto;
    min-width: 320px;
	height: 45px;
	top: 0;
	border-bottom: 1px solid #305196;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6DACED), to(#3C63B9));
	background-image:-webkit-linear-gradient(#6DACED, #3C63B9);
	background-image:-moz-linear-gradient(#6DACED, #3C63B9);
	background-image:-ms-linear-gradient(#6DACED, #3C63B9);
	background-image:-o-linear-gradient(#6DACED, #3C63B9);
	background-image:linear-gradient(#6DACED, #3C63B9);
	/*opacity: 0.95;*/
}
#toolbar .fixed-green, #toolbar .fixed-blue{	display: block; margin: 0 auto; min-width: 320px; height: 45px; top: 0;} 
#toolbar .fixed-green {
	border-bottom: 1px solid #7e7b7a;	
	box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,5);-o-box-shadow:0 0 5px 0 rgba(0,0,0,5);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#bab7b6),to(#6c6b6a));
	background-image:-webkit-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-moz-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-ms-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-o-linear-gradient(#bab7b6, #6c6b6a);
	background-image:linear-gradient(#bab7b6, #6c6b6a);
	/*opacity: 0.95;*/
}
.ui-btn-back, .ui-btn-refresh, .ui-btn-menu, .ui-btn-home{  
	display:block; position:absolute; width:50px; height:44px;
	text-indent: -9999px; margin:0; padding:0; 
}
.ui-btn-back { top:0px; left:0px; background:url(../ky_img/back.png) no-repeat center center;  background-size:24px auto;}
.ui-btn-refresh { top:0px; right:0px; background:url(../ky_img/refresh.png) no-repeat center center; background-size:28px auto;}
.ui-btn-menu { top:0px; right:0px; background:url(../ky_img/menu.png) no-repeat center center; background-size:24px auto;}
.ui-btn-home { top:0px; right:0px; background:url(../ky_img/home.png) no-repeat center center;  background-size:24px auto;}
#content{ width: 98%;  margin: 0px auto;}

td a{
    padding-top: 45px;/* 50px是导航栏高度 */
    margin-top: -45px;/* -50px是跳转锚点时距离顶端的高度 */ !important
}