﻿@charset "utf-8";

/*PageTop*/
.w1000{ width:1000px; margin:0 auto; font-size:12px;}
.top{ float:left; width:100%; background:#f5f5f5; border-bottom:1px solid #eee; height:35px; line-height:35px;}
.top a{ margin-right:10px;}
.toplist{ float:right;}
.toplist li{ float:left; margin-left:30px; padding-left:19px;}
.toplist li.list1{ background:url(../images/icon1.png) left center no-repeat;}
.toplist li.list2{ background:url(../images/icon2.png) left center no-repeat;}
.toplist li.list3{ background:url(../images/icon3.png) left center no-repeat;}
.toplist li.list4{ background:url(../images/icon9.jpg) left 6px no-repeat; }



/* CSS Document */
html{
	overflow-x:hidden; overflow-y: scroll;
}

body{
	margin:auto; padding:0;
	background-image:url(../images/bg.png);
	background-position:center 0;
}

body, div, ul, li, dl, dt, dd, p, th, td{
	margin:0; padding:0; font-size:12px; color:#2a0809; font-family:"微软雅黑", Arial, "宋体";
	-webkit-text-size-adjust:none;
}

h1,h2,h3,h4,ul,li,p,dl,dt,dd,ol,form{
	margin:0; padding:0; list-style:none;
}

i,em{
	font-size:12px;
	font-style:normal;
}
input, textarea, select{
	margin:0; padding:0; font-size:12px; font-family:"微软雅黑", Arial, "宋体"; color:#2a0809; background:#fff;
}

pre{ 
	white-space:pre-wrap;/*css-3*/ 
	white-space:-moz-pre-wrap;/*Mozilla,since1999*/ 
	white-space:-pre-wrap;/*Opera4-6*/ 
	white-space:-o-pre-wrap;/*Opera7*/ 
	word-wrap:break-word;/*InternetExplorer5.5+*/
} 

input, button, select, textarea{
	outline:none;
}
textarea{
	resize:none;
}

table{
	border-collapse:collapse;
	border:0;
}
td{
	padding:0;
}

a, a:link{
	color:#2a0809; text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
	vertical-align:middle; border:0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.page-kv,
.uheader-bg,
.footer-bg{
	min-width:1000px; _min-width:inherit;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>1000?"auto":"1000px");
	background-repeat:no-repeat;
	background-position:center 0;
}
.page-kv{
	height:280px;
}
.aboutus-kv{
	background-image:url(../images/kv-aboutus.jpg);
}
.pro-kv{
	background-image:url(../images/kv-pro.jpg);
}
.info-kv{
	background-image:url(../images/kv-info.jpg);
}
.contactus-kv{
	background-image:url(../images/kv-contactus.jpg);
}
.uheader-bg{
	height:80px;
	background-image:url(../images/user-1.png);
}
.footer-bg{
	height:178px;
	background-image:url(../images/footer-bg.png);
}

.btn1{
	border:0; cursor:pointer;
}
.btn1{
	width:55px; height:25px; line-height:25px; text-align:center;
	display:inline-block; color:#fff;
	background-color:#c8a065;
}

.header-bg{
	width:1600px; position:fixed; left:50%; top:0; margin-left:-800px; z-index:200;
	background:url(../images/header-bg.png) no-repeat center 0;
}
.header{
	margin:0 auto; width:1000px; display:table; clear:both;
}
.header-search-login{
	height:80px; border-bottom:1px solid #a09a94;
}
.header-search{
	float:right; width:200px; height:30px; margin-top:24px; border:1px solid #847a6e;
}
.header-search dt{
	float:left; width:173px; height:29px; padding-top:1px; overflow:hidden;
}
.header-search dt input{
	width:150px; height:28px; line-height:28px; padding:0 10px; border:0;
	color:#7d736a;
	background:none;
}
.header-search dd{
	float:left; width:27px;
}
.header-search dd input{
	width:27px; height:30px; border:0; cursor:pointer;
	background:url(../images/icon-search.png) no-repeat center 0;
}
.header-login{
	float:right; width:50px; height:30px; border:1px solid #847a6e; margin-left:10px; margin-top:24px;
}
.header-login a{
	height:30px; line-height:30px; display:block; text-align:center; color:#fff;
}
.header-login a.logined{
	height:30px; line-height:30px; display:block; text-align:center; color:#fff; background: url(../images/member01.png) no-repeat center center;
}


.menu-m{
	position:relative;
}
.lang{
	width:140px; height:17px; position:absolute; right:0; top:13px; color: #FFF;
}
.lang a{
	width:21px; height:15px; padding:1px; margin:0 8px; display:inline-block;
	background-repeat:no-repeat;
	background-position:center center;
}
.lang .icon-cn{
	background-image:url(../images/lang-cn.png);
}
.lang .icon-en{
	background-image:url(../images/lang-en.png);
}
.lang a.active,
.lang a:hover{
	padding:0; border:1px solid #fff;
}

.menu{
	height:43px; padding-left:80px;
}
.menu li{
	float:left; width:100px; height:43px; margin:0 20px;
}
.menu li a{
	line-height:43px; display:block; font-size:16px; color:#fff;
}
.menu li a:hover{
	text-decoration:none; color:#c8a065;
}
.menu-nav{
	padding:10px 0 10px 80px; border-top:1px solid #a09a94; display:none; overflow:auto;
}
.menu-nav li{
	float:left; width:100px; min-height:1px; margin:0 20px;
}
.menu-nav li p{
	line-height:20px; display:none;
}
.menu-nav li a{
	color:#fff;
}
.menu-nav li a:hover{
	text-decoration:none; color:#c8a065;
}

.main{
	margin:35px auto 75px auto; width:1000px; display:table; clear:both;
}

/* 首页 */
.home-sort{
	margin-bottom:40px; overflow:auto;
}
.home-sort li{
	float:left; width:316px; padding-bottom:15px;
	background:url(../images/home-1.png) no-repeat center bottom;
}
.home-sort li a{
	position:relative; display:block; border:5px solid #fff; color:#fff;
}
.home-sort li span{
	width:100%; height:30px; line-height:30px; display:block; text-align:center;
	position:absolute; left:0; bottom:0;
	-moz-opacity:0.4; opacity:0.4; filter:alpha(opacity=40);
	background-color:#493929;
}
.home-sort li a:hover{
	text-decoration:none; border:5px solid #493929;
}
.home-sort li a:hover span{
	-moz-opacity:1; opacity:1; filter:alpha(opacity=100);
}
.home-sort li img{
	vertical-align:middle;
}

/* 热销、关联产品 */
.hotpro{
	width:1000px; overflow-x:hidden;
}
.hotpro h2{
	margin-bottom:40px;
}
.hotpro ul{
	width:1100px; overflow:auto;
}
.hotpro li{
	float:left; width:235px; margin-right:20px; background-color:#fff;
}
.hotpro li a{
	padding:19px; display:block; text-align:center; border:1px solid #c9c9c9;
}
.hotpro li a img{
	vertical-align:middle;
}
.hotpro li a .row-name{
	width:195px; height:24px; line-height:24px; display:block; color:#a0a0a0;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.hotpro li a .row-link{
	height:30px; line-height:30px; display:block; margin-top:5px;
	color:#493929;
	background-color:#e5e5e5;
}
.hotpro li a:hover{
	padding:16px; text-decoration:none; border:4px solid #493929;
}
.hotpro li a:hover .row-name{
	color:#493929;
}
.hotpro li a:hover .row-link{
	color:#fff;
	background-color:#493929;
}

.thecurrent{
	position:relative;
}
.thecurrent p{
	height:36px; line-height:36px; position:absolute; left:0; top:-71px;
	color:#fff;
}
.thecurrent p i{
	margin:0 8px; font-size:12px; font-family:'宋体'; color:#fff;
}
.thecurrent p a{
	color:#fff;
}

.page-line{
	height:21px;
}
.page-line span{
	width:130px; height:20px; display:block; border-top:1px solid #bab1a4;
}
.page-h2{
	height:40px; line-height:40px; margin:0;
	font-size:20px; color:#35281a;
}
.page-h2 span{
	line-height:30px; padding-top:10px;
	display:inline-block; margin-left:10px;
	font-size:12px; font-weight:normal; color:#777370;
}

/* 关于我们 */
.about-m{
	overflow:auto;
}
.about-pic{
	float:left; width:430px;
}
.about{
	float:right; width:545px;
}
.about-intro{
	margin-top:20px;
}
.about-intro,
.about-intro div,
.about-intro p{
	line-height:24px;
}
.about-intro img{
	max-width:530px; margin:5px auto; display:block;
}

/* 产品目录 */
.pro-side{
	float:left; width:190px;
}
.pro-side h2{
	height:50px; line-height:50px; padding-left:15px;
	font-size:18px; color:#fff;
	background-color:#65544d;
}
.pro-side-nav{
	padding-left:15px; padding-bottom:10px; margin-bottom:5px;
	background-color:#f6f4ee;
}
.pro-side-nav h3{
	height:41px; line-height:41px; margin-bottom:5px; padding-right:15px; border-bottom:1px solid #c9c9c9;
	font-size:14px; color:#342619;
}
.pro-side-nav h3 span{
	float:right; width:21px; height:21px; display:block;
}
.pro-side-nav h3 a{
	width:21px; height:21px; margin-top:10px; display:inline-block;
	background:url(../images/icon-plus.png) no-repeat;
}
.pro-side-big li{
	margin-bottom:2px;
}
.pro-side-big li a{
	line-height:19px; padding:3px 20px 3px 15px; display:block; color:#707070;
}
.pro-side-big li a:hover,
.pro-side-big li.active a{
	text-decoration:none; font-weight:bold; color:#fff;
	background:url(../images/icon-arrow1.png) no-repeat right center #65544d;
}
.pro-side-small li{
	margin-bottom:2px;
}
.pro-side-small li a{
	line-height:19px; padding:3px 20px 3px 15px; display:block; color:#707070;
}
.pro-side-small li a:hover,
.pro-side-small li.active a{
	text-decoration:none; font-weight:bold; color:#65544d;
	background:url(../images/icon-arrow2.png) no-repeat right center;
}

.pro-m{
	float:right; width:790px;
}
.pro-search{
	margin-bottom:15px; padding:0 20px 10px 20px; position:relative;
	background-color:#f6f4ee;
}
.pro-search-title{
	height:34px; line-height:34px; border-bottom:1px solid #ddd;
	font-size:14px;
}
.pro-search-title span{
	float:right; font-size:12px; font-weight:normal; color:#666;
}
.pro-search-title b{
	margin:0 10px; font-size:14px; color:#000;
}
.pro-search-opt{
	padding:10px 0 5px 0; border-bottom:1px dashed #ddd; overflow:auto;
}
.pro-search-opt dt{
	float:left; width:40px; line-height:22px; color:#707070;
}
.pro-search-opt dd{
	float:left; width:710px; line-height:22px; color:#707070;
}
.pro-search-opt dd span{
	height:20px; line-height:20px; margin-right:10px; margin-bottom:5px; display:inline-block; border:1px solid #f6f4ee;
}
.pro-search-opt dd span a{
	color:#2a0809;	
}
.pro-search-opt dd a:hover{
	text-decoration:none; color:#b4905b;
}
.pro-search-opt dd span.active{
	padding:0 10px; border:1px solid #ddd; background-color:#fff;
}
.pro-search-opt dd span.active a{
	height:20px; line-height:20px; padding-right:12px; display:inline-block; color:#b4905b;
	background:url(../images/icon-close.png) no-repeat right center;
}
.pro-search-color{
	padding:10px 0 5px 0; overflow:auto;
}
.pro-search-color dt{
	float:left; width:40px; line-height:16px; color:#707070;
}
.pro-search-color dd{
	float:left; width:710px; height:16px; overflow:hidden;
}
.pro-search-color dd span{
	width:14px; height:14px; padding:1px; display:inline-block; margin-right:8px; margin-bottom:5px; overflow:hidden;
}
.pro-search-color dd a{
	width:12px; height:12px; padding:1px; display:inline-block; overflow:hidden;
}
.pro-search-color dd span .color_all{
	background:url(../images/icon-color.png) no-repeat;
}
.pro-search-color dd span .clr_cc0000{
	background-color:#cc0000;
}
.pro-search-color dd span .clr_ffff00{
	background-color:#ffff00;
}
.pro-search-color dd span .clr_fb940b{
	background-color:#fb940b;
}
.pro-search-color dd span .clr_00cc00{
	background-color:#00cc00;
}
.pro-search-color dd span .clr_0000ff{
	background-color:#0000ff;
}
.pro-search-color dd span .clr_03c0c6{
	background-color:#03c0c6;
}
.pro-search-color dd span .clr_762ca7{
	background-color:#762ca7;
}
.pro-search-color dd span .clr_ff98bf{
	background-color:#ff98bf;
}
.pro-search-color dd span .clr_885418{
	background-color:#885418;
}
.pro-search-color dd span .clr_999999{
	background-color:#999999;
}
.pro-search-color dd span .clr_000000{
	background-color:#000000;
}
.pro-search-color dd span.active{
	padding:0; border:1px solid #a9a9a9;
}
.pro-search-color dd span.active a{
	padding:0; border:1px solid #fff;
}


.pro-search-keyword{
	padding:10px 0 5px 0; overflow:auto;
}
.pro-search-keyword dt{
	float:left; width:72px; line-height:16px; color:#707070;
}
.pro-search-keyword dd{
	float:left; width:500px; height:16px; overflow:hidden; color: #F00;
}

.pro-search-type{
	position:absolute; right:20px; bottom:12px;
}
.pro-search-type a{
	width:32px; height:20px; line-height:20px; display:inline-block; color:#acacac;
	margin-left:10px; padding:1px 1px 1px 21px;
	background-repeat:no-repeat;
	background-position:4px center;
}
.pro-search-type a:hover{
	text-decoration:none;
}
.pro-search-type .link1{
	background-image:url(../images/icon-type1.png);
}
.pro-search-type .link2{
	background-image:url(../images/icon-type2.png);
}
.pro-search-type .active{
	padding:0 0 0 20px; border:1px solid #d9d9d9; color:#454545;
	background-color:#f5f5f5;
}

.pro-list{
	overflow:auto;
}
.pro-list dl{
	margin-bottom:15px; padding:17px 12px; border:1px solid #c9c9c9; overflow:auto;
	background-color:#fff;
}
.pro-list dt{
	float:left; width:102px; margin-right:20px;
}
.pro-list dt img{
	vertical-align:middle; border:1px solid #c9c9c9;
}
.pro-list dd{
	float:left; width:632px;
}
.pro-list .row-title{
	line-height:24px;
}
.pro-list .row-title a{
	font-size:14px; color:#b4905b;
}

.pro-list .row-origin, .pro-list .row-recommded{
	line-height:30px; border-bottom:1px dotted #a0a0a0; color:#a0a0a0;
}
.pro-list .row-origin span{
	float:right; line-height:30px; padding-left:20px; display:block; color:#454545;
}

.pro-list .row-recommded span{
	float:right; line-height:30px; padding-left:20px; display:block; color:#454545;
	background:url(../images/icon_promotion.png) no-repeat 0 center;
}


.pro-list .row-intro{
	line-height:18px; margin-top:5px; color:#7d7d7d;
}
.pro-list dl.active{
	padding:15px 10px; border:3px solid #493929;
}
.pro-graphic{
	width:790px; overflow-x:hidden;
}
.pro-graphic ul{
	width:850px; overflow:auto;
}
.pro-graphic li{
	float:left; width:250px; margin-right:20px; margin-bottom:20px; background-color:#fff;
}
.pro-graphic li a{
	padding:24px; display:block; text-align:center; border:1px solid #c9c9c9;
}
.pro-graphic li a img{
	vertical-align:middle;
}
.pro-graphic li a .row-name{
	width:200px; height:30px; line-height:30px; text-align: center; display:block;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.pro-graphic li a .row-origin{
	width:200px; text-align:left; display:block; color:#a0a0a0;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.pro-graphic li a .row-recommded{
	width:200px; text-align:left; display:block; color:#a0a0a0;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	background:url(../images/icon_promotion.png) no-repeat right center;
}

.pro-graphic li a .row-link{
	height:30px; line-height:30px; display:block; margin-top:15px;
	color:#493929;
	background-color:#e5e5e5;
}
.pro-graphic li a:hover{
	padding:21px; text-decoration:none; border:4px solid #493929;
}
.pro-graphic li a:hover .row-name{
	color:#493929;
}
.pro-graphic li a:hover .row-link{
	color:#fff;
	background-color:#493929;
}
.propage{
	margin-top:20px;
}

.prodetail-h2{
	height:50px; line-height:50px; padding-left:15px;
	font-size:18px; color:#fff;
	background-color:#65544d;
}

.prodetail-rcmd{
	height:50px; line-height:50px; padding-left:15px;
	font-size:18px; color:#fff;
	background-color:#65544d;
	background-image: url(../images/rcmd_item.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.prodetail-basic-m{
	margin-bottom:20px; padding:15px; overflow:auto;
	background-color:#f6f4ee;
}
.prodetail-album{
	float:left; width:400px;
}
/* jqzoom */

.jqzoom{
	width:400px; height:400px; border:1px solid #ddd; padding:0; position:relative; z-index:20; overflow:hidden;
	background-color:#fff;
}
.jqzoom img{
	width:400px; height:400px; display:block;
}
.zoomdiv{width:400px; height:400px;}
.zoomdiv{
	z-index:20;position:absolute;top:1px;left:0px;width:400px;height:400px;border:1px solid #ddd;
	background:url(../images/loading.gif) #fff no-repeat center center;
	display:none;text-align:center;overflow:hidden;
}
.zoomdiv img{
	display:block;
}
.bigimg{
	max-width:800px; max-height:800px; background-color: #fff;
}
.jqZoomPup{
	z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #ececec;z-index:80;
	background:#fede4f 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;
}
.prodetail-small{
	width:400px; padding-top:10px; overflow-x:hidden; overflow-y:auto;
}
.prodetail-small ul{
	width:410px; overflow:auto;
}
.prodetail-small li{
	float:left; width:60px; margin-right:8px; text-align:center; padding-top:6px;
}
.prodetail-small li img{
	width:56px; height:56px; vertical-align:middle; border:1px solid #ddd;
}
.prodetail-small li.active{
	padding-top:5px;
	background:url(../images/pro-3.png) no-repeat center 0;
}
.prodetail-small li.active img{
	border:2px solid #65544d;
}


.prodetail-basic{
	float:left; min-width:515px; margin-left:20px; margin-top: 15px; 
}
.prodetail-basic h2{
	height:34px; line-height:34px; padding-left:15px;
	font-size:14px; font-weight:normal; color:#fff;
	background:url(../images/pro-2.png) no-repeat;
}
.prodetail-gk{
	line-height:22px; margin:15px 0 15px 15px;
}
.prodetail-zp{
	height:20px; margin-bottom:15px; text-align:right;
}
.prodetail-zp span{
	width:50px; line-height:20px; padding-left:20px; display:inline-block;
	background:url(../images/icon_normal.png) no-repeat 0 center;
}
.prodetail-more{
	line-height:22px; margin:15px 0 15px 15px; position:relative;
}
.prodetail-addcart{
	width:180px; height:40px; position:absolute; right:0; bottom:0;
}
.prodetail-addcart a{
	width:100%; height:40px; line-height:40px; text-align:center; display:inline-block;
	font-size:14px; color:#fff;
	background-color:#be9860;
}
.prodetail-addcart a:hover{
	text-decoration:none;
}
.prodetail-m{
	margin-bottom:20px; overflow:auto;
}
.prodetail-hot{
	float:left; width:230px; margin-right:20px;
}
.prodetail-hot h2{
	height:50px; line-height:50px; padding-left:15px;
	font-size:18px; color:#fff;
	background-color:#65544d;
}
.prodetail-hot-ul{
	padding:15px 12px 0 12px; overflow:auto;
	background-color:#f6f4ee;
}
.prodetail-hot-ul li a{
	padding:15px 5px;
	margin-bottom:15px;  display:block; text-align:center;
}
.prodetail-hot-ul li img{
	width:180px; height:180px; vertical-align:middle; border:1px solid #fff;
}
.prodetail-hot-ul li a .row-name{
	margin:0 auto; width:182px; height:20px; line-height:20px; margin-top:8px; display:block; color:#a0a0a0;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.prodetail-hot-ul li a:hover{
	padding:10px 0; text-decoration:none; border:5px solid #493929;
	background-color:#fff;
}
.prodetail-hot-ul li a:hover .row-name{
	color:#493929;
}

.prodetail-intro{
	float:left; width:750px; border-top:1px solid #b9916d;
	background-color:#f6f4ee;
}
.prodetail-intro,
.prodetail-intro p{
	line-height:24px; font-size:14px;
}
.prodetail-intro img{
	max-width:750px; vertical-align:middle;
}


/* 新闻资讯 */
.info-list{
	width:1000px; overflow-x:hidden; overflow-y:auto;
}
.info-list ul{
	width:1100px; overflow:auto;
}
.info-list dl{
	float:left; width:480px; margin-right:40px; margin-bottom:35px;
	background-color:#f6f4ee;
}
.info-list dt{
	float:left; width:142px;
}
.info-list dt img{
	width:142px; height:102px;
}
.info-list dd{
	float:left; width:300px; margin-left:18px; padding-top:10px;
}
.info-list dd .row-title{
	height:44px; line-height:22px; font-size:16px; overflow:hidden;
}
.info-list dd .row-date{
	margin-top:10px; font-size:14px; color:#707070; width: 130px; float: left;
}

.info-list dd .row-classname{
	margin-top:10px; font-size:12px; color:#801C1D; width: 120px; float: right; text-align: right;
}


.info-list dl.active{
	background-color:#fff;
}
.info-list dl.active dd a{
	color:#c8a065;
}
.info-list dl a:hover{
	text-decoration:none; color:#c8a065;
}
.infopage{
	padding-top:20px; +margin-top:35px; border-top:1px solid #cac0b6;
}

.infodetail-h2{
	line-height:32px; padding-bottom:10px; text-align:center; font-size:24px; color:#524431;
}
.infodetail-date{
	height:25px; line-height:25px; text-align:center; color:#46331d;
	background-color:#fff;
}
.infodetail-intro{
	margin:30px 10px 30px 10px;
}
.infodetail-intro,
.infodetail-intro div,
.infodetail-intro p{
	line-height:30px; font-size:14px;
}
.infodetail-intro img{
	margin:0 auto; max-width:850px; display:block;
}
.infodetail-prevnext{
	padding:12px 10px 0 10px;
	background:url(../images/line1.png) repeat-x;
}
.infodetail-prevnext p{
	line-height:20px; color:#707070;
}
.infodetail-prevnext p a{
	color:#707070;
}

/* 联系我们 */
.contact-m{
	overflow:auto;
}
.contact-pic{
	float:left; width:430px;
}
.contact{
	float:right; width:545px;
}
.contact-intro{
	margin-top:20px;
}
.contact-intro,
.contact-intro p{
	line-height:30px; font-size:14px;
}
.contact-qrcode{
	margin-top:20px;
	overflow:auto;
}
.contact-qrcode li{
	float:left; width:97px; margin-right:20px;
}
.contact-qrcode li img{
	width:95px; height:95px; vertical-align:middle; border:1px solid #d3d3d3;
}
.contact-qrcode li span{
	text-align:center; display:block;
}
.contact-map{
	margin-top:35px; padding-top:35px; border-top:1px solid #bab1a4;
}
.contact-map .map{
	border:5px solid #fff;
}
.contact-map .map img{
	vertical-align:middle;
}

/* 会员中心 */
.login-bg{
	margin:0 auto; max-width:1600px; min-width:1000px; padding:50px 0;
	background-color:#fff;
}
.login-m{
	margin:0 auto; width:600px; overflow:auto;
}
.login-m h2{
	line-height:36px; text-align:center; font-size:16px; color:#563c27;
}
.login-form{
	margin-top:20px; padding:20px 100px 30px 100px; background-color:#eae7e2;
}
.login-form td{
	color:#55493b;
}
.login-input{
	height:30px; margin-right:10px; padding:2px 10px 0 36px; overflow:hidden;
	background-repeat:no-repeat;
	background-position:10px center;
	background-color:#fff;
}
.login-input input{
	width:100%; height:28px; line-height:28px; border:0;
}
.icon-user{
	background-image:url(../images/icon-user.png);
}
.icon-pwd{
	background-image:url(../images/icon-pwd.png);
}
.login-form .btn{
	width:100%; height:69px; border:0; cursor:pointer;
	font-size:16px; color:#fff;
	background-color:#563c27;
}
.login-form a{
	color:#55493b;
}

/* 忘记密码 */
.forgot-m{
	margin:0 auto; width:700px; overflow:auto;
}
.forgot-m h2{
	line-height:36px; text-align:center; font-size:16px; color:#563c27;
}
.forgot-form{
	margin-top:20px; padding:20px 100px 30px 100px; background-color:#eae7e2;
}
.forgot-form td{
	color:#55493b;
}
.forgot-form .in{
	width:370px; height:32px; padding:0 10px; border:0;
	background-color:#fff;
}
.forgot-form .btn{
	width:100%; height:69px; border:0; cursor:pointer;
	font-size:16px; color:#fff;
	background-color:#563c27;
}

.page-m{
	margin-top:144px; +margin-top:0; +padding-top:144px;
}
.pagecurrent{
	height:30px; padding-bottom:4px; color:#514435;
	background:url(../images/line3.png) repeat-x left bottom;
}
.pagecurrent i{
	margin:0 8px; font-size:12px; font-family:'宋体';
}
.page-bg{
	margin-top:30px; padding-bottom:50px;
	background:url(../images/sitemap-1.png) no-repeat 0 bottom;
}

/* 用户协议 */
.agreement-intro{
	width:700px; margin-left:20px;
}
.agreement-intro,
.agreement-intro p{
	line-height:24px;
}

/* 网站地图 */
.sitemap{
	min-height:370px; margin-left:30px;
}
.sitemap dl{
	float:left; width:165px;
}
.sitemap dt{
	line-height:32px; font-size:14px; color:#514435;
}
.sitemap dt a{
	font-weight:bold; color:#514435;
}
.sitemap dd{
	padding-left:30px; padding-top:11px;
	background:url(../images/sitemap-2.png) no-repeat 15px top;
}
.sitemap dd p{
	line-height:23px;
}

/* 会员中心 */
.user-m{
	margin-top:144px; +margin-top:0; +padding-top:144px;
}
.user-info-login{
	margin-bottom:20px; overflow:auto;
}
.user-info{
	float:left; width:700px;
}

#FontScroll{
	width:700px; clear:both; height:22px; line-height:22px; overflow:hidden; display: none;
}
#FontScroll p{
	float:left; width:70px; font-weight:bold;
}
#FontScroll ul{
	float:left; width:460px;
}
#FontScroll dl{
	width:460px; overflow:auto;
}
#FontScroll dt{
	float:left; width:350px;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
