@charset "UTF-8"; 
/* === **** 模版页面 CSS定义 ***** ===== */
*{padding:0px; margin:0px;line-height:1.6em;}
html{_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
 font-family: Tahoma,"微软雅黑","宋体"; /*文字字体定义 */
 font-size: 12px; /*文字大小定义 */
 color:#828282; /*文字颜色定义 */}
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link{color: #ff0000;} /* 未访问的链接 */
a:visited {color: #ff0000;} /* 已访问的链接 */
a:hover{color: #4689c2; text-decoration: none;} /* 鼠标在链接上 */ 
a:active{color: #ff0000;} /* 点击激活链接 */
h1,h2,h3,h4,h5,h6{font-size:12px;}
img{border: 0px;}
.clear{clear:both;}/*清除浮动*/
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
/*文字按钮样式定义 */ 
.button{border: 0px; }
/*页面结构*/
#wrapper{ width:1002px; margin:0 auto;}
#iheader{background:url(../images/topbg.gif) repeat-x left top;}
#ileft{border-right:1px solid #e5e5e5;width:191px; padding:0 3px 0 2px;}
#ileft h1{ color:#fff;padding-left:13px;background:url(../images/probg.jpg) no-repeat left top; line-height:30px; height:30px;}
#ileft h1 span{font-size:11px; font-weight:normal;margin-left:14px;}
#left{border-right:1px solid #e5e5e5;width:191px; padding:7px 3px 10px 2px;}
#left h1{ color:#fff;padding-left:31px;background:url(../images/probg.jpg) no-repeat left top; line-height:30px; height:30px;}
#left h1 span{font-size:11px; font-weight:normal;margin-left:14px;}
#iright{width:781px; padding:0 12px 15px 12px;}
#iright .info{ margin-bottom:7px;}
#right{width:781px; padding:8px 14px 15px 10px;}
#imain{margin-top:3px;}
#main{}
/*底部导航*/
#footer{ padding:15px 20px 15px 13px; line-height:19px;border-top:2px solid #78b1d2; text-align:center;}
#footer .footnav{color:#7a7a7a; line-height:22px;}
#footer .footnav a{ padding:0 7px;color:#7a7a7a;}
#footer .footnav a:visited{color:#7a7a7a;}
#footer .footnav a:hover{ color:#4689c2;}
.copyright{ line-height:22px;}
.copyright a{color:#7a7a7a;}
.copyright a:visited{color:#7a7a7a;}
.copyright a:hover{ color:#4689c2;}
/*logo*/
.top{ margin:0 0 0 20px;}
.logo{ width:306px; padding-top:18px; vertical-align:top;}
/*顶部导航*/
.topnav{ margin-bottom:15px; padding-left:60px;float:right;height:25px;text-align:right;background:url(../images/topnav.jpg) no-repeat left top;}
.topnav ul{list-style:none;padding-right:20px;}
.topnav li{background:url(../images/topnav_line.gif) no-repeat left top;float:left;}
.topnav a{color:#f9fffa;padding:0 15px; line-height:19px;}
.topnav a:visited{color:#f9fffa;}
.topnav a:hover{}
.topnav .none{ background:none;}
 
.menu{height:40px;}
.menu dl{ padding-left:6px;}
.menu dd{ float:left; background:url(../images/menu_line.gif) no-repeat left bottom; }
.menu dd a{padding:0px 8px 15px 8px;display:block; color:#4689c2;margin:0 4px; line-height:40px; font-size:14px; font-weight:bold;}
.menu dd a:visited{ color:#9e9e9e;}
.menu dd a:hover{color:#4689c2;}
.menu dd a span{ line-height:12px;color:#9e9e9e; font-size:12px;}
.menu dd p{line-height:15px; color:#000000;}
.menu dd a:hover p{color:#4689c2;}
.menu dd a:hover span{color:#4689c2;}
.menu dd span{ line-height:9px;color:#9e9e9e; font-size:8px;}
.menu .current a{color:#4689c2;}
.menu .current p{color:#4689c2;}
.menu .current span{color:#4689c2;}
.menu .none{ background:none;}
.sublist{background:url(../images/menu_bj.gif) repeat-x left top;color:#fff; padding:0 0 0 5px; border:#fff 1px solid;}
.sublist a{ line-height:29px; color:#fff; padding:0 8px;}
.sublist a:visited{ color:#fff;}
.sublist a:hover{ color:#fff; text-decoration:underline;}
/*位置导航*/
.iplace{background:url(../images/place_bj.gif) repeat-x left top;border:#e6e6e6 1px solid; padding:0 14px; height:27px;}
.iplace td{ line-height:27px; color:#000;}
.iplace a{ color:#000;padding-right:9px; line-height:27px;}
.iplace a:visited{color:#000;}
.iplace a:hover{ color:#054a8b;}
/*右边导航*/
.sub_nav{ margin:0px 0 8px 0;}
.sub_nav div{height:30px;line-height:30px; border-top:1px solid #fff;}
.sub_nav div a{background:#0b76b4 url(../images/cion01.gif) no-repeat 18px center; line-height:31px; display:block;color:#fff; padding-left:31px;}
.sub_nav div a:visited{color:#fff; }
.sub_nav div a:hover{color:#fff; background:#054a8b url(../images/cion01.gif) no-repeat 18px center;}
.sub_nav .current{color:#fff;}
.sub_nav .current a,.current visited{color:#fff;line-height:30px; height:30px;background:#054a8b url(../images/cion01.gif) no-repeat 18px center;}
.sub_nav h2{ border-top:1px solid #fff; height:30px;font-weight:normal;line-height:30px;}
.sub_nav h2 a{color:#fff; line-height:30px; height:30px;display:block;background:#0b76b4 url(../images/cion05.gif) no-repeat 41px 13px; padding-left:49px; padding-right:5px;}
.sub_nav h3{border-top:1px solid #fff; height:30px;font-weight:normal;line-height:30px;}
.sub_nav h3 a{color:#fff; line-height:30px; height:30px;display:block;background:#0b76b4; text-align:right; padding-right:15px;}
.sub_nav h3 a:visited{color:#fff;}
.sub_nav h3 a:hover{color:#fff;}
.sub_nav h2 a:visited{ color:#fff;}
.sub_nav h2 a:hover{color:#cee9f0;}
/*产品目录*/
.ipro_scroll{ padding:1px 0 10px 0; position:relative;}
.ipro_scroll ul{ list-style:none;}
.ipro_scroll li{background:#0b76b4 url(../images/cion01.gif) no-repeat 18px center; padding-left:31px;line-height:30px; border-bottom:1px solid #fff;}
.ipro_scroll li a{color:#fff;display:block;width:160px;line-height:30px;}
.ipro_scroll li a:visited{color:#fff;}
.ipro_scroll li a:hover{color:#fff;}
.hotpro{ padding:10px 10px; text-align:center;}
.hotpro .cn{ text-align:center;}
.hotpro .cn h2{ text-align:center; width:170px; height:160px; margin:0 auto 5px auto; border:1px solid #ccc;}
.hotpro .cn h2 a{width:170px;height:160px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:139px;*font-family:Arial;}
.hotpro .cn h2 img{ vertical-align:middle;}
.hotpro .cn p{ text-align:center; font-weight:bold; color:#006699; padding:3px 0 0 0;}
.subnav0{top:1px;}
.subnav1{top:32px;}
.subnav2{top:63px;}
.subnav3{top:94px;}
.subnav4{top:125px;}
.subnav5{top:156px;}
.subnav6{top:187px;}
.subnav7{top:218px;}
.subnav8{top:249px;}
.subnav9{top:280px;}
.subnav10{top:311px;}
.subnav11{top:342px;}
.subnav12{top:363px;}
.subnav13{top:394px;}
.subnav14{top:425px;}
.subnav15{top:456px;}
.ipro_scroll .submenuy{position:absolute;left:190px;line-height:27px; display:none; background:#fff; border:1px solid #0b93b4;padding:1px 1px 0 1px;}
.ipro_scroll .submenuy h2{ line-height:27px;font-weight:normal; height:27px;border:1px solid #0b93b4; margin-bottom:1px;}
.ipro_scroll .submenuy h2 a{padding:0 0 0 9px;line-height:27px;display:block;margin:0; color:#3296b0;}
.ipro_scroll .submenuy h2 a:visited{ color:#3296b0;}
.ipro_scroll .submenuy h2 a:hover{ cursor:pointer;background:#65b5e5; color:#ffffff;}
.ipro_scroll .submenuy .current a{background:#65b5e5; color:#ffffff;}
.ipro_scroll .submenuy .current a:visited{ color:#fff;}
/*搜索*/
.isearch{ padding:10px 0px 12px 1px;}
.isearch td{ line-height:21px;}
.isearch input{border-top:1px groove #808080;border-right:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;border-left:1px groove #808080;width:122px; height:19px; line-height:19px;text-align:center;}
.isearch .button{border:none;background:#3280b0; width:60px; height:21px; line-height:21px; text-align:center; color:#fff;}
/*联系我们*/
.icontactus{ padding:8px 0 13px 8px;}
.icontactus div{ width:165px;line-height:23px;}
.icontactus p{ line-height:23px;}
/*友情链接*/
.ilink{ margin:0 auto; text-align:center; padding:11px 0;}
.ilink img{ margin:0px 0; border:1px solid #dedede;}
.ilink table{ margin:0 auto; text-align:center;}
.ilink a{ padding:0 5px; color:#000;}
.ilink a:visited{color:#000;}
.ilink a:hover{color:#000;}
/*公司简介*/
.icompany{ padding:2px 6px 0 10px; line-height:22px;}
.icompany img{ margin-top:3px; float:left; margin-right:10px;}
.icompany span{ display:block; text-align:right;}
.icompany p{ text-indent:2em;}
/*新闻中心*/
.inews{ padding:0 0 0 3px;}
.inews ul{ list-style-type:none;}
.inews li{line-height:18px;border-bottom:1px dotted #999999; color:#828282; padding:3px 0 3px 0; }
.inews li a{line-height:18px;color:#828282; display:block;background:url(../images/cion04.gif) no-repeat 6px 8px; padding:0 0 0 21px;}
.inews li a:visited{color:#828282;}
.inews li a:hover{color:#4689c2;}
.inews li strong{ line-height:18px;}
/*热门产品*/
.ihot{ padding:0 11px 15px 10px;}
.ihot .ihot_list{ padding-top:2px;}
.ihot .ihot_list h2{ width:120px; height:120px; border:1px solid #e6e6e6; margin:0 10px;}
.ihot .ihot_list h2 a{width:120px;height:120px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:104px;*font-family:Arial;}
.ihot .ihot_list h2 img{vertical-align:middle;}
.ihot .ihot_list span{color:#828282; line-height:20px; display:block; text-align:center;}
.ihot .ihot_list span a{color:#828282;}
/*首页产品中心*/
.iproduct{margin-right:5px;}
.iproduct h5 { border:none;font-weight:normal; height:19px; padding:5px 0 0 16px;background:#78b1d2; margin:0 10px 0 10px;}
.iproduct h5 a{margin:0 1px;color:#ffffff;padding:0px 13px;line-height:19px; display:block; float:left;}
.iproduct h5 a:visited{color:#ffffff;}
.iproduct h5 a.current{background:#fff; color:#3296b0;}
.iproduct h5 a.current:visited{background:#fff; color:#3296b0;}
.iproduct h5 a.current span{color:#3296b0;}
.iproduct h5 a:hover{ background:#fff; color:#3296b0; margin:0 1px;}
.iproduct .iproduct_td{vertical-align:text-bottom;}
.ipro_list{margin:0 0 5px 10px;}
.ipro_list div{line-height:20px;width:245px; float:left;padding:10px 8px 0 0;}
.ipro_list div h2{ width:100px; height:100px; border:1px solid #dedede;}
.ipro_list div h2 a{width:100px;height:100px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:87px;*font-family:Arial;}
.ipro_list div h2 img{vertical-align:middle;}
.ipro_list div h3{color:#0b76b4; line-height:28px;} 
.ipro_list div h3 a{color:#0b76b4; display:block; line-height:28px;}
.ipro_list div h3 a:visited{color:#0b76b4;}
.ipro_list div p{ line-height:19px;}
.ipro_list .none{ border:none;}
/*公共部分*/
.info_left{ width:470px; padding-right:14px;}
.info_right{ width:294px;}
.ititle{ margin-bottom:13px; background:url('../images/line.gif') repeat-x left bottom; height:32px;}
.ititle h1{ float:left; color:#3296b0;line-height:30px;background:url(../images/cion02.gif) no-repeat 6px 4px; padding-left:25px; border-bottom:2px solid #a8daf8;}
.ititle h1 span{ font-weight:normal; margin:0 4px 0 7px; line-height:30px;}
.ititle h2{ font-size:11px; font-weight:normal; color:#828282; float:left; line-height:30px;}
.ititle a{ font-size:11px;color:#3296b0; float:right; font-weight:bold;background:url(../images/cion03.gif) no-repeat left 7px; margin-top:3px;padding:0 5px 0 7px;}
.ititle a:visited{ color:#3296b0;}
.ititle a:hover{color:#3296b0;}
.title{background:url(../images/title_right.gif) no-repeat right top; margin-bottom:17px;}
.title div{background:url(../images/title_left.gif) no-repeat left top; line-height:29px; font-weight:bold;padding-left:38px; color:#fff;}
.title div span{ color:#fff; font-size:11px; margin-left:13px; font-weight:normal;}
.title_com{background:url(../images/title_r.gif) no-repeat right top; margin-bottom:17px;}
.title_com div{background:url(../images/title_l.gif) no-repeat left top; line-height:35px; font-weight:bold;padding-left:18px; color:#0b93b4;}
.title_com div a{ color:#0b93b4; font-size:11px; float:right;margin:8px 13px 0 0; font-weight:bold;}
/*内容左右控制*/
.detail{ margin:0 8px 0 14px;}
.detail_all{ margin:0 5px;}
.service{ padding:5px 24px;}
.detail_new{}
.comm_detail{ margin:0 10px;}
.simp{margin:10px 10px;}
.simp blockquote{ margin-bottom:10px;}
.simp a{ font-size:12px;color:#0b76b4;border:1px solid #c7e4df; padding:3px 8px 2px 8px;}
.simp a:visited{color:#0b76b4;}
.simp a:hover{color:#3296b0;}
/*简介*/
.brief{background:#dee8ee;border:1px solid #c7e4df; color:#666666; padding:8px 30px; margin:0 0 15px 0;}
.brief a{color:#054a8b;}
.brief a:visited{color:#054a8b;}
.brief a:hover{ text-decoration:underline;}
.pro_brief{ padding:5px 15px;color:#4c4c4c;}
.pro_der{width:191px; float:right;}
.pro_der h1{color:#fff;padding-left:31px;background:url(../images/probg.jpg) no-repeat left top; line-height:30px; height:30px;}
.pro_del{width:540px; float:left;}
.pro_other{ padding:5px 0;}
.pro_other ul{ list-style:none;}
.pro_other li{color:#0b93b4;background:url(../images/cion06.gif) no-repeat 10px center; line-height:30px; padding-left:28px;}
.pro_other a{color:#0b93b4;}
.pro_other a:visited{color:#0b93b4;}
/*分页*/
.page{ padding-right:40px;color:#0b93b4;margin:10px 0; line-height:28px;border:1px solid #c7e4df; background:#dee8ee; text-align:right;}
.page a{ color:#0b93b4; padding:0 9px; line-height:28px;}
.page a:visited{color:#0b93b4;}
.page a:hover{}
/*简介内容部分*/
.content{ text-align:left; font-size:14px; color:#4c4c4c;line-height:1.8em;}
.content h1{ border:1px solid #c7e4df; background:#dee8ee url(../images/cion06.gif) no-repeat 8px center; line-height:23px; color:#0b93b4;padding-left:24px;}
.content h1 a{line-height:23px;}
.content h2{background:url(../images/cion06.gif) no-repeat 8px center;line-height:23px;color:#0b93b4;padding-left:24px;}
.content h3{ padding-top:3px;color:#0b93b4; font-size:26px; text-align:center;}
.content h5{background:url(../images/cion02.gif) no-repeat 8px center;line-height:23px;color:#198ecb;padding-left:24px;}
.content h4{ background:#c7e4df; line-height:13px;padding:4px 0;color:#0b93b4;padding-left:24px;}
.content h4 img{ margin:0 auto;}
.content h6{ border-bottom:2px solid #cee9f0;line-height:29px; margin-bottom:12px; padding-bottom:3px; text-align:center; font-weight:normal; color:#939393;}
.content p{ margin:8px auto;}
.content li{margin-left:3em;}
.content strong{color:#054a8b;}
.content a{color:#054a8b;}
.content a:visited{color:#054a8b;}
.content a:hover{ text-decoration:underline;}
.content table{font-size:12px;}
.content table td{padding:0px 5px;color:#696969;}
.tableboder table{border-collapse:collapse;border:#a8daf8 solid 1px; font-size:12px;}
.tableboder th{border-right:1px solid #a8daf8;background:#dee8ee;color:#0b93b4; padding:0 5px;}
.tableboder td{padding:0px 5px; color:#828282;border:#a8daf8 solid 1px;}
.tools{text-align: right; color:#0b93b4; padding-bottom:18px; font-weight:normal;}
.content .conn{ margin:0 20px 10px 20px;}
.content .prdetail_c{padding:10px 10px 0 0;}
.content .prdetail_c span{float:left;text-align:center; width:50%;}
.content .prdetail_c p{margin:0;}
.ovflow{ width:700px; overflow:hidden;}
.ovflow1{ width:685px; overflow:hidden;padding:5px;}
.ovflow2{ width:500px; overflow:hidden;}
/*新闻列表*/
.news_list{ margin:0 29px 0 29px;}
.news_list td{ line-height:18px;padding:8px; border-bottom:1px dotted #999999;}
.news_list td a{ background:url(../images/cion04.gif) no-repeat left center; padding-left:18px;color:#828282; line-height:18px; display:block;}
.news_list td a:visited{color:#828282;}
.news_list td a:hover{color: #4689c2; }
.news_list td strong{ line-height:18px;}
/*新闻列表*/
.news_list1{ margin:0 29px 0 23px;}
.news_list1 td{height:32px;line-height:32px;padding:0 21px 0 18px;background:url(../images/cion04.gif) no-repeat 9px center; border-bottom:1px dotted #999999;}
.news_list1 td span{ line-height:32px;margin-right:10px;}
.news_list1 td a{color:#828282;}
.news_list1 td a:visited{color:#828282;}
.news_list1 td a:hover{color: #4689c2;}
/*相关新闻*/
.news_coment{ padding:0 6px 18px 12px;}
.news_coment ul{ list-style-type:none;}
.news_coment li{border-bottom:1px dotted #999999; line-height:19px;padding:6px 10px 6px 17px;background:url(../images/cion04.gif) no-repeat 9px 12px; }
.news_coment li a{color:#828282;}
.news_coment li a:visited{color:#828282;}
.news_coment li a:hover{color: #4689c2;}
/*发表评论*/
.newscoment{ padding:10px 0 18px 18px;}
.newscoment td{color:#0b93b4;font-weight:bold;}
.newscoment input{ height:18px;margin-bottom:14px;width:142px; line-height:18px;background:#ffffff;border:1px solid #cccccc;}
.newscoment textarea{border:1px solid #cccccc;background:#ffffff; line-height:18px; height:98px; width:469px;}
.newscoment .comment_img{ width:79px; height:29px; background:none; border:none; margin:0px 0 0 10px;}
.detail_con{ padding:0 15px;}
/*新闻明细评论页面*/
#comment_list{ padding:15px; }
#comment_list table td { padding:4px;color:#0b93b4;font-weight:bold;}
#comment_list input{line-height:18px ; padding:2px; font-size:12px ;border:solid 1px #d6d6d6; height:20px;background:#ffffff;}
#comment_list textarea{font-size:12px; padding:2px; line-height:18px ;font-family:Tahoma ;font-size:12px ;border:solid 1px #d6d6d6;background:#ffffff;}
#comment_list .border{width:400px;}
#comment_list .btn{width:79px;padding-left:24px;border:none;background:url('../images/new_comment.gif') no-repeat left top; color:#0b93b4;height:29px;margin:0 10px; font-size:12px;}
#comment_list p{ padding-left:100px;}
/*联系我们列表*/
.contactus{}
.contactus h2{border:1px solid #c7e4df; background:#dee8ee url(../images/cion06.gif) no-repeat 8px center; line-height:23px; color:#0b93b4;padding-left:25px;}
.contact_special{}
.contact_special .div{ padding:10px; font-size:14px;}
.contact_content{width:50%; float:left;}
.contact_content .div{padding:10px; font-size:14px;}
/*产品列表和产品橱窗*/
.pro_nav{ margin-bottom:6px;}
.pro_nav table{line-height:29px;margin:1px 0 0 0;}
.pro_nav td{text-align:center;}
.pro_nav td a{background:url(../images/pro_r.gif) no-repeat right top;display:block;margin:0 1px 0 0;line-height:29px;}
.pro_nav td a span{ font-weight:bold;background:url(../images/pro_l.gif) no-repeat left top;display:block;padding:0px 19px 0 39px;line-height:29px;color:#40a8c3;}
.pro_nav td a:hover{background:url(../images/pro_hor.gif) no-repeat right top;display:block;}
.pro_nav td a:hover span{background:url(../images/pro_hol.gif) no-repeat left top;display:block;padding:0px 19px 0 39px;color:#40a8c3;}
.pro_nav td .current{background:url(../images/pro_hor.gif) no-repeat right top;display:block;}
.pro_nav td .current span{background:url(../images/pro_hol.gif) no-repeat left top;display:block;padding:0px 19px 0 39px;color:#40a8c3;}
.pro_a{ margin:0 3px; padding-bottom:5px;}
.pro_a .pro_r{background:url(../images/title_r.gif) no-repeat right top;}
.pro_a .pro_l{background:url(../images/title_l.gif) no-repeat left top;}
.pro_a th{ color:#40a8c3; font-weight:normal;text-align:center;height:35px; line-height:35px;background:url(../images/title_c.gif) repeat-x left top;}
.pro_a td{ border-bottom:1px dotted #999999; padding:10px 0 9px;}
.pro_a h2{ width:100px; border:1px solid #dfe3e7; margin:0 auto;}
.pro_a a{ font-weight:bold;color:#40a8c3;}
.pro_a a:visited{ font-weight:bold;color:#40a8c3;}
.pro_a span{font-weight:bold;color:#40a8c3;}
.pro_b{padding-bottom:10px;}
.pro_b div{ margin:5px auto; width:20%;float:left; text-align:center;}
.pro_b div h2{width:120px; height:120px;border:1px solid #dfe3e7; margin:0 auto;}
.pro_b div h2 a{width:120px;height:120px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:104px;*font-family:Arial;}
.pro_b div h2 img{vertical-align:middle;}
.pro_b div h3{color:#40a8c3; padding-top:8px;}
.pro_b div h3 a{color:#40a8c3;}
.pro_b div h3 a:visited{color:#40a8c3;}
.pro_b div h3 a:hover{}
 
.pro_c{ padding: 5px 0;}
.pro_c .img{ width:100px; margin-bottom:4px; }
.pro_c td{ padding:1px 9px; vertical-align:top; }
.pro_c td a,.pro_c td a:visited,.pro_c td a:hover{color:#828282;}
.pro_c td table{ margin-bottom:5px;}
.pro_c th{ background:url(../images/cion03.gif) no-repeat 8px 6px; color:#1c5166; font-weight:normal; padding:0 0 0 19px; text-align:left; vertical-align:top;} 
.pro_c span{ color:#ff6e03;}
.pro_c b{ background:url(../images/cion06.gif) no-repeat 20px 4px; padding:0 0 5px 12px; display:block; font-weight:normal;}
.pro_c b a,.pro_c p a:visited{ color:#000; text-decoration:underline;}
.pro_c b a:hover{ color:#40a8c3; text-decoration:none;}
.pro_c .line{ border-bottom:1px dotted #999} 
 
/*产品内容页面*/
.pro_detail{ border-bottom:1px dotted #999999; margin-bottom:20px;padding:0 20px 28px 20px;}
.pro_detail h2{ width:100px; height:100px; border:1px solid #e6e6e6;}
.pro_detail h5{ padding-top:35px;}
.pro_detail div{ font-weight:normal;}
.pro_detail div strong{font-weight:normal;}
/*留言板*/
.board{}
.board_h3{border:1px solid #c7e4df; background:#dee8ee url(../images/cion06.gif) no-repeat 8px center; line-height:23px; color:#0b93b4;padding-left:24px; font-size:14px; font-weight:bold;}
.board_h2{padding:3px 0 0 10px;color:#0b93b4;margin:0 0 5px 0; font-weight:bold;font-size:14px;}
.board_h4{color:#f00; font-weight:bold; font-size:14px; text-align:center;}
.board_h4 a{color:#f00;}
.board_h4 a:visited{color:#f00;}
.board_h5{text-align:center; font-weight:normal;}
.btn{ width:80px; height:22px; line-height:18px; text-align:center;border:#ccc solid 1px;}
.board textarea{}
.board_border{padding:15px 0 0;}
.board_border ul{margin:10px 0 0;}
.board_border li{margin-left:2em;}
.board_border2{padding:0 0 0 10px;}
.board_border2 .select{line-height:24px; width:140px;}
.board_border2 .border{width:133px;}
.board_border2 .border_input{ width:130px; border:#ccc solid 1px; height:18px; line-height:18px;}
.board_border2 textarea{width:170px;height:80px;border:#ccc solid 1px; margin:0 0 0 8px;}
.form td{padding:4px 0 2px 5px;}
.sitemsg{margin:10px 0 0;}
.sitemsg td{border-bottom:#ccc dotted 1px; padding:4px 0 3px 10px;}
.sitemsg .msgtitle{color:#000;background-color: #EAEAEA;}
.sitemsg b{color:#055378;}
/*留言页面*/
#boardinner_ {border:0;padding:0;margin:0;}
#boardinner_ form{ margin-bottom:10px;}
#boardinner_ table td {padding:4px 0;}
#boardinner_ input{line-height:18px ; padding:2px; font-size:12px ;border:solid 1px #d6d6d6;}
#boardinner_ textarea{font-size:12px; padding:2px; line-height:18px ;font-family:Tahoma ;font-size:12px ;border:solid 1px #d6d6d6;}
#boardinner_ .btn{width:80px; height:22px; line-height:18px; text-align:center;border:#ccc solid 1px; margin:0 10px;}
#boardinner_ .border{width:120px;}
#boardinner_ .desc{color:red;display:block;padding:0 10px;}
#boardinner_ .boardtitle{border:1px solid #c7e4df; background:#dee8ee url(../images/cion06.gif) no-repeat 8px center;padding-left:24px;}
#boardinner_ .boardtitle span{ line-height:23px; color:#0b93b4; font-size:14px; font-weight:bold;}
#boardinner_ ul{list-style-type:none; color:#484848;padding:4px 10px 4px 10px;}
#boardinner_ li{ background:url(../images/cion03.gif) no-repeat left 8px; padding-left:12px;}
#boardinner_ p{ text-align:center;}
/*评论页面*/
#commentinner_ {border:0; padding:0;}
#commentinner_ form{ margin-bottom:10px;}
#commentinner_ table td { padding:4px 0;}
#commentinner_ input{line-height:18px ; padding:2px; font-size:12px ;border:solid 1px #d6d6d6; }
#commentinner_ textarea{ font-size:12px; padding:2px; line-height:18px ;font-family:Tahoma ;font-size:12px ;border:solid 1px #d6d6d6;}
#commentinner_ .border{width:120px;}
#commentinner_ .checkbox{ border:none; }
#commentinner_ .btn{width:80px; height:22px; line-height:18px; text-align:center;border:#ccc solid 1px;margin:0 10px;}
#commentinner_ .commenttitle{border:1px solid #c7e4df; background:#dee8ee url(../images/cion06.gif) no-repeat 8px center; padding-left:24px; }
#commentinner_ .commenttitle span{line-height:23px; color:#0b93b4;font-size:14px; font-weight:bold;}
#commentinner_ ul{list-style-type:none; color:#484848;padding:4px 10px 4px 10px;}
#commentinner_ li{background:url(../images/cion03.gif) no-repeat left 8px; padding-left:12px;}
#commentinner_ p{ text-align:center;}
/*在线订单页面*/
#fromtinner_{}
#fromtinner_ textarea{width:300px;font-size:12px; padding:2px; line-height:18px ;font-family:Tahoma ;font-size:12px ;border:solid 1px #d6d6d6;}
#fromtinner_ input{line-height:18px ; padding:2px; font-size:12px ;border:solid 1px #d6d6d6; }
#fromtinner_ .border{width:300px;}
#fromtinner_ .btn{line-height:14px;border:none;background:#fafafa; color:#000;height:24px;margin:0 16px 10px 0;}
/*websearch 页面*/
.searchReuslt_{font-size:12px ;font-family:Tahoma;padding:4px;}
.searchReuslt_title_{background-color:#f0f0f0 ; font-weight:bold ;line-height:35px ; font-size:14px; padding:0 10px;color:#484848;}
.searchReuslt_title_ a{color:#484848;}
.searchReuslt_title_ a:visited{color:#484848;}
.searchReuslt_title_ a:hover{color:#484848; text-decoration:underline}
.searchResult_Other_ {color:#808080; width:100%;text-align:right;}
.searchHint_ {margin:15px}
.searchHint_ dl{padding:5px 14px; line-height:24px;margin:0 7px;border-bottom:1px #ababab dashed;}
.searchHint_ dt{color:#aaaaaa;}
.searchHint_ dd{padding:0 22px;color:#aaaaaa;}
.searchHint_ dt span{float:right;}
.searchHint_ dt strong{color:#353535;font-weight:normal;}
.searchHint_ a{color:black; font-style:normal;TEXT-DECORATION: none }
.searchHint_ a:hover{color:#FF6600; }
#search_ {font-size:12px ; font-family:Tahoma;border:0;margin:0;}
#search_ form{}
#search_ table td { padding:4px; font-size:12px;color:#000;}
#search_ input{line-height:20px;height:20px; font-size:12px ;border:solid 1px #d6d6d6; width:110px; padding:0 0 0 2px;}
#search_ .btn{ line-height:22px; border:none; color:#fff; background:#898989;height:22px;margin:0 16px 10px 0; width:60px;}
#search_ .title{border:1px solid #c7e4df; background:#dee8ee url(../images/cion06.gif) no-repeat 8px center; line-height:23px; color:#0b93b4;padding-left:24px; font-size:14px; font-weight:bold;}
#search_ p{ padding-right:20px;}
.temp{color:#656565;clear:both;width:auto;padding:5px 0;font-size:12px;font-family:Tahoma,Arial;text-align:center;}
.temp a{color:#656565}
.CopyrightWrap{}
/*经典客户*/
.client{ padding:0 10px 0 25px;}
.client ul{ list-style-type:none;}
.client li{ background:url(../images/cion03.gif) no-repeat left 11px; width:30%; float:left; padding-left:15px; line-height:30px;}
.productb{ padding-bottom:10px;}
.productb div{ margin:5px auto;float:left; width:20%; text-align:center;}
.productb div h1{ width:120px; height:120px; margin:0 auto 5px auto; border:1px solid #d4d4d4;}
.productb div h1 a{width:120px;height:120px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:104px;*font-family:Arial;}
.productb div h1 img{vertical-align:middle;}
.productb div span{ color:#9f9f9f; line-height:17px; padding:0 5px;}
