@charset "utf-8";
/* CSS Document */

/* nav */
.nav {
    position: relative;
    margin: 20px 0;
}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav li {
    margin: 0 5px 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.nav a {
    padding: 3px 12px;
    text-decoration: none;
    color: #999;
    line-height: 100%;
}
.nav a:hover {
    color: #000;
}
.nav .current a {
    background: #999;
    color: #fff;
    border-radius: 5px;
}

/* right nav */
.nav.right ul {
    text-align: right;
}

/* center nav */
.nav.center ul {
    text-align: center;
}

/*图片等比缩放*/
.zoomImage{
   
	max-width: 100%;  
	    	
}

/*图片文字在同一框架等高排列*/
.Imageright{
   
	float: right;  
	    	
}

.Imageleft{
   
	float: left;  
	    	
}

.typetext{
	text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
}

.body{
	width:960px;
	max-width: 100%;
	text-align:left;
	margin:auto;
	/*定义网页大小*/
	
}
