html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.header {
    height: 100px;
}
.header_logo {
    background-color: white;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header_content {
    background-color: white;
    height: 30px;
}
.header_logo img {
    width: 36px;
    height: 28px;
    margin-left: 10px;
    margin-top: 21px;
    background-repeat: no-repeat;
    float: left;
}
.header_logo span {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #072658;
    display: inline-block;
    line-height: 28px;
    margin-left: 5px;
    margin-top: 21px;
}
.header_content p{
    text-align: right;
    color: #072658;
    font-size: 12px;
    margin-right: 50px;
}
.content_home {
    min-height: calc(100% - 170px);
}
.content_home_img {
   background-image: url(./home-banner@1.5x.jpg);
   width: 100%;
   height: 150px;
   background-repeat: no-repeat;
   background-position-x: center;
   background-size: contain;
}
.content_home_content {
    color: #3e3e3e;
    font-size: 12px;
    font-family: Arial;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    line-height: 2em;
    text-indent: 2em;
}
.content_home_content_download {
  color: #072658;
  cursor: pointer;
}
.footer {
    width: 100%;
    height: 70px;
    background-color: #072658;
    display: flex;
    align-items: center;
    flex-direction: column;
}
/* .footer_top {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.footer_bottom {
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* .footer img {
    margin-left: 5px;
    margin-top: 10px;
    width: 36px;
    height: 28px;
} */
.footer span {
    margin-top: 10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    display: block;
}
.footer_bottom_frist {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 10px;
    justify-content: center;
}
.footer_bottom_frist span {
  display: inline-block;
  height: 100%;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 10px;
}
.footer_bottom_second {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -7px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 10px;
  text-align: center;
}
.footer_bottom_second span {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: inline-block;
  height: 100%;
  line-height: 10px;
}
.footer_bottom_second span:hover {
  color: 	#FFE4B5;
}
.footer_bottom_third {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 10px;
  text-align: center;
}
.footer_bottom_third img {
  height: 12px;
  width: 12px;
  margin-right: 4px;
}
.footer_bottom_third:hover {
  color: 	#FFE4B5;
}

