﻿@charset "utf-8";

/* CSS Document */


* {
    margin: 0;
    padding: 0;
}
img{
	border:0;
	}
a{
	text-decoration:none;
	}
ul{
	list-style:none;
	}
body{
	font-family:"微软雅黑";
    background-color:#e9ecee;
	}
input{
	border: 0;
}
.fl{
	float: left;
}
.fr{
	float:right;
}
.top{
	background-color:#f2f2f2;
	height: 40px;
}
.wrap{
	width:1006px;
    margin:0 auto;
}
.top span{
	font-size:14px;
	color:#939393;
	line-height: 40px;
}
.top img{
	margin-top:2px;
	margin-right:6px;
}
.top p{
	line-height: 40px;
}
.nav 
{
   height: 44px;
   width:100%;
   background:url(../images/nav_bg_07.jpg) repeat-x;
}
#nav
{
    width:1006px;
    height:44px;
    margin:0 auto;
}
/* 一级菜单左浮动 */
li.nav_li 
{
 float: left;
 position:relative;

}
    li.nav_li ul {
         background:#035098;
    position: absolute;
    top: 44px;
    left: 0;
    display:none;
    z-index: 999;
    }
.nav ul li
{
   line-height: 44px;
   height: 44px;
}

.nav_li>a
{
  color:#fff;
    font-size: 16px;
    display: block;
    line-height: 44px;
    background:url(../images/line_07.jpg) no-repeat left center;
    width:90px;
    height:44px;
    text-align: center;
}
/* 二级菜单 */
.nav ul li ul li {
   
   border-bottom: 1px solid #999;
  
}
.nav ul li ul li a {
    width: 140px;
     display:inline-block;
     color:#fff;
     text-align:center;
    

}
.nav ul li ul li a:hover{
    background-color:#dab96a;

}

.logo{
    height:93px;
    width:100%;
	background: url(../images/logo_bg_03.jpg) repeat-x;
}
.logo_inner{
	width:974px;
    height:144px;
    margin:0 auto;
}
.logo img{
	line-height: 90px;
	/*margin-top:6px;*/
    height: 90px;
    /*width: 500px;*/
}
.banner{
	width:671px;
	height:300px;
}
.chanxun{
	width:323px;
	height:300px;
	margin-bottom: 14px;
}
.chanxun_title{
	width:323px;
	height: 36px;
	background-image:url(../images/chanxun_title.jpg);
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}
.TestNo{
	background: url(../images/input_bg_03.jpg) no-repeat;
	width:186px;
	height:39px;
}
.QueryNo{
	background: url(../images/input_bg_03.jpg) no-repeat;
	width:187px;
	height:39px;
	
}
.chanxun_title span{
	width:322px;
	color:#fff;
	font-size:20px;
	text-align: center;
}
.chanxun .left,.chanxun .right{
	font-size: 18px;
	line-height: 50px;
	color:#fff;

}
.chanxun .left{
	padding-right:14px;
	padding-left:16px;
}
#form1{
	padding-top:34px;
}
.chanxun .right{
    text-align:left;
	
}
.chanxun_main{

		width:326px;
		height:265px;
	background: url(../images/chanxun_bg_03.jpg) no-repeat;
}
.btn_query{
	background: url(../images/button_11.png) no-repeat;
	    width: 114px;
    height: 35px;
    margin-top:40px;
     color:#fff;
     font-size:16px;
     font-weight: bold;
     clear:both;
     margin-left:30px;
}
.btn_query a,.btn_reset a{
	width: 114px;
    height: 35px;
	 color:#fff;
     font-size:16px;
     font-weight: bold;
     clear:both;
     display: block;
     text-align: center;
     line-height:35px;
     cursor: pointer;
}
.btn_reset{
	background: url(../images/button_13.png) no-repeat;
	width: 114px;
    height: 35px;
    margin-top:40px;
    margin-left: 20px;
    color:#fff;
     font-size:16px;
     font-weight: bold;
     margin-right: 30px;
}
.main{
	height: 300px;
	clear:both;
}
.main_left{
	float:left;
	width:316px;
	background-color: #e9ecee;
   -webkit-box-shadow:0 0 10px #bcbaba;  
   -moz-box-shadow:0 0 10px #bcbaba;  
   box-shadow:0 0 10px #bcbaba; 
}
.main_left_title{
	height:30px;
	background: url(../images/gg_title_03.jpg);
}
.main_left_title span{
	font-size: 14px;
	color:#fff;
	margin-left:22px;
	float: left;
	line-height: 30px;
}
.main_left_title a{
	float:right;
	background-color: #fffdfe;
	color:#0772c4;
   -moz-border-radius: 6px; /* Firefox */
  -webkit-border-radius: 6px; /* Safari 和 Chrome */
	border-radius: 6px;
	height:18px;
	line-height: 18px;
	width:54px;
	display: block;
	font-size: 10px;
	margin-top:6px;
	text-align: center;
	margin-right:10px;
}
.main_left_title a:hover{
	text-decoration: underline;
}
.main_list{
	padding-top:4px;
	background-color: #e9ecee;

}
.main_list ul li{
		height:24px;
	line-height: 24px;
	margin-left:10px;
}
.main_list ul li a{
	font-size:12px;
	color:#666;
	float:left;
	background: url(../images/jt_07.png) no-repeat left center;
	padding-left:10px;

}
.main_list ul li a:hover{
	text-decoration: underline;
	color:#0772c4;
}
.main_list span{
	float: right;
	font-size:12px;
	color: #666;
	margin-right:12px;
}
.product{
	height:226px;
    width:1006px;
}
.product_list{
    width:1006px;
	height:188px;
	border:2px solid #e5e5e5;
}
.product_list_top{
	height: 30px;
	background: url(../images/jpxs_11.jpg);
}
.product_list_top span{
	color:#fff;
	font-size:14px;
	padding-left:22px;
}
.gengduo{
	display: block;
	color:#0772c4;
	font-size: 10px;
	width:54px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	margin-top:6px;
	margin-right: 20px;
}
.product_list_pic{
    width:940px;
    margin:0 auto;
}
.product_list_pic .box{
	padding-top: 6px;

}

