@charset "utf-8";
/* mod */
body {
	font-size:0.875em;
	font-size:0.75em;
	background-color: #000066;
	padding: 0;
	text-align: center;
}
#container {
	width:820px;
	height:100%;
	background-color: #FFF;
	text-align: left;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
a {blr:expression(this.onFocus=this.blur())}
a {
	color:#333;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#ccc;
	text-decoration:underline;
}
p{
	text-indent: 0em;
}
#header {
	height: 104px;
	position: relative;
	background-color: #fff;
	text-align: left;
}
a#logo {

	position: absolute;
	left: 86px;
	top: 35px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	height: 38px;
	width: 112px;
}
#lang{
	position: absolute;
	top: 20px;
	right: 10px;
}
#lang a{
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding-left: 20px;
	white-space: nowrap;
	float: left;
}
#lang a.en{
	background-image: url(../%7Eimages/flags_en-GB.gif);	
}
#lang a.cn{
	background-image: url(../%7Eimages/flags_zh-CN.gif);
}


#main {
	text-align: left;
	height: 250px;
	padding: 24px 15px 9px;
	overflow: hidden;
}
#footer {
	height: 60px;
	position: relative;
	background-image: url(../%7Eimages/index_main_bg.jpg);
	background-position: center bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
}
/* footer */
#footer_w{
	height: 34px;
}
#footer_l{
	height: 34px;
	float: left;
	width: 310px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
	background-image: url(../%7Eimages/logo_fooret.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	
}
#footer_r{
	height: 34px;
	float: left;
	padding-left: 10px;
	padding-top: 4px;
	line-height: 14px;
	color: #a0a0a0;
}
#footer_s{
	height: 34px;
	text-align: center;
	position: absolute;
	width: 300px;
	top: 5px;
	right: 0px;
}

/*   index.php  */

#slideshow {
	margin:0 auto;
	w/idth:300px;
	height:90px;
	position:relative;
}
#slidesContainer {
  margin:0 auto;
  width:222px;
  height:120px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slidesContainer .slide {
  margin:0 auto;
  width:222px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:90px;
}
.control {
  display:block;
  width:18px;
  height:90px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background-color: transparent;
	background-image: url(../%7Eimages/control_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../%7Eimages/control_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#index_bg{
	background-image: url(../%7Eimages/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	width: 820px;
	background-color: #FFF;
}

#index_gb{
	background-image: url(../%7Eimages/common_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 105px;
	width: 816px;
	background-color: #FFF;
	padding: 0px 4px 0px 0px;
}

.index_main_bg{
	background-color: #bbb;
	background-image: url(../%7Eimages/index_main_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}

/* 产品 */
.index_product{
	height: 160px;
	overflow: hidden;
}
.index_product h3{
	font-size: 12px;
	color: #000;
	background-image: url(../%7Eimages/tion.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	margin-bottom: 15px;
	height: 23px;
	line-height: 23px;
}
.index_product ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.index_product ul li{
	margin-right: 12px;
	margin-left: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.index_product ul li a{
	text-decoration: none;
}
.index_product ul li a:hover{

}

.index_product ul li a img{
	height: 80px;
	width: 100px;
	float: left;
	margin-right: 8px;
}
.index_product ul li h3{
	
}
.index_product ul li a span{
	display: block;
	margin-top: 5px;	
}

/* 文章主题列 */
.index_article{
		height: 230px;
	overflow: hidden;
}

.index_article h3{
font-size: 12px;
	color: #000;
	background-image: url(../%7Eimages/tion.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	margin-bottom: 15px;
	height: 23px;
	line-height: 23px;
}

.index_article ul{
	margin: 0px;
	padding: 0px;	
}
ul#usual{
	background-image: url(../%7Eimages/index_e6e6e6.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 5px 0;
	padding: 0px;
	list-style-type: none;
}

ul#usual li{
	margin: 0px 1px;
	padding: 0px;
	float: left;
}

ul#usual li a{
	background-image: url(../%7Eimages/index_tabs_bg.png);
	background-position: 0px 24px;
	display: block;
	height: 24px;
	width: 95px;
	color: #676767;
	text-align: left;
	font-weight: bold;
	line-height: 24px;
	text-indent: 20px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}

ul#usual li a.selected{
	background-position: 0px 0px;
	color: #000;
}

ul#tab1 li,ul#tab2 li{
	line-height: 22px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	background-image: url(../%7Eimages/do_4.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}
ul#tab1 li a,ul#tab2 li a{
	text-decoration: none;
	color: #222;
	display: block;
}
ul#tab1 li a:hover,ul#tab2 li a:hover{
	color: #000;
}
ul#tab1 li:hover,ul#tab2 li:hover{
	background-image: url(../%7Eimages/do_5.gif);
	background-color: #f7f7f7;
}