#FontScroll dd{
	float:right; width:90px; color:#a0a0a0;
}

.user-login{
	float:right; padding-right: 20px;
}
.user-login span{
	margin:0 10px; font-size:16px;
}
.user-w{
	overflow:auto;
}
.user-s{
	float:left; width:190px;
}
.user-s h2{
	height:50px; line-height:50px; padding-left:15px;
	font-size:18px; color:#fff;
	background-color:#65544d;
}
.user-s-nav{
	padding-left:15px; padding-bottom:10px; padding-top:10px;
	background-color:#f6f4ee;
}
.user-s-nav li{
	border-bottom:1px solid #c9c9c9;
}
.user-s-nav li a{
	line-height:52px; padding-right:43px; display:block;
	font-size:14px; color:#707070;
	background:url(../images/user-2-2.png) no-repeat right center;
}
.user-s-nav li a:hover,
.user-s-nav li.active a{
	text-decoration:none; color:#000;
	background-image:url(../images/user-2-1.png);
}

.user-c{
	float:right; width:750px; padding:0 20px 35px 20px;
	background-color:#f6f4ee;
}
.user-c .btn-submit{
	width:108px; height:38px; line-height:38px; border:0; cursor:pointer;
	font-size:14px; color:#fff;
	background-color:#65544d;
}
.user-c h2{
	height:45px; line-height:45px; padding-bottom:4px;
	font-size:14px; color:#504434;
	background:url(../images/line2.png) repeat-x left bottom;
}


