	

body{
	cursor: url(http://hooowie.com/cursor_shadow.png),pointer!important;
	
}
a:hover{cursor:url(http://hooowie.com/cursor_shadow_a.png), pointer!important;}
	
	
/* 	.contentarea{
		width: 57.5rem;
		height: 154rem; 
		margin: 0 auto;
		background-image: url(../img/web/fengwo_home.png);
		background-repeat: no-repeat;
		background-size: 100% ;
	} */
	
	
	
.contentarea{
	color: white;
	font-size: 0.9rem; 
}
/* .contentarea img{
	display: block;
	width:57.5rem;
	margin: 0 auto;
} */

	
 
.banner {
	 
}
.banner .pic {
	
}
.banner .pic li {
	min-height: 500px;  
	display:none;
}
.banner .pic li img{
	display: block;
	width: 96%;
	margin: 0 auto;
}

.banner .pic li:first-child {
	display:block;
}

.banner .jiantou { 
	width: 1000px; 
	transition-duration: .5s;
 
	position: fixed;
	top:45%; 
	opacity: 0;  
	
}
.banner .jiantou li { 
	cursor: pointer;   
	transition-duration: 1s;
	filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.15));
}


.banner .jiantou li svg{
	
	transition-duration: 1s;
}
.banner .jiantou li svg:hover{
	filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.3));
	/* transform: scale(.90); */
	transform: scaleX(.8);
	/* transform: rotateY(30deg); */
	
}
.banner:hover .jiantou {

	opacity: 1; 
}
.banner .jiantou .left_1 { 
}
.banner .jiantou li:first-child {
	float:left;
	margin-left: 0;
}
.banner .jiantou li:last-child {
	float:right;
	margin-right: 0;
}	
	
	
	
	
	
	