.index_more{
	background-image: url(../%7Eimages/more.gif);
	text-indent: -9999px;
	display: block;
	float: right;
	height: 5px;
	width: 28px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.1em;
	line-height: 5px;
	margin: 10px 0 0 0;
}
/* common */
#common_main{
	margin-right: 59px;
	margin-left: 59px;	
}

#common_bg{
	background-image: url(../%7Eimages/common_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 119px;
	width: 816px;
	background-color: #FFF;
	position: relative;
	overflow: ;
	padding: 0px 4px 0px 0px;
}

#common_tbg{
	background-image:;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 50px;
	width: 169px;
	left: 20px;
	top: 84px;
}
.common_left{
    background-image: url(../%7Eimages/common_tbg.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	position: absolute;
	height: 300px;
	width: 169px;
	left: px;
	
}
ul.common_menu{
	padding: 0;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	list-style-type: none;
}

ul.common_menu li{
	line-height: 24px;
	margin: 0px;
	height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-image: url(../%7Eimages/do_3.gif);
}
ul.common_menu li:hover{
	background-color: #f4f4f4;
}
ul.common_menu li a{
	text-decoration: none;
	color:#261C6D;
	display: block;
}
#usernav{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align: right;
	margin-top: 25px;
	line-height: 24px;
	height: 24px;
}
#usernav a{
	margin:0 5px;
}

/* 主要内容区 shl_content */
.shl_content {
	margin:20px 10px;	
}

/* 分页 shl_page */

