@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	list-style:none;
	border:none;
	text-decoration:none;
	background:none;
}
body,html{
	width:100%;
	min-width:1000px;
	font-size:14px;
	line-height:25px;
	font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
	color:#3b2e2e;
}
a{
	color:#3b2e2e;
	cursor:pointer;
}
a:hover{
	color:#f60;
	text-decoration:none;
}
.notice{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	height:35px;
	font-size:14px;
	line-height:35px;
	width:100%;
	text-align:center;
	background:#F00;
	color:#ff0;
	border-bottom:1px solid #666;
	text-shadow:1px 1px #666;
	overflow:hidden;
	z-index:99999;
}
.notice a{
	color:#fc0;
}
.notice a:hover{
	color:#fff;
}
.topper{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-width:1000px;
	height:70px;
	z-index:9999;
}
.header{
	display:block;
	position:relative;
	width:100%;
	height:70px;
}
.header .bg{
	display:block;
	width:100%;
	height:70px;
	background:#999;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:Alpha(opacity=55);
	overflow:hidden;
}
.header strong{
	display:block;
	position:absolute;
	top:10px;
	left:20px;
	margin:0px;
	padding:0px;
	width:auto;
	height:50px;
	line-height:50px;
}
.header ul{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	height:70px;
	overflow:hidden;
}
.header ul li{
	float:left;
	display:block;
	height:70px;
	overflow:hidden;
}
.header ul li a{
	display:block;
	padding:0 20px;
	min-width:85px;
	height:70px;
	font-size:18px;
	line-height:70px;
	color:#000;
	text-align:center;
	overflow: hidden;
}
.header ul li a em{
	margin-right:5px;
}
.header ul li.active a,.header ul li a:hover{
	color:#fff;
	background:rgba(0,0,0,0.6);
}
.header_tool{
	float:right;
	display:block;
	margin:10px 0px 0px 0px;
	width:160px;
	height:16px;
	line-height:16px;
	white-space:nowrap;
	border-left:1px solid #ccc;
	overflow:hidden;
}
.header_tool li{
	float:left;
	display:block;
	width:70px;
	height:16px;
	line-height:16px;
	border-right:1px solid #ccc;
	text-align:center;
	overflow:hidden;
}
.header_tool li a{
	display:block;
	width:70px;
	height:16px;
	color:#666;
	line-height:16px;
	overflow:hidden;
}
.header_tool li:hover{
	background:url(bgs.png) -290px -38px no-repeat transparent;
}
.header_tool li a:hover{
	color:#fc0;
}
#logo{
	float:left;
	display:block;
	margin:50px 0px 50px 10px;
	width:410px;
	height:50px;
	overflow:hidden;
}
#logo a{
	display:block;
	width:410px;
	height:50px;
	line-height:50px;
	white-space:nowrap;
	overflow:hidden;
}
#tel{
	clear:right;
	float:right;
	display:block;
	margin:24px 30px 50px 0px;
	width:300px;
	height:50px;
	text-align:right;
	line-height:50px;
	overflow:hidden;
}
.navigator{
	display:block;
	margin:0px auto;
	width:960px;
	height:40px;
	line-height:40px;
}
.navigator ul{
	display:block;
	width:960px;
	height:40px;
}
.navigator li{
	float:left;
	display:block;
	position:relative;
	width:118px;
	height:40px;
	line-height:40px;
	text-align:center;
	white-space:nowrap;
	border-right:1px solid #983920;
	border-left:1px solid #cc3017;
}
.navigator li a{
	display:block;
	width:100%;
	height:40px;
	color:#f7f7f7;
	font-size:16px;
	text-align:center;
}
.navigator li a:hover,.navigator li.active a{
	color:#ff0;
}
.navigator li:hover,.navigator li.active{
	margin-top:-9px;
	height:49px;
	line-height:49px;
	width:120px;
	border:none;
	background:url(navi_cur.png) 0px 0px no-repeat transparent;
}
#banner{
	display:block;
	position:relative;
	width:100%;
	height:400px;
	background:#f0f0f0;
	overflow:hidden;
}
#banner .scrollable{
	display:block;
	position:relative;
	width:100%;
	height:400px;
	overflow:hidden;
}
#banner .scrollable .item{
	display:block;
	position:relative;
	width:2000em;
	height:400px;
	overflow:hidden;
}
#banner .scrollable .item li{
	float:left;
	display:block;
	min-width:1000px;
	height:400px;
	text-align:center;
	overflow:hidden;
}
#banner .scrollable .item li a,#banner .scrollable .item li a img{
	margin:0px auto;
	display:block;
	width:100%;
	text-align:center;
	overflow:hidden;
}
#banner .navi{
	display:block;
	position:absolute;
	margin-left:-38px;
	top:370px;
	left:50%;
	width:100%;
	text-align:center;
	height:13px;
	overflow:hidden;
}
#banner .navi a{
	float:left;
	display:block;
	margin-right:8px;
	width:13px;
	height:13px;
	background:url(icons.png) 0px 0px no-repeat;
	overflow:hidden;
}
#banner .navi a:hover{
	background:url(icons.png) -20px 0px no-repeat;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:Alpha(opacity=60);
}
#banner .navi a.active{
	background:url(icons.png) -20px 0px no-repeat;
}
.box{
	display:block;
	width:100%;
	overflow:hidden;
}
.bg_gray{
	background:#f0f0f0;
}
.bg_silver{
	background:#f7f8f8;
}
.bg_light{
	background:#fcfcfc;
}
.boxin{
	display:block;
	margin:0px auto;
	width:1000px;
}
.topic_tabs{
	display:block;
	padding:20px 0px;
	width:1020px;
	height:220px;
	overflow:hidden;
}
.topic_tabs li{
	float:left;
	display:block;
	margin-right:20px;
	width:320px;
	height:180px;
	background:#ccc;
	overflow:hidden;
}
.topic_tabs li:hover{
	background:#f60;
}
.topic_tabs li a{
	display:block;
	color:#fff;
	overflow:hidden;
}
.topic_tabs li a img{
	float:right;
	display:block;
	width:150px;
	height:180px;
	overflow:hidden;
}
.topic_tabs li a strong{
	display:block;
	margin:75px 0px 0px 20px;
	height:55px;
	line-height:45px;
	font-size:48px;
	color:#fff;
	white-space:nowrap;
	font-weight:normal;
	overflow:hidden;
}
.topic_tabs li a span{
	display:block;
	margin:0px 0px 0px 20px;
	height:35px;
	line-height:30px;
	font-size:30px;
	white-space:nowrap;
	color:#fff;
	font-weight:normal;
	overflow:hidden;
}
.blank{
	clear:both;
	display:block;
	width:100%;
	height:10px;
	overflow:hidden;
}
.box_half{
	float:left;
	display:block;
	width:490px;
	overflow:hidden;
}
.m_l{
	margin-left:20px;
}
.box_tab{
	display:block;
	height:33px;
	line-height:30px;
	font-size:18px;
	border-bottom:1px solid #3b2e2e;
	color:#3b2e2e;
}
.box_tab .topic{
	float:left;
	display:block;
	overflow:hidden;
}
.box_tab .topic span{
	margin-right:5px;
}
.box_tab .more{
	float:right;
	display:block;
	font-size:12px;
	color:#999;
	overflow:hidden;
}
.box_body{
	display:block;
	margin:0px auto;
	width:100%;
}
.box_half .box_body{
	height:385px;
}
.list_news{
	display:block;
	overflow:hidden;
}
.list_news li{
	display:block;
	line-height:23px;
	max-height:130px;
	overflow:hidden;
}
.list_news li .p{
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	width:180px;
	height:120px;
	overflow:hidden;
}
.list_news li .p img{
	width:180px;
	height:120px;
}
.list_news li .t{
	display:block;
	padding:2px 0px;
	font-weight:bold;
	font-size:14px;
	color:#3b2e2e;
	overflow:hidden;
}
.list_news li p{
	display:block;
	font-size:12px;
	color:#666;
	overflow:hidden;
}
.list_news li .a{
	display:block;
	padding-left:15px;
	font-size:14px;
	line-height:25px;
	height:25px;
	color:#3b2e2e;
	white-space:nowrap;
	background:url(icons.png) -40px 6px no-repeat;
	overflow:hidden;
}
.list_news li span{
	float:right;
	display:block;
	font-size:12px;
	color:#666;
	line-height:25px;
	height:25px;
	overflow:hidden;
}
.list_news li a:hover{
	color:#F60;
}
.list_case_pti{
	display:block;
	overflow:hidden;
}
.list_case_pti li{
	display:block;
	margin-bottom:10px;
	padding-right:10px;
	line-height:23px;
	max-height:120px;
	background:#f0f0f0;
	overflow:hidden;
}
.list_case_pti li .p{
	float:left;
	display:block;
	margin-right:10px;
	width:240px;
	height:120px;
	overflow:hidden;
}
.list_case_pti li .p img{
	width:240px;
	height:120px;
}
.list_case_pti li .t{
	display:block;
	font-weight:bold;
	font-size:14px;
	line-height:43px;
	height:38px;
	color:#3b2e2e;
	white-space:nowrap;
	overflow:hidden;
}
.list_case_pti li p{
	display:block;
	font-size:12px;
	line-height:25px;
	color:#666;
	overflow:hidden;
}
.list_case_pti li:hover{
	background:#f60;
}
.list_case_pti li:hover .t,.list_case_pti li .t:hover{
	color:#ff9;
}
.list_case_pti li:hover p{
	color:#fff;
}
.box_all{
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	overflow:hidden;
}
.box_tab_items{
	float:left;
	display:block;
	padding:8px 0px 0px 20px;
	height:30px;
	line-height:20px;
	font-size:12px;
	max-width:790px;
	overflow:hidden;
}
.box_tab_items em{
	margin:0px 5px;
	font-style:normal;
}
.box_all .navi{
	display:block;
	position:absolute;
	top:30px;
	right:0px;
	width:auto;
	text-align:center;
	height:13px;
	overflow:hidden;
}
.box_all .navi a{
	float:left;
	display:block;
	margin-right:8px;
	width:13px;
	height:13px;
	background:url(icons.png) 0px 0px no-repeat;
	overflow:hidden;
}
.box_all .navi a:hover{
	background:url(icons.png) -20px 0px no-repeat;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:Alpha(opacity=60);
}
.box_all .navi a.active{
	background:url(icons.png) -20px 0px no-repeat;
}
.box_all .scrollable{
	display:block;
	width:1000px;
	height:400px;
	position:relative;
}
.box_all .scrollable .item{
	display:block;
	width:2000em;
	position:relative;
}
.box_all .scrollable .item ul,.list_product{
	float:left;
	display:block;
	position:relative;
	width:1020px;
}
.list_cate{
	display:block;
	padding:10px 0px;
	width:100%;
	text-align:center;
	font-size:16px;
	overflow:hidden;
}
.list_cate a{
	margin:0px 10px;
}
.box_all .scrollable .item ul li,.list_product li{
	float:left;
	display:block;
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
	width:320px;
	height:180px;
	background:#f0f0f0;
	overflow:hidden;
}
.box_all .scrollable .item ul li a,.list_product li a{
	display:block;
	width:510px;
	height:180px;
}
.box_all .scrollable .item ul li a .p,.list_product li a .p{
	float:left;
	display:block;
	width:320px;
	height:180px;
	overflow:hidden;
}
.box_all .scrollable .item ul li a .p img,.list_product li a .p img{
	width:320px;
/*	height:180px;*/
}
.box_all .scrollable .item ul li a .t,.list_product li a .t{
	float:left;
	display:block;
	padding:10px 0px 10px 10px;
	width:180px;
	height:180px;
	line-height:20px;
	overflow:hidden;
}
.box_all .scrollable .item ul li a .t span,.box_all .scrollable .item ul li a .t strong,.list_product li a .t span,.list_product li a .t strong{
	display:block;
	white-space:nowrap;
	font-size:12px;
}
.box_all .scrollable .item ul li a dl,.list_product li a dl{
	display:block;
	margin-top:5px;
	width:175px;
}
.box_all .scrollable .item ul li a dt,.list_product li a dt{
	display:block;
	font-weight:bold;
}
.box_all .scrollable .item ul li a dd,.list_product li a dd{
	float:left;
	display:block;
	margin:4px 4px 0px 0px;
	width:25px;
	height:25px;
	overflow:hidden;
}
.box_all .scrollable .item ul li a dd img,.list_product li a dd img{
	width:25px;
	height:25px;
}
.box_all .scrollable .item ul li a:hover,.list_product li a:hover{
	color:#3b2e2e;
}
.footer{
	display:block;
	padding:0px;
	margin-top:5px;
	width:100%;
	height:auto;
	border-top:1px solid #ccc;
}
.box_flink{
	display:block;
	margin:-10px auto 0px auto;
	width:1000px;
	padding:0px 0px 20px 0px;
}
.box_flink dt{
	clear:both;
	float:left;
	display:block;
	margin-left:442px;
	width:116px;
	text-align:center;
	height:30px;
	line-height:20px;
	font-size:18px;
	color:#f60;
	font-weight:normal;
	background:#fff;
	overflow:hidden;
}
.box_flink dt span{
	margin-right:5px;
}
.box_flink dd{
	clear:both;
	display:block;
	width:100%;
	line-height:23px;
	font-size:12px;
	color:#666;
	overflow:hidden;
}
.box_flink dd a{
	margin-left:10px;
	line-height:23px;
}
#footer{
	display:block;
	margin:0px auto 20px auto;
	padding:20px;
	width:1000px;
	line-height:25px;
	color:#666;
	font-size:12px;
	text-align:center;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	overflow:hidden;
}
#footer p{
	margin:0px auto;
	padding:0px;
	line-height:25px;
}
#footer a{
	color:#666;
	margin:0px 3px;
}
#footer a:hover{
	color:#f60;
}
.servicer{
	position:fixed;
	_position:absolute;
	width:126px;
	background:#fff url(/images/servicer.png) no-repeat 0px 0px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	top:200px;
	right:0px;
	_top:expression(eval(document.documentElement.scrollTop)+200);
	_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
	z-index:9999;
	overflow:hidden;
}
.servicer.hid{
}
.servicer ul{
	display:block;
	margin-bottom:0px;
	position:relative;
	padding-top:110px;
	overflow:hidden;
}
.servicer ul li{
	display:block;
	font-size:12px;
	padding:6px;
	height:auto;
	border-bottom:1px solid #ddd;
	text-align:center;
	overflow:hidden;
}
.servicer ul li.phone{
	text-align:left;
}
.servicer ul li.phone b{
	display:block;
	font-size:16px;
	color:#f60;
	white-space:nowrap;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.servicer ul li.close{
	display:block;
	position:absolute;
	top:5px;
	right:0px;
	font-size:12px;
	padding:0px;
	height:26px;
	width:26px;
	border-bottom:none;
	line-height:100px;
	white-space:nowrap;
	background:url(/images/icon_common.gif) -26px -64px no-repeat transparent;
	cursor:pointer;
	overflow:hidden;
}
.servicer ul li.open{
	display:none;
}
.servicer.hid ul li.close{
	display:none;
}
.servicer.hid ul li.open{
	display:block;
	position:absolute;
	top:5px;
	right:0px;
	font-size:12px;
	padding:0px;
	height:26px;
	width:26px;
	border-bottom:none;
	line-height:100px;
	white-space:nowrap;
	background:url(/images/icon_common.gif) 0px -64px no-repeat transparent;
	cursor:pointer;
	overflow:hidden;
}
/* used \|/  */
.box_main{
	float:left;
	display:block;
	padding-bottom:30px;
	width:780px;
	min-height:360px;
	height:auto;
	overflow:hidden;
}
.box_side{
	float:left;
	display:block;
	padding:0px 0px 0px 20px;
	width:220px;
	height:auto;
	overflow:hidden;
}
.side_cate{
	display:block;
	font-size:16px;
	color:#000;
}
.side_cate li{
	display:block;
	width:100%;
	height:36px;
	line-height:34px;
	white-space:nowrap;
	overflow:visible;
}
.side_cate li a{
	display:block;
	padding:0px 0px 0px 40px;
	height:36px;
	overflow:hidden;
}
.side_cate li a:hover{
	padding:0px 0px 0px 39px;
	color:#f60;
	border-left:1px solid #f60;
}
.side_cate li.active a{
	padding:0px 0px 0px 37px;
	color:#f60;
	font-weight:bold;
	border-left:3px solid #f60;
}
.side_cate dd.p{
	display:block;
	width:198px;
	height:195px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	overflow:hidden;
}
.side_cate dd.p a{
	width:198px;
	height:194px;
	line-height:195px;
	white-space:nowrap;
	text-indent:999px;
	background:url(bg.png) 0px -80px no-repeat transparent;
}
.ofv,.box_body.ofv{
	overflow:visible;
}
.side_blank{
	display:block;
	width:260px;
	margin-left:-10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	background:#fff;
	height:1px;
	overflow:hidden;
}
.info_contact{
	display:block;
	padding:0px 0px 0px 35px;
	font-size:13px;
	line-height:36px;
	background:url(bg_dots_p.png) 5px 11px repeat-y transparent;
	overflow:hidden;
}
.position{
	display:block;
	margin:0px auto;
	padding:10px 0px;
	width:1000px;
	height:50px;
	line-height:30px;
	font-size:16px;
	color:#3b2e2e;
	overflow:hidden;
}
.position span{
	float:left;
	display:block;
	padding-left:10px;
	width:auto;
	font-weight:normal;
	color:#3b2e2e;
	overflow:hidden;
}
.position span i{
	margin-right:5px;
}
.position a,.position em{
	float:left;
	display:block;
	padding-left:8px;
	width:auto;
	text-align:center;
	font-weight:normal;
	font-style:normal;
	color:#3b2e2e;
	overflow:hidden;
}
.position strong{
	float:left;
	display:block;
	padding-left:8px;
	width:auto;
	text-align:center;
	color:#3b2e2e;
	overflow:hidden;
}
.position a:hover{
	color:#f60;
}
.box_cont{
	display:block;
	width:780px;
}
/*page*/
.cont_tab{
	display:block;
	padding:15px 0px;
	text-align:left;
	font-size:24px;
	line-height:36px;
	font-weight:normal;
	color:#3b2e2e;
	border-bottom:1px dotted #ddd;
	overflow:hidden;
}
.cont_tab span{
	display:block;
	font-size:14px;
	white-space:nowrap;
	color:#888;
	overflow:hidden;
}
.box_content{
	display:block;
	margin:15px 0px;
	width:780px;
	overflow:hidden;
}
.box_content.w_goods{
	width:1000px;
}
#allmap
{
	display:block;
	margin:10px auto;
	width:658px;
	height:420px;
	border:1px solid #818181;
	background:#fff;
	overflow:hidden;
}
.box_goods{
	display:block;
	padding-top:25px;
	width:1000px;
}
.goods_info{
	clear:both;
	display:block;
	overflow:hidden;
}
.goods_info .pic{
	float:left;
	display:block;
	position:relative;
	padding:4px;
	width:330px;
	height:250px;
	border:1px solid #ccc;
	overflow:hidden;
}
.goods_info .pic img{
	display:block;
	width:320px;
	height:240px;
	overflow:hidden;
}
.goods_info .pic:hover{
	border:1px solid #666;
}
.goods_tab{
	display:block;
	position:relative;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:24px;
	font-weight:normal;
	color:#3b2e2e;
	overflow:hidden;
}
.goods_tab h1{
	display:block;
	margin:0px;
	font-size:28px;
	white-space:nowrap;
	line-height:36px;
	overflow:hidden;
}
.goods_tab h2{
	display:block;
	margin:0px;
	font-size:18px;
	white-space:nowrap;
	line-height:36px;
	color:#666;
	overflow:hidden;
}
.goods_tab ol{
	float:left;
	display:block;
	margin:0px;
	width:50%;
	height:35px;
	line-height:35px;
	font-size:14px;
	white-space:nowrap;
	border-top:1px dotted #ddd;
	color:#666;
	overflow:hidden;
}
.goods_tab ol span{
	margin-right:5px;
	cursor:pointer;
}
.goods_tab ol span:hover{
	color:#F60;
}
.goods_tab dl{
	float:left;
	display:block;
	width:100%;
	padding-top:5px;
	font-size:14px;
	white-space:nowrap;
	color:#666;
	border-top:1px dotted #ddd;
	overflow:hidden;
}
.goods_tab dt{
	float:left;
	display:block;
	width:100%;
	height:30px;
	line-height:25px;
	overflow:hidden;
}
.goods_tab dd{
	float:left;
	display:block;
	padding-right:5px;
	width:50px;
	height:50px;
	font-size:14px;
	white-space:nowrap;
	color:#666;
	cursor:pointer;
	overflow:hidden;
}
.goods_tab dd img{
	display:block;
	padding:2px;
	width:45px;
	height:45px;
	border:1px solid #ddd;
	overflow:hidden;
}
.goods_tab dd img:hover{
	border:1px solid #666;
}
.list_td{
	display:block;
	width:100%;
	overflow:hidden;
}
.list_td li{
	display:block;
	height:36px;
	white-space:nowrap;
	border-bottom:1px dashed #ddd;
	overflow:hidden;
}
.list_td li a{
	display:block;
	padding:0px 0px 0px 15px;
	height:35px;
	line-height:25px;
	font-size:14px;
	background:url(icons.png) -40px 7px no-repeat;
}
.list_td li span{
	float:right;
	display:block;
	padding:0px 5px;
	text-align:right;
	line-height:25px;
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.box_content .list_td li{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background:url(bg.png) -965px -77px no-repeat transparent;
}
.box_content .list_td li:hover{
	background:url(bg.png) -965px -77px no-repeat #f8f8f8;
}
.list_pt{
	float:left;
	display:block;
	position:relative;
	padding-left:10px;
	width:100%;
	overflow:hidden;
}
.list_pt li{
	float:left;
	display:block;
	position:relative;
	margin:15px 10px 5px 10px !important;
	padding:5px;
	width:235px;
	height:178px;
	background:#f7f7f7;
	overflow:hidden;
}
.list_pt li img{
	width:224px;
	height:168px;
}
.list_pt li a p{
	display:none;
}
.list_pt li a:hover p{
	display:block;
	position:absolute;
	top:88px;
	left:5px;
	padding:5px;
	width:225px;
	height:85px;
	overflow:hidden;
	background:#f7f7f7;
	color:#333;
	opacity:0.75;
	-moz-opacity:0.75;
	filter:Alpha(opacity=75);
	z-index:99;
}
.list_pt li a p strong{
	display:block;
	white-space:nowrap;
	color:#f60;
	overflow:hidden;
}
.box_content .list_td,.box_content .list_pi,.box_content .list_pt{
	width:auto;
	height:auto;
}
.box_content .list_pi li,.box_content .list_pt li{
	margin:0px 5px 10px 5px;
}
/*content*/
.cont_intro{
	font-size:14px;
}
.cont_info{
	display:block;
	padding:0px 0px 10px 0px;
	width:780px;
	margin:0px 0px 10px 0px;
	line-height:30px;
	font-family:"Microsoft Yahei";
	border-bottom:1px dotted #ddd;
	overflow:hidden;
}
.info_l{
	float:left;
	display:block;
	text-align:left;
	line-height:30px;
	width:460px;
	overflow:hidden;
}
.info_r{
	display:block;
	line-height:25px;
	width:320px;
	text-align:right;
	overflow:hidden;
}
.cont_info li{
	float:left;
	display:block;
	padding:6px 0px;
	overflow:hidden;
}
.cont_info li span{
	float:left;
	display:block;
	margin-left:10px;
	height:16px;
	width:auto;
	text-align:center;
	background:url(/images/icon_common.gif) repeat-x transparent;
	cursor:pointer;
	overflow:hidden;
}
span#ci_s{
	width:16px;
	background-position:0px 0px;
	text-indent:999em;
}
span#ci_s:hover{
	background-position:0px -16px;
}
span#ci_b{
	width:16px;
	background-position:-16px 0px;
	text-indent:999em;
}
span#ci_b:hover{
	background-position:-16px -16px;
}
span#ci_h{
	padding:0px 3px;
	background-position:0px -32px;
	color:#7d7e7c;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}
