﻿@import url("base.css");
body {
	font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
	color:#595656; background:#fff;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595656;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595656;
}
a:link,a:visited,a:active {
	color:#595656;
	text-decoration:none;
}
a:hover {
	color:#018ee6;
	text-decoration:none;
}
.a:link,.a:visited,.a:active {
	color:#f08200;
	text-decoration:none;
}
.a:hover {
	color:#018ee6;
	text-decoration:underline;
}
.anoline {
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.anolines a {
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.shadow {
    -moz-box-shadow: 4px 4px 5px #c3c3c3;
    -webkit-box-shadow: 4px 4px 5px #c3c3c3;
    box-shadow: 4px 4px 5px #c3c3c3;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c3c3c3')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c3c3c3');
}
/*兼容多浏览器阴影代码*/
/*===================================================================================*/

#main {  

} 
#header_top_bg{ height:43px; width:100%;}
#header_top{ height:43px; line-height:43px; width:1200px; margin:0 auto; padding:0;}
#header_top_l{ width:200px; height:43px; text-align:left; float:left; padding-top:1px;} 
#header_top_l img{ display:inline-block;}
#header_top_l a{ display:inline-block; padding-left:14px; color:#999;}
#header_top_r{ width:300px; height:43px; text-align:right; float:right;} 
#header_top_r img{ display:inline-block; padding-top:11px; float:right;}

#header_bg{
	position:relative; 
	width:100%; background:url(../images/header_bg.png) repeat-x;
	height:85px;  
}
#header {
	position:relative;
	margin:0px auto;
	width:1200px; text-align:center;
	height:85px;
}
#logo {
	position: relative;  border:0; margin:0 auto; height:80px; margin-top:3px;
 
}
#header_a {
	position:absolute;
	top:25px;
	right:1px;
}
#language {
	position:absolute;
	top:13px;
	color:#555555;  
	right:12px;
} 
 
#nav_bg {
	height:85px; width:970px; float:right;
	 
}
#nav {
	position: relative; margin:0 auto; padding-top:0px;
	z-index:99; 
	width:970px;
	height:85px;
	background:none;
}
#nav2 {
	width:970px; overflow:hidden;
	height:85px;
}
#nav2 ul {
	width:967px; margin-left:5px; 
	height:85px; text-align:right; 
}
#nav2 li { 
	height:85px; width:107px; display: block ; text-align:center; float:left; padding:0;
}
#nav2 li a {
	display: block; 
	 
	height:85px; 
	line-height:85px;  
	  font-family:"微软雅黑";
	font-size:14px; 
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav_over:link,.nav_over:visited,.nav_over:active,.nav_over:hover {
	color:#fff; background:#153170; 
	 
}
.nav_out:link,.nav_out:visited,.nav_out:active {
	color:#333;
}
.nav_out:hover {
	color:#fff; background:#153170; 
 
}
 
.search{ width:283px; height:37px;margin:59px 10px 0 0;float:right; background:url(../images/search_bg.png) no-repeat}
.search_input{ width:228px; height:25px; background:none; line-height:25px; padding:4px 4px 4px 15px; border:0; float:left;}
.search_btn{ display:block;width:30px; padding:0px;height:33px;background:none; float:left; cursor:pointer; border:0;}


#flash_blk {
	position:relative;
	z-index:1;
	width:100%;
	height:500px;
	overflow:hidden;
}
#flash {
	position:absolute;
	top:0px;
	left:50%;
	z-index:1;
	margin-left:-950px;
	width:1900px;
	height:500px;
	overflow:hidden;
}
#flash p {
	width:1900px;
	height:500px;
	text-align:center;
	font-size:0px;
}
#flash_button_blk{
	 width:100%; 
	 position: absolute; 
	 top:50px;
	 height:300px;
	 z-index:2;}
