*{
	padding:0px;
	margin:0px;
	font-family:"微软雅黑";
}
img{
	border-style:none;
}
a{
	text-decoration:none;
}
li{
	list-style-type:none;
}
/*头部开始*/
#header{
	width:100%;
	height:136px;
	background:url('../images/index01.jpg');
}
.header_center{
	width:1100px;
	overflow:hidden;
	margin:0px auto;
}
.logo>img{
	display:block;
	float:left;
	margin-top:20px;
}
.slogan{
	display:block;
	float:left;
	margin:46px 0px 0px 68px;
}
.header_center_r{
	width:326px;
	height:63px;
	float:right;
	margin-top:32px;
}
.header_center_r>a{
	font-size:12px;
	color:#000;
	margin-right:6px;
}
.nav_r:hover{
	color:#c40000;
	text-decoration:underline;	
}
.call{
	margin-top:10px;
}
/*头部结束*/
/*导航开始*/
#nav{
	width:100%;
	height:60px;
	background:#1292e5;
}
.nav_center{
	overflow:hidden;
	width:1000px;
	margin:0px auto;
}
.nav_center>a{
	display:block;
	width:111px;
	font-size:16px;
	overflow:hidden;
	color:#fff;
	float:left;
	text-align:center;
	line-height:60px;
}
.nav_center>a:hover{
	background:#ff7800;
}
/*导航结束*/	
/*banner开始*/
.banner{
	width:100%;
	height:500px;
	position:relative;
}
.pictor{
	overflow:hidden;
	width:100%;
	height:500px;
	margin:0px auto;
}
.pictor>li{
	width:100%;
	height:500px;
	overflow:hidden;
	position:absolute;
	display:none;
}
.pictor>li>a{
	display:block;
	width:100%;
	height:500px;
}
.banner1{
	background:url('../images/banner2.jpg') center;
}
.banner2{
	background:url('../images/banner1.jpg') center;

}
.banner3{
	background:url('../images/banner3.jpg') center;

}
.banner4{
	background:url('../images/banner4.jpg') center;

}
.dian{
	position:absolute;
	height:20px;
	bottom:20px;
	left:46%;
	z-index:9999999999999999999999999;
}
.dian>li{
	width:20px;
	height:20px;
	background:#fff;
	border:1px solid #006eb6;
	border-radius:50%;
	float:left;
	margin-right:16px;
}
.left,.right{
	position:absolute;
	width:80px;
	height:80px;
	top:210px;
	display:none;
	z-index:9999999999999999999999999;
	cursor:pointer;
}
.left{
	left:5%;
}
.right{
	right:5%;
}
.banner:hover>img{
	display:block;
}
/*banner结束*/