/* CSS Document */

.top_bg {
  width: 100%;
  background: #6f6f6f;
  height: 40px;
  line-height: 40px;
}

.wrap_top {
  width: 900px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}

.wrap_top span {
  height: 22px;
  padding-top: 9px;
  float: right;
  margin-right: 5px;
}

.wrap_top strong {
  float: right;
  color: #fff;
  font-size: 12px;
  height: 40px;
}

.wrap_top strong span {
  float: right;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  margin-top: -9px;
}

#nav {
  width: 1050px;
  margin: 0 auto;
  height: 114px;
  clear: both;
  display: flex;
}

#nav .logo {
  float: left;
  width: 142px;
  height: 114px;
}

#nav ul {
  flex: 1;
  display: flex;
  align-items: center;
}

#nav ul li {
  list-style: none;
  float: left;
  padding: 10px 5px;
  text-align: center;
  margin: 24px 0;
  font-size: 14px;
}

#nav ul li span {
  float: left;
  width: 100%;
  font-size: 12px;
}

#nav ul li a {
  color: #000000;
  padding: 30px 10px;
}

#nav ul li a:hover {
  border-bottom: 5px solid #2da1f4;
  color: #2da1f4;
}

#nav ul li a span {
  color: #999999;
}

#nav ul li a:hover span {
  color: #2da1f4;
}

#nav ul li.hover_0 {
  color: #2da1f4;
  border-bottom: 5px solid #2da1f4;
  padding: 10px 5px 15px;
}

#nav ul li.hover_0 span,
#nav ul li.hover_0 a {
  color: #2da1f4;
}





.copyright {
  width: 100%;
  height: 110px;
  background: #454545;
  margin-top: 50px;
}

.copy {
  width: 400px;
  text-align: center;
  line-height: 40px;
  margin: 0px auto;
  color: #919191;
  font-size: 12px;
  height: 110px;
  padding-top: 15px;
}