@charset "utf-8";
/*去除页面中所有标签的默认间距、补白*/
* { margin:0px; padding:0px;}
/*页面中的默认字体、字体大小、背景、文字颜色*/
body { font-size:12px; font-family:Arial; color:#555555; background:#c0c0c0;}
body{-webkit-text-size-adjust:none}
/*页面右侧滚动条*/
html { overflow-y:scroll;}
/*清除页面所有图片的默认边框*/
img { border:none;}
/*去除ol、ul、li的默认样式*/
ol,ul,li { list-style-type:none;}
/*设置表单等项目的默认字体大小*/
input, select, textarea { color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 100%; vertical-align: middle;}
/*设置文字段落、表格单元格的默认行高*/
p,th,td { line-height:22px;}
/*字体*/
em { font-style:normal;}
.yahei { font-family:Arial;}
.songti {font-family:Arial;}
.arial{ font-family:Arial;}
.times{ font-family:Arial;}
/* 其它需要用到的字体大小 */
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
h1{ font-size:14px;}
h2{ font-size:12px;}
h3{ font-size:12px;}
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font22 { font-size: 22px; }
.font30 { font-size: 30px; }
.font35 { font-size: 35px; }
/*去除页面中的链接点击后留下的虚线框*/
body a{ outline:none;blr:expression(this.onFocus=this.blur());}
/* 整个网站需要的字体样式*/
.strong { font-weight:bold;}
.shou { font-weight:normal;}
.underline { text-decoration:underline;}
/* 图片边框 */
.imgp2 img { padding: 2px; border: 1px solid #cccccc; }
/* 1px细线 */
.div1px { border:#CCCCCC solid 1px; }
/* li相关 */
ul,li { list-style-type:none; }
/*默认的文字链接样式*/
a:link { color:#333333; text-decoration:none;}
a:visited { color:#333333; text-decoration:none;}
a:hover { color:#fec81e; text-decoration:none;}
a:active { color:#333333; text-decoration:none;}


/*其他文字链接样式*/
.cffffff a:link{color : #ffffff ;}
.cffffff a:visited {color : #ffffff ;}
.cffffff a:hover {color : #fec81e;}
.cffffff a:active {color : #ffffff ;} 
.cffffff { color:#ffffff;}

.cd2d2d2 a:link{color : #d2d2d2 ;}
.cd2d2d2 a:visited {color : #d2d2d2 ;}
.cd2d2d2 a:hover {color : #fec81e;}
.cd2d2d2 a:active {color : #d2d2d2 ;} 
.cd2d2d2 { color:#d2d2d2;}

.c000000 a:link{color : #000000 ;}
.c000000 a:visited {color : #000000 ;}
.c000000 a:hover {color : #fec81e;}
.c000000 a:active {color : #000000 ;} 
.c000000 { color:#000000;}

.c262a2a a:link{color : #262a2a ;}
.c262a2a a:visited {color : #262a2a ;}
.c262a2a a:hover {color : #ffffff;}
.c262a2a a:active {color : #262a2a ;} 
.c262a2a { color:#262a2a;}

.c514a28 a:link{color : #514a28 ;}
.c514a28 a:visited {color : #514a28 ;}
.c514a28 a:hover {color : #ffffff;}
.c514a28 a:active {color : #514a28 ;} 
.c514a28 { color:#514a28;}

/* w系列控制宽度 */
.wauto { width: auto }
.w100 { width: 100%; }
.w310px { width: 310px; }
.w320px { width: 320px; }
.w960px { width: 960px; }
.w1000px { width: 1000px; }
.maxwidth{max-width:1418px; min-width:1000px; margin:0 auto; clear:both; _width:expression((documentElement.clientWidth >1418)?"1418px":"auto");} 

/* h系列控制高度 */
.h100 { height:100%; }
.hauto { height:auto; }

.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h100px { height: 100px; }
.h150px { height: 150px; }
.h300px { height: 300px; }


.lineheight14px  { line-height: 14px; }
.lineheight15px  { line-height: 15px; }
.lineheight16px  { line-height: 16px; }
.lineheight17px  { line-height: 17px; }
.lineheight18px  { line-height: 18px; }
.lineheight20px  { line-height: 20px; }
.lineheight22px  { line-height: 22px; }
.lineheight24px  { line-height: 24px; }
.lineheight28px  { line-height: 28px; }
.lineheight30px  { line-height: 30px; }
.lineheight32px  { line-height: 32px; }
.lineheight35px  { line-height: 34px; }
.lineheight40px  { line-height: 40px; }

/* --bg系列控制背景图片，自行添加，前面的px控制左右相对位置，后面的控制上下相对位置-- */


/* p系列控制padding */
.p5 { padding:5px;}
.p10 { padding:10px;}
.p15 { padding:15px;}
.p20 { padding:20px;}
.p25 { padding:25px;}
.p30 { padding:30px;}

.pt5 { padding-top:5px;}
.pt10 { padding-top:10px;}
.pt15 { padding-top:15px;}
.pt20 { padding-top:20px;}
.pt25 { padding-top:25px;}
.pt30 { padding-top:30px;}

.pr5 { padding-right:5px;}
.pr10 { padding-right:10px;}
.pr15 { padding-right:15px;}
.pr20 { padding-right:20px;}
.pr25 { padding-right:25px;}
.pr30 { padding-right:30px;}

.pb5 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb25 { padding-bottom:25px;}
.pb30 { padding-bottom:30px;}

.pl5 { padding-left:5px;}
.pl10 { padding-left:10px;}
.pl15 { padding-left:15px;}
.pl20 { padding-left:20px;}
.pl25 { padding-left:25px;}
.pl30 { padding-left:30px;}

/* m系列控制padding */
.m5 { margin:5px!important;}
.m10 { margin:10px!important;}
.m15 { margin:15px!important;}
.m20 { margin:20px!important;}
.m25 { margin:25px!important;}
.m30 { margin:30px!important;}

.mt5 { margin-top:5px!important;}
.mt10 { margin-top:0px!important;}
.mt12 { margin-top:12px!important;}
.mt15 { margin-top:15px!important;}
.mt20 { margin-top:20px!important;}
.mt25 { margin-top:25px!important;}
.mt30 { margin-top:30px!important;}

.mr5 { margin-right:5px!important;}
.mr10 { margin-right:10px!important;}
.mr15 { margin-right:15px!important;}
.mr20 { margin-right:20px!important;}
.mr25 { margin-right:25px!important;}
.mr30 { margin-right:30px!important;}

.mb5 { margin-bottom:5px!important;}
.mb10 { margin-bottom:10px!important;}
.mb15 { margin-bottom:15px!important;}
.mb20 { margin-bottom:20px!important;}
.mb25 { margin-bottom:25px!important;}
.mb30 { margin-bottom:30px!important;}

.ml5 { margin-left:5px!important;}
.ml10 { margin-left:10px!important;}
.ml15 { margin-left:15px!important;}
.ml20 { margin-left:20px!important;}
.ml25 { margin-left:25px!important;}
.ml30 { margin-left:30px!important;}

/* 其他常用元素 */
/*文本对齐样式*/
.center { margin:0px auto;}
.tcenter { text-align:center;}
.tleft { text-align:left;}
.tright { text-align:right;}
/*左右漂浮样式*/
.l { float: left; }
.r { float: right; }
/*css清除浮动*/
.c { clear:both}
.clear { clear:both; height:0px; line-height:0px; font-size:0px;}
/*clearfix:after*/
.clearfix:after { content:"."; display:block; height:0px; clear:both; visibility:hidden;}
.clearfix { display:inline-table; display:block;}
*html .clearfix { height:1%;}
*+html .clearfix { height:1%;}
.imgfix img{display:block;}
/* 1px细线 */
.minheight600 { min-height:600px; height:auto!important; height:600px; overflow:visible;}
/*添加鼠标悬浮显示手的形状*/
.hand { cursor:pointer;}
/*单行截字*/
.textbreak { white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
/*隐藏元素*/
.hide {	display:none;}
/*解决IE6双边距加倍错误*/
.inline { _display:inline;}

/* 页面其他用到效果
-------------------------------------------------------------- */
.itop{ height:465px;}
.ab_top{ height:303px;}
#banner { position:relative; width:100%; height:465px; overflow:hidden; left:0; }
#banner_list img {border:0px;}
#banner_bg { display:inline; position:absolute; bottom:0px; _bottom:-1px; background:url("../images/flashbg.png") left top repeat; height:20px; z-index:1000; cursor:pointer; width:637px; display:none;}
#banner_info{position:absolute; bottom:0px; left:15px;height:20px; line-height:20px; color:#fff;z-index:1001;cursor:pointer; font-size:12px; color:#2c2c2c;}
#banner_text {position:absolute;width:120px; z-index:1002; right:3px; bottom:3px;}
#banner ul {position:absolute;list-style-type:none;z-index:1002; margin:0; padding:0; width:76px; bottom:40px; right:0px;}
#banner ul li { display:block; float:left; display:inline; text-indent:-9999px; width:11px; height:11px; line-height:11px; margin-right:6px; display:inline; text-align:center; background:#333333; color:#333333; border:1px solid #ffffff;cursor:pointer; font-family:Arial; font-size:12px;}
#banner ul li.on { color:#ffffff; font-weight:bold; background:#fec81e;}
#banner_list a{position:absolute; display:block; width:100%; height:465px;}
.banner_shu{ width:980px; margin:0 auto; position:relative;z-index:1002;}
.banner_shu ul {position:absolute;list-style-type:none; margin:0; padding:0; width:76px; top:432px; right:95px;}

.itopk{ height:0px; position:relative; z-index:9999}
.itopk h1{ width:474px; height:47px; position:absolute; left:0px; top:55px;}
.itop_h1{ width:460px; position:absolute; right:0px; top:22px;}
.ih1_left{ width:168px; line-height:14px;}
.ih1_left span{ padding:0px 6px;}

.nav{ width:450px; padding:5px 0; margin:8px 0 0 0; position:absolute; right:-15px; top:40px;background:rgba(255,255,255,.4);  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#64ffffff,endcolorstr=#64ffffff);}
.nav li{ width:90px; height:25px; line-height:25px; float:left; background:url("../images/navline_03.png") right 3px no-repeat; text-align:center; font-size:13px; font-family:Arial; white-space:nowap;}
.nav li a{ color:#000!important; font-weight:bold;}
.nav li a:hover{ color:#F90!important; font-weight:bold;}
.nav li.navon a{ color:#000!important; font-weight:bold;}
.icontk{ background:#fff; border-top:3px solid #fec81e;}
.ab_contk{ background:#fff url("../images/ab_contbg.gif") center top no-repeat; padding-bottom:20px; border-top:3px solid #fec81e;}
.icontentk{ padding-top:18px;}
.ileft747{ width:747px;}
.itit01_bg{ width:100%; height:35px; background:url("../images/ititbg1.jpg") no-repeat;}
.itit01_bg h3{ line-height:35px; padding-left:30px;}
.isearchk{ width:300px; height:22px; margin-top:6px; margin-left:200px; display:inline;}
.isear_left{ width:126px; line-height:22px; padding-top:1px;}
.toplinks { width:154px; height:22px; background:url("../images/isearchbg.jpg") no-repeat;}
.tsinput{ width:224px; height:22px; float:left; margin-top:0px; *margin-top:-1px;}
.tsinput input{ width:122px; height:22px; line-height:22px; *line-height:21px; padding-left:2px; background:none; border:none; color:#fff;}
.tsbtn { width:30px; height:22px; float:left;}
.tsbtn input { width:30px; height:22px; border:none; background:none; cursor:pointer;}
.imore1{ width:80px; line-height:35px; margin-right:20px;}
.ipart_cont1{ width:100%; height:85px; background:#d1d1d1;}
.ipart_one{ width:160px; margin:13px 0px 0px 22px; display:inline;}
.ipart_one h3{ font-weight:bold; height:34px;}
.ipart_lieb{ width:160px;}
.ipart_showk{ width:100%; padding-top:15px;}
.ishow_tit{ width:742px;}
.ishow_tit h3{ width:auto; height:28px; line-height:28px; padding-left:7px;}
.ishow_tit h3 span{ font-weight:bold;}
.ishwo_more{ width:45px; height:13px; margin-top:7px;}
/*大框*/
.blk_18 { overflow:hidden; zoom:1; font-size:12px; width:740px; clear:both; margin:0 auto; padding-top:10px;}
.blk_18 .pcont,.blk_18 .pcont2,.blk_18 .pcont3{ width:696px; float:left; overflow:hidden;}
.blk_18 .ScrCont,.blk_18 .ScrCont2,.blk_18 .ScrCont3 { width:32766px; zoom:1;}
.blk_18 #List1_1, .blk_18 #List2_1,.blk_18 #List1_2, .blk_18 #List2_2,.blk_18 #List1_3, .blk_18 #List2_3 { float:left; }
.blk_18 .LeftBotton, .blk_18 .RightBotton { width:17px; height:51px; margin-top:40px;}
.blk_18 .LeftBotton { background:url("../images/ibtn_left1.jpg") no-repeat; float:left; margin-right:5px; display:inline;}
.blk_18 .RightBotton { background:url("../images/ibtn_right1.jpg") no-repeat; float:right; margin-left:5px; display:inline;}
.blk_18 .LeftBotton:hover { background:url("../images/ibtn_left1.jpg") no-repeat; }
.blk_18 .RightBotton:hover { background:url("../images/ibtn_right1.jpg") no-repeat; }

/*.blk_19 { overflow:hidden; zoom:1; font-size:12px; width:740px; clear:both; margin:0 auto; padding-top:10px;}
.blk_19 .pcont2 { width:696px; float:left; overflow:hidden;}
.blk_19 .ScrCont2 { width:32766px; zoom:1;}
.blk_19 #List1_2, .blk_19 #List2_2 { float:left; }
.blk_19 .LeftBotton, .blk_19 .RightBotton { width:17px; height:51px; margin-top:40px;}
.blk_19 .LeftBotton { background:url(../images/ibtn_left1.jpg) no-repeat; float:left; margin-right:5px; display:inline;}
.blk_19 .RightBotton { background:url(../images/ibtn_right1.jpg) no-repeat; float:right; margin-left:5px; display:inline;}
.blk_19 .LeftBotton:hover { background:url(../images/ibtn_left1.jpg) no-repeat; }
.blk_19 .RightBotton:hover { background:url(../images/ibtn_right1.jpg) no-repeat; }

.blk_20 { overflow:hidden; zoom:1; font-size:12px; width:740px; clear:both; margin:0 auto; padding-top:10px;}
.blk_20 .pcont3 { width:696px; float:left; overflow:hidden;}
.blk_20 .ScrCont3 { width:32766px; zoom:1;}
.blk_20 #List1_3, .blk_20 #List2_3 { float:left; }
.blk_20 .LeftBotton, .blk_20 .RightBotton { width:17px; height:51px; margin-top:40px;}
.blk_20 .LeftBotton { background:url(../images/ibtn_left1.jpg) no-repeat; float:left; margin-right:5px; display:inline;}
.blk_20 .RightBotton { background:url(../images/ibtn_right1.jpg) no-repeat; float:right; margin-left:5px; display:inline;}
.blk_20 .LeftBotton:hover { background:url(../images/ibtn_left1.jpg) no-repeat; }
.blk_20 .RightBotton:hover { background:url(../images/ibtn_right1.jpg) no-repeat; }*/

.blk_21 { overflow:hidden; zoom:1; font-size:12px; width:990px; clear:both; margin:0 auto; padding-top:10px; padding-bottom:10px;}
.blk_21 .pcont4 { width:960px; float:left; overflow:hidden;}
.blk_21 .pcont4 a{ width:181px; height:65px; display:block; float:left; margin:0px 5px 0px 6px; display:inline;}
.blk_21 .pcont4 a img{ width:179px; height:63px; border:1px solid #fec81e;}
.blk_21 .ScrCont4 { width:32766px; zoom:1;}
.blk_21 #List1_4, .blk_21 #List2_4 { float:left; }
.blk_21 .LeftBotton, .blk_21 .RightBotton { width:7px; height:51px; margin-top:25px;}
.blk_21 .LeftBotton { background:url("../images/ib_btn1.gif") no-repeat; float:left; margin-right:8px; display:inline;}
.blk_21 .RightBotton { background:url("../images/ib_btn2.gif") no-repeat; float:right; margin-left:8px; display:inline;}
.blk_21 .LeftBotton:hover { background:url("../images/ib_btn1.gif") no-repeat; }
.blk_21 .RightBotton:hover { background:url("../images/ib_btn2.gif") no-repeat; }

/*滚动的图片*/
.videopt{ width:162px; margin-top:5px; float:left; display:inline; margin:0px 6px 2px 6px;}
.videopic{ width:162px; height:126px;}
.videopic img{ width:150px; height:114px; padding:5px; border:1px solid #fec923;}
.videotxt{ text-align:center; width:162px; height:35px; line-height:28px; margin-top:2px;}
.iright241{ width:241px;}
.ir_tit01{ width:100%; height:35px; background:url("../images/ir_titbg1.gif") no-repeat;}
.ir_tit01 h3{ width:auto; height:35px; line-height:35px; padding-left:20px;}
.ir_more1{ line-height:35px; padding-right:10px;}
.ir_list1k{ width:100%; padding:10px 0px 8px 0px; background:#525252;}
.ir_list1{ width:100%; height:274px; overflow:hidden;}
.ir_list1 li{ width:100%; height:49px; padding-top:5px; line-height:22px; border-bottom:1px solid #878787;}
.ir_list1 li a{ width:210px; padding-left:21px; line-height:22px; display:block;}
.ir_phonek{ width:222px; padding-left:19px; padding-top:10px; padding-bottom:10px; background:#efefef;}
.ir_phonetb{ width:205px; /*background:url(../images/ir_phone.gif) 150px 70px no-repeat;*/}
.ir_phonetb td{line-height:22px; font-family:Arial;}
.ir_phonetb td span{ padding-left:12px;}
.ir_pic1{ width:241px; height:80px; line-height:0px; font-size:1px; padding-top:10px;}
.ir_pic1.ir_d{ height:85px;}
.ifooth{ background:#2c2c2b; height:72px;}
.ifootleft{ width:500px; line-height:23px; padding-top:15px;}
.ifootright{ width:auto; padding-top:25px;}

/*下拉菜单1*/
.plist01 { position:relative; z-index:1; width:158px; height:22px; line-height:22px; padding-left:2px; font-family:Arial; color:#a1a1a1; font-size:12px; background:url("../images/ixia_bg.gif") left top no-repeat; text-align:left; cursor:pointer;}
.pllayer01 { display:none; position:absolute; z-index:999; top:0px; left:0px; width:160px; height:auto; font-size:12px; font-family:Arial;}
.pllayer01 dl { padding-top:20px; border:#b9b9b9 1px solid; text-align:left;}
.pllayer01 dl dd { background:#fff; height:28px; line-height:14px; padding-left:5px;}


/*下层*/
.ab_banner { position:relative; width:100%; height:303px; background:url("../images/ab_banner.jpg") center top no-repeat;}
.cp_banner{position:relative; width:100%; height:303px; background:url("../images/cpban.jpg") center top no-repeat;}
.xw_banner{position:relative; width:100%; height:303px; background:url("../images/xwban.jpg") center top no-repeat;}
.pp_banner{position:relative; width:100%; height:303px; background:url("../images/ppban.jpg") center top no-repeat;}
.dg_banner{position:relative; width:100%; height:303px; background:url("../images/dgban.jpg") center top no-repeat;}
.lx_banner{position:relative; width:100%; height:303px; background:url("../images/lxban.jpg") center top no-repeat;}
.fw_banner{position:relative; width:100%; height:303px; background:url("../images/fwban.jpg") center top no-repeat;}
.dl_banner{position:relative; width:100%; height:303px; background:url("../images/dlban.jpg") center top no-repeat;}
.my_banner{position:relative; width:100%; height:303px; background:url("../images/myban.jpg") center top no-repeat;}
.left242{ width:242px;}
.left242 h2{ width:100%; height:55px; line-height:55px; font-size:24px;}

/*一级菜单*/
.leftmenu { width:242px; border-top:1px solid #d0d0d0; margin-top:18px;}
.leftmenu ul { width:242px; margin:0 auto;}
.leftmenu ul li { line-height:28px; background:#faf7f0;}
.leftmenu ul li a { display:block; width:220px; padding:0px 0px 0px 20px; height:28px; line-height:28px; color:#333333!important; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; font-family:Arial; font-size:13px;}
.leftmenu ul li a:hover,.leftmenu ul li.leftmenuon a { color:#333333!important; font-weight:bold;}

/*二级菜单*/
.leftmenu ul li ul { display:none; margin:0px; background:#fff; border-bottom:1px solid #d0d0d0;}
.leftmenu ul li.leftmenuon ul { display:block; width:242px;}
.leftmenu ul li.leftmenuon ul li { line-height:27px; background:#fff; border:none;}
.leftmenu ul li.leftmenuon ul li a { width:222px; padding:0px 0px 0px 20px; height:27px; line-height:27px; color:#666666!important; background:url("../images/leftmenu_line.gif") 9px bottom no-repeat; border:none!important; border-bottom:#c9c9c9 0px solid!important; font-size:12px; font-weight:normal;}
.leftmenu ul li.leftmenuon ul li a:hover,.leftmenu ul li.leftmenuon ul li.leftsecmenuon a { color:#666666!important; font-weight:bold;}
.leftmenu ul li.leftmenuon ul li.ss a{ color:#666666!important; font-weight:bold;}

.il_quick{ width:100%; padding-top:12px;}
.il_quick li{ width:100%; height:42px; line-height:34px; background:url("../images/ab_tiaobg.jpg") left top no-repeat;}
.il_quick li a{ width:220px; padding-left:22px; line-height:34px; display:block; color:#262a2a!important; font-size:16px; font-family:Arial;}

.right675{ width:675px; margin-left:40px;}
.ab_rtit{ border-bottom:2px solid #d0d0d0; padding-bottom:12px;}
.ab_rtit h2{ width:250px; font-size:18px; line-height:20px; padding-top:20px; background:url("../images/ab_rcion1.gif") 2px 26px no-repeat; padding-left:18px;}
h3.crumbread{ line-height:16px; padding-top:24px; width:400px; text-align:right}
h3.crumbread.pro_cate{ text-align:left;}
.pro_k{ width:100%; padding-top:15px;}
.pro_one{ width:200px; height:180px; padding:3px; background:#f4f4f4; margin:10px 10px 7px 9px; display:inline;}
.pro_pic{ width:200px; height:150px;}
.pro_txt{ width:100%; height:30px; line-height:30px;}

/*翻页样式*/
div.paging { padding:15px 0px 0px; margin:3px 0px; font-family:Arial; text-align:center; line-height:0px;}/*翻页条的外部样式*/
div.paging a { padding:5px 2px; color:#666; text-decoration:none;}/*按钮默认时的状态样式*/
div.paging a:hover { color:#666; font-weight:bold; }/*鼠标悬停时的按钮状态样式*/
div.paging a:active { color: #666;}/*鼠标点击时的按钮状态样式*/
div.paging span.current { padding:2px 1px; color:#666; font-weight:bold;}/*当前选中的按钮样式*/

.ab_contentk{ width:660px; padding-left:8px; padding-top:20px; line-height:24px;}
h3.newsde_tit{ width:100%; font-weight:bold; line-height:22px; padding-top:8px;}
.newsde_datek{ width:658px; height:30px; border:1px dashed #999999; background:#ececeb;}
.datek_left{ padding-left:15px; line-height:30px;}
.datek_left.rdate{ padding-left:0px; padding-right:15px;}
.back_btn{ height:20px; border-bottom:1px solid #e40c00;}
.back_btn a{ width:84px; height:17px; display:block; float:right;}
.newsde_page li span{ font-weight:bold;}


.ssright{ float:left; width:154px; height:22px; background:url("../images/sbn_all.gif") no-repeat;}
.tsinput2 { width:129px; float:left;}
.tsinput2 input {width:126px; padding-left:3px; height:22px; font-size:12px; line-height:22px; background:none; border:none; margin-top:0px; *margin-top:-1px; _margin-top:-1px; font-family:Arial;color:#b7b7b7;}
.tsbtn2 { width:25px; height:23px; float:left;}
.tsbtn2 input {width:25px; height:23px; line-height:23px; font-size:1px; background:none; border:none; cursor:pointer; }

.jbtable,.lxtable{ background:#ccc;}
.jbtable th,.lxtable th{ text-align:center; background:#F9F4EC; color:#000; font-weight:bold;}
.jbtable td,.lxtable td{ background:#fff; padding:0 5px; color:#666; line-height:25px;}

.ir_phonetb td{ border-bottom:dotted 1px #ccc; font-family:Arial;}
.fontsize{float:left;height: 20px;margin-top: 5px;width: 170px; margin-left:30px; padding:1px 10px;}
.fontsize a{padding:0 10px}