.product_list_pic ul li{
	padding-left: 26px;
	float: left;
	padding-top: 20px;
}
.product_list_pic .box{
	padding-left: 14px;
	float: left;
}
.product_list_pic p{
	font-size: 14px;
	color:#666;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.box a:hover{
	color:#ddb96b;
}
.LeftBotton {
    position: absolute;
    width: 15px;
    background: url(../images/arrior.png) no-repeat;
    float: left;
    height: 26px;
    top: 73px;
    cursor: pointer;
    left: 5px;
    border: 0px solid #66FF99;}


 .RightBotton {
   position: absolute;
   width: 15px;
    background: url(../images/arrior2.png) no-repeat;
    float: right;
   height: 26px;
    top: 73px;
    cursor: pointer;
    right: 5px;
    border: 0px solid #66FF99;
    left: 920px;
}
.RightBotton:hover{
	 background: url(../images/arrior4.png) no-repeat;
}
.LeftBotton:hover{
	background: url(../images/arrior3.png) no-repeat;
}








.banner_bar{
	height:83px;
	width:1006px;
	margin-top: 20px;
}
.yqsb{
	margin-top:16px;
	width:1006px;
}
.hzhb{
	height:350px;
	width:1006px;
	background-color: #dbdefc;
	margin-top: 10px;
}
.hzhb_title{
	width:208px;
	height:28px;
	margin:0 auto;
	padding-top:20px;
}

.pic1{
	width:320px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;

}
.hzhb_pic{
	padding-left: 10px;
	padding-top:40px;
}
.fotter{
	height:66px;
	background-color: #f2f2f2;
	clear:both;
	font-size: 14px;
}
.fotter p{
	width:1006px;
	margin:0 auto;
	line-height: 66px;
	color:#666;
}
.fotter span{
	margin-left: 114px;
}
.fotter a{
	color:#666;
	margin-right: 4px;
}
.fotter a:hover{
	text-decoration: underline;
}
.product_list_top a:hover{
	text-decoration: underline;
}


.qxmar {margin:0px 10px 10px 10px;width:1006px;}

.qxleft { float:left; width:702px;}

.qxjg { margin:9px 0px;}

.qxright {
    float: left;
    width: 268px;
    margin-left: 10px;
    height: 500px;
    overflow: hidden;
}
    .qxright ul li {
        width: 268px;
        height: 92px;
        margin-bottom: 8px;
    }

/*广告*/
.bg68comad,.focus,.focus ul,.focus ul li,.banclj a{height:300px; overflow:hidden;}
.focus {width:100%; overflow:hidden; position:relative;}
.focus ul {position:absolute;list-style:none; margin:0px; padding:0px;}
.focus ul li {float:left; width:100%;overflow:hidden; position:relative; background:#000;list-style:none; margin:0px; padding:0px;}
/*.focus ul li div {position:absolute; overflow:hidden;}*/
.banclj a{width:800px;display:block; }
.focus .btnBg {position:absolute; width:100%; height:20px; left:0; bottom:0; background:#000; display:none;}
.focus .btn {height: 25px;position: absolute;right:10px;bottom:8px;text-align: right;width: 550px; display:none; }
.focus .btn span {color: #FFFFFF; cursor: pointer;display: inline-block;font: 28px/22px tahoma,Arial,Simsun;height: 25px;margin-left:7px; text-align:center;}
.focus .btn span.on {color: #CC0000;cursor: default;}
.focus .preNext {width:45px; height:100px;background:url(../images/sprite.png) no-repeat 0 0; cursor:pointer;}
.focus .pre {left:20px;position:absolute;top:100px;}
.focus .next {right:20px; background-position:right top;position:absolute;top:100px;}

a {
	color: #6b6b6b;
	text-decoration: none;
}

	a:hover {
		color: #e62028;
		text-decoration: none;
	}

	a.top_link:link {
		text-decoration: none;
		color: #6b6b6b
	}

	a.top_link:visited {
		text-decoration: none;
		color: #6b6b6b
	}

	a.top_link:hover {
		text-decoration: none;
		color: #ba0b05
	}

	a.top_link:active {
		text-decoration: none;
	}

	a.bot_link:link {
		text-decoration: none;
		color: #c9c9c9
	}

	a.bot_link:visited {
		text-decoration: none;
		color: #c9c9c9
	}

	a.bot_link:hover {
		text-decoration: none;
		color: #e1000f
	}

	a.bot_link:active {
		text-decoration: none;
	}

	a.footc_link:link {
		text-decoration: none;
		color: #dddddd
	}

	a.footc_link:visited {
		text-decoration: none;
		color: #dddddd
	}

	a.footc_link:hover {
		text-decoration: none;
		color: #ba0b05
	}

	a.footc_link:active {
		text-decoration: none;
	}

	a.red_link:link {
		text-decoration: none;
		color: #fe0000
	}

	a.red_link:visited {
		text-decoration: none;
		color: #fe0000
	}

	a.red_link:hover {
		text-decoration: none;
		color: #707070
	}

	a.red_link:active {
		text-decoration: none;
	}

	a.blue_link:link {
		text-decoration: none;
		color: #c71b03
	}

	a.blue_link:visited {
		text-decoration: none;
		color: #c71b03
	}

	a.blue_link:hover {
		text-decoration: none;
		color: #606060
	}

	a.blue_link:active {
		text-decoration: none;
	}

.editor {
	padding: 20px 20px;
	min-height: 500px;
	line-height: 24px;
}

	.editor p {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.editor strong {
		font-weight: bold;
		font-size: 16px;
		color: #034496;
		font-family: 'microsoft yahei';
	}

.editors {
	word-wrap: break-word;
	padding: 10px 0px;
	min-height: 500px;
	font-size: 13px;
}

	.editors p {
		margin-bottom: 10px;
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px;
		color: #666;
	}

.product_content .product_mqueen_pic img {
	width: 200px;
	height: 210px;
}

.product_list_pic p {
	font-size: 14px;
	color: #666;
	text-align: center;
	height: 32px;
	line-height: 32px;
}

.product_content .product_mqueen_pic {
	margin: 15px 0px 0px 0px;
	width: 200px;
	height: 255px;
}

.product_content .p_1 {
	background: #f2f2f2;
	margin: 0px;
	height: 210px;
}

.zs-search {
	padding: 10px 15px 20px 15px;
	border-bottom: 1px solid #dcdcdc;
}

	.zs-search .input-box {
		margin-left: 20px;
		width: 210px;
	}

.marl30 {
	margin-left: 50px;
}

.zs-search .s-but {
	line-height: 34px;
	height: 34px;
	margin-left: 120px;
	background: #3d9ee3;
	margin-top: 30px;
	color: #fff;
}

.zs-search .s-res {
	line-height: 34px;
	height: 34px;
	margin-left: 80px;
	color: #212121;
}

.s-but, .s-res {
	height: 30px;
	line-height: 30px;
	width: 90px;
	color: #fff;
	border: none;
	font-family: "微软雅黑";
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.input-box {
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	width: 200px;
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	color: #969696;
	outline: none;
	border: 1px solid #ccc;
}






.menu-item A:hover {
	margin: 0px 0px;
	COLOR: #fff;
	padding: 0px 0px;
	font-weight: bold;
	width: 156px;
	TEXT-DECORATION: none;
	background: url(../images/menu_hover.jpg) no-repeat bottom center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.menu-item a {
		TEXT-DECORATION: none;
		padding: 0px 0px;
		width: 156px;
		margin: 0px 0px;
		DISPLAY: block;
		height: 52px;
		line-height: 52px;
		font-size: 14px;
		text-align: center;
	}

		.menu-item a:link {
			color: #fff;
		}

		.menu-item a:visited {
			text-decoration: none;
			color: #fff;
		}

		.menu-item a:hover {
			TEXT-DECORATION: none;
			color: #fff;
			height: 52px;
			font-weight: bold;
			margin: 0px 0px;
			line-height: 52px;
			background: url(../images/menu_hover.jpg) no-repeat bottom center;
		}
}
/*chrome and safari*/
.line {
	width: 1px;
	float: left;
	background: url(../images/line.gif) no-repeat center;
	height: 52px;
}

.menu-item1 a {
	PADDING: 0px 0px;
	MARGIN: 0px 0px;
	TEXT-DECORATION: none;
	DISPLAY: block;
	border-bottom: 1px solid #fff;
	background: #999;
	text-align: center;
	height: 35px;
	LINE-HEIGHT: 35px;
	font-size: 12px;
	color: #fff;
}

	.menu-item1 a:link {
		color: #fff;
	}

	.menu-item1 a:visited {
		text-decoration: none;
		color: #fff;
	}

	.menu-item1 a:hover {
		PADDING: 0px 0px;
		TEXT-DECORATION: none;
		color: #fff;
		font-weight: bold;
		background: #5d6163;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.menu-item1 a {
		PADDING: 0px 0px;
		MARGIN: 0px 0px;
		height: 35px;
		LINE-HEIGHT: 35px;
		font-size: 12px;
		text-align: left;
		color: #fff;
		text-align: center;
	}

		.menu-item1 a:link {
			color: #fff;
		}

		.menu-item1 a:visited {
			text-decoration: none;
			color: #fff;
		}

		.menu-item1 a:hover {
			PADDING: 0px 0px;
			color: #fff;
			height: 35px;
			LINE-HEIGHT: 35px;
			font-weight: bold;
			background: #5d6163;
		}
}
/*chrome and safari*/
.link_list {
	height: 50px;
	line-height: 50px;
}

.met_flash {
	width: 100%;
	margin-top: 0px;
	overflow: hidden;
	height: 300px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	background: #039;
}

.met_flashs {
	width: 100%;
	margin-top: 0px;
	overflow: hidden;
	height: 550px;
	margin-bottom: 0px;
	padding: 0px;
	background: url(../images/b1.jpg) no-repeat #039;
}

.adv_note {
	width: 200px;
	padding: 90px 10px 10px 10px;
	min-height: 80px;
	position: fixed;
	right: 10px;
	top: 200px;
	background: url(../images/adv.jpg) no-repeat #e2e2e2;
}

.width {
	width: 1100px;
	margin: 0px auto;
	padding: 20px 0px;
	overflow: hidden;
}

	.width .lf {
		float: left;
	}

	.width .ri {
		float: right;
	}

.comtitles {
	text-align: left;
	font-size: 52px;
	line-height: 60px;
	text-align: left;
}

	.comtitles .gray {
		color: #9c9b9b;
		font-size: 18px
	}

	.comtitles .blank {
		color: #007ace;
	}

.width .fonts {
	font-size: 22px;
	font-style: normal;
	padding-left: 25px;
	background: url(../images/c_title.jpg) no-repeat left center;
}

.width .gray_fonts {
	font-size: 22px;
	padding-left: 15px;
	font-style: normal;
	background: url(../images/title.jpg) no-repeat left center;
}

.ititle {
	font-size: 14px;
	font-weight: bold;
}

.About {
	margin: 0px auto;
	width: 350px;
	padding: 20px 0px 0px;
}

	.About .con {
		margin: 10px 0px;
		font-size: 12px;
		line-height: 26px;
		text-align: left;
	}

		.About .con strong {
			font-weight: bold;
			color: #0074d8;
		}

	.About .mores {
		margin: 0px;
		font-size: 14px;
		margin-right: 10px;
	}

	.About .more_link {
		margin: 0px 0px;
		text-align: center;
		text-align: center;
		display: block;
		color: #007ace;
	}

		.About .more_link:hover {
			margin: 0px 0px;
			text-align: center;
			display: block;
			text-align: center;
			color: #e1000f;
		}

.news .mores {
	margin: 0px;
	font-size: 14px;
	margin-right: 10px;
}

.news .more_link {
	margin: 0px 0px;
	text-align: center;
	text-align: center;
	display: block;
	color: #007ace;
}

	.news .more_link:hover {
		margin: 0px 0px;
		text-align: center;
		display: block;
		text-align: center;
		color: #e1000f;
	}

.faq .mores {
	margin: 0px;
	font-size: 14px;
	margin-right: 10px;
}

.faq .more_link {
	margin: 0px 0px;
	text-align: center;
	text-align: center;
	display: block;
	color: #007ace;
}

	.faq .more_link:hover {
		margin: 0px 0px;
		text-align: center;
		display: block;
		text-align: center;
		color: #e1000f;
	}

.Contact {
	margin: 0px auto;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background: #f3f3f3;
}

	.Contact .con {
		width: 530px;
		margin: 0px 0px;
		line-height: 32px;
		overflow: hidden;
	}

		.Contact .con strong {
			font-weight: bold;
			color: #007ace;
			font-size: 14px;
		}

		.Contact .con li {
			border-bottom: 1px dotted #d7d7d7;
			font-size: 12px
		}

.gbooks {
	width: 530px;
	margin: 0px 0px;
	font-size: 12px;
}

	.gbooks #keys {
		background: #d9d9d9;
		border-radius: 2px;
		margin-bottom: 5px;
		border: 0px solid #c5c5c5;
		width: 520px;
		padding-left: 10px;
		height: 40px;
		line-height: 29px;
		color: #959595;
		font-size: 12px;
	}

	.gbooks #textarea {
		background: #d9d9d9;
		border-radius: 2px;
		margin-bottom: 5px;
		border: 0px solid #c5c5c5;
		width: 520px;
		padding-left: 10px;
		height: 130px;
		line-height: 29px;
		color: #959595;
		font-size: 12px;
	}

	.gbooks #buttons {
		cursor: pointer;
		background: #007ace;
		border-radius: 2px;
		font-size: 16px;
		margin-bottom: 5px;
		margin-left: 0px;
		border: 0px;
		width: 110px;
		text-align: center;
		height: 36px;
		line-height: 36px;
		color: #fff;
	}

.news {
	width: 350px;
	margin: 0px 25px;
	overflow: hidden;
	padding: 20px 0px 0px 0px;
}

.news_list {
	width: 350px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px;
	overflow: hidden;
}

	.news_list li {
		margin: 0px 0px;
		border-bottom: 1px dotted #d7d7d7;
		padding-left: 10px;
		height: 26px;
		display: block;
		overflow: hidden;
		background: url(../images/new_ico01.png) no-repeat left center;
	}

		.news_list li a {
			height: 26px;
			line-height: 26px;
			display: block;
		}

			.news_list li a:hover {
				height: 26px;
				line-height: 26px;
				color: #e1000f;
				display: block;
			}

		.news_list li span {
			float: right;
			margin: 0px;
		}

.news_tj {
	width: 350px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}

.news_tj_1 {
	width: 140px;
	height: 110px;
	float: left;
}

.news_tj_2 {
	width: 200px;
	height: 30px;
	line-height: 30px;
	float: right;
	font-size: 16px;
	color: #e60000;
	font-weight: bold;
}

	.news_tj_2 a {
		color: #e60000;
	}

		.news_tj_2 a:link {
			color: #e60000;
		}

		.news_tj_2 a:visited {
			color: #e60000;
		}

		.news_tj_2 a:hover {
			color: #e60000;
			text-decoration: none;
		}

.news_tj_3 {
	width: 200px;
	height: 73px;
	float: right;
	color: #202020;
	line-height: 24px;
}

.faq {
	width: 350px;
	margin: 0px 0px;
	overflow: hidden;
	padding: 20px 0px 0px 0px;
}

.faq_list {
	width: 350px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px;
	overflow: hidden;
}

	.faq_list dl {
		margin: 0px 0px;
		border-bottom: 1px dotted #d7d7d7;
		display: block;
		overflow: hidden;
		padding: 0px 0px 5px 0px;
	}

		.faq_list dl dd {
			margin: 0px 0px;
			padding-left: 25px;
			height: 26px;
			display: block;
			overflow: hidden;
			background: url(../images/wen.jpg) no-repeat left center;
		}

		.faq_list dl dt {
			margin: 0px 0px;
			padding-left: 25px;
			line-height: 26px;
			display: block;
			overflow: hidden;
			background: url(../images/da.jpg) no-repeat left 6px;
		}

.picCenter {
	width: 392px;
	height: 342px;
	margin: 90px 0px 90px 0px;
	padding: 0px 0px;
	position: relative;
}

	.picCenter ul li {
		margin: 0px auto;
		padding: 0px 0px;
		list-style: none;
		font-size: 14px;
		line-height: 26px;
	}

		.picCenter ul li .imgs {
			width: 392px;
			margin: 0px;
			padding: 0px;
			height: 342px;
			position: relative;
		}

			.picCenter ul li .imgs img {
				width: 392px;
				height: 342px;
			}

		.picCenter ul li .ntitle {
			position: absolute;
			bottom: 0px;
			width: 392px;
			line-height: 46px;
			height: 46px;
			background: url(../images/arrow_bg.png) repeat-x;
			color: #fff;
			font-size: 16px;
			text-indent: 15px;
		}

	.picCenter .prev {
		display: block;
		position: absolute;
		width: 46px;
		height: 46px;
		bottom: 0px;
		right: 48px;
		background: url(../images/arrow.png) no-repeat;
	}

	.picCenter .next {
		display: block;
		position: absolute;
		width: 46px;
		height: 46px;
		bottom: 0px;
		right: 0px;
		background: url(../images/arrow.png) no-repeat;
		background-position: -46px 0;
	}

	.picCenter .prev:hover {
		display: block;
		position: absolute;
		width: 46px;
		height: 46px;
		bottom: 0px;
		right: 48px;
		background: url(../images/arrow1.png) no-repeat;
	}

	.picCenter .next:hover {
		display: block;
		position: absolute;
		width: 46px;
		height: 46px;
		bottom: 0px;
		right: 0px;
		background: url(../images/arrow1.png) no-repeat;
		background-position: -46px 0;
	}

.product {
	overflow: hidden;
	padding: 20px 0px;
}

	.product .product_content {
		width: 1100px;
		margin: 0px auto;
	}

.plsb_nav {
	float: left;
	width: 220px;
	position: relative;
}

	.plsb_nav .title {
		background: url(../images/l_title.jpg) no-repeat;
		text-indent: 20px;
		height: 60px;
		line-height: 60px;
		color: #fff;
		font-size: 20px;
		overflow: hidden;
	}

		.plsb_nav .title span {
			padding-top: 40px;
			color: #fff;
			font-size: 16px;
			overflow: hidden;
			color: #fefefe;
			font-family: "Arial", Gadget, sans-serif;
			font-weight: normal;
		}

	.plsb_nav .active {
		padding: 10px 15px 20px 15px;
		border-top: none;
		background: #f4f4f4;
	}

.product .titles {
	height: 60px;
	line-height: 60px;
	color: #007ace;
	text-align: left;
	background: url(../images/r_title.jpg) no-repeat left bottom;
	font-size: 20px;
	text-indent: 20px;
}

	.product .titles span {
		font-size: 16px;
		overflow: hidden;
		font-family: "Arial", Gadget, sans-serif;
		font-weight: normal;
	}

.product_content_ri {
	width: 860px;
}

.product_content .product_mqueen_pic {
	margin: 15px 0px 0px 0px;
	width: 275px;
	height: 255px;
}

	.product_content .product_mqueen_pic img {
		width: 275px;
		height: 210px;
	}

.product_content .p_1 {
	background: #f2f2f2;
	margin: 0px;
	height: 210px;
}

.product_content .p_2 {
	background: #f2f2f2;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}

.advantage {
	overflow: hidden;
	padding: 20px 0px;
}

	.advantage .title {
		text-align: right;
	}

	.advantage ul li {
		width: 530px;
		float: left;
		padding: 15px 0px;
	}

	.advantage ul .li1 {
		padding-right: 20px;
		background: url(../images/l3.jpg) no-repeat bottom;
	}

	.advantage ul .li2 {
		padding-left: 20px;
		background: url(../images/l1.jpg) no-repeat left bottom;
	}

	.advantage ul .li4 {
		padding-left: 20px;
		background: url(../images/l1.jpg) no-repeat left bottom;
	}

	.advantage ul .li3 {
		padding-right: 20px;
		background: url(../images/l3.jpg) no-repeat bottom;
	}

	.advantage ul .li5 {
		padding-right: 20px;
		background: url(../images/l2.jpg) no-repeat right;
	}

	.advantage ul .li6 {
		padding-left: 20px;
	}

	.advantage ul .li1 .imgs {
		width: 230px;
		float: right;
	}

	.advantage ul .li2 .imgs {
		width: 230px;
		float: left;
	}

	.advantage ul .li4 .imgs {
		width: 230px;
		float: right;
	}

	.advantage ul .li3 .imgs {
		width: 230px;
		float: left;
	}

	.advantage ul .li5 .imgs {
		width: 230px;
		float: right;
	}

	.advantage ul .li6 .imgs {
		width: 230px;
		float: left;
	}

	.advantage ul .li1 .acon {
		width: 289px;
		float: left;
		padding-top: 15px;
	}

	.advantage ul .li2 .acon {
		width: 289px;
		float: right;
		padding-top: 15px;
	}

	.advantage ul .li4 .acon {
		width: 289px;
		float: left;
		padding-top: 15px;
	}

	.advantage ul .li3 .acon {
		width: 289px;
		float: right;
		padding-top: 15px;
	}

	.advantage ul .li5 .acon {
		width: 289px;
		float: left;
		padding-top: 15px;
	}

	.advantage ul .li6 .acon {
		width: 289px;
		float: right;
		padding-top: 15px;
	}

.cer {
	background: url(../images/cer.jpg) no-repeat center;
	height: 270px;
}

#messagelist {
	padding: 15px;
	border: 0px solid #efefef;
}

	#messagelist .metlist {
		margin-bottom: 10px;
		border: 1px solid #dedede;
		padding: 5px;
	}

		#messagelist .metlist dt {
			background: url(../images/new_ico01.png) no-repeat left center;
			border-bottom: 1px dotted #dedede;
			padding: 4px 0px 4px 15px;
			margin-bottom: 5px;
		}

			#messagelist .metlist dt span.name {
				color: #2c7199;
			}

			#messagelist .metlist dt span.time {
				padding-left: 8px;
				color: #999;
			}

			#messagelist .metlist dt span.tt {
				float: right;
				padding-right: 5px;
			}

		#messagelist .metlist dd.info span.tt {
			display: none;
			clear: both;
		}

		#messagelist .metlist dd.info span.text {
			display: block;
			line-height: 1.5;
			padding: 8px 5px;
		}

		#messagelist .metlist dd.reinfo span.tt {
			background: url(../images/admin.gif) no-repeat left 3px;
			display: block;
			border-bottom: 1px dotted #dedede;
			padding: 2px 0px 2px 20px;
			margin: 0px 0px 5px;
			color: #2c7199;
		}

		#messagelist .metlist dd.reinfo span.text {
			display: block;
			line-height: 1.5;
			padding: 8px 5px;
		}

	#messagelist .ctitle {
		margin: 10px 0px 10px;
		padding: 5px 10px;
		background: #f2f2f2;
		font-size: 16px;
		color: #015899;
	}

	#messagelist table {
		margin: 0px auto;
	}

