﻿body {
  background: url(../images/bg.png) no-repeat center top;
  background-size: 1920px 100%;
  min-height: 937px;
}
.logo {
  float: left;
}
.logo h1 {
  padding-top: 14px;
  padding-bottom: 0;
}
.logo h1 a {
  display: block;
  height: 65px;
  width: 307px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 307px 65px;
}
.nav {
  padding-top: 27px;
  float: right;
}
.nav .nav-one > li {
  float: left;
}
.nav .nav-one > li > a {
  display: block;
  padding: 0 17px;
  height: 40px;
  border: 2px solid transparent;
  font-size: 18px;
  color: #333;
  list-style: 2px;
  font-weight: bold;
  line-height: 40px;
  transition: all 1s;
}
.nav .nav-one > li:hover > a {
  color: #317444;
}
.nav .nav-one .curr > a {
  color: #317444;
  border-color: #317444;
}
.title {
  position: relative;
  margin-top: 36px;
  height: 113px;
}
.title img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.footer {
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 19px;
  color: #888;
  font-size: 14px;
  text-align: right;
}
.footer a {
  color: #888;
}
.footer a:hover {
  color: #317444;
  font-weight: bold;
}