.shl_page {
	height: 30px;
	clear: both;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
}
/* 列表调用模块 m_calllist */
h3.m_calllist {
}
ul.m_calllist {
}
ul.m_calllist li a {
}
ul.m_calllist li span {
}
/*文章模块　m_article */
h3.m_article {
}
p.m_article {
}
/* 视频模块 m_video */
ul.m_video {
}
ul.m_video li {
}
ul.m_video li img {
}
ul.m_video a {
}
/* 视频播放页　m_video_view　*/
h3.m_video_view {
}
h4.m_video_view {
}
/* 主题列表  m_list */
ul.m_list {
	list-style-type: none;
}
ul.m_list li{
	line-height: 28px;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	clear: both;
	background-image: url(../%7Eimages/do.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
ul.m_list li:hover{
	background-color: #fafafa;
}
ul.m_list li a{
	float: left;
	width: 320px;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
}
ul.m_list li span{
	float: right;
}
/* 投票模块　m_poll */
.m_poll {
}
.m_poll dl {
}
.m_poll dt {
}
.m_poll dd {
}
/* 查看投票页　m_poll_view */
h3.m_poll_view {
}
ul.m_poll_view {
}
ul.m_poll_view li {
}
ul.m_poll_view li span {
	float: left;
}
/* 产品模块 m_product */

ul.m_product{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.m_product li{
	float: left;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 150px; /*ie修正*/
}
ul.m_product li a{
	display: block;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	
}
ul.m_product li a img{
	height: 105px;
	width: 140px;
	border: 2px solid #eee;
	display: block;
	margin-bottom: 5px;
}

ul.m_product ul{
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 5px;
}
ul.m_product li ul li{
	float: none;
	margin: 0px;
	padding: 0px;
}
ul.m_product li ul li span{
	float: left;
	width: 70px;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
}
ul.m_product li ul a{
	display: block;
	overflow: hidden;
	font-weight: normal;
}

/* 产品查看页 m_product_view */

dl.m_product_view {
}
dl.m_product_view h3 {
}
dl.m_product_view dt {
}
dl.m_product_view dd {
}
dl.m_product_view dd p {
}
/* 下载模块 m_download */
ul.m_download {
}
ul.m_download h5 {
}
ul.m_download li {
	line-height: 28px;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	clear: both;}
ul.m_download li:hover{
	background-color: #fafafa;
}
ul.m_download li a{
	white-space: nowrap;
	text-decoration: none;
}

/* 招聘模块 m_jobs */
table.m_jobs {
	width: 98%;
}
table.m_jobs tr {
}
table.m_jobs td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
table.m_jobs td strong {
	float: left;
	width: 120px;
}
/* 留言模块 m_guestbook */
table.m_guestbook {
	width: 98%;
}
ul.m_guestbook_re{
	margin-bottom: 10px;
	list-style-type: none;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}
ul.m_guestbook_re li{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
ul.m_guestbook_re li em{
	width: 90px;
	float: left;
}
ul.m_guestbook_re dd{
	margin-left: 40px;
	border: 2px solid #eee;
	background-color: #fafafa;
	padding: 8px;
}
/* 地图模块 m_webmap */
ul.m_webmap {
}
ul.m_webmap li {
}
ul.m_webmap li ul {
}
ul.m_webmap li ul li {
}
/* 友情链接 m_linkers */

div.m_linkers_text {
	clear: both;
}
div.m_linkers_text a {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
div.m_linkers_image {
	clear: both;
}
div.m_linkers_image a {	
display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

/* 评论模块 m_comment */
h3.m_comment{
}
ul.m_comment{
	padding: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	list-style-type: none;
}
ul.m_comment li{
	margin: 0px;
	padding: 0px;
}

/* 搜索模块 m_search */

.m_search h4{
	
}
.m_search h4 a{
	text-decoration: underline;	
}
.m_search h4 a span{
	font-size: 1em!important;
	color: #F00!important;
}
.m_search em{
	display: block;
	margin-bottom: 20px;
	text-align: right;
	color: #999;
}
.m_search form{
	text-align: center;	
	
}
.m_search form input{
	margin-bottom: 10px;
}

/* 查看文章 m_list_view */
h3.m_list_view{
	text-align: center;
}

/* 顶部导航菜单 */
#navmenu {
	position: absolute;
	top: 40px;
	right: 1px;
	width: 818px;
	
}
ul#topnav {
	margin: 0;
	padding: 0;
	float: right;
	width: 818px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background-color: #969696;
	background-image: url(../%7Eimages/menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
ul#topnav li {
	float: left;
	margin: 0;
	height: 37px;
	padding-top: 0;
	padding: 0 15px;
}
ul#topnav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
	float: left;
}
ul#topnav li:hover {
	
}
ul#topnav li span {
	float: left;
	padding: 1px 10px;
	position: absolute;
	left: 0; top:37px;
	display: none;
	width: 798px;
	background: #6067BF;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
/*ul#topnav li:hover span { display: block; }*/
ul#topnav li span a {
	display: inline;
	line-height: 24px;
	height: 24px;
	font-size: .85em;
	padding-right: 10px;
	padding-left: 10px;
	
}
ul#topnav li span a:hover {text-decoration: underline;}

/* 当前 */
ul#topnav li.current{
	background-image: url(../%7Eimages/menu_content.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul#topnav li.current span{
	display: block;	
}
/* 鼠标悬停 */
ul#topnav li.hover{
	background-image: url(../%7Eimages/menu_content.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul#topnav li.hover span{
	display: block;	
}
/* 当前子菜单 */
ul#topnav a.bcurrent{
	font-weight: bold;	
}
li#selected{
	background-color: #f4f4f4;
	font-weight: bold;
	background-image: url(../%7Eimages/do_2.gif);
}
/*　左侧菜单 */
ul#initmenu{
	margin: 60px 24px 100px;
	padding: 0px;
	list-style-type: none;	
}
ul#initmenu li{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px top;
}
ul#initmenu li.initmenu_1{
	background-image: url(../%7Eimages/m_icon_1.png);
}
ul#initmenu li.initmenu_2{
	background-image: url(../%7Eimages/m_icon_2.png);
}
ul#initmenu li.initmenu_3{
	background-image: url(../%7Eimages/m_icon_3.png);
}
ul#initmenu li.initmenu_4{
	background-image: url(../%7Eimages/m_icon_4.png);
}
ul#initmenu li.initmenu_5{
	background-image: url(../%7Eimages/knmmedialogo.gif); height: 130px; line-height: 60px;
}

ul#initmenu li a{
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: 0px bottom;
	text-indent: 31px;
	display: block;
	background-image: url(../%7Eimages/do_6.gif);
	line-height: 45px;
	height: 38px;
	margin-bottom: 6px;
}
ul#initmenu li a.initmenu_a_last{
	background-image: none;
}
ul#initmenu li ul{
	margin: 8px 10px 16px;
	padding: 0px;
	list-style-type: none;	
}
/* jqm翻页 */
.page {
	text-align:right;
}
.page span, .page a {
	padding:2px 5px;
	margin-right:2px;
	border:#f0f0f0 1px solid;
	color:#464646;
}
.page a {
	text-decoration:none;
}
.page a:hover, .page a:active {
	border:#ccc 1px solid;
}
.page span.current {
	background-color:#EFEFEF;
	font-weight:700;
}
.page span.disabled {
	color:#ccc;
	border:1px solid #eee;
}