#messagetable {
	padding: 15px;
}

	#messagetable table {
		margin: 0px auto;
	}
/*è¡¨å•*/
.message_table input.input-text, .message_table input.login_verification, .message_table textarea {
	padding: 4px;
	font-size: 15px;
	outline: none;
	text-shadow: 0px 1px 0px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	background: #fff url(../images/dt-10.gif) repeat-x left top;
}

	.message_table input.input-text:focus, .message_table textarea:focus {
		border: 1px solid #fafafa;
		-webkit-box-shadow: 0px 0px 6px #007eff;
		-moz-box-shadow: 0px 0px 5px #007eff;
		box-shadow: 0px 0px 5px #007eff;
	}

.message_table td.text {
	width: 20%;
	padding: 6px 5px 6px 0px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.message_table td.input {
	padding: 6px 8px;
}

	.message_table td.input input {
		margin-right: 8px;
	}

	.message_table td.input .info {
		padding-left: 15px;
		color: #f00;
	}

	.message_table td.input img {
		position: relative;
		bottom: 1px;
	}

.message_table td.submint {
	padding: 10px;
}

.message_table .button {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

	.message_table .button:hover {
		text-decoration: none;
		color: #015899;
	}

	.message_table .button:active {
		position: relative;
		top: 1px;
	}

#feedback {
	padding: 15px;
}

	#feedback table {
		margin: 0px auto;
	}

