@charset "UTF-8"; 
/* === **** 模版页面  CSS定义 ***** =====  */
html{_overflow-y:scroll;}
*{padding:0px; margin:0px;line-height:1.8em;}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
  font-family:"微软雅黑" ,Tahoma,"宋体";  /*文字字体定义 */
  font-size: 12px;  /*文字大小定义 */
  color: #333;  /*文字颜色定义 */
   /*页面背景颜色定义 */
  }
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #006699;  text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */

h1,h2,h3,h4,h5,h6{font-size:12px;}
img{border: 0px;}
.clear{clear:both;}
/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
/*文字按钮样式定义 */ 
.button{border: 0px; }
#warpbg{background:url(../images/bg.jpg) repeat;}
#wrapper{text-align:center; margin:0 auto; width:900px;padding:0 8px; background:#fff;}
/* 首页 结构部分 */
#iheader{width:900px;}
#itop{width:900px;margin:0 auto;}
.logo{ padding:10px 0 10px 12px;text-align:left; }
.topnav{line-height:26px;height:26px; text-align:right;}/*顶部菜单*/
.topnav a{color:#fff ;background:url(../images/topnav_cion.gif) no-repeat 0px 6px; padding:0 10px 0 15px; line-height:26px;}
.topnav a:visited{color:#fff;}
.topnav a:hover{color:#fff; text-decoration:underline;}
#itop .clear{clear:both;}
#itop .menu{width:900px;background:url(../images/menubg.gif) repeat-x top left; height:40px; overflow:hidden;}/*主菜单*/
#itop .menu dl{width:890px;margin:0 auto;list-style-type: none;padding:0 0 0 10px;}
#itop .menu dd{display:block; float:left;background:url(../images/menu_line.gif) no-repeat right center;line-height:40px; padding:0 5px;}
#itop .menu dd a{padding:0 18px 0 20px;background:url(../images/nav_coin.gif) no-repeat left 12px;font-size:14px; font-weight:bold;}
#itop .menu dd:hover{background:url(../images/nav_bottom.gif) no-repeat bottom center;line-height:40px; }
#itop .menu a{color:#fff;line-height:40px; display:block;}
#itop .menu a:visited {color: #fff;}
#itop .menu a:hover{color: #FFFF00;background:url(../images/nav_coin_hov.gif) no-repeat left 12px;}
#itop .menu #current{}
#itop .menu #current{color:#fff;}
#itop .menu #current:visited {color: #FFFF00;}
.sublist{height:27px;color:#fff; text-align:left;background:url(../images/subbglin.gif) repeat-x left top; padding-top:5px;width:900px; overflow:hidden;}
.sublist td{
  padding:0 0 0 90px!important;>padding:0 0 0 0px!important;padding:0 0 0 0px;
}
.sublist a{ line-height:27px; color:#fff; padding:0 10px; background:url(../images/cion01.gif) no-repeat left 6px!important;>background:url(../images/cion01.gif) no-repeat left 4px!important;background:url(../images/cion01.gif) no-repeat left 4px;}
.sublist a:visited{ color:#fff;}
.sublist a:hover{ color:#fff; text-decoration:underline;}
#itop .banner{ width:900px; height:203px;}/*宣传图*/
#imain{clear:both;width:900px;background:url(../images/imainbg.gif) repeat-y center top;}
#imain .infobox{margin-bottom:5px;height:1%;}
#imain .ibanner{padding:1px 0 0 0;display:none;}/*首页宣传图*/
#ileft{float:left;width:230px;text-align:left;}
#ileft h1{ color:#3f3f3f;
  text-align:right;
  padding:0 10px 0 0;
  height:27px;
  margin-bottom:5px;
  background:url(../images/h1_center.gif) repeat-x left top;
  
}
#ileft h1 p{height:27px;line-height:28px;float:left;padding:0 0 0 36px;background:url(../images/h1_left.gif) no-repeat left top;}
#ileft h1 a{font-weight: normal; color:#3f3f3f;}
#ileft h1 a:hover{ color:#3f3f3f;}
#ileft h1 a:visited{ color:#3f3f3f;}
#ileft h6{clear:both;display:none;}
#ileft h6 p{height:1px;line-height:1px;}
#ileft a{color:#77221e;}
#ileft a:visited{color: #77221e;}
#ileft a:hover{color:#d44409;}
#iright{float:right;width:655px;text-align:left;}
#iright h1{color:#a53421;background: url(../images/right_title_r.gif) repeat-x bottom;height:30px;margin: 0 0 5px 0;padding:0px 10px 0 0; text-align:right;line-height:30px;}
#iright h1 p{line-height:30px;background: url(../images/right_title_l.gif) repeat-x left bottom; border-right:solid 2px #fff;padding:0 5px;float:left;color:#a53421;}
#iright h1 a{font-weight: normal;}
#iright h1 a:hover{color:#a53421;}
#iright h1 a:visited{color:#a53421;}
#iright h6{clear:both;}
#iright h6 p{height:1px;line-height:1px;}
#iright a:hover{color:#ffa200;}

/* 内页 结构部分 */
#main{clear:both;width:900px;margin:0 auto;background:url(../images/mainbg.gif) repeat-y center top;}
#main .infobox{margin-bottom:5px;height:1%; }
#left{float:left;width:230px;text-align:left; background:#e7ecee; margin-top:7px;}
#left h1{background:#7f8689;font-size:16px;}
#left h1 p{height:35px;line-height:35px;padding:0 20px;color:#fff;background:url(../images/cion_00.gif) no-repeat 6px 12px;}
#left h1 a{}
#left h6{clear:both;display:none;}
#left h6 p{height:1px;line-height:1px;}
#left a{color:#0b617d;}
#left a:visited{color: #0b617d;}
#left a:hover{color:#ffa200;}
#right{float:right;width:659px;text-align:left;border-right:solid 1px #ededed;}
#right .infobox{margin:0;height:1%;padding:0 10px 0 5px;}
#right .infobox .breadcrumb{position: absolute;width:580px;color:#fff;text-align:right;padding:22px 0 0 0;background:url(../images/homebg.gif) no-repeat right 13px; padding-right:10px;margin:0 0 0 50px;}
#right .infobox .breadcrumb a{color:#fff;}
#right .infobox .breadcrumb a:hover{color:#fff;}
#right .infobox .breadcrumb a:visited{color:#fff;}
#right h1{color:#5a0401;background: url(../images/home_line.gif) repeat-x bottom;height:35px;margin: 0 0 5px 0;padding:15px 10px 0 0; text-align:right;line-height:35px;}
#right h1 p{line-height:35px;padding:0 5px;float:left;color:#5a0401; font-size:14px;background:url(../images/nav_coin_hov.gif) no-repeat left 11px; padding-left:18px;}
#right h1 a{color:#5a0401; line-height:35px;}
#right h1 a:visited{color: #5a0401;}
#right h1 a:hover{color:#5a0401;}
#right h6{ clear:both;}
#right h6 p{height:1px;line-height:1px;}
#right a{color:#404a4f;}
#right a:visited{color: #404a4f;}
#right a:hover{color:#ffa900;}

/*页尾*/
#footer{clear:both;background:#293135 url(../images/footerbg.gif) repeat-x left top; padding:0 0 5px 0;}
#footer .footnav{color:#fff;padding:0 2px ;line-height:40px;}/*底部导航*/
#footer .footnav a{padding:0 5px;}
#footer .copyright{color:#fff;line-height:30px; margin-bottom:5px;}/*权版信息*/
#footer a{color:#fff;}
#footer a:visited{color:#fff;}
#footer a:hover{color: #fff;}


/*表现部分*/
.icompany{ color:#818f94;margin:0 0px; padding:0 6px;}
.icompany p{ text-indent:2em;color:#77221e;}
.icompany h5{ font-weight:normal;color:#d44409; text-align:right;}
.icompany h5 a{text-decoration:underline;}
.icompany h5 a visited{color:#d44409;}
.icompany h5 a:hover{ text-decoration:underline;}
.icompany h3{ border:1px solid #fff; text-align:center; margin:0 auto; width:202px; height:60px;}
.ilist{ color:#77221e;margin:0 9px;}
.ilist strong{color:#fb7200;}
.ipdlist{margin:0 0px; padding:0 5px 0 8px;}
.ipdlist ul{list-style-type:none;}
.ipdlist li{background:url(../images/list.gif) repeat-x left bottom; line-height:32px;}
.ipdlist li a{background:url(../images/cion_02.gif) no-repeat 12px 3px; padding-left:22px;}
/* === **** 首页新闻列表 ***** =====  */
.inews{}
.inews p{float:right;width:180px;margin-left:8px;}
.inews ul{margin:10px 10px 0 0px; width:460px;}
.inews li{list-style-type:none; border-bottom:1px dashed #e1e7e9;background:url(../images/cion_01.gif) no-repeat 10px 6px;text-indent: 10px;text-align:right; padding-left:10px;}
.inews li img{margin-top:0px!important;margin-top:6px;}
.inews li a{float:left;text-align:left;color:#818f94;}
.inews li a:hover{color:#ffa900;}
.inews li a:visited{color:#818f94;}

/* === **** 首页产品 ***** =====  */
.iproductlist{width:128px!important;>width:129px!important;width:129px;float:left;text-align:center;}
.iproductlist h2{height:100px;width:100px; margin:0 auto 5px auto;}
.iproductlist h2 a{display: table-cell;    
vertical-align:middle;    /*设置水平居中*/    
text-align:center;    /* 针对IE的Hack */    
*display: block;    
*font-size: 87px;/*约为高度的0.873，200*0.873 约为175*/    
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如UTF-8编码*/    
width:100px;    
height:100px; border:1px dashed #ffa200; color:#ffa200; margin:0 auto;}
.iproductlist h2 img{ vertical-align:middle;}
.iproductlist p{color:#343e43;} 
.iproductlist p a:hover{color:#ffa200;}
.iproductlist p a:visited{color:#343e43;}

/*内容页左侧菜单*/
.leftnav{padding:0px 0;}
.leftnav dl{line-height:25px;}
.leftnav dt{background:#e7ecee url(../images/subnavbg.gif) no-repeat left top;font-weight:600; text-indent:3em;color:#0b617d;line-height:25px;}
.leftnav dt a{color:#0b617d;}
.leftnav dt a:visited{color:#0b617d;}
.leftnav dt a:hover{color:#ffa200;}
.leftnav ul{list-style-type:none;background:#e7ecee; padding-bottom:2px;}
.leftnav ul li{text-indent:2.2em;line-height:18px; border-bottom:1px dashed #c6d2db;padding:3px 0 3px 10px;}
.leftnav ul li a{ line-height:18px;}
.leftnav ul li .current{font-weight:bold ; color:black ;}
.leftnav div{background:#fff;}
/*位置导航*/
.breadcrumb{height:30px; color:#fff;}
.breadcrumb ul{background: url(../images/breadcrumb_cion.gif) no-repeat left 5px ;line-height:20px;list-style-type:none;float:right; height:30px;}
.breadcrumb li{background: url(../images/cion_09.gif) no-repeat left 8px ;padding:0 5px 0 10px;float:left;}
.breadcrumb .none{background:none;}
.breadcrumb li a{color:#fff;}
.breadcrumb li a:visited{color:#fff;}

/*新闻列表页*/
.newslist{margin:0 0 20px 0;}
.newslist ul{list-style-type: none;}
.newslist li{padding:0 20px;text-align:right;background: url(../images/cion_01.gif) no-repeat 10px 12px ; line-height:30px;border-bottom:1px dashed #71b8c7; height:30px;}
.newslist li p{float:left;text-align:left;margin-top:4px;}
.newslist li img{margin:5px 0 0 0;}
.newslist li span{color:#404a4f;font-size:12px;}
.newslist a{}
.downlist{margin:0 0 20px 0;}
.downlist table td{border-bottom:1px dashed #71b8c7;padding:0 20px;}
.downlist table td a{padding:0 0 0 10px;background: url(../images/cion_01.gif) no-repeat 0px 6px ; line-height:30px; height:30px;}

/* === **** 产品页搜索 ***** =====  */
.psearch{ margin:10px 0; border:1px dashed #ffa200; color:#a53421;background:#e7ecef; line-height:28px; height:28px; text-align:left;padding:3px 0 3px 15px;}
.psearch form{}
.psearch select{margin-top:3px;height:20px;color:#000000;margin-right:10px;border:1px solid #7f9db9;}
.psearch .input{ margin-top:3px;width:120px;color:#000000;margin-right:10px;padding:1px 0;border:1px solid #7f9db9;line-height:18px; height:18px;}
.psearch img{ vertical-align:middle;}
.psearch .button{border: 0px; width:44px;}

/* === **** 产品页列表 ***** =====  */
.productlist{}
.productlist h2{ width:100px;color:#5a0401;line-height:30px;font-weight:normal;border:1px dashed #ccc; margin-bottom:3px;padding:1px;}
.productlist h2 a,.productlist h1 a:visited{ color:#5f5f5f;}
.productlist h2 a:hover{ color:#5a0401;font-weight:bold;}
.productlist h2 a.current{ color:#5a0401;font-weight:bold;}
.productlist h2 a:visited .current{color:#5a0401;font-weight:bold;}
.productlist a,.productlist a:visited{ color:#767676;}
.productlist a:hover{ color:#000000;}
/*Sort 4*/
.pro_c{ padding:8px 0; background:url(../images/line_bg.gif) repeat-x bottom;}
.pro_c .img{ width:100px;}
.pro_c table{ border-collapse:collapse;}
.pro_c td{ padding:0 9px 0 0; color:#808080; vertical-align:top;}
.pro_c th{ background:url(../images/cion_03.gif) no-repeat 5px 6px; color:#5a0401; font-weight:normal; padding:0 0 0 20px; text-align:left; vertical-align:top;}
.pro_c span{ color:#808080;}
.pro_c .p{ background:url(../images/cion_08.gif) no-repeat 15px 13px; color:#5a0401; padding:5px 0 5px 0px; line-height:25px;}
.pro_c .p a{ color:#5a0401; text-decoration:underline;}
.pro_c .p a:visited{ color:#5a0401; text-decoration:underline;}
.pro_c .p a:hover{ color:#5a0401; text-decoration:none;}
 
/*招聘*/
#job{border:1px solid #91b5d7; width:45%; float:left; height:400px; margin:0 1%}
#job h5{border-bottom:3px double #f5f5f5; color:#01497a; background:#f0f0f0;margin:0; padding:4px 8px;}
#job div{padding:0 8px; line-height:20px;}
/*联系我们*/
.contact{line-height:21px; padding: 10px 20px; }
.contact h4{color:#333333; padding:0 10px;font-size: 12px;}
.contact h5{color:#333333; background:url(../images/title05.gif) repeat-x 20px center;padding:2px 10px 0 10px;font-size: 12px;}
.contact .border{border-bottom:1px dashed #e1e7e9; padding-bottom:6px;}
.contact .border div{}
.contact .pad10{ border:1px solid #e1e7e9;}
 
.contact dl{border:1px solid #e1e7e9;}
.contact dd{ padding:10px;}
.icontact strong{color:#e60000;}
.icontact a{ text-decoration:underline;}

/*在线订单*/
textarea{color:#000; border:#e7e7e7 1px solid; background:#fafafa;}
.table { font-size:12px; margin:0 auto; border-collapse:collapse;}
.table td{padding:3px 0 2px 5px;}
.input_txt{height:20px; line-height:20px;color:#000; border:#e7e7e7 1px solid; background:#fafafa;}
.input_cmd{ width:50px; height:22px; line-height:22px;color:#000; border:#e7e7e7 1px solid; 
background:#fafafa;margin:0 10px 0 0;}
.table span{color:#f00; padding:0 0 0 5px;}
/*网站地图*/
.sitemap{}
.sitemap h5{ color:#ffa200;padding:3px 20px;background:#eef1f2 url(../images/cion_03.gif) no-repeat 10px 9px;font-size: 14px;line-height:20px;}
.sitemap div{padding:15px 5px 0 5px;text-indent: 2em;}
.sitemap p{padding:8px 5px 15px 5px;}
.sitemap a{padding:0 15px;color:#ffa200;}
.sitemap a:visited{color:#ffa200;}
.sitemap a:hover{color:#ff7701;text-decoration: underline;}

/*评论*/
.comment{clear:both;}
.comment ul{line-height:30px;list-style-type: none;}
.comment li{background:url(../images/cion_08.gif) no-repeat 20px 8px;padding:0 0 0 28px;border-bottom:1px dashed #71b8c7;}
.comment form{border:1px dashed #71b8c7;margin:10px 0 0 0;padding:5px 10px;}
.comment input{border:#ccc solid 1px;line-height:18px;padding:0 4px; height:18px;}
.comment textarea{border:#ccc solid 1px;width:415px;height:100px;margin:5px 0;padding:0 4px;}
.comment .button{border: 0px;padding:0; width:90px; height:21px;}
/*分页*/
.page{text-align: right;margin:20px 0;}
.page a{padding:0 3px;}
.page a:hover{color:#ed7409;}
/*简介内容部分*/
.content{text-align:left;font-size:14px;clear:both;line-height:24px;font-family: Arial, Tahoma;}
.content h1{background:url(../images/line_bg.gif) repeat-x bottom;text-align: center; color:#fe4f00;  font-size: 24px; margin:0 0 5px 0; padding:18px 0;}
.content h2{margin:10px 0; text-align: center;}
.content h3{ color:#540300;font-size:26px;padding:8px; margin-bottom:5px;border-bottom: dashed 1px #ffa200; text-align: center;}
.content h3 a,.content h3 a:visited,.content h3 a:hover{ text-decoration:none; color:#540300;}
.content h4{font-size:16px;padding:2px 0 2px 10px;border-bottom : dashed 1px #c0c0c0;margin:10px 0; color:#ff9602;text-align: center;}
.content h5{font-size:14px;padding:2px 10px 2px 10px;margin:3px 0; color:#ff9602;background:url(../images/title05.gif) repeat-x 20px center;}
.content h5 a{color:#ff9602; text-decoration:none;}
.content h5 a:link{color:#ff9602;}
.content h6{background:#fb7200;color:#fff;padding:0 0 0 25px; text-align:center;}
.content p{ margin:5px auto;}
.content dl{color:#666666;}
.content li{margin-left:3.5em;}
.content strong{color:#fb7200;}
.content a{text-decoration:underline;}
.content table{font-size:12px;}
.content table td{padding:0px 5px;}
.content table p{margin:0;}
.tools{text-align: right;margin:10px 0;}/*新闻内页的工具条*/
.detail{width:645px;overflow:hidden;}
.content .prdetail_c{margin:5px 0;}
.content .prdetail_c span{float:left; width:40%;text-align:center;}
.content .prdetail_c img{margin:5px 0;}
.content .prdetail_c p{ display:inline; margin:0;}
.tableboder table{border-collapse:collapse;margin:0 0 10px 0; line-height:24px; font-size:12px;}
.tableboder table th{background:#ebeff0;color:#ff9602;border:#ccc solid 1px;padding:0px 5px;}
.tableboder table td{padding:0px 5px;border:#ccc solid 1px;}
/*案例*/
#case{background:url(../images/case_bg.gif) no-repeat right bottom; margin: 10px 0 1px 0;}
#case .caseright{width:162px;float: right;}
#case .caseright h5{background:url(../images/case_line.gif) repeat-x bottom;font-size:12px;font-weight: normal; color:#fff; padding:1px 0;margin: 10px 5px 10px 10px;}
#case .caseright span{background:url(../images/case_title.gif) no-repeat; padding:2px 11px 0 11px!important;padding:4px 11px 1px 11px;margin:1px 0;}
#case .caseright ul{list-style-type: none; padding:5px 0 0 20px;}
#case .caseright li{background:url(../images/cion_06.gif) no-repeat 0 8px; padding-left:15px;line-height:26px;}
#case .caseright div{text-align: right;padding:10px 10px 0 0;}
#case .caseleft{border-right :1px dashed #c0c0c0;padding:10px 16px;}
#case .caseleft h5{border-bottom : 1px dashed #c0c0c0; font-size:12px;margin:5px 0;}
#case .caseleft p{margin:0 20px;}
#case .caseleft h5 a{color:#ff6e03;}
/*案例列表*/
.case{ margin: 10px 20px;}
.case h5{border-bottom : 1px dashed #c0c0c0; font-size:12px;margin:5px 0;color:#ff6e03;}
.case h6{border-bottom : 1px dashed #c0c0c0; font-size:14px;margin:5px 0;color:#ff6e03;}
.case p{margin:0 20px 0 32px;}
.case a{color:#ff6e03;}
.case a:hover{color:#CC3300;}
.case ol{margin-left:55px;}
.case ul{margin-left:25px;}
.case div p{margin:0;}
/*典型客户*/
.client{line-height:25px; padding: 10px 20px; font-family: Arial, Tahoma; }
.client ul{list-style-type: none;  padding:10px 10px 20px 0px; float:left }
.client li{background:transparent url(../images/cion_06.gif) no-repeat 0 5px; padding-left:15px;width:150px; float:left; line-height:30px}
.client .brief{line-height:24px ;}
/* === **** 产品内容页b ***** =====  */
.prdDetail{background:url(../images/case_bg.gif) no-repeat right bottom; margin: 10px 0 1px 0;}
.prdDetail .prdRight{width:162px;float: right;}
.prdDetail .prdRight h5{background:url(../images/case_line.gif) repeat-x bottom;font-size:12px;font-weight: normal; 
color:#fff; padding:1px 0;margin: 10px 5px 10px 0;}
.prdDetail .prdRight span{background:url(../images/case_title.gif) no-repeat; padding:2px 11px 0 11px!important;padding:2px 11px 1px 11px;margin:1px 0; line-height:20px;}
.prdDetail .prdRight ul{ padding:0 5px;}
.prdDetail .prdRight ul a{ display:block; background:url(../images/cion_06.gif) no-repeat left 7px; line-height:24px; padding:0 0 0 15px;}
.prdDetail .prdLeft{width:435px;overflow:hidden;border-right :1px dashed #c0c0c0;  padding:10px 16px;  margin-right:170px;}
.prdDetail .prdLeft h5{background:url(../images/prospan.gif) no-repeat left top;height:43px;line-height:43px;font-size:20px;padding-left:35px;margin:0;}
/*解决方案页面*/
.soldetail { margin: 10px 0 1px 0;}
.soldetail .solright {width:162px;float: right;}
.soldetail .solright h5 {background:url(../images/case_line.gif) repeat-x bottom;font-size:12px;font-weight: normal; color:#fff; padding:1px 0;margin: 10px 5px 10px 10px;}
.soldetail .solright span {background:url(../images/case_title.gif) no-repeat; padding:2px 11px 0 11px!important;padding:4px 11px 1px 11px;margin:1px 0;}
.solleft { border-right :1px dashed #c0c0c0;padding:10px 16px;margin: 10px 170px 0 0;}
.solleft h5{background:url(../images/case_line.gif) repeat-x bottom; font-size:20px;margin:5px 0; padding-bottom:5px}
.rightcont {margin:0 5px 0 10px;}
.rightcont a{display:block;}
.rightcont ul{text-indent:0;padding-left:2em;}
 
/**/
/**/
.ipro_list{}
.ipro_list h5{font-size:14px;padding:2px 10px 2px 10px;margin:3px 0 15px; color:#ff9602;background:url(../images/title05.gif) repeat-x 20px center;}
.ipro_list div{float:left;width:120px;text-align:center;padding:0 4px!important;>padding:0 4px!important;padding:0 3px;}
.ipro_list div h2{width:120px;height:120px; margin:0 auto 4px auto;border:1px solid #ffa200;}
.ipro_list div h2 a{display: table-cell;    
vertical-align:middle;    /*设置水平居中*/    
text-align:center;    /* 针对IE的Hack */    
*display: block;    
*font-size:104px;/*约为高度的0.873，200*0.873 约为175*/    
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如UTF-8编码*/    
width:120px;    
height:120px; color:#ffa200; margin:0 auto;}
.ipro_list div h2 img{ vertical-align:middle;}
.ipro_list div h3{margin:5px 0 0;font-weight:normal;text-align:center;color:#343e43;}
.ipro_list div h3{color:#343e43;}
.ipro_list div h4{font-weight:normal;text-align:center;}
 
.board{ }
.board textarea{ border:#ccc solid 1px; }
.board_border{padding:0 0px 0 0;}
.board_border ul{margin:10px 5px 15px 0; list-style:none;}
.board_border li{ background:url(../images/cion_08.gif) no-repeat 5px 7px; padding-left:15px; color:#01497a;}
.board_border2{padding:10px 0 0 0;}
.board_border2 .select{line-height:24px;}
.board_border2 .border_input{ width:140px; border:#bbb solid 1px;height:18px; line-height:18px;}
.board_border2 textarea{width:160px;height:80px;border:#bbb solid 1px; line-height:18px;}
.btn{ width:65px; height:20px; line-height:18px; text-align:center; background:#fff; border:1px solid #ccc; margin-left:8px;}
.select{ width:50px;}
 
.form{ margin:5px 5px 10px 5px;}
.form td{padding:3px 0; color:#01497a}
.sitemsg{margin:10px 0 0 0px;}
.sitemsg td{padding:3px 0px 3px 5px; line-height:25px; color:#101010}
.sitemsg .msgtitle{ border-bottom:1px dashed #aaa;color:#01497a; }
.sitemsg b{color:#ffa200; }

.con2{padding-top:15px;}
.ihotpro{padding:0 0 0 15px;}
.ihotpro .cn{ text-align:center;}
.ihotpro .cn h2{border:1px solid #c7c7c7; width:180px; height:180px; margin:0 auto; background:#fff;}
.ihotpro .cn h2 a{display: table-cell;    
vertical-align:middle;    /*设置水平居中*/    
text-align:center;    /* 针对IE的Hack */    
*display: block;    
*font-size:157px;/*约为高度的0.873，200*0.873 约为175*/    
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如UTF-8编码*/    
width:180px;    
height:180px; margin:0 auto;}
.ihotpro .cn h2 img{ vertical-align:middle;}

.ihotpro p{color:#ff5308;}
.ihotpro span{color:#000; display:block; text-align:left;}
.ilink a{padding:0 5px;}
