﻿@charset "utf-8";
/* page default settings */
body {
	margin: 0;
	padding: 0;
	height: auto;
	color: #000;
	background:url(../images/bg.jpg) top center no-repeat #434343;
	font-family:Arial, "宋体";
	font-size: 12px;
}

img{
	border:0px;
	padding:0px;
	margin:0px;
}

a{
	padding:0px;
	margin:0px;
}

/* layout */
#container {
	width: 987px;
	margin: 0 auto;
	position:relative;
}

/* top部分 */
#top{
	margin-top:8px;
	width:982px;
	height:97px;
	margin-left:3px;
	background:url(../images/top_bg.png) no-repeat center bottom;
	z-index:999;
}

#logo{
	padding:36px 0px 0px 44px;
	float:left;
	width:145px;
	height:31px;
}

#menu{
	padding:52px 0px 0px 110px;
	float:left;
	width:676px;
	height:23px;
}

#menu ul{
	list-style:none;
	padding:0;
	margin:0;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	text-indent:-10000px;
}


#menu_index a{
	width:63px;
	height:23px;
	display:block;
	background:url(../images/menu_0.png) 0 0 no-repeat;
	margin-right:10px;
}
#menu_index a:hover{
	width:63px;
	height:23px;
	display:block;
	background:url(../images/menu_0_on.png) 0 0 no-repeat;
	margin-right:10px;
}
#menu_index .current{
	background:url(../images/menu_0_on.png) 0 0 no-repeat;
	margin-right:10px;
}


#menu_about a{
	width:68px;
	height:23px;
	display:block;
	background:url(../images/menu_1.png) 0 0 no-repeat;
	margin-right:10px;
}
#menu_about a:hover{
	width:68px;
	height:23px;
	display:block;
	background:url(../images/menu_1_on.png) 0 0 no-repeat;
	margin-right:10px;
}
#menu_about .current{
	background:url(../images/menu_1_on.png) 0 0 no-repeat;
	margin-right:10px;
}

#menu_all a{
	width:79px;
	height:23px;
	display:block;
	background:url(../images/menu_2.png) 0 0 no-repeat;
}
#menu_all a:hover{
	width:79px;
	height:23px;
	display:block;
	background:url(../images/menu_2_on.png) 0 0 no-repeat;
}
#menu_all .current{
	background:url(../images/menu_2_on.png) 0 0 no-repeat;
}

#menu_pot a{
	width:75px;
	height:23px;
	display:block;
	background:url(../images/menu_3.png) 0 0 no-repeat;
}
#menu_pot a:hover{
	width:75px;
	height:23px;
	display:block;
	background:url(../images/menu_3_on.png) 0 0 no-repeat;
}
#menu_pot .current{
	background:url(../images/menu_3_on.png) 0 0 no-repeat;
}

#menu_knife a{
	width:63px;
	height:23px;
	display:block;
	background:url(../images/menu_4.png) 0 0 no-repeat;
}
#menu_knife a:hover{
	width:63px;
	height:23px;
	display:block;
	background:url(../images/menu_4_on.png) 0 0 no-repeat;
}
#menu_knife .current{
	background:url(../images/menu_4_on.png) 0 0 no-repeat;
}

#menu_accessories a{
	width:80px;
	height:23px;
	display:block;
	background:url(../images/menu_5.png) 0 0 no-repeat;
}
#menu_accessories a:hover{
	width:80px;
	height:23px;
	display:block;
	background:url(../images/menu_5_on.png) 0 0 no-repeat;
}
#menu_accessories .current{
	background:url(../images/menu_5_on.png) 0 0 no-repeat;
}

#menu_happy a{
	width:77px;
	height:23px;
	display:block;
	background:url(../images/menu_6.png) 0 0 no-repeat;
}
#menu_happy a:hover{
	width:77px;
	height:23px;
	display:block;
	background:url(../images/menu_6_on.png) 0 0 no-repeat;
}
#menu_happy .current{
	background:url(../images/menu_6_on.png) 0 0 no-repeat;
}

#menu_class a{
	width:77px;
	height:23px;
	display:block;
	background:url(../images/menu_7.png) 0 0 no-repeat;
}
#menu_class a:hover{
	width:77px;
	height:23px;
	display:block;
	background:url(../images/menu_7_on.png) 0 0 no-repeat;
}
#menu_class .current{
	background:url(../images/menu_7_on.png) 0 0 no-repeat;
}

#menu_contact a{
	width:74px;
	height:23px;
	display:block;
	background:url(../images/menu_8.png) 0 0 no-repeat;
}
#menu_contact a:hover{
	width:74px;
	height:23px;
	display:block;
	background:url(../images/menu_8_on.png) 0 0 no-repeat;
}
#menu_contact .current{
	background:url(../images/menu_8_on.png) 0 0 no-repeat;
}

#menu ul li ul{
	position:absolute;
	background:url(../images/submenu_bg.png) repeat;
}

#menu ul li ul li{
	clear:both;
	height:23px;
}

#menu ul li ul li img{
	cursor:pointer;
}

#menu_2,#menu_3,#menu_4,#menu_5{
	display:none;
}

#menu_2 li:hover{
	background:url(../images/menu2_0.png) repeat;
}