#flash_button {
	position: relative; margin:0 auto;
	z-index:2;
	width:600px;
	height:300px;
	text-align: center;  background: rgba(0, 0, 0, 0.12) none repeat scroll 0 0;
	padding: 10px ;
    -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */

}
#flash_buttonuuu a {
	display:inline-block;
	margin:10px 4px;
	width:0px;
	height:0px; 
	font-size:0px;
	text-align:center;
	color:#c8c8c8;
	background:url(../images/dian.png) no-repeat;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#flash_buttonuuu a.activeSlide {
	 
	background:url(../images/curdian.png) no-repeat;
}
#flash_buttonuuu a:hover{
	background:url(../images/curdian.png) no-repeat;
	 
}


#flash_left {
	position:absolute;
	background:url(../images/flashbut_L_h.png) no-repeat; 
	top:220px;
	left:22px;
	display:block;
	width:61px;
	height:61px;z-index:999;
	cursor:pointer;
}
#flash_right {
	position:absolute;
	background:url(../images/flashbut_R_h.png) no-repeat; 
	top:220px;
	right:22px; z-index:999;
	display:block;
	width:61px;
	height:61px;
	cursor:pointer;
}

#sinput2{ width:300px; height:40px; float:left; margin:5px 0 0 0px; border:1px solid #999; background:none; font-size:18px; padding-left:15px;}
#sbutton2{ width:90px; height:80px; text-align:center; line-height:36px;margin:5px 0 0 5px; font-size:18px;float:right; border:1px solid #999; background:#f10; color:#fff;}


#search_bg{  width:100%; height: auto; float:left;  position:relative;}
#sinput{ width:490px; height:90px; background:#fff; float:left; border:0;  font-size:18px;}
#sbutton{ width:90px; height:80px; text-align:center; line-height:36px;margin:5px 0 0 5px; font-size:18px;float:left; border:0; background:#ff8c00; color:#fff;}
#mknews{ width:490px; height:190px; margin-top:10px; background:#fff; float:left;}
#mknews h1{ width:460px; height:30px; background:#dedede; line-height:30px; font-size:14px; text-align:left; padding:0 15px; float:left;}
#mknews h1 a{ float:right; padding-right:10px; font-family:宋体; font-size:12px; font-weight:100;}

#movenews { width:490px; height:150px; background:#fff; float:left; overflow:hidden;}
#movenews ul{width:460px;padding:0 15px; height:150px; float:left;}
#movenews ul li{ width:100%; border-bottom:1px dashed #dadada;height:24px; line-height:24px;}
#movenews ul li a{ float:left; color:#3333;}
#movenews ul li span{ color:#666; float:right;}


