﻿@charset "utf-8";
/* CSS Document */
/* 引导页 */
.bgstretcher-area {
	text-align: left;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
.indexlogo {
	width: 200px;
	height: 160px;
	background: #070604 url(../images/indexlogo_05.png) no-repeat 30px 44px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.indexhome {
	width: 94px;
	height: 41px;
	margin-top: 62px
}
.indexfooter {
	position: fixed;
	width: 1033px;
	bottom: 50px;
	height: 150px;
	margin-right: -33px
}
.indexfooter ul li {
	width: 225px;
	height: 150px;
	background: #fff;
	float: left;
	margin-right: 33px;
	text-align: center;
	font: normal 18px Arial, 微软雅黑, 宋体;
}
.indexfooter ul li span {
	font-size: 12px;
	font-weight: normal;
}
.indexfooter ul li a span {
	color: #959595
}
.indexfooter ul li a:hover {
	font-weight: bold;
}
.indexfooter ul li img {
	display: block;
	margin: 25px auto 15px
}
/* 首页 */
/* 头部 */
.top {
	text-align: center;
	height: 26px;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0 0 0;
}
.top ul {
	margin: auto;
	text-align: center
}
.top ul li {
	margin: 0 6px;
	border-right: 1px solid #ddd;
	padding: 0 10px 0 0;
	height: 18px;
	line-height: 18px;
	display: inline-block
}
.top ul li.shop {
	border: none;
	background: url(../images/shopCart.png) no-repeat right;
	width: 50px;
	text-align: left;
}
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1001;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}
.white_content {
	display: none;
	position: fixed;
	width: 540px;
	height: 480px;
	left: 50%;
	top: 50%;
	margin-left: -290px;
	margin-top: -260px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	padding: 20px
}
.white2 {
	display: none;
	position: fixed;
	width: 540px;
	height: 380px;
	left: 50%;
	top: 50%;
	margin-left: -290px;
	margin-top: -190px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	padding: 20px
}
.close {
	position: absolute;
	left: 550px;
	top: 15px
}
.sign {
	width: 270px;
	margin: auto
}
.signTitle {
	font: normal 24px/1.4em "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
	margin: 20px
}
.signTitle span {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999
}
.blue {
	color: #09F;
}
.signInput {
	width: 194px;
	height: 20px;
	line-height: 40px;
	border: 1px solid #ddd;
	margin: 20px 0 0 0;
	padding: 10px 20px 10px 46px;
	font: normal 14px/20px "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
	color: #999
}
.submitInput {
	width: 262px;
	height: 42px;
	margin: 30px 0 0 0;
	background: #ececec;
	border: none;
	cursor: pointer;
	font: normal 14px "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
	color: #666
}
.submitInput:hover {
	background: #09F;
	color: #fff
}
.codeWord {
	position: absolute;
	left: 330px;
	top: 340px
}
.email {
	background: url(../images/icon_03.jpg) no-repeat 10px 8px
}
.user {
	background: url(../images/icon_06.jpg) no-repeat 10px 8px
}
.password {
	background: url(../images/icon_08.jpg) no-repeat 10px 8px
}
.code {
	background: url(../images/icon_13.jpg) no-repeat 10px 12px
}
.logo {
	border-bottom: 1px solid #ddd;
	padding: 30px 0
}
.logo img {
	width: 248px;
	margin: auto;
}
/* 导航 */
.nav {
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 10
}
.nav ul {
	width: 840px;
	margin: auto;
}
.nav ul li {
	float: left;
	padding: 0 20px;
	font-size: 14px;
	background: url(../images/border.png) no-repeat right center;
}
.nav ul li a:hover {
	font-weight: bold;
	color: #333
}
.nav ul li:last-child, .nav ul li ul.subnav li:last-child {
	background: none
}
.nav ul li ul.subnav {
	position: absolute;
	z-index: 10;
	width: 1000px;
	height: 40px;
	line-height: 40px;
	background: url(../images/bg.png);
	left: 0;
	text-align: center;
	color: #fff;
	display: none;
	text-align: center;
	width: 1000px
}
.nav ul li:hover ul.subnav {
	display: block
}
.nav ul li ul.subnav li {
	display: inline-block;
	float: none;
	background: url(../images/borderWhite.png) no-repeat right center;
}
.nav ul li ul.subnav li a {
	color: #fff
}
/* 首页banner */
.banner {
	width: 1000px;
	height: 430px;
	position: relative;
	margin: 10px auto 35px;
	overflow: hidden
}
.banner ul li img {
	width: 1000px;
	height: 430px
}
.rslides {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0
}
.rslides_nav {
	width: 36px;
	height: 36px;
	background-image: url(../images/banner_new.png);
	display: block;
	position: absolute;
	text-indent: -10em;
	overflow: hidden;
}
.prev {
	background-position: 0 0;
	left: 10px;
	top: 290px;
}
.prev:hover {
	background-position: 0 -36px;
}
.next {
	background-position: -36px 0;
	right: 10px;
	top: 290px;
}
.next:hover {
	background-position: -36px -36px;
}
.rslides_tabs {
	position: absolute;
	right: 0px;
	top: 600px;
	clear: both;
	text-align: center;
	z-index: 99999;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
*float:left;
	margin-right: 5px
}
.rslides_tabs a {
	width: 10px;
	height: 10px;
	background: #fff;
	text-indent: -5em;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 6px;
	border-radius: 6px;
}
.rslides_tabs .rslides_here a {
	background: #2d2d2d;
}
/* 首页主要内容 */
/* 产品 */
.marB25 {
	margin-bottom: 25px
}
.mainPro {
	margin-bottom: 30px
}
.proLeft {
	width: 144px;
	text-align: center
}
.proLeft img {
	margin: 15px auto 10px;
}
.proRight {
	width: 1000px;
}
.proRight li {
	width: 190px;
	height: 160px;
	text-align: center;
	float: left;
	margin: 0 0 20px 0
}
.proRight li img {
	margin: 0 auto 10px;
}
.proRight li a:hover {
	font-weight: bold
}
.more {
	margin-top: 4px;
	display: block
}
/* 活动 */
.mainNews {
	width: 1020px;
	margin: 0 -20px 0 0
}
.mainNews li {
	width: 320px;
	height: 214px;
	float: left;
	margin-right: 20px;
	position: relative
}
.mainNews li p {
	position: absolute;
	bottom: 0;
	font: normal 14px/2em "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
	background: url(../images/bg.png) repeat;
	width: 300px;
	color: #fff;
	padding: 0 10px
}
/* 底部 */
.foot {
	background: #2d2d2d;
	margin-top: 100px;
	color: #fff;
	padding-bottom: 40px
}
.foot a {
	color: #fff
}
.footLogo {
	margin-top: 35px
}
.footLeft {
	width: 655px;
}
.footLeft ul {
	border-bottom: 1px solid #565656;
	margin-bottom: 20px
}
.footLeft ul li {
	float: left;
	line-height: 4.6em;
	padding: 0 19px
}
/* 木道系列页 */
.pro {
	margin: 50px 0 160px;
}
.mdLeft {
	width: 220px;
	padding: 0 30px 0 10px
}
.mdTitle {
	width: 140px;
	height: 76px;
	padding: 4px 0 0 80px;
	background: url(../images/indexicon_03.png) no-repeat 20px 0;
}
.mdList li {
	height: 50px;
	line-height: 50px;
	width: 180px;
	padding: 0 20px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
}
.mdList a {
	display: block;
	background: url(../images/jtBlack.png) no-repeat 198px center
}
.mdList a:hover {
	background: #666 url(../images/jtWhite.png) no-repeat 198px center;
	color: #fff;
}
/* 木道banner */
.mdRight {
	width: 740px;
	position: relative;
	padding-top:0px;
}
.kr {
	position: absolute;
	left: 19px;
	top: 452px;
	z-index: 100
}
.content_list img {
	width: 740px;
	height: 490px
}
.ctrl-panel {
	position: absolute;
	right: 18px;
	top: 466px;
	z-index: 1000;
}
.m-page {
	display: block;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #963;
	float: left;
	display: inline;
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px
}
.m-page:hover {
	text-decoration: none;
	color: #fff;
}
.focus {
	background: #000;
}
.con {
	width: 100%;
}
.scroll-wrap {
	OVERFLOW: hidden;
	WIDTH: 740px;
	POSITION: relative;
	HEIGHT: 490px
}
.scroll_box_content {
	POSITION: absolute
}
.content_list {
	FLOAT: left;
	WIDTH: 740px;
	HEIGHT: 490px;
	cursor: pointer;
}
/* 木道列表页 */
.mdUl li {
	float: left;
	margin: 0 5px 26px
}
.mdUl li img {
	width: 220px;
	height: 220px;
}
.mdUl li p {
	line-height: 1.5em;
	width:200px;
	text-align:center;
	overflow:hidden;
	text-overflow: ellipsis;
white-space: nowrap;
}
.mdUl a:hover {
	font-weight: bold
}
.fy {
	text-align: center;
	border-top: 1px solid #d2d2d2;
	line-height: 4em
}
.marb {
	margin-bottom: 60px
}
/* 木道详情页 */
.padLeft {
	width: 740px;
	padding-left: 0px;
	margin-top:0px;
}
.proTop {
	width: 720px;
	margin-bottom: 40px
}
.proPic {
	width: 430px;
}
.proright {
	width: 266px;
	margin-right: -9px;
	margin-top:100px;
}
.add {
	margin-top: 20px;
	
	
}
.add li {
	width: 124px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
	color: #fff;
	margin-right: 9px
}
.add li input {
	border: none;
	background: #efad5f;
	width: 124px;
	height: 50px;
	color: #fff;
	cursor: pointer
}
.taobao {
	background: #ee935e
}
.aa, .bb {
	width: 84px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #cfcfcf;
	cursor: pointer;
	float: left;
	margin: 10px 10px 20px 0;
	background: #e8e8e8;
}
.red {
	border: 1px solid #efad5f;
	background: #fff;
	color: #df9b4a;
	font-weight: bold
}
.size {
	line-height: 3em
}
.prise span {
	font: italic 24px Arial, Helvetica, sans-serif;
	color: #efad5f
}
.total {
	width: 90px;
	height: 34px;
	border: 1px solid #ddd;
	line-height: 34px;
	text-align: center
}
.shuliang {
	padding: 14px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px
}
.proCenter {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	color: #333
}
.detail {
	width: 430px
}
.detail p {
	line-height: 1.8em
}
.others {
	width: 257px;
	line-height: 2.2em
}
.others strong {
	padding-right: 10px
}
.share {
	margin-top: 20px
}
.detailTitle {
	margin-bottom: 10px
}
.morePro {
	width: 740px;
	margin-right: -20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px
}
.morePro li {
	float: left;
	margin-right: 20px;
	width: 165px
}
.morePro li p {
	line-height: 3em
}
.morePro a:hover {
	font-weight: bold
}
/* 木道详情页pic轮换 */
.zoombox, .zoombox1 {
	width: 430px;
}
.zoompic, .zoompic1 {
	width: 430px;
	height: 430px;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
.sliderbox, .sliderbox1 {
	height: 77px;
	overflow: hidden;
	margin: 6px 0 0 0;
}
.sliderbox .arrow-btn, .sliderbox1 .arrow-btn1 {
	width: 10px;
	height: 77px;
	background: url(../images/arrow-btn.png) no-repeat;
	cursor: pointer;
}
.sliderbox #btn-left, .sliderbox1 #btn-left1 {
	float: left;
	background-position: 0 0;
}
.sliderbox #btn-left.dasabled, .sliderbox1 #btn-left1.dasabled1 {
	background-position: 0 0px;
}
.sliderbox #btn-right, .sliderbox1 #btn-right1 {
	float: right;
	background-position: -0px 0;
}
.sliderbox #btn-right.dasabled, .sliderbox1 #btn-right1.dasabled1 {
	background-position: -10px -50px;
}
.sliderbox .slider, .sliderbox1 .slider1 {
	float: left;
	height: 77px;
	width: 410px;
	position: relative;
	overflow: hidden;
	display: inline;
}
.sliderbox .slider ul, .sliderbox1 .slider1 ul {
	position: absolute;
	left: 3px;
	width: 999em;
}
.sliderbox .slider li, .sliderbox1 .slider1 li {
	float: left;
	width: 82px;
	height: 77px;
	text-align: center;
}
.sliderbox .slider li img, .sliderbox1 .slider1 li img {
	border: solid 1px #dfdfdf;
}
.sliderbox .slider li.current img, .sliderbox1 .slider1 li.current img {
	border: solid 1px #e99e49;
}
/*木匠工坊系列页面*/
.mdTitle3 {
	width: 140px;
	height: 76px;
	padding: 4px 0 0 80px;
	background: url(../images/indexicon_05.png) no-repeat 20px 0;
}
.proMj {
	background: url(../images/mjbg_03.jpg) no-repeat right 0;
	min-height: 530px;
	margin-bottom: 100px
}
.mjNav {
	width: 950px;
	height: 60px;
	padding: 25px;
}
.mjMainav li {
	float: left;
	height: 70px;
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	width: 14px
}
.mjMainav a:hover {
	font-weight: bold;
	color: #333
}
#mjBanner {padding-top:50px;
	width: 100%;
	height: 425px;
	float: left;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 425px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 425px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -5px;
}
#slides li a {
	display: block;
	width: 100%;
	height: 425px;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 390px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 10px;
	border-radius: 5px;
	background: #FFF
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #bb0f0f
}
/*木匠列表页*/
 
