* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.box_top {
  flex-wrap: wrap;
}
.box_top .box_top_logo {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.box_top .box_top_logo .box_top_log_image {
  text-align: right;
  width: 300px;
}
.box_top .box_top_text {
  font-size: 30px;
  font-weight: 700;
  line-height: 80px;
  padding-left: 1vw;
}
.box_top .box_top_background {
  max-height: 20vh;
  width: 100%;
  border-top: 2px solid #337ab7;
}
.box_top .box_center {
  border: 0.1px #004993 solid;
  min-height: 60px;
  margin-top: 1vh;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.box_top .box_center .box_center_span1 {
  margin: 0 1vw;
  display: flex;
  align-items: center;
}
.box_top .box_center .box_center_content_card {
  position: relative;
  display: inline-block;
}
.box_top .box_center .box_center_content_card > span {
  min-width: 5vw;
  height: 100%;
  text-align: center;
  display: inline-block;
  line-height: 8vh;
  padding: 0 10px;
}
.box_top .box_center .box_center_content_card:hover .box_center_content_select {
  display: block;
  z-index: 9999;
}
.box_top .box_center .box_center_content_card .box_center_content_select {
  display: none;
  position: absolute;
  background-color: white;
  color: black;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}
.box_top .box_center .box_center_content_card .box_center_content_select li {
  min-width: 10vw;
  padding: 10px 0;
  text-align: center;
  list-style: none;
}
.box_top .box_center .box_center_content_card .box_center_content_select li:hover {
  background-color: #f5f5f5;
}
.box_bottom {
  width: 100%;
  margin: 1vh 0;
  box-shadow: 0px 5px 5px rgba(128, 128, 128, 0.2);
}
.box_bottom .box_bottom_title {
  padding: 10px;
  color: azure;
  font-weight: 500;
  line-height: 25px;
  background-color: #337ab7;
  border-radius: 5px 5px 0px 0px;
}
.box_bottom .box_bottom_title > a {
  color: white;
}
.box_bottom .box_bottom_content {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.box_bottom .box_bottom_content span {
  padding: 10px;
  border: 0.1px solid #dddddd;
  font-size: 14px;
}
.box_bottom .box_bottom_content span a {
  color: #337ab7;
}
.box {
  height: 20vh;
  text-align: center;
  background-color: #708090;
  color: #fff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.box p {
  margin: 0;
  padding: 0;
}