.footer_bg {
	background: #414141;
	line-height: 28px;
	color: #c9c9c9;
	margin: 0px;
	padding: 7px 0px;
}

	.footer_bg span {
		font-family: Arial, Helvetica, sans-serif;
	}

.foot_menu {
	width: 100%;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
}

	.foot_menu ul {
		width: 1100px;
		margin: 0px auto;
	}

		.foot_menu ul li {
			float: left;
			display: inline;
			padding: 0px 10px 0px 0px;
			color: #c9c9c9;
			font-size: 14px;
		}

			.foot_menu ul li span {
				background: #c9c9c9;
				width: 1px;
				display: block;
				margin-top: 10px;
				margin-left: 15px;
				height: 10px;
				float: right;
			}

.copyright {
}

.h_list {
	margin: 0px 20px;
}

	.h_list ul li {
		overflow: hidden;
		background: url(../images/history_line.jpg) repeat-y 68px;
		padding: 10px 0px;
	}

		.h_list ul li p {
			margin: 5px 0px;
		}

		.h_list ul li .title {
			width: 60px;
			font-size: 16px;
			line-height: 22px;
			float: left;
			padding-top: 10px;
		}

		.h_list ul li .con {
			width: 620px;
			padding-left: 45px;
			background: url(../images/dian.jpg) no-repeat 0px 10px;
			float: left;
			overflow: hidden;
			position: relative;
			font-size: 14px;
		}

