/*
@Author: CZY
@Create Time: 2016-01-28 
*/
/* 禁用iPhone中Safari的字号自动调整 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
	/* -webkit-appearance:none; */	
	resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
button{
	border: none;
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* 图片自适应 */
img {
	/*max-width: 100%;*/
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*取消链接高亮*/
}
body {
	font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
em,
i {
	font-style: normal;
}
strong {
	font-weight: normal;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}
a:hover,
a:active,
a:visited {
	text-decoration: none;
}
ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: Microsoft YaHei;
}
img {
	border: none;
	vertical-align: middle;
}
body,
html {
	width: 100%;
	min-height: 700px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	position: relative;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

/*蒙板开始*/
.modal {
	width: 100%;
	height: 100%;
  	position: fixed;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 1050;
  	display: none;
  	overflow: hidden;
  	-webkit-overflow-scrolling: touch;
  	outline: 0;
  	background-color: #4c4c4c;
  	background-color: rgba(0,0,0,.7);
  	*opacity: 0.7;
  	
}
.modal.open .modal-dialog{
	display: block;
}
.modal-dialog{
	display: none;
	margin: 100px auto 0;
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
}
.modal-head{
	padding: 20px 20px 15px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.modal-head h4{
	font-size: 20px;
	color: #333333;
	padding-right: 40px;
	overflow: hidden;
}
.modal-close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../images/zhmmclose.png) no-repeat;
	cursor: pointer;
	opacity: 0.7;
	background-size: cover;
}
.modal-close:hover{
	opacity: 1;
}
.modal-content{
	padding: 0 20px;
	margin: 20px 0 0;
	max-height: 500px;
	overflow-y: auto;
}


html, body, span, div, a, table, tbody, td, h1, h2, h3, h4, h5, h6, img, form, font, strong, b, i, dl, dt, dd, ol, ul, li, dl, dd, dt, iframe, label, blockquote, input, button {padding:0; margin:0;list-style: none;}

img {vertical-align:middle; border:none;}
input,button,select,textarea{outline:none}
textarea{resize:none}


.clearfix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
.clearfix {zoom:1;}
.clear,.line_dashed{ clear:both; font-size:0; height:0; line-height:0;}
.green {color:#5cac20!important;}
.fl{float:left;}
.fr{float:right;}
.space_15{ height:15px; font-size:0; clear:both;}
.space_20{ height:20px; font-size:0; clear:both;}
.space_30{ height:30px; font-size:0; clear:both;}
.space_50{ height:50px; font-size:0; clear:both;}
.right_bar{ float:right; width:300px;}
.left_bar{ float:left; width:620px;}
.relative{ position:relative;}

.line_dashed{ border-bottom:1px dashed #dbdbdb;}

.w245{ width:245px;}
.w670{ width:670px;}

.w200{ width:200px;}
.w695{ width:695px;}

h3{ font-size:16px; line-height:30px;}

.gray{ color:#999;}
.blue{ color:#0050b4;}
.orange{ color:#f60;}
.blank{ color:#000;}



#hr{ height:2px; background:#0192c9; clear:both; font-size:0;}
#hr2{ height:1px; background:#e1e1e1; clear:both; font-size:0;}

.container_bg{ background:url(../images/container_bg.jpg) repeat-x 0 0;}
.container{ width:1100px; margin:0 auto;}

.subnav {padding: 14px 0; height: 23px;}
.subnav ul {float: right;margin-top: 5px; line-height:15px;}
.subnav li {display: inline;padding-left: 15px;}
.subnav li.lj { width:5px; padding-left:15px; border-right:1px solid #dbdbdb; margin-right:-2px;}
.subnav .selected a {color: #f60;}

.module .line{ height:1px; background:#d3d3d3;margin:0 1px; font-size:0; line-height:0;overflow:hidden;}
.module .c{ border-left:1px solid #d3d3d3; border-right:1px solid #d3d3d3; line-height:24px; background:#fff;}
.module .c:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
.module .cont_pad{ padding:15px; line-height:22px; }

.box{float:left; width:950px;}
.mainbox{float:left; width:950px; padding-bottom:50px;}
.mainbox_left{float:left; width:450px;}
.mainbox_right{float:right; width:500px;}

.news_more:active,.news_more:link,.news_more:visited{ float:right; background:url(../images/home_news_more.jpg) no-repeat 0 0; width:39px; padding-left:10px; height:18px; text-align:left; display:block; line-height:18px; color:#fff; margin-top:3px;}
.news_more:hover{ color:#fff; background:url(../images/home_news_more.jpg) no-repeat 100% 0;}

.news_details{ padding-right:10px; background:url(../images/home_news_details.jpg) no-repeat 100% -8px; cursor:pointer; color:#0050b4;}
.news_details:hover{ color:#f60;background-position:100% -38px;}

.server_fb,.server_fq{ background:url(../images/servers_icon.jpg) no-repeat 2px 0; padding:3px 0 3px 30px; line-height:36px; color:#0050b4;}
.server_fq{ background-position:2px -36px;}

.home_news_line{ height:1px; background:#dbdbdb; font-size:0;}
.home_news_line div{ height:1px; width:100px; background:#f60; font-size:0;}
.title_s{ height:30px; overflow:hidden; line-height:30px; clear:both;}
.title_s h3{ font-size:14px; color:#000; float:left; display:block;}

.footer:after,.container_bg:after,.product_info:after,.product_main_list:after,#product_lib:after,.app_sys_list:after,.app_menu:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}

.radius_box{ position:absolute; display:none;z-index:101;}
.radius_box .radius_t,.radius_box .radius_b{ height:15px; overflow:hidden; position:relative;}

.radius_box .radius_t .tc,.radius_box .radius_b .bc{ height:15px; margin:0 14px; background:#fff;}
.radius_box .radius_t span,.radius_box .radius_b span{ height:15px; width:15px; overflow:hidden; background-image:url(../images/radius.png); display:block; position:absolute;}

.tl{top:0; left:0; background-position:0 0;}
.tr{ top:0; right:0; background-position:100% 0;}
.br{ top:0; right:0; background-position:100% 100%;}
.bl{ top:0; left:0; background-position:0 100%;}

.radius_cont{ padding:0 20px; background:#fff;}
.radius_close{ position:absolute; top:-10px; right:-10px; background:url(../images/close.png) no-repeat; width:30px; height:30px; z-index:3;}
.radius_title{ border-bottom: 1px dashed #dadada; line-height: 45px;}
.radius_title h3{ color:#666; line-height:45px; font-size:16px;}

#file_win{ width:480px;}
#brand_win,#logo_win,#phone_win{ width:850px;}
#mask{ position:absolute; top:0; left:0; background:url(../images/mask.png) repeat 0 0; z-index:100;/*fliter:alpha(opacity:30);-moz-opacity:0.3;opacity:0.3;*/}



.corp_img_link{ zoom:1;}
.corp_img,
.execs_img,
.news_img,
.culture_img,
.award_img,
.investor_img,
.report_img,
.uu_img{ float:left; width:237px; height:210px; display:block; background-image:url(../corp/images/corp_img_link.jpg); background-repeat:no-repeat; text-indent:-300px; overflow:hidden;}

.corp_img{ background-position:0 0;}
.corp_img:hover{ background-position:0 -450px;}

.news_img{ background-position:-237px 0;}
.news_img:hover{ background-position:-237px -450px;}

.execs_img{ background-position:-474px 0;}
.execs_img:hover{ background-position:-474px -450px;}

.culture_img{ background-position:-711px 0; width:239px}
.culture_img:hover{ background-position:-711px -450px;}

.award_img{ background-position:0 -210px;}
.award_img:hover{ background-position:0 -660px;}

.investor_img{ background-position:-237px -210px;}
.investor_img:hover{ background-position:-237px -660px;}

.report_img{ background-position:-474px -210px;}
.report_img:hover{ background-position:-474px -660px;}

.uu_img{ background-position:-711px -210px; width:239px;}
.uu_img:hover{ background-position:-711px -660px;}

.app_menu {float:right;width:225px; position:relative;}
.app_menu .app_menu_t{ height:15px; width:233px; display:block; position:absolute;top:0; left:0;background:url(../images/app_menu.jpg) no-repeat 0 0;}
.app_menu .app_menu_c{ width:183px; display:block; position:absolute;top:15px; left:0;background:url(../images/app_menu.jpg) no-repeat 0 100%; padding:0 25px 66px;}
.app_menu li {height:30px;line-height:30px;border-bottom:1px #b2b2b2 dotted;background:url(../images/icon_org.jpg) 0 14px no-repeat;padding-left:15px; cursor:pointer;}
.app_con {float:left;width:695px; padding-bottom:50px; }
.app_con h1 {height:30px;font-size:14px;font-weight:bold;color:#000;}
.app_con p{ line-height:24px;}
ol {margin:5px 0 20px;}
ol li {padding-left:15px;line-height:20px;background:url(../images/icon_org.jpg) -1px 3px no-repeat;}
.xgwt {padding-top:20px;padding-left:10px;border-top:1px #b2b2b2 solid;}

.apptable {margin:15px 0 10px;background:#fff;border-collapse:collapse;}
.apptable caption {background:#ff9038;border:1px #f46c00 solid;text-align:center;padding:5px 0;color:#fff;font-weight:bold;font-size:14px;}
.apptable td {border:1px solid #cdcdcd;padding:5px 0;text-align:center;}
.apptable th {border:1px solid #cdcdcd;padding:5px 0;background:#f3f3f3;text-align:center;}

.corp_gk_table{ background:#ddd;}
.corp_gk_table td{ padding:3px; background:#fff;}

.org_icon{ background:url(../images/icon_org.jpg) no-repeat 0 11px; padding-left:11px;}
.mature_img{ text-align:center;}
.mature_txt{ width:33%; text-align:center; float:left;}
.indent_2 p{ text-indent:2em; margin:5px 0;}
.award_list li{ width:126px; height:150px; padding:20px 30px; float:left; text-align:center;}
.award_list li img{ width:120px; height:80px; padding:3px; border:1px solid #dbdbdb;}
.award_list li p{ margin-top:10px; line-height:18px;}

.execs_list li{ float:left; width:161px; height:130px; margin:21px 16px 21px 0;}
.execs_list li.no_mar{ margin:21px 0;}

.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f30{font-size:30px}
.fb{font-weight:bold}
.fn{font-weight:normal}

.clear{clear:both;font-size:1px;visibility:hidden;width:1px;}
.top5{padding-top:5px;clear:both;}
.top6{padding-top:5px;font-size:1px;height:1px;clear:both;}
.top8{padding-top:8px;clear:both;}
.top9{padding-top:9px;clear:both;}
.top10{padding-top:10px;clear:both;}
.top12{padding-top:12px;clear:both;}
.top13{padding-top:13px;clear:both;}
.top15{padding-top:15px;clear:both;}
.top16{padding-top:16px;clear:both;}
.top18{padding-top:18px;clear:both;}
.top20{padding-top:20px;clear:both;}
.nowrap{white-space:nowrap;}
.red{color:#FF0000}
.bai{color:#FFFFFF}
.dark{color:#666666}
.blue{color:#00328f}
.hidden{display:none}
.curpointer{cursor:pointer}
.center{text-align:center;}
.alignleft{text-align:left}
.alignright{text-align:right}
.floatleft{float:left}
.floatright{float:right}

.navigation{float:left; width:950px; height:30px; padding:0 0 10px 0;}
.news{float:left; width:950px; padding-bottom:50px;}
.news_left{float:left; width:170px;}
.news_right{float:right; width:770px;}
.news_right2{float:right; width:768px; border:#cccccc 1px solid;}


.news_left_box{float:left; width:168px; border:#cccccc 1px solid;}
.news_left_top{float:left; width:148px; height:25px; padding:20px 0 0 20px; background:url(../images/products_r2_c2.jpg) no-repeat 20px 40px;}
.news_left_list{float:left; width:148px; padding:0 0 0 20px;}
.news_left_list ul li{float:left; width:148px; padding:10px 0 0 0; background:url(../images/products_r2_c2.jpg) no-repeat 0 30px; font-size:12px; font-weight:bold;}
.news_left_bt{float:left; width:148px; height:20px; padding:0 0 0 20px; clear:both;}

.news_left_box2{float:left; width:170px;}
.sv_title{float:left; width:170px; font-size:12px; font-weight:bold; color:#999999;}
.sv_ct{float:left; width:170px; height:25px; font-size:12px; font-weight:bold; color:#656565; background:url(../images/products_r2_c2.jpg) no-repeat 0 20px;}

.news_right_box{float:left; width:770px; padding-bottom:10px;}
.news_right_line{float:left; width:770px; height:1px; margin:0 0 10px 0; background:url(../images/news_r2_c1.jpg) repeat-x 0 0;}

.news_right_pic{float:left; width:150px; border:#cccccc 1px solid;}
.news_right_cot{float:right; width:593px;}

.list_title{float:left; width:593px; font-size:14px; font-weight:bold; color:#000;}
.list_date{float:left; width:593px; font-size:12px; padding:5px 0 0 0;}
.list_desc{float:left; width:593px; font-size:13px; line-height:20px; padding:5px 0 0 0;}
.right_news_xq{float:left; width:593px; text-align:right;}
.right_news_xq a{color:#5f88da;}

.news_detail_box{float:left; width:745px; padding:20px; min-height:600px;}
.right_title_b{border-bottom:#cdcdcd solid 1px; height:20px; line-height:20px; padding:0 0 10px 0; font-size:14px; font-weight:bold; color:#000;}
.zhanshi_text{width:100%;}
.text_biaoti,.text_date{ width:100%; text-align:center; font-size:16px; height:50px; line-height:50px; border-bottom:#b0b0b0 dashed 1px;}
.text_date{ font-size:12px; border:none; height:40px; line-height:40px;}
.news_detail_desc{font-size:14px; line-height:30px; padding:10px 0 30px 0;}

.download_list_box{float:left; width:728px; padding:20px;}
.download_list_t{border-bottom:#cdcdcd solid 1px; height:20px; line-height:20px; padding:0 0 10px 0; font-size:15px; font-weight:bold; color:#000;}
.download_list{float:left; width:728px; height:300px;}
.download_list ul li{float:left; width:708px; padding:10px 0 0 20px;background:url(../images/darkdot.png) 10px 18px no-repeat;}
.download_list span{float:right; width:120px; text-align:right; padding:0 10px 0 0;}
.download_list_line{float:left; width:728px; height:1px; margin:0 0 10px 0; background:url(../images/news_r2_c1.jpg) repeat-x 0 0;}

.contact_title{float:left; width:940px; padding:0 0 20px 10px; font-size:13px; font-weight:bold;}
.contact_c{float:left; width:440px; padding:0 0 0 10px; line-height:260%; font-size:13px; }
.mapbox{float:left; width:490x; /*border:#cccccc 1px solid;*/ margin:0 0 0 10px;}

.product_box{float:left; width:255px; border-bottom:#e6e6e6 1px solid; border-right:#e6e6e6 1px solid;}
.product_pic{float:left; width:255px; height:120px; text-align:center; padding:20px 0 10px 0;}
.product_des{float:left; width:255px; height:20px; text-align:center; color:#999999;}
.product_title{float:left; width:255px; height:20px; padding:10px 0 10px 0; text-align:center; font-size:13px; color:#333333;}
#a3{border-right:none;}
#a6{border-right:none;}
#a9{border-right:none;}

.viewbox{float:left; width:768px; clear:both;}
.viewbox #ckepop{float:left; width:300px; font-size:12px; padding:10px 0 0 20px; height:20px; color:#333;}
.viewbox .tools{float:right; width:200px; font-size:12px; padding:10px 0 0 0; height:20px;}
.viewbox .tools .fav{float:left; width:45px; height:20px; background:url(../images/save.jpg) 0 0 no-repeat; padding:0 0 0 18px;}
.viewbox .tools .print{float:left; width:45px; height:20px; background:url(../images/print.jpg) 0 0 no-repeat; padding:0 0 0 18px;}
.viewbox .tools .close{float:left; width:45px; height:20px; background:url(../images/close.jpg) 0 0 no-repeat; padding:0 0 0 18px;}

.productdetail{float:left; width:748px; padding:10px 10px 0 10px; clear:both;}
.producttitle{width:728px; height:27px; font-size: 16px; color: #000;  padding:0 10px 0 10px; border-bottom:#212A33 3px solid; margin-top:10px;}
.goodsInfo{width:748px; float:left; clear:both}
.goodsInfo .imgInfo{float:left; width:500px; padding: 20px 0 10px 0;}
.goodsInfo .textInfo{float:right; width:240px; padding: 20px 0 0 0; line-height:20px; }

.goodsInfo #gallbox .gallery{width:250px;float:left;height:48px;text-align:left;overflow:hidden;}
.goodsInfo #gallbox .gallery ul{width:250px;}
.goodsInfo #gallbox .gallery li{width:65px; overflow:hidden;float:left;margin:1px 1px 1px 1px;}
.goodsInfo #gallbox .gallery li img{width:60px;height:60px;cursor:pointer;float:left;}
.goodsInfo #gallbox .gallery .curr img{border:1px solid #B46B63;}
.goodsInfo #gallbox span{width:23px;height:47px;background:url(../images/sroll_bg.gif) no-repeat 0 top;float:left;cursor:pointer;}
.goodsInfo #gallbox span.spanR{width:23px;height:47px;background:url(../images/sroll_bg.gif) no-repeat -25px top;float:right;}
.goodsInfo #gallbox #demo{float:left;}
.fbdark{color: #333333;}

.cpxxbox{width:748px; float:left; clear:both}

.goodstext{float:left; width:728px; height:27px; font-size: 16px; color: #000;  padding:0 10px 0 10px; border-bottom:#212A33 3px solid; margin-top:10px;}
.goodstextbox{width:728px; float:left; padding:10px; line-height:160%; clear:both;  color: #333333;}

.comment{float:left; width:726px; height:27px; font-size: 16px; color: #000;  padding:0 10px 0 10px; border-top:#4e81c3 3px solid; border-left:#dbdee1 1px solid; border-right:#dbdee1 1px solid; border-bottom:#dbdee1 1px solid; margin-top:10px;}
.commentbox{float:left; width:746px; border-left:#dbdee1 1px solid; border-right:#dbdee1 1px solid; border-bottom:#dbdee1 1px solid; clear:both;}
.commentlist{float:left; width:726px; padding:10px;}




#preview{ float:left; width:500px;}
.jqzoom{ width:500px; height:500px; position:relative; border:#cbcbca solid 1px; overflow:hidden;}

.zoomdiv{ left:859px;  height:400px; width:300px;}
.list-h li{ float:left;}
#spec-n5{width:480px; height:66px; padding-top:6px; overflow:hidden;}
#spec-left{ width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:500px; float:left; margin-top:5px; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px;}


.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:300px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:40px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}



.f_l{float:left;}
.f_r{float:right}
.comment_box{border:1px solid #DFDFDF; background-color:#fff;}
.comment_box h3{height:28px; line-height:28px; font-size:12px; background:url(../images/commentbg.gif) repeat-x; text-align:right; font-weight:100;}
.comment_box h3 span{float:left; height:28px; line-height:28px; text-align:left; font-weight:bold; color:#616161; padding:0 10px; text-align:center; font-size:12px}
.comment_box_content{padding:5px;}
.nocomments{padding:10px 0 10px 0;}
.comment_list{overflow:hidden;}
.comment_list .comments .word{padding:3px;}
.comment_list .comments p{line-height:25px; }
.comment_list .comments .word_title{ height:25px; color:#999; }
.comment_list .comments .bgp{ background-color:#f0f0f0;}
.commentsList{border:1px solid #ccc; background:#f7f7f7; padding:10px; clear:both;}
.commentsList .inputBorder{border:1px solid #ccc; background:#fff;}
.captcha{margin-left:0px; position:relative; top:-1px; *margin-left:8px; *position:relative; top:3px; cursor:pointer;}


.pagelist{float:left; width:770px; padding:20px 0 0 0;}

.pagelist ul{
	width:550px;
	margin:0px auto;
	padding:12px 0px 12px 30px;
}
.pagelist ul li{
	float:left;
	line-height:17px;
	margin-right:6px;
}
.pagelist ul li a{
	float:left;
	padding:2px 8px 2px 8px;
	color:#555;
	display:block;
	border:1px solid #E9E9E9;
}
.pagelist ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 8px 2px 8px;
	border:1px solid #4e81c3;
	background-color:#F7EFEE;
}
.pagelist ul li.thisclass,
.pagelist ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F7EFEE;
	padding:2px 8px 2px 8px;
	font-weight:bold;
	border:#4e81c3 1px solid;
}
.pagelist .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.pagelist .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
.fullpagelist{float:left; width:998px; padding:20px 0 0 0;}
.fullpagelist ul{
	width:600px;
	margin:0px auto;
	padding:12px 0px 12px 30px;
}

.pagelist2 ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.pagelist2 ul li{
	float:left;
	line-height:17px;
	margin-right:6px;
}
.pagelist2 ul li a{
	float:left;
	padding:2px 8px 2px 8px;
	color:#555;
	display:block;
	border:1px solid #E9E9E9;
}
.pagelist2 ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 8px 2px 8px;
	border:1px solid #4e81c3;
	background-color:#F7EFEE;
}
.pagelist2 ul li.thisclass,
.pagelist2 ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F7EFEE;
	padding:2px 8px 2px 8px;
	font-weight:bold;
	border:#4e81c3 1px solid;
}
.pagelist2 .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.pagelist2 .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/*蒙板结束*/