﻿

/*************************** 宽屏样式 start***************************/
.w_1200 .review_left{width:840px;}
.w_1200 #pro_review{padding:11px 22px 20px 17px;}
.w_1200 #pro_review .left{width:710px;}
.w_1200 #pro_review .right{width:410px;}
.w_1200 .goods_view dt{width:168px; height:168px;}
.w_1200 .goods_view dd{width:198px; margin-left:180px;}

.w_1200 .prod_menu .page ul{left:-1px; right:auto;}
.w_1200 .prod_menu .page_item{display:block;}

.w_1200 #shield_hd{width:1200px;}
.w_1200 #shield_bd .wide{width:1200px;}
.w_1200 #shield_bd .wide>dl{width:324px; margin-left:88px;}
.w_1200 #shield_bd .wide>dl>dt{margin:31px auto 18px;}
.w_1200 #shield_bd .wide>dl:first-child{margin-left:23px;}

.w_1200 .sitemap_box dl{width:210px;}
/*************************** 宽屏样式 end ***************************/

/*************************** 多语言样式 start ***************************/
.lang_de #shield_bd .wide>dl>dd{line-height:160%;}
.lang_es #shield_bd .wide>dl>dd{line-height:160%;}
.lang_fr #shield_bd .wide>dl>dd{line-height:170%;}
.lang_ru #shield_bd .wide>dl>dd{line-height:160%;}
/*************************** 多语言样式 end ***************************/