.user-ccc{
	float:right; width:750px; padding:0 20px 5px 20px;
	background-color:#f6f4ee; margin-bottom: 10px;
}
.user-ccc .btn-submit{
	width:108px; height:38px; line-height:38px; border:0; cursor:pointer;
	font-size:14px; color:#fff;
	background-color:#65544d;
}
.user-ccc .user-ccc-bg{
	height:45px; width: 100%; background:url(../images/line2.png) repeat-x left bottom;
}
.user-ccc h2{
	height:45px; line-height:45px; padding-bottom:4px;
	font-size:14px; color:#504434; width: 150px; float: left;
}
.user-ccc .searchform{
	 float: right; width: 250px; padding-top: 8px;
}
.user-ccc .searchform .txtinput{
	width:180px; height:23px; line-height:23px; padding:0 10px; border:0; border: 1px solid #DDDDDD;
	color:#504434;
	background:#FFF;
}
.user-ccc .searchform .btnsubmit{
	width:23px; height:23px; border: 1px solid #DDDDDD;	background-color:#FFF;
	background-image: url(../images/icon_search.gif); background-repeat: no-repeat; background-position: center center;
}


.user-form{
	margin:30px 0 20px 0;
}
.user-form th{
	padding-right:5px; text-align:right;
	font-size:14px; font-weight:normal;
}
.user-form td{
	font-size:14px;
}
.user-form td .icon-tips{
	font-size:16px; font-family:'宋体'; margin-left:5px; color:#e60012;
}
.user-form select{
	height:30px; line-height:30px; border:1px solid #e3e5e5;
}
.user-form .in{
	width:200px; height:30px; line-height:30px; padding:0 9px; border:1px solid #e3e5e5;
	background-color:#fff;
}

