.webHeader {
  /*border:1px solid red;box-sizing:border-box;*/
  height: 110px;
  margin: auto;
  position: relative;
  width: 1200px;
}
.logo {
  left: 40px;
  position: absolute;
}
.nav {
  bottom: 20px;
  position: absolute;
  right: 30px;
}
.nav li {
  color: #ccc;
  float: left;
  font-size: 16px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}
.nav .nav-choice {
  cursor: pointer;
  position: relative;
  width: 110px;
}
.nav .nav-choice a,
span {
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}
.nav .nav-choice:hover ul {
  display: block;
}
.nav .nav-choice:hover > a {
  border-bottom-color: #004ac4;
  color: #004ac4;
}
.nav .nav-choice:hover span {
  border-bottom-color: #004ac4;
  color: #004ac4;
}
.nav .nav-choice > a {
  color: #000;
  font-size: 16px;
  font-family: '微软雅黑';
}
/*---导航---*/
.nav .nav-choice > ul {
  background-color: #fff;
  border: 1px solid #999;
  display: none;
  top: 33px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.nav .nav-choice > ul li {
  border-bottom: 1px solid #999;
  color: #000;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.nav .nav-choice > ul li:last-child {
  border: none;
}
.nav .nav-choice > ul li:hover a {
  background-color: #004ac4;
  color: #fff;
}
/*地理位置*/
.locationwrap {
  background-color: #ededed;
  height: 130px;
  padding: 30px 0;
}
.locationwrap > ul {
  height: 100%;
  margin: auto;
  width: 1200px;
}
.locationwrap > ul > li {
  float: left;
  height: 100%;
  text-align: center;
  width: 50%;
}
.locationwrap > ul > li p {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
/*底部*/
.footer {
  background-color: #333;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
.footer span,
.footer a label {
  color: #fff;
  font-size: 13px;
}
.footer span {
  display: inline-block !important;
  margin-right: 50px;
}
