@charset "utf-8";
/**********index.html************/
#page1 .col-1 {width:310px; margin-right:15px;}
#page1 .col-2 {width:310px;}
#page1 .column-1 {width:310px; margin-right:25px;}
#page1 .column-2 {width:620px;}

/**********menu.html************/
#page2 #content {padding:25px 0 48px;}
#page2 .col-1 {width:180px; margin-right:50px;}
#page2 .col-2 {width:720px;}
#page2 .column-1 {width:310px; margin-right:25px;}
#page2 .column-2 {width:620px;}

/**********catalogue.html************/
#page3 #content {padding:25px 0 48px;}

/**********shipping.html************/
#page4 #content {padding:25px 0 42px;}
#page4 .col-1 {width:290px; margin-right:50px;}
#page4 .col-2 {width:610px;}

/**********faq.html************/
#page5 #content {padding:25px 0 20px;}

/**********contact.html************/
#page6 #content {padding:25px 0 42px;}
#more col-1,#page6 .col-1 {width:290px; margin-right:50px;}
#more col-2,#page6 .col-2 {width:610px;}

#slider {
	height:auto;
}
#slider > div {
	overflow:hidden;
	width:780px;
	height:auto;
}

.p2{
	width:148px;
	float:left;
	margin-right:6px;
}


.banner{width:1194px; border:1px solid #fefefe; padding:2px; margin:auto; height:460px; background:#fff;}
.homebanner ul {list-style: none ; margin:0; padding:0 }
.homebanner img { border: none; }
.homebanner a { blr: expression(this.onFocus=this.blur()); outline: none; }

.homebanner {width: 1194px; height: 460px; position: relative; overflow:hidden; }
.homebanner .num { overflow:hidden; height: 25px; position: absolute; bottom:12px; left: 15px; zoom:1; z-index:3 }
.homebanner .num li {width: 25px; height: 25px; line-height: 25px; text-align: center; font-weight: 400; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
.homebanner .num li.on { background: #FF7700; } /*当前项*/
.homebannerimg li img{width:1194px; height:460px;}

/*上一个  下一个*/
.homebanner .prev,
.homebanner .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 115px;}
.homebanner .prev { left: 0; }
.homebanner .next { right: 0; background-position: right }