.fav-m{
	margin-bottom:20px; overflow:auto;
}
.fav{
	overflow:auto;
}
.fav-date{
	float:left; width:75px; line-height:20px; padding-left:10px; padding-top:25px;
	position:relative;
}
.fav-date em{
	width:7px; height:7px; display:block; overflow:hidden;
	position:absolute; right:-4px; top:40px;
	background:url(../images/icon-dot1.png) no-repeat;
}
.fav-date span{
	font-size:14px;
}
.fav-pro{
	float:left; width:640px; padding:25px 0 25px 24px; border-left:1px solid #ddd; border-bottom:1px solid #ddd;
}
.fav-pro dt{
	float:left; width:87px;
}
.fav-pro dt img{
	width:85px; height:85px; vertical-align:middle; border:1px solid #ddd;
}
.fav-pro dd{
	float:left; width:528px; margin-left:25px;
}
.fav-tl{
	line-height:20px; padding:5px 0; font-size:14px;
}
.fav-tl a:hover{
	color:#c8a065;
}
.fav-intro{
	line-height:18px; color:#7d7d7d;
}
.fav-active .fav-date{
	color:#c8a065;
}
.fav-active .fav-date em{
	background-image:url(../images/icon-dot2.png);	
}
.fav-active .fav-tl a{
	color:#c8a065;
}
.user-pro{
	margin:20px 0; overflow:auto;
}
.user-pro thead td{
	height:32px; text-align:center; color:#fff; border:1px solid #65544d;
	background-color:#65544d;
}
.user-pro tbody td{
	border:1px solid #eaeaea;
}
.user-pro-basic{
	margin:15px; overflow:auto;
}
.user-pro-basic dt{
	float:left; width:87px;
}
.user-pro-basic dt img{
	width:85px; height:85px; vertical-align:middle; border:1px solid #ddd;
}
.user-pro-basic dd{
	float:left; width:210px; margin-left:15px;
}
.user-pro-basic .row-tl{
	line-height:20px; padding:5px 0; font-size:14px;
}
.user-pro-basic .row-origin{
	line-height:20px; color:#a0a0a0;
}
.user-pro a:hover{
	color:#c8a065;
}
.user-pro a.btn1{
	color:#fff;
}