.ctitle {
	border-bottom: 1px solid #efefef;
	color: #173695;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

.left_title {
	width: 230px;
	height: 60px;
	line-height: 60px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/l_title.jpg) no-repeat left;
	font-size: 22px;
	color: #fff;
	font-family: "Î¢ÈíÑÅºÚ";
	text-indent: 20px;
}

.left_list {
	width: 230px;
	height: auto !important;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	background: #f1f1f1;
}

	.left_list ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

		.left_list ul li a {
			width: 230px;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			color: #555555;
			float: left;
			text-indent: 20px;
			font-size: 14px;
			border-bottom: 1px dotted #d2d2d2;
		}

.left_menu a {
	TEXT-DECORATION: none;
	width: 230px;
	DISPLAY: block;
	height: 42px;
	line-height: 42px;
	margin: 0px;
	background: url(../images/new_ico01.png) no-repeat 5px center;
}

	.left_menu a:link {
		color: #555555;
	}

	.left_menu a:visited {
		text-decoration: none;
		color: #555555;
		font-weight: bold;
	}

	.left_menu a:hover {
		TEXT-DECORATION: none;
		color: #173695;
		font-weight: bold;
		background: url(../images/new_ico01.png) no-repeat 5px center;
	}

.left_menus a {
	TEXT-DECORATION: none;
	width: 230px;
	DISPLAY: block;
	height: 42px;
	font-size: 14px;
	font-weight: normal;
	line-height: 42px;
	background: url(../images/new_ico01.png) no-repeat 5px center;
}

	.left_menus a:link {
		color: #173695;
	}

	.left_menus a:visited {
		text-decoration: none;
		color: #173695;
		font-weight: bold;
		background: url(../images/new_ico01.png) no-repeat 5px center;
	}

	.left_menus a:hover {
		TEXT-DECORATION: none;
		color: #173695;
		font-weight: bold;
		background: url(../images/new_ico01.png) no-repeat 5px center;
	}