.butclass{ width:90px; height:60px; text-align:center; line-height:22px;margin:3px 0 0 5px; font-size:18px;float:left; padding:10px 0; border:0; background:#fff; color:#333;}
.butclass2{ width:90px; height:60px; text-align:center; line-height:22px; margin:23px 0 23px 5px; font-size:18px;float:left; padding:10px 0; border:0; background:#fff; color:#333;} 
.butclass i,.butclass2 i{ font-size:36px;}

.ssst{ width:96%; float:left; margin-top:20px; border:1px solid #999; padding:2%;
    moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */
}
.ssst strong{ font-size:14px;}
 
 
#content {
	margin:20px auto 10px auto;
	width:1200px;
}
#left {
	float:left;
	width:220px;
	background:#fff;
	-moz-border-radius: 5px 5px 0 0 ;      /* Gecko browsers */
    -webkit-border-radius: 5px 5px 0 0 ;   /* Webkit browsers */
    border-radius:5px 5px 0 0 ;            /* W3C syntax */
	  border:1px solid #f2f2f2; 
}
#right {
	float:right;
	width:900px;
}
 
 .FontScroll{width:190px;height:20px;line-height:20px;border-right:1px solid #e9e9e9;overflow:Hidden; float:left; padding:0 0 0 11px; margin-top:5px}
.FontScroll .line{text-align:center;width:100%;}
.FontScroll .fontColor a{color:red;}
.FontScroll ul li { background:url(../images/news.jpg) no-repeat left; padding-left:25px;}
  /*底部*/
.bottom{ background:#999; color:#fff; font-size:12px; line-height:24px;height: auto; padding-top:30px;  }
 
.copyright{ color:#dadada;   width:1200px; margin:0 auto;padding:10px 0 20px 0; position:relative}
 
/*===================================================================================*/
  

 
/*===================================================================================*/		
.left_title {
	padding-left:30px;
	height:35px; line-height:35px; margin-left:0px;
	font-size:16px; width:190px; background:#c0c0c0;
	-moz-border-radius: 5px 5px 0 0 ;      /* Gecko browsers */
    -webkit-border-radius: 5px 5px 0 0 ;   /* Webkit browsers */
    border-radius:5px 5px 0 0 ;            /* W3C syntax */
	color:#333; border-bottom:1px solid #c0c0c0; 
}
.left_menu {
	margin-bottom:20px; 
}
.left_menu_over,.left_menu_out {
	display:block;
	padding:10px 0px 12px 30px; margin-left:0px;
	font-size:14px; width:190px; 
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_menu_out:link,.left_menu_out:visited,.left_menu_out:active {
	color:#333;
}
.left_menu_out:hover {
	color:#333; background:#f2f2f2;
	 
}
.left_menu_over:link,.left_menu_over:visited,.left_menu_over:active,.left_menu_over:hover {
	color:#333;background:#f2f2f2;
	         
}

.left_menu ul {
	padding:0px 0px 10px 40px;margin-left:15px; width:178px; border:1px solid #e6edf3;
}
.left_menu li {
	padding:8px 0px 0px 10px;
}
.left_menu_out2 {
	background:url(../images/ico6.jpg) no-repeat 0px 17px;
}
.left_menu_over2 {
	background:url(../images/language.jpg) no-repeat 0px 15px;
}
.left_menu_over2 a {
	color:#3884c2;
}
.left_menu_out3 {
	background:url(../images/ico6.jpg) no-repeat 0px 17px;
}
.left_menu_over3 {
	background:url(../images/ico5.jpg) no-repeat 0px 17px;
}
.left_menu_over3 a {
	color:#ef8200;
}
.left_contact {
	padding:0px;
	line-height:22px; width:220px;
}
.left_contact li,.left_contact li img{ list-style-type:none; width:220px; 
}
 
/*===================================================================================*/

.nodata {
	padding:100px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#title {
	position:relative;
	height:30px;
	line-height:34px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom:0px solid #0280c3;
	background:#808080; margin-bottom:15px;
	overflow:hidden;
}
#title a {
	color:#fff;
}
#title a:hover {
	color:#fff;
}
#title span {
	font-family:"宋体";
}
#title strong {
	position:absolute;
	top:5px;
	left:35px;
	font-family:"Microsoft YaHei";
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:normal;
}
#showtext {
	margin:0px auto;
	 padding:15px; border:0px solid #888;
	width:900px;
	overflow:hidden; margin-bottom:20px;
}
.inputtext {
	padding:0px 5px;
	height:24px;
	line-height:24px;
	border-top:1px solid #ABADB3;
	border-left:1px solid #ABADB3;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.inputarea {
	padding:5px;
	border-top:1px solid #ABADB3;
	border-left:1px solid #ABADB3;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	overflow-y:auto;
}
.button {
	padding:3px 10px;
	color:#333;
	font-weight:bold;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	background:#eee;
	cursor:pointer;
}
.button2 {
	width:90px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	border:none;
	background:url(../images/button2_bg.jpg) no-repeat;
}
.button2 a {
	color:#333;
}

.editorc {
	line-height:1.8;
}
.editorc p {
	margin-bottom:0;
}
.editorc img{ vertical-align:top;
}
.editorc a:link,.editorc a:visited,.editorc a:active {
	text-decoration:underline;
}
.editorc a:hover {
	text-decoration:underline;	
}
.editorc ul {
	margin-left:35px;
}
.editorc ul li {
	list-style-type:disc;
	line-height:18px;
}
.editorc ol {
	margin-left:35px;
}
.editorc ol li {
	list-style-type:decimal;
	line-height:18px;
}
.editorc table {
	margin-bottom:15px;
	border:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.editorc td {
	padding:6px 5px;
	border:none;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.editorc td table {
	margin-bottom:0px;
}
.editorc td p {
	margin:0px;
	padding:0px;
}

#prenext {
	position:relative;
	margin:20px auto 0px auto;
	padding-top:12px;
	height:38px;
	border-top:1px solid #ddd;
	overflow:hidden;
}
#prenext p {
	height:20px;
}
#prenext_back {
	position:absolute;
	top:12px;
	right:0px;
	font-weight:bold;
}
/*===================================================================================*/
.in_video{ width:330px;  float:left; position:relative}
.in_video_img{ width:320px; height:220px; float:left; margin-bottom:5px;}
.in_video li{ width:100px; height:70px; float:left; margin-right:10px; margin-bottom:10px; }
.in_video li img{   }

