@charset "utf-8";

/*-----------------------------------------------*/
.topbg {
	background: url("../images/top-nav-bg.png") repeat-x;
	height: 30px;
	position: absolute;
	width:100%;
	left:0;
	top:0;
}

/*------------------------------------------------------page position----*/
.pageposition{
	border-bottom: 1px dashed #EEEEEE;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

/*-------------------------------------------------------page list pagebar----------------*/
.pagebar{text-align:center; position:relative;}
.pagebar #pagelist{height:25px; font-size:14px; font-weight:normal;}
.pagebar a{border:1px solid #D5D5D5;color:#333333;margin-right:6px;padding:2px 8px;text-decoration:none;}
.pagebar a:hover{border:1px solid transparent;background:#ff6600; color:#fff;}
.pagebar span{border:none; background:none;margin-right:6px;padding:2px 8px; cursor:pointer;}
.pagebar span.current{border:1px solid #ff6600;color:#ff6600;font-weight:bold;margin-right:6px;padding:2px 8px;}
.pagebar a.pprev{background:url(../images/icon-prev.gif) no-repeat scroll center center transparent;padding:2px 20px;}
.pagebar a.pnext{background:url(../images/icon-next.gif) no-repeat scroll center center transparent;padding:2px 20px;}
.pagebar a.pprev span,.pagebar a.pnext span{display:none;}

.h-logo {
	left: 3px;
	line-height: 42px;
	margin: 0;
	position: absolute;
	top: 5px;
}
/*-----------------------------------header search-----------*/
.welcome{ font-size:13px; background:#0077FF; padding:2px 0; height:30px; line-height:30px; color:#fff;}
.welcome a{color:#ccc; position:relative;}
.welcome a.aweixin{color:#ccc;}
.welcome a:hover{color:#fff;}
.welcome a div{display:none; border:1px solid #cbcbcb; border-radius:4px; padding:15px; margin-top:5px; position:absolute; top:100%; right:0; z-index:1000;box-shadow:0 2px 5px rgba(0, 0, 0, 0.1); background:#fff; max-width:200px; text-align:left; color:#444;}
.welcome a:hover div{display:block; white-space:nowrap;}
.welcome a div img{width:168px; height:168px;}


.hsearch{float:right; padding:0; white-space:nowrap;}
.hsearch #sq{
	border:1px solid rgba(0,0,0,0.5);
	border-right:0;
	border-radius:15px 0 0 15px;
	height:16px;
	max-width:100%;
	padding:3px 10px; 
	font-size:12px;
	box-shadow:0 5px 5px rgba(0,0,0,0.3) inset;
	vertical-align:middle;
}
.hsearch #sqsubmit{
	background-color: #d3d3d3;
	background: -webkit-gradient(linear,#f1f1f1,#D3D3D3,#BBBBBB);
	background: -moz-linear-gradient(top,#f1f1f1,#D3D3D3,#BBBBBB);
	background: -o-linear-gradient(top,#f1f1f1,#D3D3D3,#BBBBBB);
	background: -ms-linear-gradient(top,#f1f1f1,#D3D3D3,#BBBBBB);
	background: linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%); 
	color:#fff;
	border-radius:0 15px 15px 0;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2); 
	border:1px solid rgba(0,0,0,0.2); 
	border-bottom:1px solid rgba(0,0,0,0.4); 
	padding:3px 6px;
	cursor:pointer;
	vertical-align:middle;
}
.hsearch #sqsubmit i:before{font-size:14px;}
.hsearch #sqsubmit:hover{
	background:#00AFF2;
	background: -webkit-gradient(linear,#39b,#0af,#39b);
	background: -moz-linear-gradient(top,#39b,#0af,#39b);
	background: -o-linear-gradient(top,#39b,#0af,#39b);
	background: -ms-linear-gradient(top,#39b,#0af,#39b);
	background: linear-gradient(top,#39b,#0af,#39b);
}
/*---------------------------------------------导航栏--------------*/
.topmenuwrap{
    background: #F9F9F9;
	border-top:1px solid #0077ff;
	border-bottom:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid #a8a8a8\9;
	height:70px;
}
.topmenu{overflow:visible;}
.topmenu ul{}
.topmenu ul li{float:left; position:relative; width:11.11%; text-align:center}
.topmenu ul li a{
    display: block;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    text-decoration: none;
	color:#444;
	font-weight:bold;
}

.topmenu ul li a:hover,.topmenu ul li a.on,.topmenu ul li.on a{
	background:#0077ff;
	color:#fff;
}
.topmenul{border-top:1px solid #ddd;}

.tmmenu{display:none; border:1px solid #ccc; border-radius:0 0 4px 4px; padding:15px; position:absolute; top:100%; left:0; z-index:10000;box-shadow:0 2px 5px rgba(0, 0, 0, 0.1); background:#fff; text-align:left; color:#444;}
.topmenu .tmmenu table{white-space:nowrap;}
.topmenu .tmmenu table td{vertical-align:top;}
.topmenu .tmmenu table a{font-size:14px; font-weight:normal; line-height:inherit; padding:0 8px; height:auto; display:block;}
.topmenu .tmmenu table img{width:220px; height:120px; margin-left:15px;}
.topmenu ul li.on table a{color:#444; background:none;}
.topmenu ul li.on table a:hover{color:#fff; background:#0077ff;}

/*index*/
.indexphoto{display:block;*zoom:1;position:relative;border:1px solid #ddd; background:#fff;border-radius:4px;padding:10px;text-align:center;behavior:url(ie-css3.htc); z-index:1;}
/*----------------slides------*/
.divslides{position:relative; z-index:0;}
.divslides ul{width:100%; position:relative;}
.divslides ul li{position:absolute; left:0; right:0; top:0; z-index:1; height:600px; opacity:0;}
.divslides ul li:first-child{display:block; z-index:2; opacity:1;}
.divslides .sbtns{padding:200px 0 15px; text-align:center; z-index:100; position:relative;}
.pageindex .divslides .sbtns{padding:350px 0 15px;}
.divslides .sbtns a{display:inline-block; height:9px; width:9px; background:url(../images/slidebtn.png) no-repeat scroll left top; margin:0 5px;}
.divslides .sbtns a.on{background-position:left bottom;}
.asprev,.asnext{position:absolute; z-index:101; left:50%; top:50%; width:34px; height:48px; margin-top:-24px; margin-left:-17px;}
.asprev{margin-left:-570px; background:url(../images/prev.png) no-repeat scroll center center;}
.asnext{margin-left:536px; background:url(../images/next.png) no-repeat scroll center center;}

.dstrength img{max-width:100%; max-height:100%;}

/*---------------------------------------------左侧导航栏------*/
.leftmenu {}
.leftmenu .header{background:#438EC7; font-size:16px; font-weight:bold; color:#fff; padding:5px 10px;}
.leftmenu .contents{border:1px solid #e5e5e5;}
.leftmenu .contents .gheader{padding:0 10px; height:35px; line-height:35px; font-size:14px; font-weight:bold; color:#666; background:#f5f5f5; border-top:1px solid #e5e5e5; cursor:pointer;}
.leftmenu .contents .gheader.on{color:#438EC7;}
.leftmenu .contents .gheader .itoggle{background:url(../images/menuiconbg.gif) no-repeat scroll -4px -55px; float:right; width:12px; height:12px; vertical-align:middle; margin-top:10px;}
.leftmenu .contents .gheader.on .itoggle{background-position:-4px -83px;}
.leftmenu .gcontents{padding:5px 10px; border-top:1px solid #e5e5e5; display:none;}
.leftmenu .gcontents.on{display:block;}
.leftmenu .contents a{display:block; padding:0 5px 0 20px; line-height:30px; height:30px; background:url(../images/menuiconbg.gif) no-repeat scroll left -158px;}
.leftmenu .contents a:hover{background-color:#438EC7; background-position:left -246px; color:#fff;}
/*---------------------------------------------footer--------*/

.ul_footnav{margin:0 auto;}
.ul_footnav li{display:inline-block;*display:inline;*zoom:1; }
.ul_footnav li a{line-height:30px; padding:0 8px; border-left:1px solid #999;}
.ul_footnav li:first-child a{border-left:0;}

/*-------------------------------------block-*/
.well{background:#FFF7E4; border:1px solid #FFD270; padding:10px; margin:4px; border-radius:6px;}
.well_1{background:#F0FDFF; border:1px solid #88D3F4; padding:10px; margin:4px; border-radius:6px;}

.box{position:relative; border:1px solid #ddd; border-radius:4px; padding:5px;}
.box1{background:#EBF7FD; color:#2D7091; border:1px solid rgba(45, 112, 145, 0.3); border-radius:4px; padding:15px;}

/*----------------------------------------------ibutton i模拟a--*/
.ibut i{font-style:normal;padding:0 4px;}
.ibut i.ion{color:#009933; cursor:pointer;}

/*--------------------------------------------对话框----------*/
.wmask{display: none;position:absolute;}
.wmask .wmaskbg{background:#000000;opacity:0.2;filter:alpha(opacity=20);position:fixed;left: 0;top: 0;height: 100%;width: 100%;z-index:9000;}
.wmask .box{background:#fff;position:fixed;left:50%;top:50%;width:300px;height:150px;margin:-75px 0 0 -150px;border:5px solid #bbb;z-index:9500}

/*-------------ul li list----*/
.ul_indexlinks{line-height:180%;}
.ul_indexlinks li{background:url(../images/news_arc.jpg) no-repeat scroll left center; padding-left:15px;}
.ul_indexlinks li a span{background:#ccc; color:#fff; font-size:11px; line-height:14px; padding:0 6px; margin-top:6px; border-radius:4px; behavior:url(ie-css3.htc);}
.ul_indexlinks li a:hover span{background:#eee; color:#f00;}


/*首页*/
.bg_bar{background:url(../images/bg_bar.jpg) repeat-x; border-top:1px solid #fff; height:35px; line-height:35px; overflow:hidden;}
.bg_bar label{float:left; font-weight:bold; padding:0;}
.ul_newshot{}
.ul_newshot li{}
.ul_newshot li a{}

.ibox{
	position:relative;

	background-color: #FFF;
	background: -webkit-gradient(linear, 100% 30%, 100% 100%, from(#FFFFFF), to(#CCCCCC));
	background: -moz-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: -o-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: -ms-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666, strength=3, direction=135);
	box-shadow: 0px 1px 5px #999;
	-moz-box-shadow: 0px 1px 5px #999;
	-webkit-box-shadow: 0px 1px 5px #999;
	-moz-border-radius: 2px;
	cursor:pointer;
}

.ibox img{
	width:90px;
	height:130px;
	margin-top:1px;
	margin-left:1px;
	margin-right:5px;
	float:left;
}
.ibox h3{
	z-index:120;
	font-size:18px;
	font-weight:bold;
	color:#0061a5;
}

.ibox h3.color1{
	color:#58b431;
}

.ibox h3.color2{
	color:#ca0227;
}

.ibox h4{
	z-index:120;
	font-size:12px;
	color:#666;
	white-space:normal;
	font-weight:normal;
	line-height:150%;
}


/*module hidden*/
.moduleHidden{position:relative;z-index:1000;}

.bound .moduleBlock .ul_module .li_module .moduleBox:hover .mnBox{
	display:block;
	position: absolute;
	background-color: #FFF;
	z-index: 2000;
	background: -webkit-gradient(linear, 100% 30%, 100% 100%, from(#FFFFFF), to(#CCCCCC));
	background: -moz-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: -o-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: -ms-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0px 1px 5px #333;
	-moz-box-shadow: 0px 1px 5px #333;
	-webkit-box-shadow: 0px 1px 5px #333;
	margin-top: -206px;
	margin-left: 0px;
	width: 250px;
	padding-bottom: 20px;
	border: 5px solid #666;
	
	opacity: 0.8;
	bottom: 5px;
	left: 0px;
}

.bound .mnBox{
	position: absolute;
	z-index: 2000;
	background-color: #FFF;
	background: -webkit-gradient(linear, 100% 30%, 100% 100%, from(#FFFFFF), to(#CCCCCC));
	background: -moz-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: -o-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: -ms-linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);
	background: linear-gradient(top, #FFFFFF 30%, #CCCCCC 100%);

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0px 1px 5px #999;
	-moz-box-shadow: 0px 1px 5px #999;
	-webkit-box-shadow: 0px 1px 5px #999;
	opacity: 1;

	border: 5px solid #f1f1f1;
	margin-left: 0px;
	padding:0px 5px;
}

.moduleHidden .bound #mnBox01{
	opacity: 1;
	width: 224px;
	height:180px;
	margin-top: -28px;
	margin-left: 0px;
	z-index:210;
}

.moduleHidden .bound #mnBox02{
	opacity: 1;
	width: 224px;
	height:180px;
	margin-top: -28px;
	margin-left: 244px;
	z-index:210;
}

.moduleHidden .bound #mnBox03{
	opacity: 1;
	width: 224px;
	height:180px;
	margin-top: -28px;
	margin-left: 492px;
	z-index:210;
}

.moduleHidden .bound #mnBox04{
	opacity: 1;
	width: 224px;
	height:180px;
	margin-top: -28px;
	margin-left: 742px;
	z-index:210;
}

.moduleHidden .bound #mnBox05{
	opacity: 1;
	width: 224px;
	height:180px;
	margin-top: 127px;
	margin-left: 0px;
	z-index:210;
}

.moduleHidden .bound #mnBox06{
	opacity: 1;
	width: 224px;
	height:180px;
	margin-top: 127px;
	margin-left: 244px;
	z-index:210;
}

.moduleHidden .bound #mnBox07{
	opacity: 1;
	width: 224px;
	height:180px;
	margin-top: 127px;
	margin-left: 492px;
	z-index:210;
}

.moduleHidden .bound #mnBox08{
	opacity: 1;
	width: 224px;
	height:180px;
	margin-top: 127px;
	margin-left: 742px;
	z-index:210;
}

.ul_mn .li_mn a{display:block;}
.ul_mn .li_mn a:hover{font-weight:bold;text-decoration:none;}

.ul_mn li{display:inline-block;width: 72px;}
.ul_mn li a{width: 100%;text-align: center;margin-top: 15px; font-size:12px; line-height:22px;}
.ul_mn li a img{width:72px;}

.ul_mn.mn3 li{width:52px;}
.ul_mn.mn3 li a{margin:0;}
.ul_mn.mn3 a img{width:52px; height:52px;}

.moduleHidden .bound h2{font-size:16px;font-weight:bold;color:#777;white-space:pre-wrap; line-height:140%; margin-top:3px;}


#bg_brand_box{display: table-cell;vertical-align: middle;text-align: center;width:80px;height:40px;float: right;margin-top: 15px;margin-right: 5px;}

#bg_brand_img{max-width:80px;max-height:40px;}
#bg_brand_img{max-width:80px;max-height:40px;}
/*module hidden end===*/

/*内容管理*/
.cnav{position:absolute; top:0; right:0;}

/*右侧子类*/
.ul_cats{}
.ul_cats li{float:left;}
.ul_cats li a{padding:5px 15px; margin:2px 0;color:#444;}
.ul_cats li a:hover{color:#d33;}
.ul_cats li a.on{color:#d33;border-bottom:2px solid #d33;}

.catnews .ul_cats li a{background:none; box-shadow:none; text-shadow:none; filter:none; border:1px solid #ddd;}
.catnews .ul_cats li a:hover{background:#f1f1f1; box-shadow:none;text-shadow:none; filter:none; color:#444;}

.ul_subcats{}
.ul_subcats li{}
.ul_subcats li a{display:block;line-height:50px; font-size:14px; color:#069; border-bottom:1px solid #ddd;}
.ul_subcats li a:hover,.ul_subcats li a.on{color:#68b; font-weight:bold;}

.nproducts .ul_subcats li{padding:0 5px;}
.nproducts .ul_subcats li.lv1{background:#f1f1f1; padding:0 5px;}
.nproducts .ul_subcats li.lv2{padding-left:20px; background:url(../images/liarrow.png) no-repeat scroll 10px center;}
.nproducts .ul_subcats li a{line-height:24px; border:none;}



/*产品中心首页*/
.ul_products{margin-left:-20px;}
.ul_products li{float:left; width:25%; padding-top:20px;}
.ul_products li a{display:block;border:1px solid #ddd; border-radius:4px; padding:4px; text-align:center; position:relative; margin-left:20px; behavior: url(ie-css3.htc); background:#fff;}
.ul_products li a:hover{border-color:#aaa; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.ul_products li div.img{min-height:140px;}
.ul_products li img{max-width:100%; max-height:100%; width:185px; height:140px;}
.ul_products li div.title{padding-top:5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ul_products li div.highlight{display:none; position:absolute; left:0; right:0; bottom:0; margin:4px; color:#fff; padding:5px 2px 27px;background:rgba(0,0,0,0.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.ul_products li a:hover div.highlight{display:block;}


.ul_productslist{margin-left:-35px;}
.ul_productslist li{float:left; width:25%;}
.ul_productslist li a{display:block;border:1px solid #ddd; border-radius:4px; padding:4px; text-align:center; position:relative; margin-left:35px; color:#444;}
.ul_productslist li a:hover{border-color:#aaa; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.ul_productslist li img{max-width:100%; max-height:100%; width:238px; height:238px;}
/*产品分类列表页*/
.ul_productslist1{margin-left:-35px; margin-top:-35px}
.ul_productslist1 li{float:left; width:33.33%; padding-top:35px;}
.ul_productslist1 li a{display:block;border:1px solid #ddd; border-radius:4px; padding:4px; text-align:center; position:relative; margin-left:35px; color:#444;}
.ul_productslist1 li a:hover{border-color:#aaa; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.ul_productslist1 li img{max-width:100%; max-height:100%; width:238px; height:238px;}
/*相关产品*/
.ul_prelated{}
.ul_prelated li{}
.ul_prelated li a{display:block;border:1px solid #ddd; border-radius:4px; padding:4px; text-align:center; position:relative;color:#444;}
.ul_prelated li a:hover{border-color:#aaa; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.ul_prelated li img{max-width:100%; max-height:100%; width:224px; height:224px;}
/*产品内容*/
.tbmenu{background:#efefef; border-bottom:1px solid #ddd; height:37px;z-index:10000;}
.tbmenu a{display:block; float:left; border:1px solid transparent;border-radius: 4px 4px 0 0; margin-right:5px; width:25%; padding:8px 12px; text-align:center;color:#444;}
.tbmenu a:hover{background:#fff;border-color:#ddd; border-bottom:0;}
.tbmenu a.on,.tbmenu a.on:hover{background:#fff;border-color:#ddd; border-bottom:1px solid #fff;}


/*页脚cat*/
.ul_footer{display:inline-block; text-align:center;}
.ul_footer li{float:left; padding:0 12px;}
.ul_footer li a{display:block; font-size:15px; font-weight:bold; color:#ccc;}
.ul_footer li a:hover{color:#fff;}
.ul_footer li ul li{float:none;}
.ul_footer li ul li a{font-size:12px; font-weight:normal;}

.div_barcode{display:inline-block; float:right; padding:0 100px 0 0;}

.ofmenu a{padding:0 10px; color:#ccc;}
.ofmenu a:hover{color:#fff;}
.fcontent{color: #fff;}

.ul_newslist{}
.ul_newslist li{margin:5px 0; border:1px solid #ccc; padding:5px;}
.ul_newslist h4{}
.ul_newslist .dimg{float:left; width:120px; height:120px; margin-right:15px;}
.ul_newslist .dimg a{display:block; height:100%; width:100%;}
.ul_newslist .dimg img{width:120px; height:120px; max-width:100%; max-height:100%;}
.ul_newslist .dimg a:hover{box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.ul_newslist .dcon{padding-right:10px; text-indent:30px; font-size:12px; color:#666;}
.ul_newslist .ddate{margin-top:10px;}

.newscontent{}
/*-----------------通用--*/
.l_search{display:none; margin:2px; margin-bottom:10px; padding:5px; border:1px solid #ccc; background:#ffe; border-radius:6px;}
.l_search.on{display:block;}

.l_page{color:#333; font-size:12px; font-weight:normal;}
.l_pagesize{font-weight:normal; font-size:12px;}
.l_page span{display:inline-block; width:20px; height:20px; line-height:20px; text-align:center; vertical-align:middle;}
.l_page a{border:1px solid #e5e5e5; background:#fff; overflow:hidden;}
.l_page a.pnext span,.l_page a.pprev span,.l_page a.plast span,.l_page a.pfirst span{margin-top:-100px;}
.l_page a.pnext{background:url(../images/icon-next.gif) no-repeat scroll center center;}
.l_page a.pprev{background:url(../images/icon-prev.gif) no-repeat scroll center center;}
.l_page a.pfirst{background:url(../images/icon-first.gif) no-repeat scroll center center;}
.l_page a.plast{background:url(../images/icon-last.gif) no-repeat scroll center center;}

/*-----------------comments*/
input[type=text],textarea{
	background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    color: #444444;
    height: 20px;
    max-width: 100%;
    padding: 4px 6px;
	font-size:14px;
}
label{font-weight:bold; display:block; padding:3px 0;}
label~input{width:98%;}
.w_1_3 label~input{width:60%; padding:4px 6px 4px 30px;}
label~textarea{width:98%;}

/*comments*/
.commentstar{padding:5px 0 0;}
.commentstar .i_star{color:#f00; cursor:pointer;}
.commentstar .i_star_o{color:#444;}
.icomments{border:1px solid #e8e8e8; padding:10px; background:#f1f1f1; margin-top:5px;}
.icomments .duser{float:left; width:120px; margin-right:10px;}
.icomments .dcon{float:left; padding-left:15px; border-left:1px dotted #ccc;}
.icomments .star{padding:5px 0; color:#f00;}

/*gotop*/
#tbox{width:54px;float:right;position:fixed;right:100px;bottom:50px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));_margin-bottom:15px;z-index:9998; display:none;}
#tbox a{overflow:visible; position:relative }
#gotop, #moblie, #home {display:block;width:50px;height:50px;margin-bottom:2px}
#gotop{ background:#d3d3d3 url("../images/top_icon.png") no-repeat 5px 3px; }
#home{ background:#d3d3d3 url("../images/home_ico.png") no-repeat 5px 3px; }
#moblie { background:#d3d3d3 url("../images/moblie_icon.png") no-repeat 5px 3px; position:relative; }
#gotop:hover { background-color:#9B9B9B; }
#home:hover { background-color:#9B9B9B; }
#moblie:hover { background-color:#9B9B9B }
#moblie .moblie_Code {position:absolute; right:55px; top:-80px; z-index:999999; background:url("../images/mobibarcodeui_tech.png") no-repeat; width:160px; height:160px; text-align:center; }
#moblie .moblie_Code img { margin:5px 0 0 0px; margin-right:10px; }
#moblie .moblie_Code p { width:110px; color:#333; font-site:14px; margin-left:22px;}