﻿/*---------------------------------------------

			由锤子工作室编写

----------------------------------------------*/
body 
{
	font-size: 14px;
	font-family: Arial, Tahoma;
	margin: 0;
	padding: 0;
	color: #232323;
}
.warp
{
	width: 960px;
	margin: 0 auto;
}
#header
{
	height: 190px;
}
#main-content
{
	margin-top: 20px;
	overflow: hidden;
}
#footer
{
	height: 260px;
	background: url(images/footer-bg.png) repeat-x;
	margin-top: 40px;
}
/*header*/
#header-top
{
	height: 130px;
}
#logo
{
	width: 240px;
	margin-right: 10px;
	float: left;
}
.header-two-row
{
	height: 65px;
	width: 710px;
	float: left;
}
.language
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

#shoppingcart
{
	height: 34px;
	margin: 21px 0 0 0;
	float: right;
	color: #fff;
	line-height: 34px;
}
#shoppingcart .count
{
	background: #c45a3b;
	padding: 0 10px;
	float: left;
	color: #2b2e36;
}
#shoppingcart .count span
{
	color: #fff;
	font-weight: bold;
	word-spacing: normal;
}
#shoppingcart .pay
{
	background: #242424;
	padding: 0 10px;
	float: left;
}
#shoppingcart a
{
	color: #fff;
}
#menu
{
	height: 40px;
	margin-top: 10px;
	padding-left: 90px;
	background: url(images/menu-bg.png) no-repeat;
}
#menu ul
{
	list-style: none;
}
#menu ul li
{
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	background: url(images/menu-hover.png) no-repeat left center;
	padding-right: 15px;
}
#menu ul li a
{
	color: #cbb48f;
}
#menu ul li a:hover, #menu ul li a.current
{
	color: #fff;
}
/*main-content*/
#slider
{
	height: 340px;
	width: 960px;
	margin-bottom:10px;
}
.home-about
{
	width: 600px;
}
.hot-news
{
	width: 600px;
}
.header
{
	height: 35px;
}
.header h2
{
	background: url(images/header-bg.png) repeat-x;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	margin: 0;
	padding-left: 20px;
}
.content
{
	padding: 8px 10px;	
}
.home-news
{
	overflow: hidden;
	margin-bottom: 10px;
}
.home-news li
{
	width: 300px;
	line-height: 30px;
	height: 30px;
	float: left;
}
.dot 
{
	color: #808080;
	font-family: SimSun !important;
}
.home-news li .date
{
	float: right;
	width: 50px;
}
.home-news li.alt
{
	background: #d8e0cf;
}
.home-news li a
{
	color: #232323;
}
.home-news li a:hover
{
	color: #c45a3b;
}
.home-products
{
	width: 960px;
	margin-top: 10px;
}
.product
{
	width: 220px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.product .image
{
	border: 3px solid #0c0c0c;
	width: 214px;
	height: 165px;
	overflow: hidden;
}
.product .image embed
{
	height: 165px;
	width: 214px;
}
.product .image img
{
	max-height: 165px;
	max-width: 214px;
}
.product .description
{
	overflow: hidden;
	font-size: 12px;
	height: 80px;
}
.product .description a
{
	color: #242424;
}
.home-price
{
	width: 100px;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	background: #c45a3b;
	font-weight: bold;
	float: left;
}
.home-buy
{
	background: #242424;
	width: 110px;
	height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	border: 0;
	line-height: 30px;
	float: left;
	cursor: pointer;
	font-size: 14px;
}
.home-shopping
{
	width: 350px;
	height: 240px;
	color: #fff;
	font-size: 12px;
	background: url(images/home-shopping.png) no-repeat;
}
/*footer*/
#footer a
{
	color: #232323;
}
#footer a:hover
{
	text-decoration: underline;
}
.bottom-left
{
	width: 550px;
	height: 165px;
	padding-top: 35px;
}
.bottom-left h3
{
	font-size: 14px;
}
.bottom-list
{
	width: 160px;
	margin-right: 20px;
}
.bottom-list ul li
{
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}
.bottom-list li a
{
	font-size: 12px;
}
#bottom-right
{
	width: 410px;
	height: 200px;
}
#bottom-right .alipay
{
	height: 80px;
	margin: 20px 0;
}
#bottom-right .icon
{
	height: 50px;
	background: #eaeaea;
}
#bottom-right .taobao
{
	width: 180px;
	height: 50px;
	background: url(images/taobao.png) no-repeat;
	display: inline-block;
	padding-right: 50px;
}
#bottom-right .taobao:hover
{
	background: url(images/taobao.png) no-repeat 0 -50px;
}
#bottom-right .dinpay
{
	width: 300px;
	height: 80px;
	background: url(images/dinpay.png) no-repeat;
	margin: 0 auto;
	display: block;
}
#bottom-right .dinpay:hover
{
	background: url(images/dinpay.png) no-repeat 0 -80px;
}
#bottom-right .clarke
{
	width: 150px;
	height: 50px;
	background: url(images/clarke.png) no-repeat;
	display: inline-block;
}
#bottom-right .clarke:hover
{
	background: url(images/clarke.png) no-repeat 0 -50px;
}
.dinpay-pay
{
	width: 151px;
	height: 41px;
	cursor: pointer;
	background: url(images/zhifu.jpg) no-repeat;
	border: #ccc solid 1px;
}
.dinpay-pay:hover
{
	border: #D87307 solid 1px;
}
#copyright
{
	clear: both;
	height: 59px;
	color: #d8e0cf;
	line-height: 59px;
}
/*产品*/
.sidebar
{
	width: 250px;
	overflow: hidden;
	background: #ececec;
}
.sidebar-content
{
	padding: 10px 15px;
	overflow: hidden;
	border-bottom: 5px solid #fff;
}
.sidebar-content input
{
	width: 175px;
	height: 24px;
	margin-right: 5px;
	float: left;
}
.sidebar-content button
{
	height: 30px;
	border: 0;
	width: 35px;
	float: left;
	cursor: pointer;
	background: url(images/search-icon.png) no-repeat center #242424;
}
.sidebar-content h3
{
	font-size: 14px;
}
.product-content
{
	width: 700px;
	overflow: hidden;
}
.product-content h2.black
{
	background: #242424;
}
.product-content .header
{
	margin-bottom: 10px;
}
.product-content p
{
	line-height: 24px;
}
.category li
{
	width: 190px;
	height: 25px;
	padding-left: 30px;
	line-height: 25px;
	margin-bottom: 10px;
	background: url(images/category-bg.png) no-repeat #fff;
	background-position: 0 0;
}
.category li a
{
	color: #000;
}
.category li:hover
{
	background-position: 0 -25px;
}
.display
{
	display: block;
}
.sub-category
{
	margin-left: 20px;
}
.sub-category li
{
	width: 170px;
}
.sub-category li a.current
{
	color: #c45a3b;
}
.product-content .list-picture
{
	width: 280px;
	border: 2px solid #242424;
	margin-right: 20px;
	height: 300px;
	overflow: hidden;
}
.product-content .list-picture img
{
	max-height: 300px;
	max-width: 280px;
}
.product-content .info
{
	width: 350px;
	overflow: hidden;
}
.row
{
	margin-bottom: 10px;
	clear: both;
}
label
{
	width: 100px;
	display: inline-block;
}
.product-content .description p
{
	text-indent: 2em;
}
.addcart
{
	background: url(images/addcart.png) no-repeat 5px center #242424;
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	width: 120px;
	cursor: pointer;
	border: 0;
	color: #e3e3e3;
}
.hot-product
{
	background: #fff;
	clear: both; 
	overflow: hidden; 
	padding: 5px 10px; 
	margin-bottom: 10px;
}
.hot-photo
{
	float: left;
	padding-right: 10px;
}
.hot-text
{
	float: left;
}
.addcart:hover
{
	color: #fff;
}
.mousezoom-viewport{
	position:absolute;
	z-index:1010;
	background-color:#fff;
	background-repeat:no-repeat;
	background-attachment:scroll;
	border:3px solid #888;
	cursor:move !important;
}
.mousezoom-glassoverlay{
	position:absolute;
	z-index:1020;
	border:1px solid #eee;
	background:url(images/white50.png) left top repeat scroll;
	overflow:hidden;
	cursor:move;
}
.mousezoom-glass{
	position:absolute;
	z-index:1030;
	border:1px solid #ccc;
	background-color:#fff;
	background-repeat:no-repeat;
	background-attachment:scroll;
	/*box-shadow:0 0 2px #000 inset;*/
}
.mousezoom-loading{
	position:absolute;
	z-index:1020;
	background:#fff url(images/loading.gif) center center no-repeat scroll;
}
/*news*/
.news
{
	height: 170px;
	margin-bottom: 10px;
}
.news .title
{
	height: 30px;
	border-bottom: 1px solid #919c86;
}
.news-picture
{
	width: 160px;
	height: 110px;
	margin-right: 20px;
	border: 2px solid #242424;
}
.news-picture img
{
	max-height: 110px;
	max-width: 160px;
}
.news-content
{
	width: 456px;
}
.news .date
{
	line-height: 30px;
}
#announcement
{
	position: fixed;
	width: 120px;
	top: 200px;
	left: 10px;
	background: #fff;
}
#map
{
	background: url(images/map.jpg) no-repeat top;
	width: 625px;
	margin: 0 auto;
	height: 508px;
}
#map .mapl {
	DISPLAY: block;
	FONT-WEIGHT: normal;
	POSITION: absolute;
	font-size: 12px;
}
#map .mapl span
{
	color: #c45a3b;
}
#map .mapl a
{
	color: #242424;
}
#map .mapl a:hover
{
	color: #c45a3b;
}
/*cart*/
table.grid 
{
	width: 100%;
	border-spacing: 0;
}
* html table.grid 
{
	float: left;
}
table.grid tr 
{
	vertical-align: middle;
}
table.grid th 
{
	color: #E3E3E3;
	text-align: left;
	border-right: 1px solid #fff;
	background: #242424;
}
table.grid th, table.grid td
{
	margin: 0;
	padding: 8px 10px;
}
table.grid td 
{
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
table.grid td.actions 
{
	text-align: right;
	color: #ccc;
}
table.grid tr.alt 
{
	background-color: #d8e0cf;
}
.contact-content
{
	width: 680px;
	overflow: hidden;
	background: #ececec;
	padding: 10px;
}
.contact-left
{
	width: 400px;
}
.contact-right
{
	width: 220px;
	
	margin-right: 20px;
}
ul.download {
	border-top: 1px solid #c0c0c0;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0;
}
ul.download li {
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;
	float: left;
	overflow: hidden;
}
ul.download li.first
{
	margin-right: 20px;
}
ul.download div.photo {
	width: 120px;
	height: 140px;
	background: url(images/defalt-file.jpg) no-repeat;
	float: left;
}
ul.download div.photo span{
	position: relative;
	top: 60px;
	text-align: center;
	width: 100px;
	height: 45px;
	display: block;
	line-height: 45px;
	font-size: 30px;
}
ul.download div.info {
	width: 200px;
	float: left;
	margin-left: 20px;
}
ul.download div.info span {
	color: #aaa;
	font-style: italic;
}
/*标准*/
h1, h2, h3, h4, p
{
	margin: 0.5em 0;
}
p
{
	line-height: 20px;
}
h1
{
	font-size: 25px;
	color: #c45a3b;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
ul
{
	margin: 0;
	padding: 0;
}
ol
{
	margin: 0;
	padding-left: 20px;
}
ul
{
	list-style: none;
}
a
{
	text-decoration: none;
	color: #c45a3b;
}
a:hover
{
	color: #919c86;
}
img
{
	vertical-align: bottom;
	border: 0;
}
.f_l
{
	float: left;
}
.f_r
{
	float: right;
}
.m_r
{
	margin-right: 10px;
}
.m_t
{
	margin-top: 20px;
}
.c_b
{
	clear: both;
}
.last
{
	margin-right: 0;
}
input[type=text]
{
	background: #fff;
	border: 2px solid #242424;
	height: 20px;
}
input[type=password] {
background: #fff;
border: 2px solid #242424;
height: 20px;
}
textarea
{
	background: #fff;
	padding: 0;
	border: 2px solid #242424;
}
textarea.large
{
	width: 280px;
	height: 100px;
}
input[type=text].large
{
	width: 280px;
	height: 20px;
}
cite
{
	color: Red;
	width: 30px;
	display: inline-block;
}

/*section*/
.section 
{
	border-top: 1px solid #e9e9e9;
	clear: both;
	padding: 10px 0;
	overflow: hidden;
}
* html .section 
{
	clear: none;
}
.section-header
{
	float: left;
	width: 100px;
	margin-right: 10px;
}
.section-header img
{
    max-width: 100%;
}
.section-header h3 
{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.row dfn,
.section-header p,
dfn
{
	color: #999;
	font-style: normal;
}
.row dfn 
{
	margin-left: 20px;
}
.section-body 
{
	float: left;
	margin-left: 10px;
}
/* Pager classes */
.pager-area
{
	clear: both;
	background-color: #fff;
	/*padding: 0px 5px;*/
}
.pager-area span
{
	display: inline-block;
	height: 27px;
	line-height: 27px;
	margin: 4px 0;
}
ul.pager 
{
	display: inline-block;
	list-style: none;
	margin: 4px 0;
	padding: 0;
}
*html ul.pager 
{
	display: inline;
}
.pager-area .continued,
ul.pager li 
{
	display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    /*border: 1px solid silver;*/
    padding: 0px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    background: url(images/page-icon.png) no-repeat;
}
*html .pager-area .continued,
*html ul.pager li 
{
	display: inline;
}
ul.pager li a 
{
	display: block;
    text-align: center;
}
ul.pager li a:hover
{
	text-decoration: none;
	color: #c45a3b;
}
ul.pager li.current 
{
	background: url(images/page-icon-current.png) no-repeat;
    text-decoration: none;
    color: #fff;
}

/* Styles for basic forms */

fieldset 
{
    border:1px solid #ddd;
    padding:1.2em 1.4em 1.2em 1.4em;
    margin:0 0 1.5em 0;
    background-color: #f9f9f9;
}

legend 
{
    font-size:1.2em;
    font-weight: normal;
    text-transform: none;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}
/* Styles for validation helpers */
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}