* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑,宋体";
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

area {
	border: 0px;
	outline: none;
}

.clearFloat:after {
	display: block;
	content: "";
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.header_top{
	width: 100%;
	height: 90px;
	background: url(../images/topbj.jpg);
}
.header_top img{
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.navBox{
	width: 100%;
	height: 46px;
	background: url(../images/nav.jpg);
}
.nav_div{
	width: 1045px;
	height: 100%;
	margin: 0 auto;
}
.nav_div li{
	width: 95px;
	text-align: center;
	float: left;
}
.nav_div li:nth-child(1){
	background: url(../images/nav1.jpg);
}
.nav_div li:nth-child(1) a{
	color: #000000;
}
.nav_div li:hover{
	background: url(../images/nav1.jpg);
}
.nav_div li:hover a{
	color: #000000;
}
.nav_div li a{
	font-size: 14px;
	font-weight: bold;
	line-height: 46px;
	color: #fff;
	font-family: 微软雅黑;
	display: block;
	text-decoration: none;
}
.carousel{
	width: 100%;
}
.slideBox{ width:100%; height:455px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:9px; z-index:1; text-align: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; text-align: center; margin: 0 auto;}
.slideBox .hd ul li{ float:left; margin: 0 5px; width: 14px; height: 14px; line-height:14px; text-align:center; background:#5A5959; cursor:pointer; border-radius: 50%; }
.slideBox .hd ul li.on{ background:#EC7815; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:455px; display:block;  }
.order{
	width: 100%;
	margin:0 auto;
}
.orderText{
	width: 200px;
	margin: 0 auto;
	font-size:12px; 
	line-height:25px;
}