/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #3671cf;
}
.color {
  color: #3671cf;
}
/*menu*/
.menu {
  position: relative;
  z-index: 100;
}
.menu > li {
  height: 50px;
  line-height: 50px;
  width: 150px;
  float: left;
  text-align: center;
  position: relative;
}
.menu > li a {
  font-size: 16px;
  color: #fff;
}
.menu > li:hover,
.menu > li.hover {
  background: #e87a0f;
}
.menu li span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.menu .menu_2 {
  position: absolute;
  width: 100%;
  top: 50px;
  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: 60px;
  line-height: 60px;
  background: #0f4cbb;
  color: white;
  text-align: center;
	font-size: 16px;
}
.footer_bottom strong {
  font-weight: 500;
  padding: 0 68px;
}
.footer_bottom strong a {
  color: white;
}
