﻿/*** 来自YUI的样式格式化方法*/

html {color: #000;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
table {border-spacing: 0;}
fieldset, img {border: 0;vertical-align: middle;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: center;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;font-variant: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input, textarea, select {font-family: inherit;font-size: inherit;font-weight: inherit;font-size: 100%;}
legend {color: #000;}
/*** 通用工具样式*/
/* 清除浮动 */
.clearboth {clear: both;display: block;font-size: 0;height: 0;line-height: 0;overflow: hidden;}
.clearfix:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix {display: inline-table;}
.clearfix {display: block;}
* + html .clearfix {min-height: 1%;}
/* 浮动 */
/*.fl {float: left;}
*/.fr {float: right;}
.fn {float: none;}
/* 隐藏 */
.hide {display: none;}
/* 显示 */
.show {display: block;}
/* 对齐 */
.ac {text-align: center;}
.al {text-align: left;}
.ar {text-align: right;}
/* 多行文本固定高度的垂直居中 */
.v-align {display: table; /* 子元素垂直居中必须 */}
.v-align .mc {display: table-cell; /* 垂直居中必须 */vertical-align: middle;}
/* 外补丁*/
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {}
.mt35 {margin-top: 35px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.md5 {margin-left: 9px;}
.mb10 {/*margin-bottom: 10px;*/}
.qk2 img {margin-left: 13px;}
.qk3 img {margin-left: 16px;margin-bottom: 4px;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml40 {margin-left: 40px;}
/*** 网站公用样式*/
body {color: #666;font-size: 12px;font-family: Arial, Verdana, "\5B8B\4F53";line-height: 150%;}
.w {margin-right: auto;margin-left: auto;}
.w100p {width: 100%;}
a {color: #666;text-decoration: none;}
a:hover {color: #FF8409;text-decoration: none;}
.num { /* 数字 */padding: 0 5px;color: #991e12;font-style: normal;font-weight: normal;}
.green { /* 橙色文本 */color: #048a46;}
/* 按钮 */
.btn { /* 默认按钮 */display: block;background-position: left top;background-repeat: no-repeat;cursor: pointer;-webkit-transition: background 0.2s;-moz-transition: background 0.2s;-ms-transition: background 0.2s;-o-transition: background 0.2s;transition: background 0.2s;}
/* 垂直表单 */
.vertical-form {font-size: 13px;}
.vertical-form .form-group {clear: both;padding-top: 10px;padding-bottom: 10px;}
.vertical-form label {float: left;height: 22px;margin-right: 10px;width: 115px;line-height: 22px;text-align: right;}
.vertical-form input {vertical-align: middle;}
.vertical-form .btn {height: 22px;padding-right: 10px;padding-left: 10px;line-height: 18px;}
.vertical-form .txt {border: 1px solid #ccc;padding-right: 3px;padding-left: 3px;height: 20px;width: 134px;color: #333;}
.vertical-form .txt-filed {border: 1px solid #ccc;padding-right: 3px;padding-left: 3px;height: 100px;width: 300px;color: #333;}
.vertical-form .v-code {width: 67px;}
.vertical-form .tip-lower {padding-left: 125px;font-size: 12px;}
.vertical-form .tips-front {float: left;height: 22px;margin-left: -10px;width: 10px;color: #c00;line-height: 22px;text-align: center;}
.vertical-form .tips-after {padding-left: 10px;}
/* 水平表单 */
.horizontal-form {}
.horizontal-form .form-group {float: left;margin-right: 10px;padding: 0;}
/* 滑动广告 */
.js-slider ul { /* 滑动面板 */position: absolute;}
.js-slider ul li { /* 滑动项 */float: left;}
.js-slider dl { /* 控制面板 */bottom: 10px;position: absolute;height: 5px;z-index: 3;}
.js-slider .js-num-ctrl-item { /* 控制按钮 */float: left;overflow: hidden;height: 5px;margin: 0 2px;width: 30px;background-color: #666;cursor: pointer;}
.js-slider .current { /* 当前按钮*/background-color: #e60012;color: #fff;}
/* 表格配色方案——淡绿 */.light-green thead { /* 表格的表头内容*/border: 2px solid #f0f0f0;background-color: #f2f9f5;text-align: center;}
.light-green tfoot { /* 表格的页脚（脚注或表注）*/border: none;color: #c00;text-align: left;}
.light-green tbody { /* 表格的主体（正文）*/border: 2px solid #f0f0f0;text-align: center;}
.light-green .odd td { /* 表格基数行*/background-color: #fff;}
.light-green .even td { /* 表格偶数行*/background-color: #fafdfb;}
.light-green th, .light-green td { /* 表格单元格*/height: 30px;padding: 5px 3px;line-height: 18px;}
.light-green thead th, .light-green tbody td { /* 表头、表格主体单元格*/border-right: 2px solid #f0f0f0;border-bottom: 2px solid #f0f0f0;}
/* 提示 */
.note {border: 1px dashed #c90;height: 118px;padding: 18px 16px;width: 675px;color: #c90;line-height: 23px;background-color: #f7fddb;}
.tip-failure, .tips-error {color: #c00;}
.tip-sucess {font-size: 14px;line-height: 22px;}
.password .tip-sucess {padding-left: 380px;}
.tip-sucess b {background: url("../image/icon-correct.png") no-repeat 0 0;float: left;height: 22px;margin-right: 10px;width: 22px;}
.tip-none {padding-top: 20px;padding-bottom: 20px;text-align: center;}
/* 弹窗 */
#floatBoxBg {background-color: #000;display: none;height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 500;}
.floatBox {overflow: hidden;left: 40%;border: 5px solid #999;position: absolute;top: 50px;color: #000;;font-size: 12px;background-color: #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;z-index: 1000;}
.floatBox .title {height: 30px;padding-right: 10px;padding-left: 10px;line-height: 30px;background-color: #e2e2e2;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e2e2e2));background: -moz-linear-gradient(top, #fff, #e2e2e2);}
.floatBox .title h4 {float: left;height: 30px;font-family: "\5FAE\8F6F\96C5\9ED1";color: #333;font-size: 14px;line-height: 30px;}
.floatBox .title span {overflow: hidden;float: right;width: 16px;height: 16px;margin-top: 7px;text-indent: -9999px;background: url(../image/icon-close.png) left top no-repeat;cursor: pointer;}
.floatBox .content {background-color: #fff;}
/* 顶部 */
.top {border-bottom: 1px solid #f0f0f0;height: 30px;line-height: 30px;background-color: #f7f7f7;}
.top-mbr-unlogged a { /* 未登录链接 */margin-left: 5px;}
.top-mbr-logged span { /* 已登录竖线 */margin: 0 5px;text-decoration: none;}
.top-mbr-logged a em { /* 已登录数字显示 */color: #c00;margin-right: 2px;margin-left: 2px;}
.top-menu { /* 顶部菜单 */margin-left: 0px;}
.top-report, .top-helper, .top-index, .top-favorite {float: left;padding-top: 5px;}
.top-report { /* 质量检测报告 */margin-right: 12px;}
.top-helper { /* 帮助中心 */margin-right: 15px;}
.top-app { /* 手机家事易 */margin-right: 19px;}
.top-favorite { /* 添加到收藏夹 */margin-right: 0;}
.top-btn { /* 顶部按钮 */height: 21px;padding-left: 20px;color: #666;line-height: 21px;background-image: url(../image/header.png);}
.btn-report { /* 质检报告按钮 */height: 21px;padding-left: 20px;width: 80px;color: #fff;line-height: 21px;background-color: #007d3e;}
.btn-report:hover { /* 鼠标滑过 质检报告按钮 */color: #fff;text-decoration: none;background-color: #169a70;}
.btn-mobile { /* 手机家事易按钮 */background-position: 0 -20px;}
.btn-mobile:hover { /* 鼠标滑过 手机家事易按钮 */background-position: 0 -60px;}
.btn-favorite { /* 加入收藏夹按钮 */background-position: 0 -40px;}
.btn-favorite:hover { /* 鼠标滑过 加入收藏夹按钮 */background-position: 0 -80px;}
.top-submenu { /* 顶部子菜单 */position: relative;z-index: 150;}
.submenu-th { /* 顶部子菜单标题 */position: relative;height: 21px;padding-right: 15px;padding-left: 12px;line-height: 21px;cursor: pointer;}
.top-submenu .selected { /* 顶部子菜单选中状态 */border-top: 1px solid #FF8409;border-right: 1px solid #FF8409;border-left: 1px solid #FF8409;height: 19px;padding-right: 14px;padding-left: 11px;padding-bottom: 6px;line-height: 19px;background-color: #fff;}
.submenu-th b { /* 顶部子菜单标题旁三角形 */overflow: hidden;position: absolute;right: 4px;top: 9px;height: 4px;width: 7px;background: url(../image/header.png) -6px -113px no-repeat;-webkit-transition: -webkit-transform 0.2s;-moz-transition: -moz-transform 0.2s;-ms-transition: -ms-transform 0.2s;-o-transition: -o-transform 0.2s;transition: transform 0.2s;}
.submenu-th:hover b, .top-submenu .selected b { /* 三角形鼠标经过动画 */-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.submenu-td { /* 子菜单栏目 */position: absolute;border-right: 1px solid #FF8409;border-bottom: 1px solid #FF8409;border-left: 1px solid #FF8409;padding: 0 5px;width: 95px;background-color: #fff;z-index: 10;}
.submenu-td li { /* 子菜单项 */padding-left: 5px;line-height: 22px;}
.top-ad { /* 顶部小广告 */width: 165px;height: 30px;}
/* 头部 */
.header {padding-top: 10px;padding-bottom: 10px;}
.logo { /* 公司logo */height: 82px;margin-right: 27px;}
.tip-logo { /* logo旁文字 */margin-left: 20px;font-family: "\5FAE\8F6F\96C5\9ED1";font-size: 18px;font-weight: 700;color: #999;}
.welcome { /* 欢迎信息 */padding-right: 17px;}
.welcome .top-mbr-unlogged, .welcome .top-mbr-logged { /* 登录前文字 */padding-top: 5px;}
.welcome .top-mbr-unlogged a, .welcome .top-mbr-logged a { /* 登录前文字链接 */margin-right: 5px;margin-left: 5px;}
/* 地区 */
.area {overflow: hidden;padding-top: 19px;width: 140px;float: left;margin: 15px 0 0 50px;}

.choosecity {float: left;}
.choosecity a {font-size: 14px;}
/* 顶部搜索 */
.top-search {overflow: hidden;padding-top: 19px;width: 434px;float: right;}
.top-keywords { /* 搜索框下面关键字 */overflow: hidden;height: 28px;line-height: 28px;}
.top-search .txt { /* 搜索输入框 */float: left;border: 1px solid #FF8409;height: 32px;padding: 0 6px 0 26px;width: 294px;color: #999;font-size: 15px;line-height: 32px;background: #fff url(../image/header.png) 3px -124px no-repeat;}
.top-search .btn { /* 搜索按钮 */height: 34px;width: 104px;color: #fff;font-size: 15px;font-weight: 700;cursor: pointer;background-color: #FF8409;background-image: none;}
/* 头部信息 */
.header-info {padding-top: 25px;}
.header-info .m {padding-top: 4px;}
.header-info .m .mt {position: relative;display: block;height: 32px;padding-left: 30px;padding-right: 15px;border-width: 1px 0 1px 1px;border-style: solid;border-color: #eee;color: #999;line-height: 32px;cursor: pointer;}
.header-info .mt b { /* 我的家事易图标 */position: absolute;top: 6px;left: 6px;width: 20px;height: 20px;background-image: url(../image/topcart.png);background-repeat: no-repeat;}
.top-my_juste { /* 我的家事易 */position: relative;z-index: 110;}
.top-my_juste .mc {position: absolute;left: 0;top: 38px;border-width: 0 1px 1px 1px;border-style: solid;border-color: #eee;padding: 0 5px;width: 95px;line-height: 20px;background-color: #fff;z-index: 10;}
.top-my_juste .mc a {color: #999;}
.top-my_juste .mc a:hover {color: #048a46;}
.top-my_juste .mt b {background-position: -20px 0;}
.top-recharge .mt b {/* 我要充值 */background-position: 0 0;}
.top-cart { /* 头部购物车 */position: relative;margin-left: -5px;z-index: 130;}
.cart-th { /* 购物车标题 */position: relative;width: 49px;height: 19px;padding: 10px 0 9px 39px;color: #fff;line-height: 19px;background: url(../image/topcart.png) 0 -20px no-repeat;cursor: pointer;}
.cart-th em {position: absolute;top: -5px;left: 18px;width: 20px;height: 20px;color: #fff;font-size: 11px;font-family: Arial, Helvetica, sans-serif;font-style: normal;line-height: 20px;text-align: center;background: url(../image/topcart.png) -40px 0 no-repeat;}
.cart-td { /* 购物车内容 */position: absolute;right: 0;top: 38px;padding: 10px;border: 1px solid #1E961C;width: 348px;background-color: #fff;z-index: 20;}
.cart-table th { /* 购物车表头 */height: 30px;border-right: 1px solid #fff;color: #333;text-align: center;background-color: #efefef;}
.cart-table td { /* 购物车单元格 */border-bottom: 1px solid #efefef;padding: 5px;text-align: center;}
.cart-pname { /* 购物车商品名称单元格 */width: 258px;}
.cart-pamount { /* 购物车商品数量单元格 */width: 30px;}
.txt-pnum { /* 购物车商品数量输入框 */width: 20px;}
.cart-psubtotal { /* 购物车商品小计单元格 */width: 60px;}
.cart-pctrl { /* 购物车商品操作单元格 */width: 40px;}
.cart-count { /* 购物车总计价格 */margin-bottom: 5px;color: #333;font-weight: 700;line-height: 25px;text-align: right;}
.top-cart-btn { /* 购物车按钮 */float: right;height: 22px;padding-right: 10px;padding-left: 10px;color: #fff;text-align: center;line-height: 22px;background-color: #a3b94d;}
.top-cart-btn:hover { /* 鼠标滑过购物车按钮 */color: #fff;text-decoration: none;background-color: #6c7f0f;}
/* 导航 */
.nav {float: none; /* 为了解决老板样式中nav左浮动 */height: 38px;font-family: "\5FAE\8F6F\96C5\9ED1";background-color: #f08300;}
.all-menu { /* 所有分类链接 */float: left;height: 38px;width: 207px;color: #fff;font-size: 16px;font-weight: 100;line-height: 38px;text-align: center;/*background-color: #FF8409;*/background-image: none;}
.all-menu:hover { /* 鼠标滑过 所有分类链接 */color: #fff;text-decoration: none;}
.nav-menu { /* 导航菜单 */float: left;}
.nav-menu li { /* 导航菜单项 */float: left;position: relative;margin-right: 3px;padding-top: 3px;}
.nav-menu li a { /* 导航菜单链接 */display: block;height: 35px;padding: 0 15px;color: #fff;font-size: 15px;line-height: 32px;}
.nav li a:hover, .nav-menu li.current a { /* 鼠标滑过 以及 选中状态下 导航菜单链接 */height: 35px; /* 解决老样式中设置的高度问题 */margin-top: 0; /* 解决老样式中设置的上补丁问题 *//*color: #05843f;*/color: #F77B00;text-decoration: none;background-color: #fff;}
.nav-menu li b { /* 导航菜单标签 */position: absolute;right: -5px;top: -4px;}
.nav-menu li b.new { /* 导航菜单new标签 */width: 27px;height: 14px;background: url(../image/new.gif) left top no-repeat;}
/* 底部 */.service { /* 服务内容 */padding-top: 20px;margin-bottom: 20px;font-family: "\5FAE\8F6F\96C5\9ED1";}
.service .box { /* 服务内容块 */float: left;width: 180px;margin-right: 20px;}
.service dt { /* 服务内容标题 */height: 28px;border-bottom: 1px solid #ccc;margin-bottom: 5px;color: #000;font-size: 14px;line-height: 28px;}
.service dt b { /* 服务图标 */float: left;height: 20px;margin-top: 4px;margin-right: 5px;width: 20px;background-image: url(../image/footer.png);background-repeat: no-repeat;}
.box1 b {background-position: -80px 0px;}
.box2 b {background-position: -100px 0px;}
.box3 b {background-position: -80px -20px;}
.box4 b {background-position: -80px -40px;}
.box5 b {background-position: -100px -20px;}
.service li { /* 服务内容项 */padding-left: 25px;line-height: 23px;}
.service .box6 { /* 联系方式 */margin-right: 0;width: 208px;line-height: 22px;}
.box6 .wx {width: 184px;height: 90px;padding: 12px;border: 1px solid #efefef;}
.wx .fl { /* 公众平台二维码 */margin-right: 5px;}
.wx em {color: #FF8409;}
.box6 .tel {width: 184px;height: 20px;padding: 3px 12px;line-height: 20px;border-width: 0 1px 1px;border-style: solid;border-color: #efefef;color: #FF8409;font-weight: 700;}
.box6 .tel b {display: block;float: left;width: 20px;height: 20px;margin-right: 5px;background: url(../image/footer.png) -100px -40px no-repeat;}
.footer-tips { /*优势以及特色*/overflow: hidden;padding: 6px 1px;margin-bottom: 20px;font-family: "\5FAE\8F6F\96C5\9ED1";background-color: #efefef;}
.footer-tips li {height: 40px;padding-left: 20px;width: 282px;font-size: 15px;line-height: 40px;}
.footer-tips b {float: left;height: 40px;margin-right: 5px;width: 40px;background-image: url(../image/footer.png);background-repeat: no-repeat;}
.footer-tips .item1 b {background-position: 0 0;}
.footer-tips .item2 b {background-position: -40px 0;}
.footer-tips .item3 b {background-position: 0 -40px;}
.footer-tips .item4 b {background-position: -40px -40px;}
.footer-info {line-height: 26px;color: #FF8409;text-align: center;}
.footer-info2 {line-height: 36px;color: #666;text-align: center;}
.footer-info a {padding: 0 5px;color: #FF8409;font-weight: 600;font-size: 14px;}
.footer-info2 a {padding: 0 5px;color: #666;}
.footer-info a:hover {color: #f08300;text-decoration: underline;}
.footer-code {display: none;padding: 20px 0 30px 0;text-align: center;}
/* 面包屑路径 */
.bread-crumbs {height: 30px;padding-top: 5px;border-bottom: 1px solid #e2e2e2;line-height: 30px;}
/* 注册、忘记密码页面 */
.register, .find-password {overflow: hidden;padding: 50px;border: 5px solid #e5e5e5;}
/*2014.10.15 金拇指产品列表页*/
.productList {clear: both;font-size: 14px;margin: 0 auto;}
.productList ul {width: 680px;}
.productList ul li {margin-top: 8px;height: auto;overflow: hidden;border-top: 1px solid #DFDFDF;border-bottom: 1px solid #DFDFDF;border-right: 1px solid #DFDFDF;cursor: pointer;}
.productList .clearfix {float: left;}
.productList .li_left {float: left;width: 360px;overflow: hidden;display: inline-block;}
.productList .li_right {float: left;width: 300px;overflow: hidden;padding-left: 15px;}
.productList .title {float: left;width: 290px;height: 30px;line-height: 28px;overflow: hidden;padding-top: 15px;}
.productList .title h2 {font-size: 14px;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #404040;}
.productList .price0 {float: left;width: 257px;height: 30px;line-height: 28px;}
.productList .price1 {float: left;width: 257px;height: 30px;line-height: 28px;margin-bottom: 2px;}
.productList .li_left_1 {float: left;width: 155px;height: 204px;background: url(../image/bg_jq.jpg) repeat-y;}
.productList .li_left_2 {float: left;width: 204px;height: 204px;background:;}
.productList .li_left_logo {position: relative;top: 4px;left: 14px;width: 122px;height: 55px;}
/*店铺logo*/
.productList .li_left_price {position: relative;top: 102px;left: 22px;width: 116px;height: 60px;padding: 6px 0px 0px 0;color: #FF5500;font-weight: bold;font-size: 16px;text-align: center;}
.productList .spread {margin-top: 15px;float: left;width: 124px;height: 62px;border: 1px solid #F90;}

/*播金券*/
.productList .shop {margin-top: 15px;float: left;margin-left: 16px;width: 124px;height: 62px;border: 1px solid #fd43a4;}
.productList .box_left {float: left;}
.productList .box_right {width: 66px;float: left;/*overflow:hidden;*/}
.productList .bonus1 {float: left;width: 84px;font-size: 14px;line-height: 30px;padding: 6px 0 0 0;text-align: center;font-weight: bold;}
.productList .bonus2 {float: left;width: 84px;font-size: 14px; /*font-weight:bold;*/line-height: 26px;font-weight: bold;color: #404040;text-align: center;}
.productList .lsj {font-weight: bold;color: #404040;}
.productList .xj {font-weight: bold;color: #404040;font-size: 22px;}
.productList .mub {font-weight: bold;color: #f37103;font-size: 22px;font-size: 22px;}
.productList .fh {font-size: 12px;}
.productList .more {float: left;margin-left: 40%;width: 20%;border-radius: 5px;border: 1px solid #FFB366;background: #FFB366;color: #FFF;padding: 5px;height: 16px;text-align: center;margin-top: 10px;}
.productList_2 {width:1200px; clear:both; font-size:14px; margin:0 auto;}
.productList_2 .clearfix{width:105%;}
/*~~~~~L01样式为行向展示，L02样式为竖向展示切换~~~~~~*/
.productList_2 .L01 .piot{ margin-right:38px; margin-top:15px; float: left;width: 580px;overflow: hidden;border: 1px solid #DFDFDF; border-left:none;}
.productList_2 .L01 .piot .li_left {float: left;width: 314px;overflow: hidden;}
.productList_2 .L01 .piot .li_left .li_left_1 {float: left;width: 136px;height: 178px;background: url(../image/list_bg_jq.jpg) repeat-y;}
.productList_2 .L01 .piot .li_left .li_left_2 {float: left;width: 178px;background:;}
.productList_2 .L01 .piot .li_left .li_left_logo {position: relative;top: 4px;left: 11px;width: 103px;height: 46px;}
.productList_2 .L01 .piot .li_left .li_left_price {position: relative;top: 89px;left: 22px;width: 103px;background: url(images/bg_jq.gif) no-repeat;height: 60px;padding: 6px 0 0 0;color: #FF5500;font-weight: bold;font-size:16px;text-align: center;}
.productList_2 .L01 .piot .li_left .li_left_price b{display:none;}
.productList_2 .L01 .piot .li_right {float: left;width: 234px;overflow: hidden;padding-left: 10px;}
.productList_2 .L01 .piot .li_right .title {float: left;width: 238px;height: 30px;line-height: 28px;padding-top: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.productList_2 .L01 .piot .li_right .title .tnoa{font-size: 14px;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #404040;}
.productList_2 .L01 .piot .li_right .price0 {float: left;width: 257px;height: 30px;line-height: 28px;}
.productList_2 .L01 .piot .li_right .price1 {float: left;width: 257px;height: 30px;line-height: 28px;margin-bottom: 2px;}
.productList_2 .L01 .piot .li_right .spread {float: left;width: 106px;height: 50px;border: 1px solid #F90;}
.productList_2 .L01 .piot .li_right .shop {float: left;margin-left: 15px;width: 106px;height: 50px; border: 1px solid #fd43a4;}
.productList_2 .L01 .piot .li_left_2 img{width: 178px; height: 178px;}
.productList_2 .L01 .piot  .box_left{float: left;}
.productList_2 .L01 .piot  .box_right{width: 72px;float: left;overflow: hidden;}
.productList_2 .L01 .piot  .bonus1{text-align: center;float: left;width: 72px;font-size: 14px;line-height: 20px;padding: 6px 0 0 0;font-weight: bold;}
.productList_2 .L01 .piot  .bonus2{text-align: center;float: left;width: 82px;font-size: 14px;  line-height: 26px;font-weight: bold;color: #404040;}
.productList_2 .L01 .piot  .xj {font-weight: bold;color: #404040;}
.productList_2 .L01 .piot  .mub {font-weight: bold;color: #f37103;font-size: 22px;}
.productList_2 .L01 .piot  .fh {font-size: 12px;}
.productList_2 .L01 .piot  .more {float: left;margin-left: 40%;width: 20%;border-radius: 5px;border: 1px solid #FFB366;background: #FFB366;color: #FFF;padding: 5px;height: 16px;text-align: center;margin-top: 10px;}
/*行向展示end*/
.productList_2 .L02 .piot{ width:228px; border:1px solid #D8D8D8; overflow:hidden; float:left; margin-right:12px; margin-top:20px;}
.productList_2 .L02 .piot:hover{ border:1px solid #FF5500;}
.productList_2 .L02 .piot .li_left{ width:100%; overflow:hidden;}
.productList_2 .L02 .piot .li_left_1{ width:100%; height:46px; border-bottom:1px solid #D8D8D8; position:relative;}
.productList_2 .L02 .piot .li_left_1 .li_left_logo{ text-align:center;}
.productList_2 .L02 .piot .li_left_1 .li_left_price{ width:100%; height:40px; line-height:40px; overflow:hidden; background-color:#fed3bd; position:absolute; left:0px; top:236px; z-index:999; color: #FF5500;font-weight: bold; text-align:center; border-bottom:1px solid #D8D8D8; font-size:22px; filter:alpha(opacity=90);  opacity:0.9; display:none;}
.productList_2 .L02 .piot .li_left_2{ width:230px; overflow:hidden;}
.productList_2 .L02 .piot .li_left_2 img{ width:230px; height:230px;}
.productList_2 .L02 .piot .li_right{ overflow:hidden; padding:5px;}
.productList_2 .L02 .piot .title{ height:44px; line-height:22px; overflow:hidden; text-align:justify; font-family:Arial, Helvetica, sans-serif,"微软雅黑";}
.productList_2 .L02 .piot .title .tnoa:hover{color:#DD5000;}
.productList_2 .L02 .piot .price0{height:26px; line-height:26px; font-size:14px; color:#888;}
.productList_2 .L02 .piot .price1{margin-bottom:5px; padding-bottom:5px; border-bottom:1px solid #eee;}
.productList_2 .L02 .piot .price1 .xj{ font-size:14px; color:#888;}
.productList_2 .L02 .piot .price1 .mub{ color:#f50; font-size:18px; font-weight:bold; font-style:italic;}
.productList_2 .L02 .piot .bomai{ width:218px; height:55px; overflow:hidden;/* background:url(/cssjs/image/boj.png) no-repeat;*/}
.productList_2 .L02 .piot .spread,.productList_2 .L02 .piot .shop{ width:104px; height:50px; float: left; background-color:#fff; filter:alpha(opacity=90); opacity:0.9;}
.productList_2 .L02 .piot .spread{border: 1px solid #F90; position:relative;}
.productList_2 .L02 .piot .shop { border: 1px solid #fd43a4;  position:relative;margin-left:5px;}
.productList_2 .L02 .piot .box_right{width:70px; overflow: hidden; position:absolute; right:0px; top:0px;}
.productList_2 .L02 .piot .bonus1,.productList_2 .L02 .piot .bonus2{ width:100%; text-align:center; font-weight:bold;}
.productList_2 .L02 .piot .bonus1 {font-size:12px; padding-top:8px;}
.productList_2 .L02 .piot .bonus2 {font-size:15px; padding-top:3px;}
.productList_2 .L02 .piot .bonus2 .fh{ font-size:12px;}
/*竖向展示end*/
/*statics 单页模板 strart*/
.aboutme{padding:10px 140px; font-size:14px; line-height:30px; }
.aboutme h3{ font-weight:800;}
.aboutme p{text-indent:2em;}
.stbov{ width:1200px; min-height:40px; margin:0px auto;}
.stat_m{width:1200px; margin:0px auto; padding-top:10px; padding-bottom:20px; overflow:hidden;}
.stat_m .left{display:block; float:left; width:200px; border:1px solid #ccc;}
.stat_m .left .expmenu{}
.stat_m .left .expmenu h2{width:200px; height:35px; line-height:35px; background-color:#eee; text-align:center; font-size:14px; color:#777; cursor:pointer; position:relative; font-weight:bold; border-bottom:1px solid #ccc;}
.stat_m .left .expmenu .vtitle .arrow{display:block;width:16px;height:16px;background:no-repeat center; position:absolute; right:15px; top:11px;}
.stat_m .left .expmenu .vtitle .arrow.up{background-image:url(/cssjs/image/arrow_u.png);}
.stat_m .left .expmenu .vtitle .arrow.down{background-image:url(/cssjs/image/arrow_d.png);}
.stat_m .left .expmenu .vtbo{ margin-bottom:-1px;}

.stat_m .left .menu{list-style:none; border-bottom:1px solid #ccc;}
.stat_m .left .menu li{width:100%; margin:0px auto; line-height:30px; text-align:center; border-bottom:1px dotted #ccc; font-size:12px; cursor:pointer;}
.stat_m .left .menu li a{ display:block; width:100%; height:100%; text-align:center; color:#666;}
.stat_m .left .menu li a:hover{ color:#FB4600;}
.stat_m .left .menu li.muel{ /*width:100%; margin-top:-1px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; position:relative;*/}
.stat_m .left .menu li.muel a{background-color:#eee; color:#FB4600;}

.stat_m .right{display:block; float:left; width:997px; margin-left:-1px; min-height:500px; overflow:hidden;  border:1px solid #CCC; background:#FFF;}
.stat_m .right ul{}
.stat_m .right p{text-indent:2em;}
.stat_m .right .content{width:850px; margin:auto; padding:10px 0px;}
.stat_m .right .content img{ max-width:100%;}
.stat_m .right .title{width:100%; height:80px; text-align:center; line-height:80px; border-bottom:1px solid #fb4600; margin:auto; font-size:18px;}
.stat_m .content p{line-height:35px; font-size:14px; text-align:justify;}
.stat_m .content_p{padding-top:10px; padding-bottom:20px;}
.stat_m .content_p .p1{font-weight:bold; text-indent:1em;}
.stat_m .content_p table,th,td{font-size:14px;}
.stat_m .content_p th{text-align:center; padding:8px;}
.stat_m .content_p table{margin-top:20px;}
/*友情链接*/
.friendlyLink {
    margin:0 auto;
    width:1100px;
    height:50px;
}
    .friendlyLink ul {
        width:1100px;
        height:50px;
    }
.friendlyLink li{
        float:left;
        padding:11px 10px 2px 10px;
        
    }
