/*字体图标*/
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'adineuePROKZBold';
  src: url('../fonts/adineuePROKZBold.eot');
  src: url('../fonts/adineuePROKZBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/adineuePROKZBold.woff2') format('woff2'),
      url('../fonts/adineuePROKZBold.woff') format('woff'),
      url('../fonts/adineuePROKZBold.ttf') format('truetype'),
      url('../fonts/adineuePROKZBold.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'adineuePROKZLight';
  src: url('../fonts/adineuePROKZLight.eot');
  src: url('../fonts/adineuePROKZLight.eot?#iefix') format('embedded-opentype'),
      url('../fonts/adineuePROKZLight.woff2') format('woff2'),
      url('../fonts/adineuePROKZLight.woff') format('woff'),
      url('../fonts/adineuePROKZLight.ttf') format('truetype'),
      url('../fonts/adineuePROKZLight.svg#iconfont') format('svg');
}


.header{
	height: 150px;
	width: 1200px;
	margin: 0 auto;
}
.header .logo{
	float: left;
	position: relative;
	top: 40px;
}
.header .logo a{
	display: block;
}
.header .logo a img{
	display: block;
}
.header .nav{
	float: right;
	position: relative;
	top: 56px;
}
.header .nav ul{
	font-size: 0;
}
.header .nav ul li{
	display: inline-block;
	font-size: 16px;
	margin-left: 15px;
}
.header .nav ul li a{
	color: #333;
	height: 26px;
	border-radius: 6px;
	line-height: 26px;
	display: inline-block;
	padding: 0 20px;
}
.header .nav ul li a.on{
    background: #333;
    color: #fff;
}
.header .nav ul li a:hover{
    background: #333;
    color: #fff;
}



.footer{
	width: 100%;
	height: 668px;
	overflow: hidden;
	background: url("../img/footerBg.jpg") no-repeat center;
	position: relative;
}

.footer .con{
	width: 1078px;
	margin: 0 auto 0;
	position: relative;
	top: 68px;
}
.footer .con img{
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}
.footer .con p{
	font-size: 18px;
	color: #fff;
	width: 672px;
	position: absolute;
	right: 94px;
	line-height: 34px;
	top: 124px;
}

.footer .bottom{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(118,118,118,.8);
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}



























