		.w {
			width: 1200px;
			margin: 0 auto;
		}
		
		nav ul {
			/*border: 1px solid red;*/
			display: inline-block;
			width: 100%;
			text-align: center;
		}
		
		nav ul li {
			width: 103px;
			/*height: 36px;	
			line-height: 36px;		*/
			position: relative;
			box-sizing: border-box;
			overflow: visible;			
			display: inline-block;
			padding: 8px 10px;
			color: #8B8B8B;
			transition: color 0.4s ease 0s;
			text-align: center;
			cursor: pointer;
			font: normal normal normal 14px/1.4em 'Open Sans',sans-serif;
		}
		
		nav ul li:hover {
			color: #242424;
			/*font-weight: bold;*/
			transition: color 0.4s ease 0s;
		}
		
		nav ul li.atc {
			color: #9C9C31;
	/*		font-weight: bold;*/
			transition: color 0.4s ease 0s;
		}
		
		.logo {
			text-align: center;
			margin: 29px 0;
		}
		
		.logo img {
			height: 50px;
		}

		