.left_menua a {
	TEXT-DECORATION: none;
	width: 230px;
	DISPLAY: block;
	height: 42px;
	line-height: 35px;
	text-indent: 42px;
	margin: 0px;
	background: url(../images/listlinkss.jpg) no-repeat;
}

	.left_menua a:link {
		color: #555555;
	}

	.left_menua a:visited {
		text-decoration: none;
		color: #555555;
	}

	.left_menua a:hover {
		TEXT-DECORATION: none;
		color: #173695;
	}

.left_menuas a {
	TEXT-DECORATION: none;
	width: 230px;
	DISPLAY: block;
	height: 42px;
	font-size: 14px;
	font-weight: normal;
	line-height: 42px;
	text-indent: 35px;
	background: url(../images/listlinkss.jpg) no-repeat;
}

	.left_menuas a:link {
		color: #173695;
	}

	.left_menuas a:visited {
		text-decoration: none;
		color: #173695;
	}

	.left_menuas a:hover {
		TEXT-DECORATION: none;
		color: #173695;
	}

.sidebar {
	margin-top: 10px;
}

	.sidebar .sb_nav {
		float: left;
		width: 220px;
		position: relative;
	}

		.sidebar .sb_nav h3.title {
			background: url(../images/l_title.jpg) no-repeat;
			text-indent: 20px;
			height: 60px;
			line-height: 60px;
			color: #fff;
			font-size: 20px;
			overflow: hidden;
		}

			.sidebar .sb_nav h3.title span {
				padding-top: 40px;
				color: #fff;
				font-size: 16px;
				overflow: hidden;
				color: #fefefe;
				font-family: "Arial", Gadget, sans-serif;
				font-weight: normal;
			}

		.sidebar .sb_nav h3.line {
			margin-top: 15px;
		}

		.sidebar .sb_nav .active {
			padding: 10px 15px 20px 15px;
			border-top: none;
			background: #f4f4f4;
		}

		.sidebar .sb_nav .ct-con {
			padding-top: 10px;
			color: #666666;
		}

#sidebar dl {
	margin: 0px 0px;
}

	#sidebar dl dt {
		margin: 0px;
		background: url(../images/new_ico01.png) no-repeat 5px center;
	}

		#sidebar dl dt a {
			font-size: 14px;
			color: #555555;
			padding: 0px 0px 0px 20px;
			line-height: 39px;
			display: block;
			border-bottom: 1px dotted #c7beb8;
		}

			#sidebar dl dt a:hover {
				color: #007ace;
				padding: 0px 0px 0px 20px;
				line-height: 39px;
				display: block;
			}

		#sidebar dl dt.on a {
			font-weight: bold;
			color: #173695;
		}

.sidebar .sb_box {
	float: right;
	background: #fff;
	overflow: hidden;
	width: 744px;
}

	.sidebar .sb_box h3.title {
		padding-left: 20px;
		background: url(../images/r_title.jpg) repeat-x;
		height: 60px;
		line-height: 60px;
		position: relative;
		color: #0068c1;
		font-size: 20px;
	}

