@charset "utf-8";
/* CSS Document */
.toplogo {
  width: 1100px;
  margin: 0 auto;
}
.banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.banner img {
  width: 100%;
}
.g-menu {
  height: 50px;
  width: 100%;
  min-width: 980px;
  background: #0082bd;
  text-align: center;
  z-index: 18
}
.g-menu-wrap {
  width: 1000px;
  margin: 0 auto;
  height: 50px;
}
.main-menu-con {
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 51px;
  position: relative;
  z-index: 10;
}
.main-menu-con:after {
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
  display: block
}
.main-menu-con ul {
  display: inline;
}
.main-menu-con li {
  float: left;
  width: 100px;
  text-align: center;
}
.main-menu-con a:link, .main-menu-con a:visited {
  display: block;
  color: #fff;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.bottom_menu {
  background: #0082bd;
  height: 52px;
  overflow: hidden;
  border-bottom: 1px #fff solid;
}
.bottom_menu ul {
  width: 1000px;
  margin: 0 auto;
  height: 52px;
  line-height: 52px;
}
.bottom_menu ul li {
  float: left;
  width: 100px;
  text-align: center;
}
.bottom_menu ul li a {
  font-size: 18px;
  font-family: 微软雅黑;
  color: #fff;
  line-height: 52px;
}
.footer {
  background: #424242;
  padding-bottom: 30px;
  overflow: hidden
}
.foot {
  width: 980px;
  margin: 0 auto;
  padding-top: 50px;
  overflow: hidden;
}
.fxinxi {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.fxinxi p a {
  color: #fff;
}