@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}
body{
	
	background:#000000;
	
}



 .nav a{   
	text-decoration:none;
	color:#000000;

	}


.all{
	/*width:1280px;*/
	position: relative;
	width:100%;
	margin:0 auto;
	clear: both;
	background:#000000;
	}
.box1{
	/*width:1280px;*/
	background:#333333;
	/*float:left;*/
	}

.head {	
	width:1280px;
    background-color:#333333;
	height:55px;
	margin:0 auto;
}

.p1{
	width:auto;
	margin-top:10px;
	margin-bottom:6px;
    float:left;
	
	}
.p2{   
   margin-left:78%;
 
	}
.p2 img{
	margin-top:10px;
	margin-left:30px;
	}
.part1{
	width:1280px;
	background:#000000;
	height:80px;
	margin:0 auto;
	
	}


.box02{
	width:100%;
	background:#000000;
	}	
.nav1 {
	margin-left:0px;
	background:#000000;
    float:50%;/*让盒子元素左浮动*/
}
.nav2 {
	width:1280px;
	height:80px;
	margin-left:0px;
	background:#888888;
    float:50%;/*让盒子元素左浮动*/
}
.nav{
    margin-top:15px;
    background:#FFF;
	float:left;/*让盒子元素左浮动*/
	margin-left:380px;
  
}




.box2{
	background:#000000;
	width:100%;
	height: 699px;
	float:left;
	}
.test{
	width:1280px;
	margin:0 auto;
	background:#888888;
	}
.test img{	
	float:left;
	
	}

.box3{
	
	width:100%;
	height:371px;
	float:left;
	background-image: url("../images/backed.png");
	background-repeat: repeat;   //不重复
	}

.box4{
	
	width:100%;
	height:2143px;
	float:left;
	background:#000000;
	}
.box5{
	border: 2px solid #444;
	width:100%;
	float:left;
	text-align: center;
	height:50px;
	line-height: 50px;
	color: #fff;
	min-width: 1280px;
}
.box5 a{
	color: #ffffff;
}