.sidebar div.position {
	font-weight: normal;
	line-height: 32px;
	margin: 8px 0px;
	text-indent: 10px;
	font-size: 12px;
	color: #122f86;
}

	.sidebar div.position a {
		color: #6f6f6f;
		font-size: 12px;
	}

		.sidebar div.position a:hover {
			text-decoration: underline;
		}

.joblist {
	margin: 0px auto;
}

	.joblist li {
		list-style: none;
		background: url(../images/li.png) no-repeat left center;
		padding-left: 15px;
		line-height: 30px;
		border-bottom: 1px dashed #ececec;
	}

		.joblist li a {
			text-decoration: none;
		}

.downlist {
	margin: 0px auto;
}

	.downlist li {
		list-style: none;
		background: url(../images/li.png) no-repeat left center;
		padding-left: 15px;
		line-height: 30px;
		border-bottom: 1px dashed #ececec;
	}

		.downlist li span {
			float: right;
		}

		.downlist li a {
			text-decoration: none;
		}

.productlist {
	margin: 0px auto;
}

	.productlist li {
		float: left;
		margin: 5px 10px;
		list-style: none;
		line-height: 30px;
	}

		.productlist li img {
			width: 280px;
			height: 175px;
			padding: 2px;
			border: 1px solid #ececec;
		}

		.productlist li h3 {
			text-align: center;
			height: 40px;
			line-height: 20px;
			width: 280px;
			font-weight: normal;
		}

		.productlist li a {
			text-decoration: none;
		}

.honorlist {
	margin: 0px 10px;
}

	.honorlist li {
		width: 224px;
		height: 220px;
		float: left;
		margin: 5px 2px;
		list-style: none;
		line-height: 20px;
	}

		.honorlist li img {
			width: 200px;
			height: 167px;
			padding: 2px;
			border: 1px solid #ececec;
		}

		.honorlist li h3 {
			text-align: center;
			height: 40px;
			line-height: 20px;
			width: 224px;
			font-size: 14px;
		}

.eqlist {
	margin: 0px auto;
}

	.eqlist li {
		float: left;
		margin: 5px 1px;
		list-style: none;
		line-height: 30px;
	}

		.eqlist li img {
			width: 240px;
			height: 160px;
			padding: 2px;
			border: 1px solid #ececec;
		}

		.eqlist li h3 {
			text-align: center;
			height: 40px;
			line-height: 20px;
			width: 224px;
		}

		.eqlist li a {
			text-decoration: none;
		}

.factorylist {
	margin: 0px 10px;
}

	.factorylist li {
		float: left;
		margin: 5px 10px;
		list-style: none;
		line-height: 30px;
	}

		.factorylist li img {
			width: 270px;
			height: 180x;
			padding: 2px;
			border: 1px solid #ececec;
		}

		.factorylist li h3 {
			text-align: center;
			height: 40px;
			line-height: 20px;
			width: 270px;
		}

		.factorylist li a {
			text-decoration: none;
		}

#newslist {
	padding: 20px 15px;
}

	#newslist li {
		background: url(../images/li.png) no-repeat left center;
		padding-left: 10px;
		border-bottom: 1px dotted #dcdcdc;
		line-height: 30px;
	}

		#newslist li span {
			float: right;
			font-size: 12px;
		}

#shownews h4.related {
	height: 30px;
	padding: 0px;
	line-height: 30px;
	zoom: 1;
	border-bottom: 1px solid #4d6e95;
	margin: 15px 0px 10px 0px;
}

	#shownews h4.related span {
		float: left;
		display: inline;
		background: url(../images/rela-bg.jpg) repeat-x left top;
		min-width: 70px;
		_width: 70px;
		white-space: nowrap;
		text-align: center;
		color: #fff;
		text-shadow: -1px -1px #4d6e95;
		padding: 0px 10px;
	}

#shownews .relatedlist li {
	float: left;
	width: 30%;
	margin-right: 10px;
	height: 27px;
	line-height: 27px;
	padding-left: 12px;
	background: url(../images/diantb.jpg) no-repeat 3px 12px;
	overflow: hidden;
}

	#shownews .relatedlist li a:hover {
		text-decoration: underline;
	}

	*html #shownews .relatedlist li img {
		margin-top: 8px;
	}

#shownews .title {
	font-size: 18px;
	text-align: center;
	padding: 5px 0px;
	margin: 10px 0px;
	color: #004081;
	text-align: center;
}
/*äº§å“*/
#productlist li h3 {
	padding-top: 7px;
	padding-bottom: 15px;
}

	#productlist li h3 a {
		color: #000;
	}

		#productlist li h3 a:hover {
			color: #06F;
			text-decoration: underline;
		}

#showproduct h4.related {
	height: 30px;
	line-height: 30px;
	zoom: 1;
	border-bottom: 1px solid #4d6e95;
	margin: 15px 0px 10px 0px;
}

	#showproduct h4.related span {
		float: left;
		display: inline;
		background: url(../images/rela-bg.jpg) repeat-x left top;
		min-width: 70px;
		_width: 70px;
		white-space: nowrap;
		padding: 0px 10px;
		text-align: center;
		color: #fff;
		text-shadow: -1px -1px #4d6e95;
	}

#showproduct h3.sl-ti {
	height: 31px;
	border-bottom: 1px solid #ccc;
	margin-top: 13px;
	zoom: 1;
}

	#showproduct h3.sl-ti a {
		float: left;
		display: inline;
		cursor: pointer;
		min-width: 60px;
		_width: 60px;
		white-space: nowrap;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: url(../images/sl-ti.jpg) repeat-x left top;
		margin-right: 4px;
		border: 1px solid #ccc;
		padding: 0px 10px;
	}

		#showproduct h3.sl-ti a.hover {
			background: url(../images/rela-bg.jpg) repeat-x;
			color: #fff;
			text-shadow: -1px -1px #4d6e95;
			border: 1px solid #5985ba;
		}

#rl-product {
	position: relative;
	width: 690px;
	overflow: hidden;
	margin-left: 18px;
}

	#rl-product ul {
		position: absolute;
		width: 2012em;
	}

	#rl-product li {
		float: left;
		display: inline;
		zoom: 1;
		overflow: hidden;
		text-align: center;
	}

		#rl-product li a.img {
			display: block;
			text-align: center;
			font-size: 0px;
		}

		#rl-product li img {
			border: 1px solid #ccc;
		}

		#rl-product li h3 {
			margin-top: 5px;
		}

