body{
       cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
}
#aa{
	position: fixed;
	left:12px;
	top: 12px;
       display: block;
	width: 300px;
	margin: 0 auto;
}
#ab{
position:relative;
font-size:20px;
color:#99b9ea;
}
#aaa{
      
	width:100px;
	height: 100px;
}
			#aa img {
				display: block;
				border: 0;
				
				transform: scale(1);
				transition: all 1s ease 0s;
				-webkit-transform: scale(1);
				-webkit-transform: all 1s ease 0s;
			}
			
			#aa:hover img {
				transform: scale(1.4);
				transition: all 1s ease 0s;
				-webkit-transform: scale(1.4);
				-webkit-transform: all 1s ease 0s;
			}
#content{
    width: 480px;//整体大小
    height:300px;
    position: absolute;//整体位置
    top:10%;
    right:0%;
}
.carousel-inner{
    border-radius: 25px;
    position: relative;
    width: 480px;//照片大小
    overflow: hidden; 
    height:230px; 

}

.carousel-inner>.item>img{
   display: none; 
    line-height: 1;   
    z-index: 1;
border：none;
border-radius:55px 5px; 
}

.carousel-indicators{
    position: absolute;
    top:230px;//按钮位置调整
    left:50px; //按钮位置调整
    z-index: 2;
    list-style-type: none;
}
.carousel-indicators li{
    display:inline-block;
    padding: 0 10px;
    font-size: 15px;
    color:#FFFFFF;    
    cursor: pointer;
    z-index: 2;
      
}


