.content_img{
	width: 100%;
	height: 900px;	
	z-index: 1;	
}
.content_wrap{
	width: 15px;		
	position:absolute;
	left:95%;
	margin-top: 400px;
	text-align: center;
}
.content_p:hover{
	cursor: pointer;
}
.content_p{
	cursor: pointer;
}
.content_p1{
	background-image: url(../images/picture/num_01_w.png);
	background-size: 100%;
}
.content_p1.active{
	background-image: url(../images/picture/num_01.png);
	background-size: 100%;
			
}
.content_p2{
	background-image: url(../images/picture/num_02_w.png);
	background-size: 100%;
	
}
.content_p2.active{
	background-image: url(../images/picture/num_02.png);
	background-size: 100%;
		
}
.content_p3{
	background-image: url(../images/picture/num_03_w.png);
	background-size: 100%;
	
}
.content_p3.active{
	background-image: url(../images/picture/num_03.png);
	background-size: 100%;
	
	
}
.content_wrap p{
	float: left;
	width: 15px;
	height: 9.99px;
	text-align: center;
	color: white;
	margin-top:8px;		
}
.content_container{
	position:absolute;
	width: 100%;
	z-index: 20;
	top: 500px;
}

.content_1{
	width: 100%;
	float: left;
	height: 850px;	
	
}
.content_1 img{
	width: 100%;
	height: 100%;
}

#pic_01{
	background: url(../images/picture/bg_01.jpg) cover no-repeat;
}
#pic_02{
	background: url(../images/picture/bg_02.jpg) cover no-repeat;
}
#pic_03{
	background: url(../images/picture/bg_03.jpg) cover no-repeat;
}
.bannar_first{
	float: left;
	position: relative;
	width: 40px;
	height: 80px;
	background-color:white;
	border: 1px solid #000;
	border-radius:0 40px 40px 0 ;
	bottom: 220px;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	opacity: 0.3;
	display: none;
}
.bannar_next{
	float: right;
	position: relative;
	width: 40px;
	height: 80px;
	background-color:white;
	border: 1px solid #000;
	border-radius:40px 0 0 40px ;
	bottom: 220px;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	opacity: 0.3;
	display: none;
}
.bannar_pin:hover{
	background-color: rgb(239,114,50);
	cursor: pointer;
}

.bgimg{
	width: 100%;
	height: 500px;
	position: absolute;
	z-index: -999;
}
