body{ 
	margin: 0;
	padding: 0;
	
	background-color: #131418; 
	
	animation-name: clor;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	font-family: "Merriweather";  
	
	
	/* cursor: url(https://z.res.netease.com/pc/zt/20180609163225/img/common/icon-pointer_41f86a2.png),pointer!important;
	 */
	cursor: url(https://hooowie.com/cursor_shadow.png),pointer!important;
}

::-webkit-scrollbar { 
	
    display: none;
	
}



a:hover{cursor:url(https://hooowie.com/cursor_shadow_a.png), pointer!important;}



@font-face {
	font-family:"Merriweather"; 
	src:url(../font/Merriweather.ttf);
}

@keyframes clor{
	0%{
		background-color: #131418;		
	}
	50%{
		background-color: #040a34;	
	}
	100%{
		background-color:  #131418;
	}			
}			
							
ol,ul,li,dl,dt,dd,p,h1,h2{
	list-style: none;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none; 
}
i{
	font-style: normal;
}
.safearea{
	width:1000px;
	margin: 0 auto;
}
				
				
html {
    cursor: url(favicon.ico), auto;
}	

/* ------------------------------------------------------------ glob ------------------------------------------------------------*/
		
	
	
	
	
	
	
 	
				
.logo{
	
	height: 4.25rem;
	width:100%;
	
	position: fixed; 
	filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.1));
	z-index: 1;    
	
	
	
}	
  
  .logoblock{
	width: 120px;
	height: 70px; 
	position: absolute;
	cursor: pointer;
}  

/* .logo:hover li{
	display: block;
}  
 */
 
.logoblock:hover + li{
	
	 
	
}

			
.logoarea{	
	
	height: 2.25rem;
	
}				



.logo ul{ 
	
}

.logo ul li{
	font-family: LilyUPC; 
	width: 50px;
	height: 65px;
	/* line-height: 20px; */
	transition-duration: .5s; 
    display: none;
	/* border: red 1px solid;  */
	
}
.logo ul li a{
	color: white;
	font-size: 30px; 
	/* text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); */
	letter-spacing: 5px;
	font-weight: 800;
	transition-duration: .1s;
}

.logo ul li a:hover{
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}






 







/* ------------------------------------------------------------logo ------------------------------------------------------------*/
				
		
.contentarea{
	  min-height: 1700px;
	  font-size: 0.8rem;
	  
}				
.contentarea ul {
   
} 

.contentarea ul li{
	 width: 342px; 
	 float: left; 
	 margin: 10px 16px;
	 
	 
	 /* text-align: center; */ 
	 overflow: hidden; 
	 transition-duration: 1s;
	 transition-timing-function: cubic-bezier(0.95, 0.07, 0, 0.88);
	 
	 transform: ; 
	 
	 
		 
	/* 	-webkit-filter: grayscale(50%); 
		-moz-filter: grayscale(50%); 
		-ms-filter: grayscale(50%); 
		-o-filter: grayscale(50%); 
		 filter: grayscale(10%); */ 
}


.contentarea ul li:hover{
	
	
	transform:scale(0.98,0.98) rotate(-1deg); 
	opacity: 0.9;  
	
	/* filter: blur(1px); */
	/* filter: invert(20%) sepia(100%) saturate(7380%) hue-rotate(342deg) brightness(96%) contrast(111%);*/
	/* filter: hue-rotate(30deg)  contrast(100%);  */
	  
	/* filter: grayscale(0%);  */
	   

} 




.contentarea ul li #pic,#pic2,#pic3,#pic4,#pic5,#pic6,#pic7,#pic8,#pic9{
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35); 
}


.contentarea ul li #pic{ 
	  display: block;
	  border-radius: 5px;
	  background-color: rgb(255, 255, 255);
	  transition-duration: 1s;
	  width: 342px;
	  height: 230px;
	  background-image: url(../img/home/hxb_cover.jpg);
	  background-repeat: no-repeat;
	  background-size:172%;
	  background-position: center top; 	 
	  margin-bottom: 10px;
	  
}

.contentarea ul li.pic2{
	 width: 594px;
	 float: left; 
}

.contentarea ul li #pic2{
	width: 594px;
	 
	display: block;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	 
	height: 240px;
	background-image: url(../img/home/Portfolio.png);
	background-position: center top;
    margin-bottom: 10px;
    background-size: 102%; 
}

 