span#ci_h:hover{
	background-position:0px -48px;
	color:#3f90bc;
	border-left:1px solid #a7cde2;
	border-right:1px solid #a7cde2;
}
.cont_share{
	display:block;
	margin-top:50px;
	padding:15px 0px 15px 181px;
	color:#888;
	border-top:1px solid #ccc;
	overflow:hidden;
}
.cont_share.share_goods{
	padding:15px 0px 15px 350px;
}
.list_other{
	display:block;
	border-top:1px dashed #ccc;
	overflow:hidden;
}
.list_other dt{
	display:block;
	font-weight:bold;
	line-height:36px;
	overflow:hidden;
}
.list_other dd{
	display:block;
	overflow:hidden;
}
.list_other dd img{
	max-width:660px;
	margin:5px auto;
}
.detail_more
{
	clear:both;
	display:block;
	width:780px;
	margin:10px auto 0px auto;
	padding:10px 0px 0px 0px;
	border-top:1px dashed #ccc;
	font-size:13px;
	color:#444;
	line-height:25px;
	overflow:hidden;
}
.detail_more dt
{
	float:left;
	display:block;
	width:60px;
	height:25px;
	font-weight:bold;
	overflow:hidden;
}
.detail_more dd
{
	float:left;
	display:block;
	width:720px;
	height:25px;
	white-space:nowrap;
	overflow:hidden;
}
.detail_more2{
	clear:both;
	display:block;
	width:1000px;
	margin:10px auto 0px auto;
	padding:10px 0px 0px 0px;
	border-top:1px dashed #ccc;
	font-size:13px;
	color:#444;
	line-height:25px;
	overflow:hidden;
}
.detail_more2 dt
{
	float:left;
	display:block;
	width:60px;
	height:25px;
	font-weight:bold;
	overflow:hidden;
}
.detail_more2 dd
{
	float:left;
	display:block;
	width:440px;
	height:25px;
	white-space:nowrap;
	overflow:hidden;
}
.detail_more dd a
{
	color:#444;
}
.detail_more dd a:hover
{
	color:#f60;
}
.pagebar{
	clear:both;
	display:block;
	padding-bottom:10px;
	overflow:hidden;
}
.page_pl1{
	padding-left:300px;
}
.page_bar
{
	clear:both;
	margin-top:5px;
	padding:10px 0px 20px 0px;
	font:normal 12px Arial;
	width:100%;
	height:52px;
	line-height:22px;
}
.page_bar a
{
	float:left;
	display:block;
	background:#eee;
	padding:0px 10px;
	margin-right:2px;
	text-decoration:none;
	height:22px;
	color:#555;
	overflow:hidden;
}
.page_bar a:hover
{
	background:#f60;
	color:#fff;
}
.page_bar span
{
	float:left;
	display:block;
	padding:0px 8px;
	height:22px;
	width:auto;
	overflow:hidden;
}
.page_bar span.current
{
	background:#f60;
	margin-right:2px;
	color:#fff;
}
.page_bar span.info
{
	margin-right:5px;
	color:#444;
	background:#ccc;
}
.page_bar span.total
{
	margin-right:2px;
	color:#444;
	background:#ccc;
}
.page_bar .go
{
	float:right;
	display:block;
	width:80px;
	height:22px;
	overflow:hidden;
}
.page_bar .go input
{
	float:left;
	display:block;
	width:48px;
	height:22px;
	text-align:center;
	color:#444;
	border:1px solid #444;
	overflow:hidden;
}
.page_bar .go button
{
	float:left;
	display:block;
	width:30px;
	height:22px;
	text-align:center;
	color:#fff;
	font-size:12px;
	background:#444;
	overflow:hidden;
}
.page_bar .go button:hover
{
	background:#f60;
	cursor:pointer;
}
.nodata{
	display:block;
	width:100%;
	padding:50px 0px;
	color:#c00;
	font-size:16px;
	text-align:center;
	overflow:hidden;
}
/*box*/
.box-mask{position:absolute;background:#fff;opacity:0.8;filter:alpha(opacity=80); z-index:999;}
.box-layout{position:absolute;border:2px solid #eee;background:#fff;border-radius:5px;;display:none; z-index:99999;}
.box-content{position:relative;color:#555;z-index:9}
.box-caption{position:absolute;left:8px;top:8px;padding:5px 8px;border-radius:5px;background:#fbfbfb;font-weight:bold;font-size:14px;color:#666}
.box-close{position:absolute;right:0px;top:8px;_top:5px;_right:5px;display:block;background:url('/images/boxclose.png') no-repeat;width:21px;height:21px;z-index:10}
.box-html{padding:40px 10px;}
.qrcodebox{
	display:block;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
}
#arcqrcode{
	display:block;
	margin:10px auto 5px auto;
	width:185px;
	height:185px;
	overflow:hidden;
}
.qrcodebox p{
	display:block;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	overflow:hidden;
}
/*common*/
.none{
	display:none !important;
}