@media only screen and (max-width: 1024px) {
		#nav .navigation a {
	    margin-top: 48px;
	    color: #1f1f1f;
	    margin-right: 18px;
	    font-size: 12px;
    }
	#cloudTitle .redtitle{
    	width: 140px;
 	   	height: 100px;
    	background: url(../img/wwww.png) no-repeat 60px 68px;
    	padding-top: 25px;

    }
}



@media only screen and (max-width: 768px) {
	#nav .navigation a {
	    margin-top: 48px;
	    color: #1f1f1f;
	    margin-right: 18px;
	    font-size: 12px;
    }
    #cloudTitle .redtitle{
    	width: 140px;
 	   	height: 100px;
    	background: url(../img/wwww.png) no-repeat 60px 93px;
    	padding-top: 55px;

    }
}





