@charset "utf-8";

.index .body {
	width: 1000px;
	margin: 0px auto;
}
.index .bodyTop {
	width: 100%;
}
.index .bodyLeft {
	width: 210px;
	float: left;
}

.index .bodyRight {
	width: 780px;
	float: right;
}

.index .bodyTop .slider {
	width: 100%;
	height: 219px;
	clear: both;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.index .bodyTop .slider .scrollable {
	width: 100%;
	height: 219px;
	overflow: hidden;
	position: relative;
}

.index .bodyTop .slider .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.index .bodyTop .slider .scrollable .items div {
	width: 1000px;
	float: left;
}

.index .bodyTop .slider .scrollable img {
	float: left;
	background-color: #fff;
}

.index .bodyTop .slider .scrollable .navi {
	height: 10px;
	margin: 0px 10px;
	position: absolute;
	right: 50px;
	bottom: 12px;
}

.index .bodyTop .slider .scrollable .navi a {
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 5px;
	display: block;
	outline: none;
	overflow: hidden;
	background: url(../images/index_slider_navi_bg.gif) -1px -40px no-repeat;
}

.index .bodyTop .slider .scrollable .navi a:hover {
	background-position: -1px -60px;
}

.index .bodyTop .slider .scrollable .navi a.active {
	background-position: -1px -60px;
}

.index .bodyTop .slider .scrollable .prevNext {
	height: 15px;
	width: 40px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	float: left;
}

.index .bodyTop .slider .scrollable a.browse {
	height: 15px;
	width: 20px;
	display: block;
	float: left;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/index_slider_navi_bg.gif) no-repeat;
}

.index .bodyTop .slider .scrollable a.right {
	background-position: -21px 0px;
}

.index .bodyTop .slider .scrollable .right:hover {
	background-position: -21px -19px;
}

.index .bodyTop .slider .scrollable .left:hover {
	background-position: 0px -19px;
}

.index .bodyTop .slider .scrollable a.disabled {
	visibility: hidden !important;
}

