/* css 重置 */
*{margin:0;padding:0;list-style:none;}
body{background:#fff;font:normal 12px/22px 宋体;}
img{border:0;}
a{text-decoration:none;color:#333;}
a:hover{color:#1974A1;}
/* 本例子css */
.tabox{width:1000px;margin:0px auto; }
.tabox .hd{overflow:hidden;}
.tabox .hd li{position:relative;height:37px;line-height:37px;text-align:center;width:100px;float:left;border:1px solid #333;font:normal 14px/37px "Microsoft YaHei";_font-weight:bold;cursor:default; margin:30px 4px;}
.tabox .hd li.on{width:100px;background:#7F1A74;color:#fff;}
.tabox .bd{height:310px;border-top:0;}
.tabox .lh{overflow:hidden;}
.tabox .lh li{width:1000px;float:left;}
.tabox .lh li .p-img{width:130px;height:132px;padding:30px 13px 0 13px;margin:0 auto;text-align:center;}
.tabox .lh li .p-name{height:36px;line-height:18px;word-break:break-all;word-wrap:break-word;overflow:hidden;}
.tabox .lh li .p-price{color:#999;}
.tabox .lh li .p-price strong{color:#c00;font-size:14px;font-family:verdana;}









/*表单*/
.table{
	width:100%;
	height: 540px;
	display: block;
}
.table_con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 3%;
}
.table_l{
	width: 49.5%;
	float: left;
}
.table_R{
	width: 49.5%;
	height: 426px;
	background: url(../images/table2.png);
	float: right;	
}

.bdbox{
	width: 1312px;
	height: 238px;
	background-color: #eba867;
}


/*手风琴轮播*/
@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

/*body {
	margin: 10px;
	background-color: #1D1D1D;
}*/




.wrap {
	margin: 50px auto;
	width: 1134px;
	height: 437px;
	position: relative;
	overflow: hidden;
}

.pic {
	width: 679px;
	height: 437px;
	cursor: pointer;
}

.pic1 {
	background: url(../images/t1.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.pic_num1 {
	width: 74px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 17px;
	background: url('../images/pic_num.jpg');
	background-position: 0 0;
	display: none;
}

.pic2 {
	background: url('../images/t2.png');
	position: absolute;
	top: 0;
	left: 679px;
	z-index: 3;
}

.pic_num2 {
	width: 74px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 17px;
	background: url('../images/pic_num.jpg');
	background-position: -69px 0;
}

.pic3 {
	background: url('../images/t3.png');
	position: absolute;
	top: 0;
	left: 770px;
	z-index: 5;
}

.pic_num3 {
	width: 74px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 17px;
	background: url('../images/pic_num.jpg');
	background-position: -138px 0;
}

.pic4 {
	background: url('../images/t4.png');
	position: absolute;
	top: 0;
	left: 861px;
	z-index: 7;
}

.pic_num4 {
	width: 74px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 17px;
	background: url('../images/pic_num.jpg');
	background-position: -207px 0;
}

/*.pic5 {
	background: url('../images/t5.jpg');
	position: absolute;
	top: 0;
	left: 952px;
	z-index: 9;
}*/

/*.pic_num5 {
	width: 73px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 18px;
	background: url('../images/pic_num.jpg');
	background-position: -276px 0;
}*/

/*.pic6 {
	background: url('../images/t6.jpg');
	position: absolute;
	top: 0;
	left: 1043px;
	z-index: 11;
}*/

.pic_num6 {
	width: 73px;
	height: 79px;
	position: absolute;
	top: 40px;
	left: 18px;
	background: url('../images/pic_num.jpg');
	background-position: -345px 0;
}