body {
  min-width: 1200px; }

.container {
  width: 1200px;
  margin: 0 auto; }

.head {
  background: url(../images/header-bg.jpg) no-repeat center top;
}

.head .logo {
  height: 200px;
  text-align: center;
  line-height: 200px;
  overflow: hidden; 
   width: 1200px;
    margin: 0 auto;
}
.head .logo .logo-container {
  display: inline-block;
    float: left;
 }
.head .logo .logo-img {
  margin-top: 5px; }
.head .logo .logo-text {
  margin-left: 20px; }
.head .logo .logo-text img {
  display: block;
  margin-top: 30px; }
.head .nav {
  background: #070b50;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 2px 2px #000; }
.head .nav > ul > li {
  float: left;
  width: 10%;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  }
.head .nav > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff; }
.head .nav > ul > li:hover, .head .nav > ul > li.active {
  background: #fff;
  color: #070b50;
  text-shadow: 0 2px 2px #b4b4b4; }
.head .nav > ul > li:hover a, .head .nav > ul > li.active a {
  color: #070b50; }
.head .nav > ul .hasmenu {
  background: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 12px;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 99999;
  }
.head .nav > ul .hasmenu li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #070b50;
  color: #070b50; }
.head .nav > ul .hasmenu a {
  display: block;
  width: 100%;
  height: 100%; }
.head .nav > ul li:hover .hasmenu {
  opacity: 1;
  visibility: visible;
  text-shadow: none;
  }

.footer {
  background: #333;
  padding: 30px 0;
  color: #ddd; }
.footer .b_left1 {
  width: 379px;
  float: left; }
.footer .b_left2 {
  width: 641px;
  float: left;
  margin-top: 19px;
  font-size: 14px;
  text-align: left;
  padding-left: 100px; }
.footer .b_left3 {
  width: 80px;
  float: left;
  text-align: right; }
.footer .b_left2 p {
  margin-bottom: 10px; }

.gototop {
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: fixed;
  right: 0px;
  bottom: 150px;
  cursor: pointer;
  display: none;
  z-index: 99999999999;
  background: #fff; }
.gototop:hover {
  background: #070b50;
  color: #fff;
  border-color: #070b50; }