.index .bodyRight .hotProduct {
	width: 778px;
	height: 196px;
	clear: both;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.index .bodyRight .hotProduct .title {
	width: 770px;
	height: 25px;
	line-height: 25px;
	clear: both;
	padding-left: 8px;
	text-align: left;
	color: maroon;
	font-size: 14px;
	font-weight: bold;
}

.index .bodyRight .hotProduct .title strong {
	margin-right: 5px;
	color: #333333;
}

.index .bodyRight .hotProduct .scrollable {
	width: 700px;
	height: 196px;
	float: left;
	overflow: hidden;
	position: relative;
}

.index .bodyRight .hotProduct a.prev {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 60px;
	margin-right: 9px;
	cursor: pointer;
	background: url(../images/index_bg.gif) 0px 0px no-repeat;
}

.index .bodyRight .hotProduct a.prev:hover {
	background: url(../images/index_bg.gif) -30px 0px no-repeat;
}

.index .bodyRight .hotProduct a.next {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin-top: 60px;
	margin-left: 9px;
	cursor: pointer;
	background: url(../images/index_bg.gif) -60px 0px no-repeat;
}

.index .bodyRight .hotProduct a.next:hover {
	background: url(../images/index_bg.gif) -90px 0px no-repeat;
}

.index .bodyRight .hotProduct .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.index .bodyRight .hotProduct .scrollable .items div {
	width: 700px;
	float: left;
}

.index .bodyRight .hotProduct .scrollable .items li {
	width: 162px;
	height: 150px;
	_display: inline;
	float: left;
	margin: 0px 6px;
	text-align: center;
	position: relative;
}

.index .bodyRight .hotProduct .scrollable .items li img {
	clear: both;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	border: 1px solid #e2e2e2;
}

.index .bodyRight .hotProduct .scrollable .items li p {
	width: 140px;
	line-height: 25px;
	margin-left: 11px;
	clear: both;
	color: #ffffff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	background-color: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.index .newProduct {
	width: 998px;
	height: 208px;
	clear: both;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.index .newProduct .left {
	width: 217px;
	height: 158px;
	float: left;
	padding-top: 50px;
	text-align: center;
	background: url(../images/index_bg.gif) 0px -30px no-repeat;
}

.index .newProduct .left li {
	line-height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
}

.index .newProduct .left li:hover {
	background: url(../images/index_bg.gif) 0px -240px no-repeat;
}

.index .newProduct .left li.current {
	background: url(../images/index_bg.gif) 0px -240px no-repeat;
}

.index .newProduct .right {
	width: 781px;
	float: right;
	position: relative;
}

.index .newProduct .right ul {
	position: absolute;
	top: 10px;
	left: 0px;
}

.index .newProduct .right li {
	width: 140px;
	height: 166px;
	_display: inline;
	float: left;
	padding: 10px;
	margin: 0px 15px;
	text-align: center;
	border: 1px solid #ededed;
}

.index .newProduct .right li p {
	line-height: 25px;
	clear: both;
}

.index .bestProduct {
	width: 778px;
	height: 300px;
	clear: both;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.index .bestProduct .top {
	width: 770px;
	height: 31px;
	line-height: 36px;
	padding-left: 16px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: maroon;
	overflow: hidden;
}

.index .bestProduct .top strong {
	margin-right: 5px;
	color: #333333;
}

.index .bestProduct .middle {
	width: 778px;
	clear: both;
	padding: 5px 0px 19px 0px;
}

.index .bestProduct li {
	width: 140px;
	height: 176px;
	_display: inline;
	float: left;
	padding: 10px;
	margin: 0px 15px 25px 15px;
	text-align: center;
}

.index .bestProduct img {
	width: 140px;
	height: 140px;
}

.index .bestProduct li p {
	line-height: 20px;
	clear: both;
}

.index .bestProduct .bottom {
	width: 780px;
	height: 7px;
	clear: both;
	overflow: hidden;
}

.index .news {
	width: 780px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.index .news .top {
	width: 770px;
	height: 31px;
	line-height: 36px;
	padding-left: 16px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: maroon;
	overflow: hidden;
}

.index .news .top strong {
	margin-right: 5px;
	color: #333333;
}

.index .news .middle {
	width: 780px;
	clear: both;
	padding: 5px 0px 19px 0px;
}

.index .news li {
	width: 770px;
	float: left;
	padding: 10px;
}

.index .news .bottom {
	width: 780px;
	height: 7px;
	clear: both;
	overflow: hidden;
}

ul.listNews li {
	border-bottom:1px dotted #CCCCCC;
	padding:5px 0px;
}

ul.listNews li p {
	float:left;
	margin-bottom:0px;
}
ul.listNews li p {
	width:80%;
}
ul.listNews li p.date {
	width:20%;
}

div.category {
    width: 780px;
}
div.category div {
    float: left;
    height: 83px;
    padding-bottom: 5px;
    width: 390px;
}
* html div.category div {
    margin-right: -3px;
}
div.category a {
    background-color: #FFFFFF;
    display: block;
    height: 83px;
    margin: 0;
    padding: 0;
    width: 390px;
}
div.category1 a:hover {
    background-color: #EBF9D5;
    text-decoration: none;
}
div.category2 a:hover {
    background-color: #FFEDF1;
    text-decoration: none;
}
div.category3 a:hover {
    background-color: #F8ECFE;
    text-decoration: none;
}
div.category4 a:hover {
    background-color: #FFF1CA;
    text-decoration: none;
}
div.category5 a:hover {
    background-color: #E7F2FF;
    text-decoration: none;
}
div.category6 a:hover {
    background-color: #EFEFEF;
    text-decoration: none;
}
div.category a .categoryImg {
    float: left;
    height: 73px;
    margin: 5px 15px 5px 5px;
    width: 73px;
}
div.category a span {
    color: #555555;
    line-height: 130%;
}
div.category a h3 {
    padding: 15px 0 5px;
}
* html div.category h3 {
    display: block;
}
div.category a:hover span {
    text-decoration: underline;
}
div.btn_txt {
    float: right;
    width: 255px;
}
div#voice {
    margin: 25px 0 0 5px;
    width: 691px;
}


.bodyLeft .loginBox {
	background: url(../images/login_bg.jpg) no-repeat scroll 0 0 transparent;
	width: 210px;
	height: 64px;
}

.bodyLeft .loginBox span {
	line-height: 30px;
	margin: 0 10px;
	display:block;
}

.bodyLeft .loginBox a.login {
	background: url(../images/login_btn.gif) no-repeat scroll 0 0 transparent;
	width: 90px;
	height: 21px;
	margin: 0 5px 5px 10px;
	display: block;
	*display: inline;
	float:left;
}

.bodyLeft .loginBox a.register {
	background: url(../images/login_btn4.gif) no-repeat scroll 0 0 transparent;
	width: 90px;
	height: 21px;
	margin: 0 10px 5px 5px;
	display:block;
	*display: inline;
	float:left;
}

.bodyLeft .leftNavBox {
	width: 210px;
	height: auto;
}
.bodyLeft .leftNavBox .leftNav li a {
	background: url(../images/leftnav_bg.gif) no-repeat scroll 0 0 transparent;
	width: 170px;
	height: 40px;
	display:block;
	padding-left: 40px;
	float:left;
	font: normal 14px/40px 微软雅黑,黑体;
	margin-top:10px;
}