.contentarea ul li.pic3{
	 width: 342px;
	 float: left; 
	  margin: -13px 16px; 
}


.loader{position:relative;top:50%;left:50%; }
.loader .l_main{ width:172px;height:128px;margin:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)  scale(0.8);}
@media (max-width:550px){.loader{-webkit-transform:scale(0.75);transform:scale(0.75)}}
@media (max-width:440px){.loader{-webkit-transform:scale(0.5);transform:scale(0.5)}}
.l_square{position:relative}
.l_square:nth-child(1){margin-left:0px}
.l_square:nth-child(2){margin-left:44px}
.l_square:nth-child(3){margin-left:88px}
.l_square:nth-child(4){margin-left:132px}
.l_square span{position:absolute;top:0px;left:20px;height:36px;width:36px;border-radius:5px;background-color:#FFFFFF;}
.l_square span:nth-child(1){top:0px}
.l_square span:nth-child(2){top:44px}
.l_square span:nth-child(3){top:88px}
.l_square:nth-child(1) span{-webkit-animation:animsquare1 2s infinite ease-in;animation:animsquare1 2s infinite ease-in}
.l_square:nth-child(2) span{-webkit-animation:animsquare2 2s infinite ease-in;animation:animsquare2 2s infinite ease-in}
.l_square:nth-child(3) span{-webkit-animation:animsquare3 2s infinite ease-in;animation:animsquare3 2s infinite ease-in}
.l_square:nth-child(4) span{-webkit-animation:animsquare4 2s infinite ease-in;animation:animsquare4 2s infinite ease-in}
.l_square span:nth-child(1){-webkit-animation-delay:0.00s;animation-delay:0.00s}
.l_square span:nth-child(2){-webkit-animation-delay:0.15s;animation-delay:0.15s}
.l_square span:nth-child(3){-webkit-animation-delay:0.30s;animation-delay:0.30s}
@-webkit-keyframes animsquare1{0%,5%,95%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}30%,70%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@keyframes animsquare1{0%,5%,95%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}30%,70%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@-webkit-keyframes animsquare2{0%,10%,90%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}35%,65%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@keyframes animsquare2{0%,10%,90%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}35%,65%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@-webkit-keyframes animsquare3{0%,15%,85%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}40%,60%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@keyframes animsquare3{0%,15%,85%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}40%,60%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@-webkit-keyframes animsquare4{0%,20%,80%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}45%,55%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@keyframes animsquare4{0%,20%,80%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}45%,55%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
/* 封面动画 */



.contentarea ul li #pic3{
	 width: 342px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: #FA3663;
	 
	 height: 230px; 
	/* background-image: url(../img/gif/book.gif);
	 background-repeat: no-repeat;
	 background-position: center; 	 */
	 background-size: 130%;
	 
	 margin-bottom: 10px;
}



.contentarea ul li.pic4{
	 width: 257px;
	 float: left; 
	  margin: 10px 16px; 
}

.contentarea ul li #pic4{
	 width: 257px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 302px;
	 background-image: url(../img/home/illustration_mountain.png);
	 background-repeat: no-repeat;
	 background-position: center ; 	 
	 background-size: 104%;
	 margin-bottom: 10px;
}

.contentarea ul li.pic5{
	 width: 305px;
	 float: left; 
	margin: 10px 16px; 
}

.contentarea ul li #pic5{
	 width: 305px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 260px;
	 background-image: url(../img/home/illustration_orange.png);
	 background-repeat: no-repeat;
	 background-position: center ; 	 
	 background-size: 101%;
	 margin-bottom: 10px;
}



.contentarea ul li.pic6{
	 width: 342px;
	 float: left; 
	margin: -90px 16px; 
}

.contentarea ul li #pic6{
	 width: 342px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 260px;
	 background-image: url(../img/home/pj6.png);
	 background-repeat: no-repeat;
	 background-position: center ; 	  
	 margin-bottom: 10px;
}

.contentarea ul li.pic7{
	 width: 257px;
	 float: left; 
	margin: 10px 16px; 
}

.contentarea ul li #pic7{
	 width: 257px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 260px;
	 background-image: url(../img/home/illustration_water.png);
	 background-repeat: no-repeat;
	 background-position: center ;
	 background-size: 110%;
	 margin-bottom: 10px;
}


.contentarea ul li.pic8{
	 width: 305px;
	 float: left; 
	margin: -23px 16px; 
}