/* 企业图片列表 */




#about_image_blk {
	margin:0px auto;
	width:900px;
	overflow:hidden;
}
#about_image {
	width:900px;
}
#about_image dl {
	float:left;
	margin:20px 8px 0px 7px;
	width:210px;
	text-align:center;
}
#about_image dl dt {
	font-size:0px;
}
#about_image dl dt img {
	padding:1px;
	width:200px;
	height:150px;
	border:4px solid #ddd;
}
#about_image dl dt img:hover {
	border:4px solid #3884c2;
}
#about_image dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

/*===================================================================================*/
/* 产品列表 */

#products_blk {
	margin:0px auto;
	width:900px;
	overflow:hidden;	
}
#products {
	width:900px;
}
#products dl {
	float:left;
	margin:20px 20px 0px 0px;
	padding:5px;
	width:200px;
	text-align:center;
	border:0px solid #ddd;
}
#products dl dt {
	font-size:0px;
}
#products dl dt img {
	width:200px;
	height:137px;
}
#products dl dd {
	height:30px; line-height:30px;
	overflow:hidden;
}
#products dl dd strong { font-family:"宋体"; font-weight:100;
	display:block;
	padding-top:6px;
	 height:30px; line-height:30px;
	 
}
 
 
#products_show {
	width:898px;
	border:1px solid #ddd;
	border-top:none;
}
#products_image_blk {
	padding:20px 20px 0px 20px;
	width:898px;
}
#products_image {
	float:left;
	margin-right:20px;
	width:300px;
	font-size:0px;
}
#products_image img {
	width:300px;
}
#products_desc_blk {
	float:left;
	width:540px;
}
#products_name {
	margin-bottom:5px;
	font-size:16px;
}
#products_model {
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}
#products_desc {
	margin-top:6px;
	line-height:20px;
	color:#888;
}
#products_thumb img {
	margin:10px 10px 0px 0px;
	width:80px;
	height:60px;
	border:1px solid #ddd;
	cursor:pointer;
}
#products_menu {
	margin-top:30px;
	height:35px;
	border-bottom:1px solid #ddd;
	background:#f5f5f5;
}
#products_menu li {
	float:left; text-align:center; width:116px;
	height:35px;
	line-height:33px; margin-right:10px;
	font-size:14px;
	cursor:pointer;
}
.products_menu_out {
	background:url(../images/pro_o_bg.png) no-repeat;
}
.products_menu_over {
	color:#fff;
	background:url(../images/pro_h_bg.png) no-repeat;
}
.products_content {
	display:none;
	padding:15px 20px 20px 20px;
	width:858px;
	overflow:hidden;
}
.products_file {
	display:none;
	padding:20px 25px;
}
.products_file p {
	padding-left:13px;
	height:25px;
	background:url(../images/iproducts_button_out.jpg) no-repeat 0px 7px;
}

.products_order table {
	margin:10px 0px;
}
.products_order p {
	padding:6px 0px 8px 40px;
	font-size:14px;
	font-weight:bold;
	background:#ddd;
}
.products_order td {
	padding:6px 5px;
}
.products_order td span {
	margin-left:5px;
	font-family:"宋体";
	color:#ff0000;
}

/*===================================================================================*/
/* 案例列表 */

