/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #022d52;
}
.color {
  color: #022d52;
}
/*menu*/
.menu {
  position: relative;
  z-index: 100;
}
.menu > li {
  height: 35px;
  line-height: 35px;
  width: 102px;
  float: left;
  text-align: center;
  position: relative;
	/*background: url(../images/libg.png) no-repeat;*/
	margin-top: 21.5px;
	margin-left: -4px;
}
.menu > li a {
  font-size: 16px;
  color: #ffffff;
}
.menu > li:hover a,
.menu > li.hover a{
    color: #f4b82a;
}
.menu li span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.menu .menu_2 {
  position: absolute;
  width: 100%;
  top: 58px;
  left: 0;
  display: none;
  overflow: hidden;
}
.menu .menu_2 li {
  background: #fff;
}
.menu .menu_2 a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #494747;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu li:hover .menu_2 {
  display: block;
}
.main {
  margin-bottom: 10px;
}
/*footer*/
.footer_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #00152D;
  color: white;
  text-align: center;
}
.footer_bottom strong {
  font-weight: 500;
  padding: 0 30px;
}
.footer_bottom strong a {
  color: white;
}