.contentarea ul li #pic8{
	 width: 305px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 220px;
	 background-image: url(../img/home/illustration_crow.png);
	 background-repeat: no-repeat;
	 background-position:-24px center ;
	 background-size: 140%;
	 margin-bottom: 10px;
}



.contentarea ul li.pic9{
	 width: 342px;
	 float: left;  
	 margin: -90px 16px;
}

.contentarea ul li #pic9{
	 width: 342px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 220px;
	 background-image: url(../img/home/illustration_cro.png);
	 background-repeat: no-repeat;
	 background-position:-24px center ;
	 background-size: 140%;
	 margin-bottom: 10px;
}


.contentarea ul li.pic10{
	 width: 257px;
	 float: left;  
}

.contentarea ul li #pic10{
	 width: 257px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 220px;
	 background-image: url(../img/home/illustration_exercisesI.png);
	 background-repeat: no-repeat; 
	 background-size: 100%;
	 margin-bottom: 10px;
}

.contentarea ul li.pic11{
	 width: 305px;
	 float: left; 
	  margin: -62px 16px; 
}

.contentarea ul li #pic11{
	 width: 305px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 220px;
	 background-image: url(../img/home/illustration_exercisesII.png);
	 background-repeat: no-repeat; 
	 background-size: 102%;
	 margin-bottom: 10px;
}



.contentarea ul li.pic12{
	 width: 342px;
	 float: left;  
	 margin: -92px 16px; 
}

.contentarea ul li #pic12{
	 width: 342px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 199px;
	 background-image: url(../img/home/illustration_exercisesIII.png);
	 background-repeat: no-repeat;
	 background-position:0 center ;
	 background-size: 100%;
	 margin-bottom: 10px;
}






.contentarea ul li.pic13{
	 width: 257px;
	 float: left;  
}

.contentarea ul li #pic13{
	 width: 257px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 220px;
	 background-image: url(../img/home/code_card.png);
	 background-repeat: no-repeat; 
	 background-size: 157%;
	 margin-bottom: 10px;
	 background-position: center;
}




.contentarea ul li.pic14{
	 width: 305px;
	 float: left; 
	  margin: -62px 16px; 
}

.contentarea ul li #pic14{
	 width: 305px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 220px;
	 background-image: url(../img/home/code_book.png);
	 background-repeat: no-repeat; 
	 background-size: 128%;
	 background-position: center;
	 margin-bottom: 10px;
}






.contentarea ul li.pic15{
	 width: 342px;
	 float: left;  
	 margin: -92px 16px; 
}

.contentarea ul li #pic15{
	 width: 342px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 199px;
	 background-image: url(../img/home/illustration_icon.jpg);
	 background-repeat: no-repeat;
	 background-position:0 center ;
	 background-size: 100%;
	 margin-bottom: 10px;
}


.contentarea ul li.pic16{
	 width: 594px;
	 float: left; 
	 margin-bottom: 55px
}

.contentarea ul li #pic16{
	width: 594px;
	 
	display: block;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	 
	height: 254px;
	background-image: url(../img/home/fengwo_web.png);
	background-position: center top;
    margin-bottom: 10px;
    background-size: 120%; 
}

 
 
 


/* 
.contentarea ul li.pic16{
	 width: 257px;
	 float: left;  
}

.contentarea ul li #pic16{
	 width: 257px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgba(255, 255, 255,0);
	 
	 height: 220px;
	 background-image: url(../img/home/code_card.png);   ---------------
	 background-repeat: no-repeat; 
	 background-size: 157%;
	 margin-bottom: 10px;
	 background-position: center;
}





.contentarea ul li.pic17{
	 width: 305px;
	 float: left; 
	  margin: -62px 16px; 
}

.contentarea ul li #pic17{
	 width: 305px;
	 
	 display: block;
	 border-radius: 5px;
	 background-color: rgb(255, 255, 255);
	 
	 height: 220px;
	 background-image: url(../img/home/Portfolio.png);
	 background-repeat: no-repeat; 
	 background-size: 128%;
	 background-position: center;
	 margin-bottom: 10px;
}

*/





.contentarea ul li i{
	line-height: 18px;				
}

.contentarea ul li a{
	color: white;
}				













/* ------------------------------------------------------------ content ------------------------------------------------------------*/
	





			

/* ------------------------------------------------------------foot ------------------------------------------------------------*/
 