@charset "UTF-8";
/* Scss Document */
/* 待设置参数 */
/* v3.0.1 */
html { font-family: "宋体", "黑体", "微软雅黑", sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; background-color: #f9f9f9; }

article, aside, details, figcacption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* 为 <details> 元素定义可见的标题 */
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

/* 选择不包含controls属性的每个audio元素 */
[hidden], template { display: none; }

a { background: transparent; text-decoration: none; color: black; }

a:active, a:hover, a:focus { outline: 0; /* 设置所有的轮廓属性, 类似边框，在边框外圈 */ text-decoration: underline; color: #fff600; }

abbr[title] { border-bottom: 1px dotted; }

/* 定义缩写 */
b, strong { font-weight: bold; }

dfn { font-style: italic; }

/* 定义一个定义项目, 不用为妙 */
h1 { font-size: 2em; margin: 0.67em 0; }

/* 2倍标题字，上下间距0.67倍 */
mark { background: #ff0; color: #000; }

/* 定义有记号的文本, 如一个段落中不一样的文字：背景、颜色、大小、字体、字体风格…… */
small { font-size: 80%; }

/* 正常排列中的小号字体。为什么这里用百分比？？？？？？？ */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

/* 定义上下标字体大小与位置 */
sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

/* ，svg非根元素的元素 超出隐藏 */
/* SVG（可缩放矢量图形），是基于可扩展标记语言（XML），用于描述二维矢量图形的一种图形格式。:root，匹配文档的根元素。在HTML中，根元素永远是HTML:not(selector)，选择器匹配非指定元素/选择器的每个元素。
合起来就是，svg非根元素的元素 */
figure { margin: 1em 40px; }

/* 媒介内容外部距离 */
/* <figure> 标签规定独立的流内容（图像、图表、照片、代码等等）。
figure 元素的内容应该与主内容相关，但如果被删除，则不应对文档流产生影响。 */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/* box-sizing 规定边框大小是否包含在width/height之内，border-box即ps中的内描边，content-box为外描边 */
pre { overflow: auto; }

/* 预格式文本 */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

/* 规定继承字体与颜色，并且外部距离0；  optgroup可以为选项等进行分组 */
ton { overflow: visible; }

/* ?????? */
button, select { text-transform: none; }

/* text-transform 控制文本的大小写:uppercase  lowercase  capitalize */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

/* 将风格设置为按钮, appearance风格设置 */
/* appearance:css3属性，允许您将元素设置为标准用户界面元素的外观 */
button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: p; }

/* 解决火狐下button 文字垂直居中问题解决方案，FF私有属性写了padding:0 2px所致 */
input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

/* "内描边" */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/* ?????? */
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* appearance风格设置 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/* 将表单中的内容框起来，下面的标题可以自动断开边框显示在左上侧，围绕表单中元素的边框  一个很方便的东东 */
legend { border: 0; padding: 0; }

/* 定义 fieldset 元素的标题 */
textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
ul, li, ol { margin: 0; padding: 0; list-style: none; }

.clearfix { clear: both; width: 100%; height: 1px; margin-top: -1px; display: block; visibility: hidden; overflow: hidden; }

.clear { clear: both; width: 100%; height: 1px; margin-top: -1px; }

/* 待测试 */
.content { width: 1200px; margin-left: auto; margin-right: auto; }

/* @include border-radius(5px) */
/* 浏览器兼容写法待定 */
/* 浏览器兼容写法待定 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.top-banner { width: 100%; height: 70px; background-color: #ffdf3e; position: relative; }
.top-banner img { width: 1200px; margin-left: auto; margin-right: auto; display: block; }
.top-banner .btn-top-banner { width: 30px; height: 37px; position: absolute; top: 0; left: 50%; margin-left: 570px; }

.top-nav { width: 100%; height: 30px; background-color: #b10000; font-size: 12px; color: #fff; }
.top-nav a { color: #fff; }
.top-nav .left { float: left; margin-left: 10px; width: 550px; }
.top-nav .left li { float: left; margin-top: 6px; margin-right: 12px; }
.top-nav .left li img { margin-right: 5px; position: relative; top: 2px; }
.top-nav .left li .img2 { position: relative; top: -2px; margin-left: 3px; margin-right: -3px; }
.top-nav .left li span { color: #fff600; font-weight: bold; }
.top-nav .right { float: right; margin-right: 10px; width: 600px; }
.top-nav .right li { float: right; margin-top: 6px; margin-left: 8px; }
.top-nav .right li img { margin-right: 5px; position: relative; top: 2px; }
.top-nav .right li .img2 { position: relative; top: -2px; margin-left: 3px; margin-right: -3px; }
.top-nav .right li .active { color: #fff600; }

.nav { width: 100%; height: 36px; }

.mininav { width: 100%; height: 125px; background-color: #b10000; font-size: 12px; color: #fff; padding-top: 1px; }
.mininav .logo { margin-top: 26px; float: left; }
.mininav .search { width: 540px; height: 34px; float: left; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #fff; margin-top: 43px; margin-left: 150px; overflow: hidden; position: relative; }
.mininav .search input { border: none; width: 540px; height: 34px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #000; padding-left: 5px; line-height: 34px; }
.mininav .search button { position: absolute; right: -2px; top: 0; border: none; background: #4d352f; padding: 0px; }
.mininav .shopping-car { width: 110px; height: 34px; border: #ccc 1px solid; background: url(../images/shopping-car.png); float: right; margin-top: 43px; line-height: 34px; text-align: center; position: relative; }
.mininav .shopping-car a:hover { color: #000; }
.mininav .shopping-car span { padding-left: 7px; padding-right: 7px; line-height: 18px; color: #fff; font-weight: bold; display: block; position: absolute; bottom: 30px; background-color: #ff0000; left: 20px; }
.mininav .shopping-car span img { position: absolute; bottom: -4px; left: 0; }

.main-nav { height: 36px; background-color: #8f0100; font-weight: bold; }
.main-nav a { color: #fff; }
.main-nav .all-nav { width: 185px; height: 36px; color: #fff; float: left; line-height: 36px; padding-left: 20px; background-color: #a21c1d; }
.main-nav .all-nav img { float: right; margin-right: 20px; margin-top: 15px; }
.main-nav nav { float: left; line-height: 36px; }
.main-nav nav a { padding-left: 20px; padding-right: 20px; position: relative; display: inline-block; }
.main-nav nav a img { position: absolute; bottom: 32px; left: 50%; margin-left: -10px; }
.main-nav nav .active { background-color: #fff; color: #000; }
.main-nav .right { float: right; }
.main-nav .right li { float: right; padding-left: 20px; padding-right: 20px; line-height: 36px; }

.classic { background-color: #f9f9f9; color: #806f66; font-size: 12px; font-weight: normal; border-left: #d1ccc7 1px solid; border-right: #d1ccc7 1px solid; border-bottom: #d1ccc7 1px solid; background: url(../images/bg-classic.png) left repeat-y; }
.classic a { color: #806f66; }
.classic .left { width: 110px; height: 100%; float: left; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; line-height: 28px; }
.classic .right { width: 1070px; float: left; background-color: #f9f9f9; }
.classic .brand { width: 1196px; border-left: #d1ccc7 2px solid; border-right: #d1ccc7 2px solid; border-bottom: #d1ccc7 2px solid; position: relative; }
.classic .brand ul { width: 840px; padding-top: 10px; }
.classic .brand li { float: left; margin-left: 10px; margin-top: 0; line-height: 28px; }
.classic .brand .icon-dx-gd { position: absolute; top: 10px; right: 10px; }
.classic .sub-classic { border-bottom: #d1ccc7 1px dotted; }
.classic .sub-classic ul { width: 840px; padding-top: 10px; }
.classic .sub-classic li { float: left; width: 100px; margin-left: 10px; margin-top: 0; line-height: 28px; overflow: hidden; }
.classic .other-classic { position: relative; }
.classic .other-classic ul { width: 1070px; padding-top: 10px; }
.classic .other-classic li { float: left; width: 160px; margin-left: 0px; margin-top: 0; line-height: 28px; overflow: hidden; letter-spacing: -0.5px; }
.classic .other-classic span { color: #999; }
.classic .other-classic .icon-sq { position: absolute; top: 10px; right: 10px; }

.guess { font-size: 12px; font-weight: normal; height: 36px; }
.guess li { float: left; color: #806f66; line-height: 26px; margin: 8px; }
.guess li a { color: inherit; }
.guess .active { width: 120px; color: #b0a59f; }

.other { font-size: 12px; font-weight: normal; height: 36px; margin-top: -10px; position: relative; top: -20px; }
.other h3 { color: #806f66; font-size: 12px; padding-left: 10px; display: inline-block; }
.other img { position: relative; top: 3px; margin-right: 5px; }
.other label { color: #806f66; }
.other input { position: relative; top: 3px; margin-right: 5px; }

/* ------------------------------------------------------------------sectiton-1---------------------------------------------------------------------- */
.sectiton-1 { margin-top: 30px; }

.section-1-main { float: left; width: 985px; }

.top-multipl-1 { height: 39px; border-bottom: #ff5500 1px solid; line-height: 39px; }
.top-multipl-1 a { color: #000; }
.top-multipl-1 .left { float: left; }
.top-multipl-1 .left li { float: left; height: 37px; padding-left: 20px; padding-right: 20px; background-color: #f2f2f2; border: #e3e3e3 1px solid; }
.top-multipl-1 .left .active { background-color: #ff6600; color: #fff; font-weight: bold; border: #ff6600 1px solid; }
.top-multipl-1 .left .active a { color: #fff; }
.top-multipl-1 .right { float: right; }
.top-multipl-1 .right li { float: right; margin-left: 10px; margin-top: 5px; }
.top-multipl-1 .right li span { color: #ff2900; line-height: 12px; }
.top-multipl-1 .right .page-number { line-height: 28px; }

.top-multipl-2 { width: 983px; height: 45px; border: #e5e5e5 1px solid; position: relative; }

.top-multipl-2-a { float: left; }
.top-multipl-2-a input { width: 101px; height: 24px; background: url(../images/bg-input-pc.png) center left no-repeat; line-height: 24px; padding-left: 40px; font-size: 12px; border: #a6a6a6 1px solid; margin-top: 10px; margin-left: 10px; }
.top-multipl-2-a button { width: 49px; height: 26px; text-align: center; line-height: 24px; font-size: 12px; background: none; border: #a6a6a6 1px solid; }

.top-multipl-2-b { float: left; font-size: 12px; font-weight: normal; }
.top-multipl-2-b li { float: left; margin-left: 20px; line-height: 45px; }
.top-multipl-2-b input { position: relative; top: 3px; margin-right: 5px; }

.top-multipl-2-c { float: right; font-size: 12px; font-weight: normal; position: absolute; right: 10px; top: 10px; }
.top-multipl-2-c li { float: right; margin-left: 20px; line-height: 45px; }
.top-multipl-2-c select { position: absolute; right: 40px; width: 79px; height: 25px; top: 2px; }

.top-multipl-3 { width: 983px; height: 37px; border-left: #e5e5e5 1px solid; border-right: #e5e5e5 1px solid; border-bottom: #e5e5e5 1px solid; position: relative; font-size: 12px; }
.top-multipl-3 li { float: left; }
.top-multipl-3 .one { width: 329px; height: 22px; border: #ccc 1px solid; line-height: 22px; margin-top: 7px; margin-left: 10px; }
.top-multipl-3 .one li { padding-left: 9px; padding-right: 20px; border-left: #ccc 1px solid; background: url(../images/bg-top-multipl-3-one.png) no-repeat; }
.top-multipl-3 .one .none { border: none; }
.top-multipl-3 .one .active { background: url(../images/bg-top-multipl-3-one-2.png) no-repeat; color: #b10000; }
.top-multipl-3 .one .top { background: url(../images/bg-top-multipl-3-one-3.png) no-repeat; }
.top-multipl-3 .add { width: 113px; height: 22px; border: #ccc 1px solid; line-height: 23px; margin-top: 7px; margin-left: 10px; background: url(../images/bg-top-multipl-3-add.png) no-repeat; padding-left: 55px; }
.top-multipl-3 .price { width: 100px; height: 22px; border: #ccc 1px solid; line-height: 23px; margin-top: 7px; margin-left: 10px; background: url(../images/bg-top-multipl-3-price.png) no-repeat; padding-left: 15px; }
.top-multipl-3 .price input { width: 35px; height: 22px; padding: 0; margin-top: 0; float: left; border: none; }
.top-multipl-3 .price .input1 { margin-left: -3px; }
.top-multipl-3 .price .input2 { width: 45px; margin-left: 20px; }
.top-multipl-3 .preferential { width: 220px; height: 22px; border: #ccc 1px solid; line-height: 22px; margin-top: 7px; margin-left: 10px; }
.top-multipl-3 .preferential li { margin-left: 10px; }
.top-multipl-3 .preferential input { position: relative; top: 2px; margin-right: 5px; }
.top-multipl-3 .preferential img { position: relative; top: 3px; }
.top-multipl-3 .preferential span { margin-left: 3px; }
.top-multipl-3 .order { float: right; width: 137px; height: 22px; border: #ccc 1px solid; position: absolute; right: 10px; top: 7px; }
.top-multipl-3 .order li { float: right; width: 45px; height: 22px; border-left: #ccc 1px solid; }
.top-multipl-3 .order .none { border: none; }

.eight-hot-products-1 { width: 224px; height: 343px; margin-left: 17px; border: #e3e3e3 1px solid; position: relative; float: left; margin-top: 20px; margin-left: 10px; margin-right: 10px; background-color: #fff; }
.eight-hot-products-1 .main-img { width: 215px; height: 215px; background-color: #000; margin-top: 5px; margin-left: 5px; position: relative; }
.eight-hot-products-1 .pin { display: none; }
.eight-hot-products-1 .detail { margin-left: 5px; margin-right: 5px; }
.eight-hot-products-1 h3 { font-size: 14px; font-weight: bold; color: #cc0000; line-height: 26px; padding: 0; margin: 0; font-family: "微软雅黑"; }
.eight-hot-products-1 h3 small { font-size: 12px; color: #999999; text-decoration: line-through; margin-left: 5px; margin-right: 5px; font-weight: normal; }
.eight-hot-products-1 h3 span { display: inline-block; padding-left: 5px; padding-right: 5px; line-height: 16px; color: #666; font-weight: normal; font-size: 12px; background: #ebe7e6; }
.eight-hot-products-1 p { line-height: 23px; font-size: 12px; color: #333; margin: 0; padding: 0; }
.eight-hot-products-1 p span { color: #cc0000; }
.eight-hot-products-1 .tips span a { color: #999; text-decoration: underline; }
.eight-hot-products-1 .btm { border-top: #eee 1px solid; margin-top: 15px; font-size: 12px; color: #999; }
.eight-hot-products-1 .btm .left { float: left; width: 130px; border-right: #eee 1px solid; line-height: 33px; }
.eight-hot-products-1 .btm .left span { color: #b57c5b; font-size: 14px; font-weight: bold; margin-left: 5px; }
.eight-hot-products-1 .btm .right { float: right; width: 82px; text-align: center; }
.eight-hot-products-1 .btm .right img { margin-top: 10px; }
.eight-hot-products-1 .biao { position: absolute; top: 220px; right: -3px; }

.eight-hot-products-1-on { border: #bc0000 4px solid !important; margin-left: 7px; margin-right: 7px; margin-top: 14px; margin-bottom: 0px; }
.eight-hot-products-1-on .pin { position: absolute; left: 0; bottom: 0; z-index: 99; display: block; }

.four-business-1 { width: 985px; height: 121px; border-bottom: #e3e3e3 1px solid; position: relative; }

.four-business-1-1 { width: 80px; height: 80px; overflow: hidden; margin-top: 20px; margin-left: 20px; float: left; }

.four-business-1-2 { float: left; width: 300px; margin-left: 35px; margin-top: 20px; font-size: 12px; font-weight: normal; }
.four-business-1-2 h3 { font-weight: bold; color: #87776f; margin: 0; padding: 0; }
.four-business-1-2 h3 img { position: relative; top: 3px; }
.four-business-1-2 p { color: #595959; }

.four-business-1-3 { float: left; width: 300px; margin-top: 20px; font-size: 12px; font-weight: normal; line-height: 20px; }
.four-business-1-3 .title { font-weight: bold; color: #666; }
.four-business-1-3 span { display: inline-block; }
.four-business-1-3 .sp1 { color: #666; }
.four-business-1-3 .sp1 mark { font-weight: bold; color: #407e8f; background-color: #fff; }
.four-business-1-3 .sp2 { margin-left: 20px; color: #a1001a; font-weight: bold; }
.four-business-1-3 .sp2 mark { background: #a1001a; width: 32px; height: 17px; display: inline-block; text-align: center; line-height: 17px; color: #fff; margin-right: 5px; -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; font-size: 12px; font-weight: normal; }

.four-business-1-4 { float: right; width: 183px; margin-top: 30px; font-size: 12px; font-weight: normal; line-height: 20px; margin-right: 18px; }
.four-business-1-4 .btn-1 { width: 181px; height: 24px; display: inline-block; background: url(../images/bg-four-business-1-4-1.png) left top no-repeat; text-align: center; color: #fff; line-height: 24px; }
.four-business-1-4 .btn-2 { width: 181px; height: 24px; display: inline-block; background: url(../images/bg-four-business-1-4-2.png) left top no-repeat; text-align: center; color: #595959; line-height: 24px; margin-top: 17px; }
.four-business-1-4 .btn-2 span { color: #c49173; }

.four-business-1-5 { width: 20px; height: 119px; position: absolute; right: 0; top: 2px; }

.four-business-1-on { height: auto !important; border-bottom: none !important; }
.four-business-1-on .four-business-1-5 { display: none !important; }
.four-business-1-on .details { width: 869px; height: 324px; float: right; border: #e6e2e1 3px solid; background-color: #f2f2f2; margin-top: 20px; margin-bottom: 10px; position: relative; }
.four-business-1-on .details .details-1 { width: 195px; height: 302px; margin-top: 10px; margin-left: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #fff; padding-top: 1px; float: left; }
.four-business-1-on .details .details-1 .main-img { width: 160px; height: 160px; background-color: #000; margin-top: 5px; margin-left: 17px; position: relative; }
.four-business-1-on .details .details-1 .pin { display: none; }
.four-business-1-on .details .details-1 .detail { margin-left: 5px; margin-right: 5px; }
.four-business-1-on .details .details-1 h3 { font-size: 14px; font-weight: bold; color: #cc0000; line-height: 26px; padding: 0; margin: 0; font-family: "微软雅黑"; }
.four-business-1-on .details .details-1 h3 small { font-size: 12px; color: #999999; text-decoration: line-through; margin-left: 5px; margin-right: 5px; font-weight: normal; }
.four-business-1-on .details .details-1 p { line-height: 23px; font-size: 12px; color: #333; margin: 0; padding: 0; }
.four-business-1-on .details .details-1 p span { color: #cc0000; }
.four-business-1-on .details .details-1 .tips span a { color: #999; text-decoration: underline; }
.four-business-1-on .details .details-1 .btm { border-top: #eee 1px solid; margin-top: 15px; font-size: 12px; color: #999; height: 47px; text-align: center; }
.four-business-1-on .details .details-1 .btm .left-1 { float: left; width: 71px; border-right: #eee 1px solid; line-height: 33px; }
.four-business-1-on .details .details-1 .btm .left-1 span { color: #b57c5b; font-size: 14px; font-weight: bold; margin-left: 5px; display: block; margin-bottom: -18px; }
.four-business-1-on .details .details-1 .btm .left-3 { float: right; width: 41px; text-align: center; color: #999; }
.four-business-1-on .details .details-1 .btm .left-3 img { margin-top: 8px; }
.four-business-1-on .details .details-1 .btm .left-2 { float: left; width: 71px; border-right: #eee 1px solid; line-height: 33px; }
.four-business-1-on .details .details-1 .btm .left-2 span { color: #3388bb; font-size: 14px; font-weight: bold; margin-left: 5px; display: block; margin-bottom: -18px; }
.four-business-1-on .details .bg-four-business-1-4-32 { width: 11px; height: 119px; position: absolute; top: 100px; right: 20px; }
.four-business-1-on .details .icon-four-business-details { width: 32px; height: 15px; position: absolute; top: -18px; right: 100px; background: url(../images/icon-four-business-details.png) no-repeat; }

.natural-result-1 { width: 985px; height: 112x; border-bottom: #e3e3e3 1px solid; position: relative; }

.natural-result-1-1 { float: left; width: 90px; height: 90px; border: #e5e5e5 1px solid; margin-top: 10px; margin-left: 10px; }
.natural-result-1-1 img { width: 80px; height: 80px; overflow: hidden; margin-top: 5px; margin-left: 5px; float: left; }

.natural-result-1-2 { float: left; width: 245px; margin-left: 15px; font-size: 12px; font-weight: normal; }
.natural-result-1-2 p a { color: #0063dc; }
.natural-result-1-2 p span { color: #ff2900; }
.natural-result-1-2 h3 { font-weight: normal; color: #87776f; margin: 0; padding: 0; font-size: 12px; color: #888; }
.natural-result-1-2 h3 a { text-decoration: underline; margin-right: 5px; }
.natural-result-1-2 h3 img { position: relative; top: 3px; }
.natural-result-1-2 p { color: #595959; }

.natural-result-1-3 { float: left; width: 115px; margin-top: 10px; font-size: 12px; font-weight: normal; line-height: 20px; margin-left: 70px; color: #808080; }
.natural-result-1-3 .sp1 { color: #666; font-size: 14px; font-weight: bold; }
.natural-result-1-3 .sp1 span { color: #ff2900; background-color: #fff; font-family: "微软雅黑"; }
.natural-result-1-3 img { position: relative; top: 2px; margin-right: 5px; }

.natural-result-1-4 { float: left; width: 70px; font-size: 12px; font-weight: normal; line-height: 20px; margin-left: 30px; color: #808080; }

.natural-result-1-5 { float: left; width: 135px; font-size: 12px; font-weight: normal; line-height: 20px; margin-left: 30px; text-align: center; }
.natural-result-1-5 span { color: #808080; }

.natural-result-1-6 { float: left; width: 120px; margin-top: 10px; font-size: 12px; font-weight: normal; line-height: 20px; margin-left: 40px; }
.natural-result-1-6 img { position: relative; top: 5px; margin-right: 5px; }

.prv-nxt { height: 90px; }
.prv-nxt .left-1 { margin-left: 55px; }
.prv-nxt .left-1 li { height: 38px; padding-left: 15px; padding-right: 15px; text-align: center; line-height: 38px; color: #9d9d9d; border: #dfdfdf 1px solid; margin-left: 10px; float: left; font-size: 12px; margin-top: 25px; }
.prv-nxt .left-1 li a { color: #9d9d9d; }
.prv-nxt .left-1 .active { background-color: #ff6600; border: #ff6600 1px solid; }
.prv-nxt .left-1 .active a { color: #fff; font-weight: bold; font-size: 14px; }
.prv-nxt .left-1 .none { border: none !important; }
.prv-nxt .left-2 { height: 38px; text-align: center; line-height: 38px; color: #9d9d9d; margin-left: 30px; float: left; font-size: 12px; margin-top: 25px; }
.prv-nxt .left-2 li { float: left; margin-left: 10px; }
.prv-nxt .left-2 input { width: 45px; height: 19px; border: #dedede 1px solid; }

.sidebar-hot-products { padding-top: 1px; overflow: hidden; border: #e6e6e6 1px solid; }
.sidebar-hot-products h2 { width: 100%; height: 30px; background-color: #f2f2f2; color: #333; font-weight: bold; font-size: 12px; padding: 0; margin: 0; line-height: 30px; padding-left: 10px; }

.sidebar-hot-products-1 { margin-top: 10px; margin-left: 11px; width: 180px; height: 270px; text-align: center; position: relative; }
.sidebar-hot-products-1 h3 { margin: 0; padding: 0; font-family: "微软雅黑"; font-weight: normal; color: #aaa; }
.sidebar-hot-products-1 h3 span { color: #ff2900; font-weight: bold; }
.sidebar-hot-products-1 h3 mark { color: #aaa; text-decoration: line-through; font-size: 12px; background-color: #fff; }
.sidebar-hot-products-1 p { font-size: 12px; color: #0063dc; padding: 0; margin: 0; }
.sidebar-hot-products-1 p img { margin-right: 5px; }
.sidebar-hot-products-1 p span { color: #ff2900; }
.sidebar-hot-products-1 p a { color: #0063dc; }
.sidebar-hot-products-1 small { font-size: 12px; color: #606060; }

.sidebar-hot-products-more { width: 72px; height: 19px; float: right; margin-right: 10px; margin-bottom: 10px; }

.outstanding-business { padding-top: 1px; overflow: hidden; margin-top: 10px; border: #e6e6e6 1px solid; }
.outstanding-business h2 { width: 100%; height: 30px; background-color: #f2f2f2; color: #333; font-weight: bold; font-size: 12px; padding: 0; margin: 0; line-height: 30px; padding-left: 10px; }
.outstanding-business ul { margin-top: 10px; }
.outstanding-business li { width: 182px; height: 273px; margin-bottom: 10px; margin-left: 11px; border: #e6e6e6 1px solid; display: block; text-align: center; }
.outstanding-business a { display: block; }

.section-1-sidebar { float: right; width: 205px; }

/* ------------------------------------------------------------------sectiton-2---------------------------------------------------------------------- */
.bottom-hot-products { border: #e6e6e6 1px solid; background: url(../images/bg-bottom-hot-products.png) left top no-repeat; background-color: #f2f2f2; height: 364px; position: relative; }
.bottom-hot-products h2 { color: #898888; font-size: 14px; font-weight: bold; padding-left: 30px; }
.bottom-hot-products h2 a { margin-left: 10px; margin-right: 10px; color: #0063dc; font-weight: normal; font-size: 12px; }
.bottom-hot-products span { float: right; margin-right: 10px; }

.bottom-hot-products-1 { margin-top: 10px; margin-left: 13px; margin-right: 13px; width: 210px; height: 160px; text-align: center; position: relative; float: left; }
.bottom-hot-products-1 h3 { margin: 0; padding: 0; font-family: "微软雅黑"; font-weight: normal; color: #aaa; }
.bottom-hot-products-1 h3 span { color: #ff2900; font-weight: bold; float: none; }
.bottom-hot-products-1 h3 mark { color: #aaa; text-decoration: line-through; font-size: 12px; background-color: #fff; }
.bottom-hot-products-1 p { font-size: 12px; color: #0063dc; padding: 0; margin: 0; }
.bottom-hot-products-1 p img { margin-right: 5px; }
.bottom-hot-products-1 p span { color: #ff2900; float: none; }
.bottom-hot-products-1 p a { color: #0063dc; }
.bottom-hot-products-1 small { font-size: 12px; color: #606060; }

.bottom-hot-products-more { width: 72px; height: 19px; float: right; margin-right: 10px; margin-bottom: 10px; margin-top: 125px; }

.bottom-guess { height: 42px; margin-top: 10px; font-size: 12px; color: #b0a59f; line-height: 42px; }
.bottom-guess li { float: left; margin-left: 8px; margin-right: 8px; }
.bottom-guess a { color: #806f66; }

.bottom-search { height: 72px; background-color: #f2f2f2; text-align: center; }
.bottom-search li { float: left; margin-top: 30px; }
.bottom-search input { margin-left: 10px; width: 370px; height: 30px; padding-left: 10px; }
.bottom-search button { margin-left: 10px; width: 78px; height: 34px; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; background-color: #e4393c; color: #fff; font-weight: bold; border: none; }

.bottom-search-1 { margin-left: 150px; font-family: "微软雅黑"; padding-top: 5px; }

.bottom-search-4 { margin-left: 200px; }
.bottom-search-4 a { color: #005ea7; font-size: 12px; }
.bottom-search-4 img { position: relative; top: 3px; margin-right: 5px; padding-top: 5px; }

/* --------------------------------------------------------------------footer------------------------------------------------------------------------ */
footer { margin-top: 20px; }

.guide { width: 100%; height: 191px; background: url(../images/bg-guide.png) repeat-x; }

.bg-guide2 { width: 1200px; height: 46px; background: url(../images/bg-guide2.png) top center no-repeat; }

.guide-1 { float: left; width: 125px; margin-left: 75px; font-size: 12px; line-height: 18px; margin-top: 8px; }
.guide-1 a { color: #666; }
.guide-1 h3 { font-size: 16px; font-weight: bold; }
.guide-1 li { list-style-type: disc; }

.safeguard { width: 100%; height: 89px; border-bottom: #e4e4e4 1px solid; background: url(../images/bg-safeguard.png) center no-repeat; background-color: #fff; }
.safeguard ul { width: 651px; position: absolute; left: 50%; margin-left: -220px; }
.safeguard li { width: 217px; text-align: left; float: left; line-height: 89px; font-weight: bold; }

.footer { height: 164px; text-align: center; font-size: 12px; }
.footer a { color: #666; }
.footer .link { margin-top: 20px; margin-left: 100px; }
.footer .link li { float: left; margin-left: 5px; margin-right: 5px; }
.footer .zz { margin-top: 20px; margin-left: 250px; }
.footer .zz li { float: left; margin-left: 5px; margin-right: 5px; }
