/*导航*/
	header{
		height: 64px;
		background: white;
	}
	.leftNav{
		list-style: none;
		height: 87px;
		float: left;
		padding: 0 20px;
		line-height: 64px;
		color: #444;
	}
	.leftNav a{
		text-decoration: none;
		font-size: 18px;
	}
	.leftNav a:hover{
		color: red;
	}
	.rightNav{
		list-style: none;
		float: left;
		color: #909090;
		line-height: 64px;
	}.rightNav a{
		float: left;
		font-size: 16px;
		text-decoration: none;
	}
	#logo{
		width: 156px;
		height: 47px;
		margin-left: 60px;
		margin-bottom: 8px;
	}
	/*标题*/
   .productBox{
  	    padding: 10px;
   }
    h3,h5,h4,h6,#c{
		text-align: center;
		padding: 2px 0px;
    }
    h3{
    	font-size: 34px;
    	font-weight: 600;
	}
	h4{
    	font-size: 28px;
    	font-weight: 600;
	}
	h6{
    	font-size: 23px;
		font-weight: 600;
		
    }
    #product{
    	color: red;
    }
    h5{
 	   font-size: 18px;
 	   color: #cacace;
    }
    #c a{
    	text-decoration: none;
    	font-size: 18px;
    	color: black;
    	margin-top: 2px;
	}
	
	.hh li{
		float: left;
		padding-left: 500px;
		/*margin-left: 600px;*/
	}