#cases {
	width:740px;
}
#cases dl {
	position:relative;
	margin-top:20px;
	width:740px;
	height:140px;
	background:url(../images/line3_ccc.gif) repeat-x left bottom;
}
#cases dl dt {
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:120px;
	font-size:0px;
}
#cases dl dt img {
	width:220px;
	height:120px;
}
#cases dl dd {
	position:absolute;
	top:0px;
	right:0px;
	width:500px;
	height:120px;
	overflow:hidden;
}
#cases dl dd strong {
	display:block;
	font-size:14px;
	font-weight:normal;
}
#cases dl dd p {
	margin-top:10px;
	height:88px;
	line-height:22px;
	color:#666;
	overflow:hidden;
}
#cases_name {
	margin:25px auto 0px auto;
	padding-bottom:12px;
	line-height:18px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background:url(../images/line_666.gif) repeat-x left bottom;
}

/*===================================================================================*/
/* 新闻列表 */
#news {
	margin:5px auto 0px auto;
	padding-top:1px;
	width:900px;
}
#news li {
	margin:5px 0;
	padding:0px 0px 0px 20px;
	height:35px; line-height:35px; font-size:14px; background:#fff; border-bottom:1px dashed #ccc;
	/*background:url(../images/news_line.png) no-repeat;*/
}
#news span {
	float:right; padding-right:10px;
	color:#888;
}
#news_title {
	margin:25px auto 0px auto;
	line-height:18px;
	text-align:center;
	font-size:18px;
}
#news_info {
	padding:15px 0px 10px 0px;
	text-align:center;
	color:#999;
	background:url(../images/line_666.gif) repeat-x left bottom;
}


/* 用户中心列表 */
#userpp {
	margin:5px auto 0px auto;
	padding-top:1px;
	width:900px;
}
#userpp li {
	width:50%;height:84px;float:left;margin-bottom:12px;
	 
}
#userpp span {
	float:right;
	color:#888;
}
#userpp_title {
	margin:25px auto 0px auto;
	line-height:18px;
	text-align:center;
	font-size:14px;
}
#userpp_info {
	padding:15px 0px 10px 0px;
	text-align:center;
	color:#999;
	background:url(../images/line_666.gif) repeat-x left bottom;
}
/*===================================================================================*/
/* 信息反馈 */

#feedback {
	padding:20px 0px 0px 0px;
	width:700px;
}
#feedback td {
	padding:5px;
}
#feedback td span {
	margin-left:5px;
	font-family:"宋体";
	color:#ff0000;
}


.dcb_tbe td {
	padding:6px 5px;
}
.dcb_tbe td span {
	margin-left:5px;
	font-family:"宋体";
	color:#ff0000;
}


.dcb {
	padding:0px 0px 0px 47px;
}
.dcb_ts {
	padding:20px 0px 8px 20px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
.dcb_ps {
	line-height:22px;
	color:#ff0000;
}
.dcb input {
	vertical-align:middle;
}
.dcb_title {
	margin-top:15px;
}
.dcb_item {
	margin-top:6px;
}
.dcb_content {
	margin-top:10px;
}
.dcb_content strong {
	display:block;
	margin-bottom:5px;
}
.dcb_pi {
	margin-top:10px;
}
.dcb_pi td {
	padding:4px 0px;
}
.dcb_button {
	padding:30px 0px;
	text-align:center;
}
/*===================================================================================*/
/* 网站地图 */

#map {
	padding-left:25px;
	font-size:14px;
}
.map_list {
	margin-top:20px;
}
.map_list strong {
	display:block;
}
.map_list p {
	margin-top:8px;
	line-height:20px;
}
.map_list p span {
	font-family:"宋体";
	padding:0px 10px;
	color:#ccc;
}

.map_list2 {
	margin-top:20px;
	font-size:12px;
}
.map_list2 strong {
	display:block;
	font-size:14px;
}
.map_list2 div {
	margin-top:5px;
	line-height:20px;
}
.map_list2 p {
	padding:0px 0px 10px 0px;
}
.map_list2 p span {
	font-family:"宋体";
	padding:0px 10px;
	color:#ccc;
}
/*===================================================================================*/
/* 浮动在线客服 */