#menu_3 li:hover{
	background:url(../images/menu3_0.png) repeat;
}

#menu_4 li:hover{
	background:url(../images/menu4_0.png) repeat;
}

#menu_5 li:hover{
	background:url(../images/menu3_0.png) repeat;
}

#index_main{
	margin-top:8px;
	width: 987px;
	height:567px;
}

#inner_main{
	margin-top:8px;
	margin-left:2px;
	width: 984px;
	height:auto;
	background-color:#FFF;
}

#index_product{
	position:absolute;
	height:142px;
	width:892px;
	left: 48px;
	top: 580px;
}

#index_product a{
	display:block;
	float:left;
	width:223px;
	height:142px;
	
}

#bottom{
	margin-top:90px;
	color:#a1a1a1;
	font-size:11px;
	width:870px;
	margin-left:70px;
	margin-bottom:20px;
	text-align:center;
}

#bottom span{
	float:right;
}

#type_main{
	height:auto;
	min-height:558px;
	overflow:hidden;
}

.list ul{
	list-style:none;
	margin:0;
	padding:0;
}

.list ul li{
	width:260px;
	height:184px;
	float:left;
	padding-top:1px;
	padding-left:1px;
	padding-right:10px;
	padding-bottom:25px;
	color:#666;
}

.list ul li a{
	color:#666;
	text-decoration:none;
}

.list ul li a:hover{
	color:#666;
	text-decoration:underline;
}


#detail_main{
	height:auto;
	
}

#class_main{
	height:auto;
	overflow:hidden;
	padding:20px 0 0 120px;
	background:url(../images/class_bg.jpg) right bottom no-repeat;
}

#class_main div ul{
	padding:0;
	margin-top:20px;
	list-style:none;
}

#class_main div ul li{
	float:left;
	padding-right:40px;
	padding-left:0;
	text-align:left;
}

#happy_main{
	min-height:495px;
	height:auto;
	overflow:hidden;
	padding:60px 0 0 34px;
	background:url(../images/class_bg.jpg) right bottom no-repeat;
}

#happy_list{
	width:280px;
	float:left;
}

#happy_list ul{
	list-style:none;
	padding:30px 0 0 0;
	margin:0;
}

#happy_list ul li{
	line-height:250%;
	border-bottom:dashed 1px #8b8b8b;
}

#happy_list ul li a{
	color:#8b8b8b;
	text-decoration:none;
}

#happy_list ul li a:hover{
	color:#8b8b8b;
	text-decoration:underline;
}

#happy_detail{
	float:left;
	width:640px;
	padding:0 10px 10px 10px;
	margin-left:40px;
}

#happy_detail font{
	color:#ff0000;
	font-size:20px;
	font-family:"微软雅黑";
}

#happy_detail p{
	color:#8b8b8b;
	line-height:150%;
}
.yema1{float:left;text-align:center;padding-left:2px;padding-right:4px;margin:1px;font-size:12px;height:20px;overflow:hidden;line-height:20px;}
.yema2{float:left;text-align:center;padding-left:2px;padding-right:4px;margin:1px;background:#D2E6FB;font-size:12px;height:20px;overflow:hidden;line-height:20px;}
.yema1 a{
	color:#c61b20;
	text-decoration:none;
}
.yema2 a{
	color:#c61b20;
	text-decoration:underline;
}
.yema1 a:hover,.yema2 a:hover{
	text-decoration:underline;
	color:#c61b20;
}
ul{
	list-style:none;
}
.caid li{
	float:left;
	list-style:none;
	background:url('../images/cbg.gif') no-repeat;
	margin:2px 4px;
	line-height:26px;
	padding:0px 18px;
	height:26px;
	width:138px;
	overflow:hidden;
}
.cai2 ul{
	padding:0px;
	margin:0px;
}
.cai2 li{
	margin:7px 5px;
	padding:2px 0px;
	padding-left:30px;
	line-height:18px;
}
.ig1{
	background:url('../images/1.gif') no-repeat;
}
.ig2{
	background:url('../images/2.gif') no-repeat;
}
.ig3{
	background:url('../images/3.gif') no-repeat;
}
.ig4{
	background:url('../images/4.gif') no-repeat;
}
.ig5{
	background:url('../images/5.gif') no-repeat;
}
.ig6{
	background:url('../images/6.gif') no-repeat;
}
.ig7{
	background:url('../images/7.gif') no-repeat;
}
.ig8{
	background:url('../images/8.gif') no-repeat;
}
.ig9{
	background:url('../images/9.gif') no-repeat;
}
.ig10{
	background:url('../images/10.gif') no-repeat;
}
.ig11{
	background:url('../images/11.gif') no-repeat;
}
.ig12{
	background:url('../images/12.gif') no-repeat;
}
.ig13{
	background:url('../images/13.gif') no-repeat;
}
.ig14{
	background:url('../images/14.gif') no-repeat;
}
.ig15{
	background:url('../images/15.gif') no-repeat;
}
.ig16{
	background:url('../images/16.gif') no-repeat;
}
.ig17{
	background:url('../images/17.gif') no-repeat;
}
.ig18{
	background:url('../images/18.gif') no-repeat;
}
.ig19{
	background:url('../images/19.gif') no-repeat;
}