.feedback-m{
	padding-top:24px; overflow:auto;
	background:url(../images/line2.png) repeat-x left top;
}
.feedback{
	margin-bottom:25px;
}
.feedback dl{
	margin:0 0 10px 0; overflow:auto;
}
.feedback dt{
	float:left; width:600px; line-height:20px; padding-left:25px;
	background:url(../images/icon-wenhao.png) no-repeat 0 2px;
}
.feedback dd{
	float:right; width:80px; line-height:20px; text-align:right;
}
.feedback p{
	line-height:20px; margin-left:25px; padding:10px 15px; color:#626262;
	background-color:#fff;
}

/* 分页 */
.listpage{
	height:36px; text-align:center;
}
.listpage a{
	height:34px; line-height:34px; padding:0 12px; margin:0 5px; display:inline-block; border:1px solid #ddd;
	background-color:#fff;
}
.listpage span{
	line-height:36px; padding:0 12px; display:inline-block;
}
.listpage a.active,
.listpage a:hover{
	text-decoration:none; border:1px solid #514439; color:#fff;
	background-color:#514439;
}

.footer{
	margin:0 auto; width:1000px; padding-top:10px; display:table; clear:both;
}
.footer .row-link{
	line-height:40px; text-align:center; color:#e4dfd5;	
}
.footer .row-link a{
	margin:0 10px; color:#e4dfd5;
}
.footer .row-copyright{
	line-height:18px; margin-bottom:15px; text-align:center; color:#e4dfd5;
}
.footer .row-pic{
	text-align:center;
}
.footer .row-pic img{
	margin:0 8px;
}

.backtop{
	width:57px; position:fixed; left:50%; top:50%; margin-left:528px; margin-top:-28px; display:none;
}
.backtop a{
	width:57px; height:57px; display:inline-block;
	background:url(../images/btn-backtop.png);
}

.inquiry { text-align: right; }

.confirm .msgDiv{ padding-top: 10px; padding-bottom: 15px; border-bottom:#ddd solid 1px; text-align: center; }
.confirm .msgDiv span{color:#b8855a; font-size:16px;}
.confirm .form{padding-top:20px;}
.confirm li{height:42px; line-height:32px; padding-left:190px; overflow:hidden; position:relative;}
.confirm em{position:absolute; z-index:1; left:0px; top:0px; width:180px; text-align:right;}
.confirm em span{color:#F00; padding-right:5px;}
.confirm .input1{float:left; width:360px; height:30px; line-height:30px; padding:0 10px; border:#e2e2e2 solid 1px; color:#999;}
.confirm textarea{float:left; width:360px; height:100px; line-height:30px; padding:0 10px; border:#e2e2e2 solid 1px; color:#999;}
.productClass table td { border: 1px dashed #ccc; }