#qq_online {
	position:absolute;
	z-index:98;
	width:130px;
}
#qq_online_top {
	height:31px;
	background:url(../images/qq_top_bg.gif) no-repeat;
}
#qq_online_top p {
	padding:6px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}
#qq_online_top p img {
	margin-top:2px;
	float:right;
	cursor:pointer;
}
#qq_online_list {
	background:url(../images/qq_middle_bg.gif) repeat-y;
}
#qq_online_list p {
	position:relative;
	margin:0px 7px;
	width:116px;
	height:25px;
	font-family:"宋体";
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#fff;
}
#qq_online_list p:hover {
	border-top:1px solid #A3E7FC;
	border-bottom:1px solid #A3E7FC;
	background:#E1F7FD;
}
#qq_online_list p img {
	position:absolute;
	top:2px;
	left:5px;
	width:21px;
	height:21px;
}
#qq_online_list p a {
	position:absolute;
	top:6px;
	left:31px;
}
#qq_online_bottom {
	height:120px;
	font-size:0px;
	background:url(../images/qq_bottom_bg.gif) no-repeat;
}

/*
#qq_online {
	position:absolute;
	z-index:99;
	width:150px;
}
#qq_online_top {
	position:relative;
	height:65px;
	background:url(../images/qq_top.jpg) no-repeat;
}
#qq_online_top span {
	position:absolute;
	top:18px;
	right:17px;
	display:block;
	width:62px;
	height:11px;
	cursor:pointer;
}
#qq_online_list {
	padding-top:10px;
	background:url(../images/qq_bg.jpg) repeat-y;
}
#qq_online_list p {
	position:relative;
	margin-left:16px;
	width:118px;
	height:40px;
}
#qq_online_list p img {
	position:absolute;
	top:0px;
	left:5px;
	width:30px;
	height:30px;
}
#qq_online_list p a {
	position:absolute;
	top:10px;
	left:43px;
	font-weight:bold;
}
#qq_online_bottom {
	height:7px;
	font-size:0px;
	background:url(../images/qq_bottom.jpg) no-repeat;
}
*/
/*===================================================================================*/

#products_page {
	margin:20px auto 0px auto;
	width:740px;
	height:22px;
}
#news_page {
	margin:30px auto 0px auto;
	width:740px;
	height:22px;
}
.fypage_blk {
	font-family:"宋体", Arial, Helvetica, sans-serif;
	height:22px;
	overflow:hidden;
}
.fypage a {
	float:left;
	display:block;
	margin-right:4px;
	padding:0px 5px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.fypage a:link,.fypage a:visited,.fypage a:active {
	color:#333;
	text-decoration:none;
	border:1px solid #ddd;
	background:#fff;
}
.fypage a:hover {
	color:#fff;
	border:1px solid #3884c2;
	background:#3884c2;
}
.fypage a.fypage_str {
	line-height:22px;
}
.fypage span {
	float:left;
	display:block;
	margin-right:4px;
	padding:0px 5px;
	height:20px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
}
.fypage span.fypage_current {
	line-height:20px;
	font-weight:bold;
	color:#fff;
	border:1px solid #3884c2;
	background:#3884c2;
}
.fypage span.fypage_disabled {
	line-height:22px;
	color:#333;
	border:1px solid #ddd;
	background:#fff;
	overflow:hidden;
}
.fypage_sl {
	float:left;
	display:block;
	margin-right:4px;
	width:15px;
	height:20px;
	line-height:20px;
	font-weight:normal;
	color:#333;
}
.fypage_go {
	float:left;
	position:relative;
	width:100px;
	height:22px;
	overflow:hidden;
}
#fypage_gov {
	position:absolute;
	top:0px;
	left:0px;
	padding:0px 3px;
	width:40px;
	height:20px;
	line-height:20px;
	color:#333;
	border:1px solid #ddd;
	background:#fff;
}
#fypage_gobtn {
	position:absolute;
	top:0px;
	left:52px;
	color:#333;
	line-height:22px;
	border:1px solid #ddd;
	background:#fff;
	cursor:pointer;
}
#fypage_gobtn:hover {
	color:#fff;
	border:1px solid #3884c2;
	background:#3884c2;
}