.mjRight {
	width: 770px;
	margin-top: 35px;
}
/*杂货铺系列页*/
.mdTitle2 {
	width: 130px;
	height: 76px;
	padding: 4px 0 0 90px;
	background: url(../images/indexicon_07.png) no-repeat 20px 0;
}
dl.zaUl dt {
	float: left;
	background: none;
	padding: 5px 10px 0 12px;
	background: url(../images/border.png) no-repeat right 10px
}
dl.zaUl {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px
}
dl.zaUl dt a:hover {
	background: none;
	font-weight: bold;
	color: #333
}
/*实体门店列表页*/
.storeTitle {
	margin: 40px auto;
	text-align: center
}
.vedio {
	width: 760px;
	height: 570px;
	margin: auto
}
.storeUl {
	width: 780px;
	margin: auto
}
.storeUl li {
	float: left;
	text-align: center;
	margin: 0 15px 30px 15px;
	width: 230px
}
.storeUl li p {
	line-height: 3em
}
.storeUl a:hover {
	font-weight: bold
}
/*实体门店详情页*/
.txtLeft {
	width: 240px
}
.txtRight {
	width: 740px;
	line-height: 2em
}
.txtTop {
	margin-top: 60px
}
.marb2 {
	margin-bottom: 30px
}
.txtLeftl li {
	line-height: 2.4em;
	padding-left: 15px
}
.txtLeftl a {
	display: block
}
.txtLeftl a:hover {
	color: #bf9f62;
	background: url(../images/jtt_03.jpg) no-repeat 0 center;
}
.lineh {
	margin-bottom: 10px;
}
.address {
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	margin-bottom: 15px
}
/*坐客四心堂列表页*/
.homeUl .floatRight {
	width: 230px
}
.homeUl li {
	height: 326px;
	overflow: hidden;
	margin-bottom: 50px
}
/*活动列表页*/
.newsLeft {
	width: 80px;
	text-align: center
}
.newsRight {
	width: 640px;
}
.newsUl li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.marb3 {
	margin-bottom: 10px
}
.newsDetail {
	margin-bottom: 20px
}
.txtRight .fy {
	border: none;
	margin-top: -20px
}
.zz {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd
}
/*工厂一瞥*/
.fac {
	width: 1000px;
	margin: auto;
	position: relative
}
#imageFlow {
	position: absolute;
	width: 1000px;
	height: 380px;
	left: 0%;
	top: 150px
}
#imageFlow .diapo {
	position: absolute;
	left: -1000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
	margin-left: -1px;
	margin-bottom: -1px;
}
#imageFlow .bank {
	visibility: hidden;
}
#imageFlow .top {
	position: absolute;
	width: 1000px;
	height: 40%;
	border: none
}
#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 1000px;
	bottom: 16%;
	text-align: center;
	color: #FFF;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
}
#imageFlow .title {
	font-size: 0.9em;
	font-weight: bold;
}
#imageFlow .legend {
	font-size: 0.8em;
}
#imageFlow .scrollbar {
	position: absolute;
	left: 0%;
	bottom: 10%;
	width: 1000px;
	height: 16px;
	z-index: 1000;
}
#imageFlow .track {
	position: absolute;
	left: 0%;
	width: 1000px;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#imageFlow .arrow-left {
	position: absolute;
}
#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
}
#imageFlow .bar {
	position: absolute;
	height: 16px;
	left: 25px;
}
.facfoot {
	margin-top: 600px;
	z-index: 10000;
	position: relative
}
/*了解我们*/
.aboutBg {
	width: 1000px;
	background: url(../images/aboutBg.jpg) no-repeat 0 0;
	margin: 40px 0 0 0;
	height: 350px
}
.aboutMain {
	width: 706px;
	padding: 30px;
	background: #fafafa;
	margin: -90px auto 250px;
	line-height: 2em;
}
.content {
	margin: 20px 0
}
.phone {
	background: url(../images/phone.png) no-repeat 0 center;
	line-height: 60px;
	padding-left: 40px
}
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
/*工序*/
.he{ color:#af8028; background:url(../images/time.jpg) no-repeat right center; width:110px; padding:0 0 0 10px; line-height:2.4em}
.timeMain{ width:740px; position:relative; background:url(../images/bo.jpg) repeat-y 99px 0; padding:30px 0}
.aLeft{ width:78px; background: url(../images/ddd.jpg) no-repeat right center; text-align:right; padding:0 30px 0 0}
.aRight{ width:605px; padding:0 0 0 27px}
.tmainA{ margin-bottom:40px}


/*****购物车*********/
.gwc{ width:950px;overflow:hidden;}
.gwc_tb1{ width:100%;  background:#eaeaea; line-height:54px; margin-top:20px; overflow:hidden;}
.tb1_td1{ width:35px; text-align:center;}
.tb1_td3{ width:290px; text-align:center; background:url(../images/td1.jpg) right no-repeat;}
.tb1_td4{ width:260px; text-align:center; background:url(../images/td1.jpg) right no-repeat;}
.tb1_td5{ width:115px; text-align:center; background:url(../images/td1.jpg) right no-repeat;}
.tb1_td6{ width:135px; text-align:center; background:url(../images/td1.jpg) right no-repeat;}
.tb1_td7{ text-align:center;}


.gwc_tb2{ width:100%;    border:1px solid #e5e5e5; padding-top:20px; padding-bottom:20px; border-top:none}
.tb2_td1{ width:60px; text-align:center;}
.tb2_td2{ width:100px; text-align:center;}
.tb2_td2 img{ width:129px; height:87px; border:1px solid #c9c6c7;}
.tb2_td3{ width:136px; padding-left:12px; padding-right:18px;}
.tb2_td3 a{ font-size:14px; line-height:22px;}

.gwc_tb3{ width:100%; border:1px solid #d2d2d2; background:#e7e7e7; height:100px; margin-top:20px; }
.gwc_tb3 tr td{font-size:14px;}
.tb3_td2{ width:100px;text-align:center;}
.tb3_td2 span{ color:#9c7557;font-size:14px; font-weight:bold; padding-left:5px; padding-right:5px; }
.tb3_td3{ width:220px;text-align:center;}
.tb3_td3 span{ font-size:18px; font-weight:bold;}
.tb3_td4{ width:110px;text-align:center;}
.jz2{ width:100px; height:46px; line-height:46px; text-align:center; font-size:18px; color:#fff; background:#9c7557; display:block; float:right; margin:0 20px 0 0}
#jz1{font-size:18px;}

/*****个人*********/
.geren td{ line-height:50px; border-bottom:1px solid #ddd}
.huang{ color:#caab70}
.confirm{ width:60px; height:20px; text-align:center; line-height:20px; background:#caab70; color:#fff; margin:auto}

.w1{ width:170px}
.w2{ width:810px}