/*************************** 全局 start ***************************/
*{font-family:"Arial";}
img{ max-height:100%; max-width:100%;}
.wide{width:980px; margin:0 auto; min-width:980px;}
.full{width:100%; margin:0 auto;}
.show{display:block;}
.hide{display:none;}
.white_bg{background:#fff;}
.blue{color:#005ab0;}
.form_button_bg{background-color:#005AB0;}
.form_select_tips{border-color:#ff0000;}
.error, .error_info{color:#900; margin:0; font-family:Verdana;}
.clearfix:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}

@media screen and (min-width:1280px) and (max-width:1920px)
{
	
	#top_bar_outer, #header, #nav_outer, #service_outer, #footer_outer{min-width:980px;}
	
}

/*面包屑地址*/
#location{height:21px; line-height:21px; text-indent:7px; padding:9px 0 12px; font:10px/25px Verdana;}

/*产品框 竖向*/
.pro_item{background:#fff;}
.pro_item dt{overflow:hidden; position:relative;}
.pro_item .pro_name{line-height:18px;}
.pro_item .pro_price, .pro_item .pro_price *{font-size:14px; font-weight:bold;}
.pro_item .free_shipping{font-size:12px; font-weight:bold; line-height:14px; height:14px; margin-top:8px;}
.pro_item .favorite{display:inline-block; margin-left:5px; cursor:pointer; line-height:99%;}
.pro_item .favorite:hover{color:#cb2027;}
.pro_item .review_count{font-size:11px; margin-left:2px;}
.pro_item .review_count:hover{color:#cb2027;}

/*产品框 横向*/
.flat_pro_item{border-top:1px #ddd dotted;}
.flat_pro_item dt{float:left; margin-right:16px;}
.flat_pro_item .desc_box{margin-right:20px;}
.flat_pro_item .desc_box>div{margin:0; font-size:10px; line-height:18px; color:#888;}
.flat_pro_item .desc_box a.detail:hover{text-decoration:underline;}
/*************************** 全局 end ***************************/

/*翻页*/
#turn_page{text-align:center; height:35px; line-height:35px; clear:both;}
/*#turn_page li{border:1px #cecece solid; display:inline-block; *display:inline; *zoom:1; font-size:14px; height:33px; line-height:33px; overflow:hidden; background:#fff; vertical-align:top; margin:0 4px; border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}*/
#turn_page li{ display:inline-block; *display:inline; *zoom:1; font-size:14px; height:35px; line-height:35px; overflow:hidden; background:#fff; vertical-align:top; margin:0 4px;}
/*#turn_page li em{ width:7px; height:12px; display:inline-block; vertical-align:middle; margin-top:-2px;}*/
#turn_page font, #turn_page a{width:32px; height:32px; display:inline-block; border:1px #cecece solid; text-align:center; text-decoration:none;}
#turn_page span.current{width:32px;height:32px;display:inline-block;border:1px solid #cecece;color:#fff;background:#cecece;}
#turn_page .prenext{width:auto; height:32px;padding-left:5px;padding-right:5px;}

#turn_page .page_item_current{background:#e4fdcf; border: 1px solid #71bb36; color:#666; cursor:default;}
#turn_page .page_button, #turn_page .page_noclick{width:auto; padding:0 12px;border:1px #cecece solid;}
#turn_page .page_noclick{cursor:no-drop;}
/*.icon_page_prev{background:url(../images/normal.png) no-repeat -391px -24px; margin-right:6px;}*/
/*.icon_page_next{background:url(../images/normal.png) no-repeat -408px -24px; margin-left:6px;}*/

/*loading*/
.loading{z-index:100; position:absolute; background:#ccc; top:0; left:0; width:100%; height:100%;}
.loading_big{background:url(../images/loading.gif) no-repeat; z-index:9999; position:absolute; width:32px; height:32px; cursor:wait;}
.loading_small{background:url(../images/loading_small.gif) no-repeat; z-index:9999; position:absolute; width:14px; height:14px; cursor:wait;}

/*提示框*/
#prompt_box{position:fixed; opacity:0.95; z-index:100000; top:20%;}
#prompt_box .box_bg{width:100%; height:100%; background-color:#fff; position:absolute; top:0; left:0; -moz-box-shadow:0px 0px 20px #000; -webkit-box-shadow:0px 0px 20px #000; box-shadow:0px 0px 20px #000; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#prompt_close{top:10px; right:-5px; width:40px; height:26px; font-size:30px; color:#000; opacity:0.2; filter:alpha(opacity=20); text-decoration:none; font-family:Helvetica; font-weight:bold; position:absolute; z-index:100000;}
#prompt_close:hover{color:#000000; text-decoration:none; cursor:pointer; opacity:0.4; filter:alpha(opacity=40);}
#prompt_content{width:400px; padding:20px; padding-bottom:0px; position:relative; z-index:10; zoom:1; background-color:#fff; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box;}
#prompt_content label{font:14px/100% Verdana, Arial, Helvetica, sans-serif; display:block; padding-bottom:12px; color:#333; line-height:18px;}
#prompt_content ul{margin-top:16px;}
#prompt_content li{padding:8px 0;}
#prompt_content li label{ padding:0; font:inherit;}
#prompt_content li strong{font:14px/100% Verdana, Arial, Helvetica, sans-serif; display:inline-block; padding-right:10px; color:#000;}
#prompt_content li span{display:inline-block; padding-right:8px; color:#666;}
#prompt_content li span.price{color:#c70000; font-family:Verdana;}
#prompt_content .footRegion{-webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; padding:14px 19px 15px; margin:15px 0 0 -19px; background-color:whiteSmoke; border-top:1px solid #ddd; -webkit-box-shadow:inset 0 1px 0 #ffffff; -moz-box-shadow:inset 0 1px 0 #ffffff; box-shadow:inset 0 1px 0 #ffffff; width:100%;}
#prompt_content .footRegion .btn{min-width:70px; display:inline-block; padding:4px 10px 4px; margin-bottom:0; font-size:13px; line-height:18px; color:#ffffff; text-align:center; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align:middle; background-repeat:repeat-x; border:1px solid #cccccc; border-bottom-color:#b3b3b3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor:pointer;}
#prompt_content .footRegion .btn:hover{color:#333333; text-decoration:none; background-color:#e6e6e6; background-position:0 -15px; -webkit-transition:background-position 0.1s linear; -moz-transition:background-position 0.1s linear; -ms-transition:background-position 0.1s linear; -o-transition:background-position 0.1s linear; transition:background-position 0.1s linear;}
#prompt_content .footRegion .btn-success{background-color:#da4f49; background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f); background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image:-o-linear-gradient(top, #ee5f5b, #bd362f); background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f); background-image:linear-gradient(top, #ee5f5b, #bd362f); border-color:#bd362f #bd362f #802420; border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); margin-right:20px;}
#prompt_content .footRegion .btn-success:hover{background-color:#bd362f; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); color:#ffffff;}
#prompt_content .cart_view{padding:15px 0 15px; font-size:14px;}
#prompt_content .cart_view p{height:37px; margin:0 0 10px; padding-left:45px; line-height:34px; background:url(../images/normal.png) no-repeat -597px -145px;}

/*浮动窗*/
#float_chat{position:fixed; bottom:110px; z-index:1000;}
#float_chat .inner_chat{min-height:70px;}
#go_top{display:block; width: 60px; height:60px; margin: 0 auto; background-image:url(../images/top.png); background-position:center center; background-repeat: no-repeat;}
#go_top:hover{text-decoration:none;}
.chat_box{margin:0 auto;}
.chat_box>a{display:block; text-decoration:none;}
.chat_box>a>span{display:none;}
.chat_box>a .relimg{width:100px; height:100px; padding:6px; background:#e3e3e3; position:absolute; left:-120px; top:-30px; display:none;}
.chat_box>a .relimg img{max-width:100%; min-height:100%;}
.chat_box>a:hover .relimg{display:block;}
.float_chat_0{width:72px; right:20px; padding:1px; border-radius:5px;}
.float_chat_0 .inner_chat{width:72px; border-radius:5px 5px 0 0;/* background:#fff;*/}
.float_chat_0 .chat_box{width:60px; margin-top:15px;}
.float_chat_0 .chat_box>a{width:60px; height:60px; background-repeat:no-repeat;}
.float_chat_0 .chat_box>a.QQ{ background-image:url(../images/chat_0.png); background-position:center center;}
.float_chat_0 .chat_box>a.Skype{ background-image:url(../images/chat_1.png);background-position:center center;}
.float_chat_0 .chat_box>a.Email{background-position:center -144px;}
.float_chat_0 .chat_box>a.trademanager{background-position:center -48px;}
.float_chat_0 .chat_box>a.WeChat{background-position:0 -192px; position:relative;}
/*.float_chat_0 .chat_box div{ background:#fff;}*/
.float_chat_1{width:95px; right:0;}
.float_chat_1 .chat_box>a{width:63px; height:35px; line-height:35px; color:#fff; padding-left:32px; background-image:url(../images/chat_1.png); background-repeat:no-repeat;}
.float_chat_1 .chat_box>a>span{width:100%; display:inline-block; text-indent:6px; height:35px; overflow:hidden;}
.float_chat_1 .chat_box>a.QQ{background-position:0 0;}
.float_chat_1 .chat_box>a.QQ>span{background-color:#45a4eb;}
.float_chat_1 .chat_box>a.Skype{background-position:0 -82px;}
.float_chat_1 .chat_box>a.Skype>span{background-color:#66b433;}
.float_chat_1 .chat_box>a.Email{background-position:0 -123px;}
.float_chat_1 .chat_box>a.Email>span{background-color:#186caa;}
.float_chat_1 .chat_box>a.trademanager{background-position:0 -41px;}
.float_chat_1 .chat_box>a.trademanager>span{background-color:#ffc000;}
.float_chat_1 .chat_box>a.WeChat{background-position:0 -164px; position:relative;}
.float_chat_1 .chat_box>a.WeChat>span{background-color:#555;}
.float_chat_1 #go_top{height:35px; line-height:35px; background:url(../images/chat_1.png) no-repeat 0px -205px; padding-left:24px;}
.float_chat_1 #go_top span{width:100%; display:inline-block; text-indent:6px; background-color:#ff7200;}
.float_chat_1 #go_top i{width:16px; height:8px; display:inline-block; background:url(../images/chat_1.png) no-repeat right -246px;}
.float_chat_2{width:49px; right:20px;}
.float_chat_2 .chat_box{width:49px;}
.float_chat_2 .chat_box>a{width:49px; height:49px; background-image:url(../images/chat_2.png); background-repeat:no-repeat;}
.float_chat_2 .chat_box>a.QQ{background-position:center 0;}
.float_chat_2 .chat_box>a.Skype{background-position:center -114px;}
.float_chat_2 .chat_box>a.Email{background-position:center -170px;}
.float_chat_2 .chat_box>a.trademanager{background-position:center -57px;}
.float_chat_2 .chat_box>a.WeChat{background-position:center -227px; position:relative;}
.float_chat_2 #go_top{width:49px; height:49px; background:url(../images/chat_2.png) no-repeat center -284px;}
.float_chat_2 #go_top span{display:none;}
.float_chat_3{width:74px; right:20px;}
.float_chat_3 .chat_box{width:74px;}
.float_chat_3 .chat_box .head{height:79px; cursor:pointer; background:url(../images/chat_3.png) no-repeat 0 0; margin-bottom:10px;}
.float_chat_3 .chat_box>a{width:40px; height:40px; margin:0 auto; background-image:url(../images/chat_3.png); background-repeat:no-repeat;}
.float_chat_3 .chat_box>a.QQ{background-position:-18px -89px;}
.float_chat_3 .chat_box>a.QQ:hover{background-position:-132px -89px;}
.float_chat_3 .chat_box>a.Skype{background-position:-18px -137px;}
.float_chat_3 .chat_box>a.Skype:hover{background-position:-132px -137px;}
.float_chat_3 .chat_box>a.Email{background-position:-18px -233px;}
.float_chat_3 .chat_box>a.Email:hover{background-position:-132px -233px;}
.float_chat_3 .chat_box>a.trademanager{background-position:-18px -184px;}
.float_chat_3 .chat_box>a.trademanager:hover{background-position:-132px -184px;}
.float_chat_3 .chat_box>a.WeChat{background-position:-18px -279px; position:relative;}
.float_chat_3 .chat_box>a.WeChat:hover{background-position:-132px -279px;}
.float_chat_3 #go_top{width:40px; height:40px; margin:0 auto; background:url(../images/chat_3.png) no-repeat -18px -325px;}
.float_chat_3 #go_top span{display:none;}
.float_chat_3 #go_top:hover{background-position:-132px -325px;}
.float_chat_4{width:94px; right:20px;}
.float_chat_4 .chat_box{width:94px;}
.float_chat_4 .chat_box .head{height:60px; cursor:pointer; background:url(../images/chat_4.png) no-repeat 0 0;}
.float_chat_4 .chat_box>a{width:57px; height:37px; line-height:37px; color:#fff; padding-left:37px; background-image:url(../images/chat_4.png); background-repeat:no-repeat;}
.float_chat_4 .chat_box>a>span{width:100%; display:inline-block; text-indent:6px; height:37px; overflow:hidden;}
.float_chat_4 .chat_box>a.QQ{background-position:0px -60px;}
.float_chat_4 .chat_box>a.Skype{background-position:0px -149px;}
.float_chat_4 .chat_box>a.Email{background-position:0px -194px;}
.float_chat_4 .chat_box>a.trademanager{background-position:0px -105px;}
.float_chat_4 .chat_box>a.WeChat{background-position:0px -238px; position:relative;}
.float_chat_4 #go_top{width:57px; height:37px; padding-left:37px; background:url(../images/chat_4.png) no-repeat 0 -282px;}
.float_chat_4 #go_top span{display:none;}

/*************************** 单页/文章页 start ***************************/
.side_left{width:210px;}
.side_right{width:720px;}

.help_menu{width:210px; background:#fff; border:1px #ebebeb solid;}
.help_menu .help_title{line-height:140%; background:#f4f4f4; color:#333; font-size:14px; padding:4px 0 4px 13px;}
.help_menu .help_list{padding:0 3px;}
.help_menu .help_list li{line-height:150%; border-bottom:1px #e5e5e5 dashed; padding:6px 11px;}
.help_menu .help_list li>a{display:block;}
.help_menu a.current{font-weight:bold;}

.right_main{border:1px #ebebeb solid;}
.main_title{height:28px; line-height:28px; border-bottom:1px #ececec solid; background:#f4f4f4; color:#333; padding-left:20px; font-size:14px;}
.main_content{ overflow:hidden; line-height:normal; min-height:500px; _height:500px; background:#fff;}
.main_content p{margin:5px 0;}
.main_content h1, .main_content h2, .main_content h3, .main_content h4, .main_content h5, .main_content h6, .main_content b, .main_content strong{font-weight:bold;}
.main_content h4{margin:1.33em 0;}
.main_content li{list-style-type:inherit;}
.main_content li p{display:inline-block;}
.main_content i, .pd_content cite, .pd_content em{font-style:italic;}
.main_content td, .pd_content th{padding:5px 10px; border:1px #ddd solid;}

.info_list li{height:30px; line-height:30px; overflow:hidden; padding:0 6px; border-bottom:1px #ececec dashed;}
.info_list li .time{float:right;}
/*************************** 单页/文章页 end ***************************/

/*************************** 产品列表页 start ***************************/
.sort_icon_popular{background:url(../images/normal.png) no-repeat -140px -117px;}
.sort_icon_sales{background:url(../images/normal.png) no-repeat -211px -116px;}
.sort_icon_favorites{background:url(../images/normal.png) no-repeat -395px -117px;}
.sort_icon_new{background:url(../images/normal.png) no-repeat -280px -116px;}
.sort_icon_price{background:url(../images/normal.png) no-repeat -372px -116px;}
.sort_icon_arrow{background:url(../images/normal.png) no-repeat -461px -24px;}
.sort_icon_arrow_down{background:url(../images/normal.png) no-repeat -442px -24px; margin-bottom:3px;}
.sort_icon_arrow_up{background:url(../images/normal.png) no-repeat -487px -116px; margin-bottom:3px;}

/*左侧属性筛选*/
.narrow_by{margin-top:12px;}
.narrow_by .cate_title{height:23px; line-height:23px; position:relative; font-size:12px; border-bottom-width:2px; border-bottom-style:solid;}
.narrow_by .cate_title .clear_all{position:absolute; top:4px; right:0; color:#666; line-height:18px; padding:2px 0;}
.narrow_by dl{border-bottom:1px #ddd solid; padding-bottom:10px;}
.narrow_by dt{position:relative; line-height:18px; cursor:pointer; padding:4px 0 4px 16px; width:222px; height:auto;}
.narrow_by dt em{width:0; height:0; border-left:4px transparent solid; border-right:4px transparent solid; border-top-width:5px; border-top-style:solid; position:absolute; left:0; top:11px;}
.narrow_by dd a{padding:3px 0 2px; width:238px; height:auto; display:block; text-decoration:none; line-height:18px;}
.narrow_by dd a:hover{background-color:#e9e9e9;}
.narrow_by dd a em, .narrow_by dd a span{display:inline-block; vertical-align:middle;}
.narrow_by dd a .ns_icon_checkbox{margin-right:3px; width:12px; height:12px; background-image:url(../images/normal.png); background-repeat:no-repeat; background-position:-347px -24px;}
.narrow_by dd a.current .ns_icon_checkbox{background-position:-325px -24px;}
.narrow_by dd a.current:hover .ns_icon_checkbox{background-position:-369px -24px;}
.narrow_by dd a i{padding-left:3px; color:#999; font-size:11px;}

/*分类介绍*/
#category_brief{margin-bottom:30px; padding:0 24px;}

/*右侧属性筛选*/
.narrow_search{margin-bottom:10px;}
.narrow_search .ns_title{padding:5px 0; background:#f7f7f7; position:relative; margin-bottom:1px;}
.narrow_search .ns_title h1{line-height:18px; padding:2px 10px 3px 0; float:left; margin-left:24px; font-size:14px; font-weight:bold;}
.narrow_search .ns_title p{color:#fff; vertical-align:top; line-height:20px; margin:0 110px 0 0;}
.narrow_search .ns_title p a{display:inline-block; margin:0 5px 3px 0; color:#fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.narrow_search .ns_title p span{padding:0 5px; height:20px; line-height:20px; cursor:pointer; vertical-align:middle; text-decoration:none; display:inline-block;}
.narrow_search .ns_title p em{width:18px; height:20px; display:inline-block; vertical-align:middle; background:url(../images/normal.png) no-repeat -486px -20px;}
.narrow_search .ns_title p .remove_all{position:absolute; right:5px; top:6px;}
.ns_list{background:#f7f7f7; padding:0 6px 0 17px; margin-bottom:20px;}
.ns_list dl{margin-top:1px; padding:4px 0 5px; border-top:1px #ddd dashed;}
.ns_list dl:first-child{border-top:0;}
.ns_list dt{width:116px; float:left; margin-left:7px; white-space:nowrap; padding:5px 0 7px;}
.ns_list dd{margin-left:123px;}
.ns_list dd a{display:inline-block; padding:5px 10px; color:#333; text-decoration:none; font-size:12px; line-height:14px;}
.ns_list dd a:hover{background-color:#e9e9e9;}
.ns_list dd a em, .ns_list dd a span{display:inline-block; vertical-align:middle;}
.ns_list dd a .ns_icon_checkbox{margin-right:3px; width:12px; height:12px; background-image:url(../images/normal.png); background-repeat:no-repeat; background-position:-347px -24px;}
.ns_list dd a.current .ns_icon_checkbox{background-position:-325px -24px;}
.ns_list dd a.current:hover .ns_icon_checkbox{background-position:-369px -24px;}
.prop_more{position:relative; border-top:1px #ddd solid; margin-bottom:34px; height:0; overflow:visible; text-align:center;}
.prop_more .attr_extra{height:24px; line-height:20px; margin-top:-1px; background:#f7f7f7; border:1px #ddd solid; padding:0 15px 0 32px; display:inline-block; cursor:pointer; border-top:0; color:#000; position:relative;}
.prop_more .attr_extra b{width:13px; height:11px; background:url(../images/normal.png) no-repeat -541px -179px; position:absolute; left:10px; top:5px; display:block;}
.prop_more .attr_extra b.up{background-position:-541px -150px;}

/*其他属性筛选*/
#filter{border:1px #d4d4d4 solid; height:39px; background:#f5f5f5;}
.prod_sort{line-height:39px;}
.prod_sort a{display:block; float:left; border-right:1px #ddd solid; padding:0 8px; text-decoration:none; font-size:13px;}
.prod_sort a.cur{background:#fff; color:#005cac;}
.prod_sort em, .prod_sort i{vertical-align:middle; display:inline-block;}
.prod_sort em{width:14px; height:13px; margin-right:2px;}
.prod_sort i{width:9px; height:11px; margin-left:7px;}
.prod_price{padding:7px 0 0 10px;}
.prod_price .pp_inputbox{display:inline-block; width:57px; height:21px; padding:2px 0 0 5px; border:1px #ddd solid; background:#fff; border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.prod_price input{display:inline-block; width:32px; height:19px; line-height:19px; border:0; color:#333; background:#fff; outline:0;}
.prod_price .pp_btn{display:inline-block; border:1px #ddd solid; background:#eee; cursor:default; width:40px; height:23px; font-weight:bold; border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.prod_price .pp_btn:hover{background:#f3f3f3;}
.prod_menu{float:right; height:39px; border-left:1px #d4d4d4 solid;}
.prod_menu *{text-decoration:none; color:#333;}
.prod_menu .page{width:70px; float:left; text-align:center; position:relative;}
.prod_menu .page .cur{height:39px; line-height:39px; cursor:pointer;}
.prod_menu .page ul{width:150px; float:left; max-height:260px; overflow:auto; background:#fff; display:none; position:absolute; right:-1px; top:39px; border:1px #d4d4d4 solid; z-index:1000;}
.prod_menu .page ul li{height:28px; line-height:28px; font-size:12px;}
.prod_menu .page:hover ul{display:block;}
.prod_menu .page:hover ul li a{display:block;}
.prod_menu .page:hover ul li:hover{background:#f7f7f7;}
.prod_menu .page_item{width:39px; height:39px; display:none; float:left; text-align:center; background:url(../images/normal.png) no-repeat;}
.prod_menu .pre{background-position:-722px -213px; border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7;}
.prod_menu .next{background-position:-772px -213px;}

/*产品框和产品效果*/
.prod_box{position:relative;}
.prod_box .prod_box_pic{overflow:hidden;}
.prod_box .prod_name{line-height:18px;}
.prod_box .prod_price, .pro_item .prod_price *{font-size:14px; font-weight:bold;}
.prod_box .free_shipping{font-size:12px; font-weight:bold; line-height:14px; height:14px; margin-top:8px;}
.prod_box .favorite{display:inline-block; margin-left:5px; cursor:pointer; line-height:99%;}
.prod_box .favorite:hover{color:#cb2027;}
.prod_box .review_count{font-size:11px; margin-left:2px;}
.prod_box .review_count:hover{color:#cb2027;}

/*订单直播*/
.order_live{border:1px #e6e6e6 solid; background:#fff;}
.order_live .order_live_hd{height:35px; line-height:35px; padding:0 10px; font-size:15px;}
.order_live .order_live_bd{height:300px; padding:0 10px; overflow:hidden;}
.order_live .order_live_bd li{line-height:160%; padding:5px 0; border-bottom:1px #e6e6e6 dashed;}
/*************************** 产品列表页 end ***************************/

/*************************** 产品详细页 start ***************************/
.widget{*zoom:1;}
.widget:before, .widget:after{display:table; content:""; line-height:0;}
.widget:after{clear:both;}

.icon_data_0{width:12px; height:13px; background:url(../images/goods.png) no-repeat -6px -10px;}
.icon_data_1{width:16px; height:13px; background:url(../images/goods.png) no-repeat -30px -10px;}
.icon_data_2{width:12px; height:13px; background:url(../images/goods.png) no-repeat -58px -10px;}
.icon_pdf{width:16px; height:20px; background:url(../images/goods.png) no-repeat -80px -10px;}
.icon_left_arraw{width:21px; height:19px; background:url(../images/normal.png) no-repeat -595px -70px; display:inline-block; vertical-align:top;}
.icon_right_arraw{width:21px; height:19px; background:url(../images/normal.png) no-repeat -529px -70px; display:inline-block; vertical-align:top;}

.prod_info_data{padding-bottom:10px;}
.prod_info_data li{float:left; margin-right:35px; line-height:13px;}
.prod_info_data li>em{display:inline-block; vertical-align:top;}
.prod_info_data li>a{margin-left:5px;}

.prod_info_form .attributes{margin-bottom:10px;}
.prod_info_form li{padding:4px 0; font-size:12px;}
.prod_info_form li input, .prod_info_form li select{width:184px; height:28px; line-height:28px; font-size:12px; margin-bottom:0;}
.prod_info_form li select{border:1px #ccc solid; background:#fff; padding:4px 6px; color:#8d8d8d; border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; vertical-align:middle;}
.prod_info_form li.attr_show h5{color:#333; padding-bottom:1px; line-height:20px; font-weight:bold;}
.prod_info_form li.attr_show>span{border-width:1px; border-style:solid; display:inline-block; line-height:30px; padding:0 7px; margin:3px 2px 2px 0; white-space:nowrap; cursor:pointer; position:relative; background:#fff; vertical-align:middle;}
.prod_info_form li.attr_show>span .attr_pic{width:30px; height:30px; display:inline-block; padding:1px 0; text-align:center;}
.prod_info_form li.attr_show>span em{position:absolute; right:0; bottom:0; display:none;}
.prod_info_form li.attr_show>span .icon_selected{width:11px; height:11px; background:url(../images/icon_selected.png) no-repeat; z-index:1;}
.prod_info_form li.attr_show>span .icon_selected_bg{width:0; height:0; border-left:11px transparent solid; z-index:0; border-bottom-width:11px; border-bottom-style:solid;}
.prod_info_form li.attr_show>span:hover, .prod_info_form li.attr_show>span.selected{border-width:2px; border-style:solid; line-height:28px; padding:0 6px; color:#000;}
.prod_info_form li.attr_show>span:hover em, .prod_info_form li.attr_show>span.selected em{display:block;}
.prod_info_form li.attr_show>span:hover .attr_pic, .prod_info_form li.attr_show>span.selected .attr_pic{padding:0;}
.prod_info_form li.attr_show>span.out_stock{border:1px #d6d6d6 dashed; color:#ccc; cursor:not-allowed;}
.prod_info_form li.attr_show>span.out_stock:hover{padding:1px 7px;}
.prod_info_form li.attr_show>span.out_stock:hover em{display:none;}

.group_promotion{margin:15px 0 10px;}
.group_promotion .gp_title{font-size:14px; height:30px; line-height:30px; overflow:visible; border:1px #ddd solid; border-top:2px #c7c7c7 solid; background:#f7f7f7;}
.group_promotion .gp_title ul{margin-left:-1px;}
.group_promotion .gp_title li{float:left; text-align:center;}
.group_promotion .gp_title li span{height:30px; line-height:28px; padding:0 13px; text-align:center; display:block; cursor:pointer;}
.group_promotion .gp_title li.current{border-top-width:2px; border-top-style:solid; background:#fff; margin-top:-6px;}
.group_promotion .gp_title li.current span{height:35px; line-height:35px; padding:0 12px; border-left:1px #ddd solid; border-right:1px #ddd solid; cursor:default;}
.group_promotion .gp_list{border:1px #ddd solid; border-top:0;}
.group_promotion .gp_list>div{padding:10px 0;}
.group_promotion .prod_img{width:120px; height:120px; overflow:hidden; text-align:center;}
.group_promotion .prod_name{word-break:break-all; word-wrap:break-word; overflow:hidden; height:34px; line-height:140%; margin-bottom:5px;}
.group_promotion .prod_price{padding:0;}
.group_promotion .prod_price input{height:auto; float:left;}
.group_promotion .info{float:left; width:230px; line-height:20px; padding-left:10px;}
.group_promotion .info s{float:left; display:inline; width:24px; height:22px; margin-top:40px; background:url(../images/goods.png) no-repeat -7px -177px;}
.group_promotion .info .prod_name, .group_promotion .info .prod_price, .group_promotion .info .prod_saving{margin-left:35px; margin-bottom:10px; padding:0;}
.group_promotion .info .prod_name{margin-top:10px; height:20px;}
.group_promotion .info .group_curprice{color:#f28810;}
.group_promotion .info .gp_btn{border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:0 15px; height:29px; line-height:29px; color:#fff; display:inline-block; cursor:pointer; font-size:14px; margin-right:16px; background:#f28810; margin:10px 0 0 35px;}

.prod_description .desc{min-height:300px; _height:300px;}
.prod_description .desc img{max-height:none;}
.prod_description .desc strong{font-weight:bold;}
.prod_description .desc em{font-style:italic;}
.prod_description .desc li{list-style-type:inherit; list-style-position:inside;}

.pd_content{padding:10px 0; overflow:hidden; line-height:normal;}
.pd_content p{margin:5px 0;}
.pd_content h1, .pd_content h2, .pd_content h3, .pd_content h4, .pd_content h5, .pd_content h6, .pd_content b, .pd_content strong{font-weight:bold;}
.pd_content h4{margin:1.33em 0;}
.pd_content li{list-style-type:inherit;}
.pd_content i, .pd_content cite, .pd_content em{font-style:italic;}
.pd_content td, .pd_content th{padding:5px 10px; border:1px #ddd solid;}

.item_specifics{padding:10px; border-bottom:1px #ddd solid; margin-bottom:10px;}
.item_specifics .title{margin-bottom:6px; font-size:16px; font-weight:bold; color:#666;}
.item_specifics span{display:block; padding:3px 0 3px 20px;}
.item_specifics strong{margin-right:8px; font-weight:bold;}
.export_pdf{visibility:hidden;}

#may_like .b_title{height:35px; line-height:35px; color:#666; font-size:14px; text-indent:6px;}
#may_like .b_list .pro_item{border-bottom:1px #ddd solid; padding:10px;}
#may_like .b_list .pro_item:hover{background:#f7f7f7;}
#may_like .b_list dt{width:94px; height:94px; margin-left:15px; text-align:center; vertical-align:middle;}
#may_like .b_list dt img{max-width:100%; max-height:100%;}
#may_like .b_list .pro_info{width:165px; margin-left:10px; overflow:hidden;}
#may_like .b_list .pro_name, #may_like .b_list .pro_price{padding-top:6px;}
#may_like .b_list .last{border-bottom:0;}

/**** 运费查询 Start ****/
#shipping_cost_choose{position:fixed; opacity:0.95; z-index:100000; top:20%;}
#shipping_cost_choose .box_bg{width:100%; height:100%; background-color:#fff; position:absolute; top:0; left:0; -moz-box-shadow:0px 0px 20px #000; -webkit-box-shadow:0px 0px 20px #000; box-shadow:0px 0px 20px #000; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}

#choose_close{top:10px; right:-5px; width:40px; height:26px; font-size:30px; color:#000; opacity:0.2; filter:alpha(opacity=20); text-decoration:none; font-family:Helvetica; font-weight:bold; position:absolute; z-index:100000;}
#choose_close:hover{color:#000000; text-decoration:none; cursor:pointer; opacity:0.4; filter:alpha(opacity=40);}

#choose_content{width:400px; padding:20px; padding-bottom:0px; position:relative; z-index:10; zoom:1; background-color:#fff; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box;}
#choose_content label{font:14px/100% Verdana, Arial, Helvetica, sans-serif; display:block; padding-bottom:12px; color:#333; line-height:18px;}
#choose_content ul{margin-top:16px;}
#choose_content li{padding:8px 0;}
#choose_content li label{ padding:0; font:inherit;}
#choose_content li strong{font:14px/100% Verdana, Arial, Helvetica, sans-serif; display:inline-block; padding-right:10px; color:#000;}
#choose_content li span{display:inline-block; padding-right:8px; color:#666;}
#choose_content li span.price{color:#c70000; font-family:Verdana;}
#choose_content .footRegion{-webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; padding:14px 19px 15px; margin:15px 0 0 -19px; background-color:whiteSmoke; border-top:1px solid #ddd; -webkit-box-shadow:inset 0 1px 0 #ffffff; -moz-box-shadow:inset 0 1px 0 #ffffff; box-shadow:inset 0 1px 0 #ffffff; width:100%;}
#choose_content .footRegion .btn{min-width:70px; display:inline-block; padding:4px 10px 4px; margin-bottom:0; font-size:13px; line-height:18px; color:#ffffff; text-align:center; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align:middle; background-repeat:repeat-x; border:1px solid #cccccc; border-bottom-color:#b3b3b3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor:pointer;}
#choose_content .footRegion .btn:hover{color:#333333; text-decoration:none; background-color:#e6e6e6; background-position:0 -15px; -webkit-transition:background-position 0.1s linear; -moz-transition:background-position 0.1s linear; -ms-transition:background-position 0.1s linear; -o-transition:background-position 0.1s linear; transition:background-position 0.1s linear;}
#choose_content .footRegion .btn-success{background-color:#da4f49; background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f); background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image:-o-linear-gradient(top, #ee5f5b, #bd362f); background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f); background-image:linear-gradient(top, #ee5f5b, #bd362f); border-color:#bd362f #bd362f #802420; border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); margin-right:20px;}
#choose_content .footRegion .btn-success:hover{background-color:#bd362f; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); color:#ffffff;}
#choose_content .cart_view{padding:15px 0 15px; font-size:14px;}
#choose_content .cart_view p{height:37px; margin:0 0 10px; padding-left:45px; line-height:34px; background:url(../images/normal.png) no-repeat -597px -145px;}
/**** 运费查询 End ****/
/*************************** 产品详细页 end ***************************/

/*************************** 产品评论页 start ***************************/
.review_left{width:670px;}
.review_right{width:299px;}

#review_box{margin-top:30px;}
.prod_write_review .review_title{height:36px; border-bottom:1px #ddd solid;}
.prod_write_review .review_title span{height:36px; line-height:36px; border:1px #ddd solid; border-bottom:0; border-top-left-radius:4px; border-top-right-radius:4px; background:#fff; float:left; padding:0 20px; font-size:14px; color:#333; text-decoration:none; display:block; cursor:default;}
.prod_write_review .average_rating{color:#999; margin:10px 0 15px; padding:10px;}
.prod_write_review .average_rating h6{font-size:14px; color:#333;}
.prod_write_review .average_rating strong{font-size:16px; font-weight:bold; color:#900; padding-bottom:2px; vertical-align:middle; margin:0 5px;}
.prod_write_review .average_rating .review_nums{color:#999; vertical-align:middle;}
.prod_write_review .average_rating div{margin:5px 0 7px;}
.prod_write_review .average_rating .write_review_btn{border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:0 15px; height:29px; line-height:29px; color:#fff; display:inline-block; cursor:pointer; font-size:14px; text-decoration:none;}
.prod_recent_review{margin-bottom:30px; border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; overflow:hidden;}
.prod_recent_review h6{background:#f3f3f3; font-size:14px; line-height:29px; font-weight:bold; padding-left:10px; border:1px #ddd solid; border-bottom:0;}

.review_item{border-top:1px #ddd solid; min-height:100px; padding:10px 10px 0 10px; margin-bottom:10px; position:relative;}
.review_item .user{width:172px; font-size:11px; line-height:20px;}
.review_item .user .by_text{color:#999; margin-right:5px;}
.review_item .user .icon_level{display:inline-block; width:22px; height:19px; vertical-align:top; overflow:hidden;}
.review_item .user .level_text{display:inline-block; max-width:100px; overflow:hidden; word-break:break-word;}
.review_item .user .time{color:#999;}
.review_item .like{width:205px; text-align:right;}
.review_item .main{width:575px; font-size:12px; padding-left:180px;}
.review_item .main .content{margin-bottom:10px;}
.review_item .main .pic_list{margin:10px 0;}
.review_item .main .pic_list>a{border:1px #ddd solid; cursor:pointer; width:85px; height:85px; overflow:hidden; float:left; display:inline; margin-right:10px;}
.review_item .main .reply{margin-top:10px;}
.review_item .main .edit{margin-bottom:10px;}
.review_item .main .reply_btn{border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:0 6px; height:17px; line-height:17px; color:#333; display:inline-block; cursor:pointer; font-size:11px; background:#f3f3f3; text-decoration:none; border:1px #ccc solid;}
.review_item .textarea_holder{border:1px #ccc solid; padding:3px; margin:5px 0;}
.review_item .textarea_holder textarea{width:100%; border:0; resize:vertical; background:none; outline:0; color:#999;}
.review_item .textarea_holder .error{margin:5px 0;}
.review_item .btn{width:134px; height:26px; line-height:22px; font-size:14px; margin-left:20px; cursor:pointer; background:#FDEFB7; border:1px #d0af76 solid; color:#963;}
.review_item .textbtn{width:60px; margin:5px 0 0; font-size:12px;}
.review_item .fb_share{position:absolute; right:10px; bottom:0; font-size:11px; height:20px; line-height:20px;}
.review_item .fb_share em{display:inline-block; vertical-align:top;}

.w_review_replys{padding-top:10px; position:relative; margin-top:10px;}
.w_review_replys .arrow{position:absolute; width:22px; height:11px; top:6px; left:30px; z-index:1; display:block; background:url(../images/sprite_arrow.png);}
.w_review_replys .review_reply{border:1px #ccc solid; background:#f7f7f7; padding:8px; margin-top:6px; position:relative;}
.w_review_replys .review_reply p{margin:0 5px;}
.w_review_replys .review_reply p.writer{margin:5px;}
.w_review_replys .review_reply .light_gray{color:#999;}
.w_review_replys .review_reply .replier{font-weight:bold;}

.prod_review_view .customer_btn{height:38px; line-height:38px; text-align:center; display:block; border:1px #ccc solid; background:#f2f2f2; font-weight:bold; color:#333; font-size:14px;}
.prod_review_view .customer_btn:hover{text-decoration:none; color:#f56908;}
.prod_review_view .review_sign{height:30px; line-height:30px; text-align:center; font-size:14px; color:#666;}
.prod_review_view .review_sign>a{color:#c00; outline:0; font-weight:bold;}

.icon_agree, .icon_oppose{width:20px; height:20px; line-height:20px; display:inline-block; padding-left:18px;}
.icon_agree{background:url(../images/normal.png) no-repeat -684px -21px;}
.icon_oppose{background:url(../images/normal.png) no-repeat -519px -20px;}
.icon_facebook_mini{width:19px; height:19px; background:url(../images/normal.png) no-repeat -481px -71px;}

#pro_detail #may_like{margin:0; padding:0;}

.goods_view{padding:15px;}
.goods_view dt{width:130px; height:130px; vertical-align:middle; text-align:center;}
.goods_view dt img{max-width:100%; max-height:100%;}
.goods_view dd{width:198px; margin-left:133px;}
.goods_view p{margin:0;}
.goods_view .name{font-size:14px; line-height:19px; padding-bottom:20px;}
.goods_view .old_price{text-decoration:line-through; font-size:13px; padding-bottom:4px;}
.goods_view .price{font-size:14px; font-weight:bold;}
.goods_view .rating{font-size:14px; margin:8px 0 6px;}
.goods_view .score{font-size:16px; vertical-align:sub; margin:0 5px;}

.review_goods .goods_title{color:#f56908; font:16px Georgia; border-bottom:1px #ccc solid; padding:10px 0 10px 10px;}
.review_goods .goods_view dd{width:620px;}

#pro_review{padding:11px 0 20px 0; background:#fff;}
#pro_review .left{width:620px;}
#pro_review .right{width:350px;}
#pro_review .title{color:#f56908; font:16px Georgia; margin:10px 0 20px; border-bottom:1px #ccc solid; padding:0 0 10px 10px;}
#pro_review .error{text-align:center; font-size:14px; margin:50px 30px; line-height:150%;}
#pro_review .error>a{font-weight:bold;}
#pro_review .info_title{font-size:14px; font-weight:bold; padding:10px 0;}
#pro_review .goods_view{border:1px #ccc solid;}
#review_form label{display:block; padding:5px 0; margin-top:10px; font-weight:bold; font-size:14px;}
#review_form .rating li{padding:5px 0; clear:both; min-height:19px; line-height:160%;}
#review_form .rating b{width:100px; line-height:19px; float:left; text-align:right;}
#review_form .rating span{float:left; margin-left:10px;}
#review_form .rating .error_info{float:left; margin-left:10px;}
#review_form .review_text, #review_form .review_content{width:680px; padding:1px; resize:vertical; overflow-y:auto;}
#review_form .review_text{height:30px; line-height:30px;}
#review_form .review_content{height:210px;}
#review_form .upfile_condition{margin:0 0 10px 0;}
#review_form .button{width:106px; height:30px; line-height:30px; color:#fff; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background:#ff9900; border:0; font-size:14px; cursor:pointer;}
/*************************** 产品评论页 end ***************************/

/*404*/
#error_page{background:#f0f0f0; padding:150px 0;}
#error_page .sw{min-width:558px; max-width:645px; margin:0 auto;}
#error_page .error_logo{background:url(../images/error_logo.jpg) no-repeat center center; height:225px;}
#error_page .error_warning{margin-top:12px; height:30px; line-height:30px; background:url(../images/error_warning.png) no-repeat left center; text-indent:49px; font-size:16px; font-weight:bold;}
#error_page .error_nav{text-align:center; margin-top:30px; font-size:18px; color:#727272;}
#error_page .error_nav>a{margin:0 30px; font-size:18px; color:#727272;}

/*屏蔽*/
#shield_hd{padding:60px 0 31px;}
#shield_hd .shield_sorry{padding:18px 0; font-size:100px; color:#cdcdcd; font-weight:bold; line-height:100%; text-transform:uppercase;}
#shield_hd>p{height:33px; line-height:33px; margin:0; color:#494949; padding:0 4px; font-weight:bold; font-size:13px;}
#shield_hd>p>a{color:#48a77a; text-decoration:underline;}
#shield_bd{width:100%; background:url(../images/shield_bg.jpg) repeat;}
#shield_bd .shield_error{background:url(../images/shield_error.png) no-repeat center top;}
#shield_bd .wide{height:401px;}
#shield_bd .wide>dl{width:309px; margin-left:22px;}
#shield_bd .wide>dl>dt{width:118px; height:118px; overflow:hidden; margin:25px auto 12px; background-image:url(../images/shield_ico.png); background-repeat:no-repeat;}
#shield_bd .wide>dl>dd{color:#fff; line-height:180%; font-size:14px;}
#shield_bd .wide>dl>dd>h3{font-weight:bold; display:block; color:#fff; font-size:13px;}
#shield_bd .wide>dl.item_0>dt{background-position:0 0;}
#shield_bd .wide>dl.item_1>dt{background-position:0 -118px;}
#shield_bd .wide>dl.item_2>dt{background-position:0 -236px;}
#shield_bd .wide>dl:first-child{margin-left:4px;}

/*Sitemap*/
.sitemap_box{padding:20px;}
.sitemap_box .sitemap_body{margin-bottom:60px;}
.sitemap_box dl{float:left; margin-right:20px; margin-bottom:10px; width:168px; overflow:hidden;}
.sitemap_box dl>dt{margin-bottom:6px; font-weight:bold;}
.sitemap_box dl>dd>a{display:block; line-height:160%; padding:3px 0;}



/*新增版权说明样式*/


#copyright{
	width:100%;
	min-width:100%;
	background-image:url(../images/indexbg_04.png);
	background-repeat:repeat-x;
	background-color:#383a3d;

}

#copyright .container{
	padding:0px;
}
.com-md-12{
	padding:0px;
}
.emails{
	padding:0.75em 0px;
	color:#d55353;
	background:url('../images/emails_03.png') left center no-repeat;
	padding-left:2em;
}

.powerby{
	color:#999;
	font-size:0.875em;
	padding-bottom:1em;
}
.powerby span{
	float:right;
}
.powerby .link{
	color:#666666;
	text-decoration:none;
}

/*新增响应样式*/

.pro_des_content{
	
	font-size:1.125em;
	line-height:1.75;
	margin-bottom:2em;
	}

#mobile-nav{display:none;}

@media screen and (max-width:736px)
{
	#header .logo{
		display:none !important;
		}
	#mobile-nav{display:inline-block;width:100%;}
	.navbar-default{background:#fff;border:none;float:right;}
	.navbar-toggle{margin-top:8px;margin-bottom:0px;}
	#example-navbar-collapse ul{width:100%;margin-top:0px !important;padding:0px;border:none;}
	
	 .nav{float:left  !important;}
	.navbar-nav{margin:0px !important;}
	.navbar-collapse.in{overflow:visible;}
	
	
	#top_bar_outer, #header, #nav_outer, #service_outer, #footer_outer
	{
		min-width:100%;
	}

.float_chat_0
{
	width:37px;
}
#float_chat .inner_chat
{
	min-height:35px;
	width:35px;
}
	.float_chat_0 .chat_box>a{
		width:35px;
		height:35px;
	}
	#go_top{
		width:35px;
		height:35px;
		margin-top:10px;
	}

#prod_detail
{
	padding:0px 10px;	
}

.pro_des_content
{
	font-size:1em;
	line-height:1.35;
}

.navbar-brand{height:50px;padding-top:0px;padding-bottom:0px;}
.navbar{margin-bottom:0;}

.navbar-collapse{padding-left:0px;padding-right:0px;}

}

@media screen and (max-width:520px)
{
	.powerby .link{display:block;width:100%;float:left;text-align:left;}
}