#showproduct .flip {
	position: absolute;
	z-index: 1;
}

#showproduct #trigger {
	display: none;
}

#showproduct .next, #showproduct .prev {
	width: 12px;
	height: 20px;
	overflow: hidden;
	display: block;
	background: url(../images/p-arrow.jpg) no-repeat;
	cursor: pointer;
}

#showproduct .next {
	background-position: 0px 0px;
	position: absolute;
	top: 60px;
	left: 710px;
}

	#showproduct .next:hover {
		background-position: 0px -20px;
	}

#showproduct .prev {
	background-position: -12px 0px;
	position: absolute;
	top: 60px;
	left: 0px;
}

	#showproduct .prev:hover {
		background-position: -12px -20px;
	}

*html #showproduct .prev {
	left: -18px;
}

*html #showproduct .next {
	left: 693px;
}

* + html #showproduct .prev {
	left: -18px;
}

* + html #showproduct .next {
	left: 693px;
}

#downloadlist dl.top dt a {
	color: #004080;
}

#downloadlist .metlist dd {
	background: #eef3fa;
}

#sitemaplist .sitemapclass2 h3 {
	background: url(../images/li.png) no-repeat left center;
}

.met_hits {
	padding: 0px 5px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0px;
	border: 1px solid #ccc;
	background: #f4f4f4;
	text-align: center;
	position: relative;
	color: #666;
}

	.met_hits a {
		color: #666;
	}

	.met_hits .metjiathis {
		position: absolute;
		left: 5px;
		top: 8px;
	}

.met_page {
	margin: 10px 0px;
}

	.met_page a {
		margin-right: 0px;
		color: #1C57C4;
		text-decoration: underline;
	}

.pageleft {
	overflow: hidden;
	width: 280px;
	line-height: 24px;
	height: 24px;
	padding-left: 0px;
	float: left;
	font-size: 12px;
	color: #666;
}

	.pageleft a {
		font-size: 12px;
		color: #666;
	}

.pagemid {
	overflow: hidden;
	width: 280px;
	line-height: 24px;
	height: 24p;
	text-align: center;
	float: left;
}

.pageright {
	overflow: hidden;
	display: inline;
	line-height: 24px;
	height: 24px;
	padding-right: 0px;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #666;
}

.pageNavi {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 25px;
	MARGIN: 10px auto 0px;
	WIDTH: 100%;
	PADDING-TOP: 10px;
	TEXT-ALIGN: center
}

.wp-pagenavi {
	margin: 0px auto;
	padding-top: 15px;
	font-size: 12px;
}

	.wp-pagenavi a {
		border-right: #ccc 1px solid;
		padding-right: 8px !important;
		border-top: #ccc 1px solid;
		padding-left: 8px !important;
		padding-bottom: 4px !important;
		margin: 2px;
		border-left: #ccc 1px solid;
		color: #333 !important;
		padding-top: 4px !important;
		border-bottom: #ccc 1px solid;
		text-decoration: none !important
	}

		.wp-pagenavi a:link {
			border-right: #ccc 1px solid;
			padding-right: 8px !important;
			border-top: #ccc 1px solid;
			padding-left: 8px !important;
			padding-bottom: 4px !important;
			margin: 2px;
			border-left: #ccc 1px solid;
			color: #333 !important;
			padding-top: 4px !important;
			border-bottom: #ccc 1px solid;
			text-decoration: none !important
		}

		.wp-pagenavi a:visited {
			border-right: #ccc 1px solid;
			padding-right: 8px !important;
			border-top: #ccc 1px solid;
			padding-left: 8px !important;
			padding-bottom: 4px !important;
			margin: 2px;
			border-left: #ccc 1px solid;
			color: #333 !important;
			padding-top: 4px !important;
			border-bottom: #ccc 1px solid;
			text-decoration: none !important
		}

		.wp-pagenavi a:hover {
			font-weight: bold !important;
			color: #0b3779 !important;
			background-color: #eee !important
		}

		.wp-pagenavi a:active {
			border-right: #ccc 1px solid;
			padding-right: 2px;
			border-top: #ccc 1px solid;
			padding-left: 2px;
			padding-bottom: 2px;
			margin: 2px;
			border-left: #ccc 1px solid;
			padding-top: 2px;
			border-bottom: #ccc 1px solid;
			text-decoration: none
		}

	.wp-pagenavi span.pages {
		border-right: #ccc 1px solid;
		padding-right: 8px !important;
		border-top: #ccc 1px solid;
		padding-left: 8px !important;
		padding-bottom: 4px !important;
		margin: 2px;
		border-left: #ccc 1px solid;
		color: #454545 !important;
		padding-top: 4px !important;
		border-bottom: #ccc 1px solid
	}

	.wp-pagenavi span.extend {
		border-right: #ccc 1px solid;
		padding-right: 8px !important;
		border-top: #ccc 1px solid;
		padding-left: 8px !important;
		padding-bottom: 4px !important;
		margin: 2px;
		border-left: #ccc 1px solid;
		color: #454545 !important;
		padding-top: 4px !important;
		border-bottom: #ccc 1px solid
	}

	.wp-pagenavi span.current {
		border-right: #aaa 1px solid;
		padding-right: 8px !important;
		border-top: #aaa 1px solid;
		padding-left: 8px !important;
		padding-bottom: 4px !important;
		margin: 2px;
		border-left: #aaa 1px solid;
		color: #000 !important;
		padding-top: 4px !important;
		border-bottom: #aaa 1px solid;
		background-color: #eee !important
	}

	.wp-pagenavi span.nolink {
		border-right: #aaa 1px solid;
		padding-right: 8px !important;
		border-top: #aaa 1px solid;
		padding-left: 8px !important;
		padding-bottom: 4px !important;
		margin: 2px;
		border-left: #aaa 1px solid;
		color: #000 !important;
		padding-top: 4px !important;
		border-bottom: #aaa 1px solid;
		background-color: #eee !important
	}

.footlinks {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	font-size: 9pt;
	line-height: 140%;
	color: #777;
	text-align: center;
}

	.footlinks a:link, .footlinks a:visited {
		font-size: 9pt;
		line-height: 140%;
		color: #777;
	}