.hlmk_headercontent {
  height: 130px;
}
#hlmk_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  height: 130px;
}
#hlmk_header .hlmk_header_inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
}
#hlmk_header .hlmk_header_inner .hlmk_logo {
  width: 178px;
  margin-left: 75px;
  margin-right: auto;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul {
  display: flex;
  margin-right: 83px;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li {
  white-space: nowrap;
  padding: 8px 24px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li.active > a {
  color: #E60012;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li:hover .sub_menu {
  display: flex;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li .sub_menu {
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li .sub_menu > li {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 14px 32px;
  padding-top: 14px;
  padding-bottom: 0;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li .sub_menu > li:hover a {
  font-weight: 600;
  transition: 0.3s;
  color: #E60012;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li .sub_menu > li a {
  color: #555;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li .sub_menu > li:last-child {
  padding-bottom: 14px;
}
#hlmk_footer {
  height: 170px;
  display: flex;
  width: 100%;
  background-color: #E60012;
  flex-direction: column;
}
#hlmk_footer .hlmk_footer_inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-color: #E60012;
  height: 146px;
  display: flex;
  flex-direction: column;
}
#hlmk_footer .hlmk_footer_inner > .top {
  height: 62px;
  display: flex;
  align-items: center;
}
#hlmk_footer .hlmk_footer_inner > .top > .l_logo {
  width: 92px;
  margin-right: auto;
  margin-left: 305px;
}
#hlmk_footer .hlmk_footer_inner > .top > .t_ul ul {
  margin-right: 200px;
  display: flex;
}
#hlmk_footer .hlmk_footer_inner > .top > .t_ul ul > li {
  margin-right: 67px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 13px;
}
#hlmk_footer .hlmk_footer_inner > .top > .t_ul ul > li a {
  white-space: nowrap;
  color: #ffffff;
}
#hlmk_footer .hlmk_footer_inner > .inner_hr {
  display: block;
  height: 2px;
  background: #ffffff;
  opacity: 0.3;
}
#hlmk_footer .hlmk_footer_inner > .botton {
  display: flex;
  flex: 1;
  align-items: center;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_l {
  white-space: nowrap;
  margin-left: 490px;
  display: flex;
  margin-right: auto;
  align-items: center;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_l .b_l_txt2 {
  display: flex;
  flex-direction: column;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_l .b_l_txt2 > p {
  color: #ffffff;
  font-weight: 400;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_l .b_l_txt2 > p:nth-child(1) {
  font-size: 30px;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_l .b_l_txt2 > p:nth-child(2) {
  font-size: 11px;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_l .b_l_txt1 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_l > hr {
  width: 2px;
  margin-left: 12px;
  margin-right: 12px;
  height: 40px;
  background: #ffffff;
  opacity: 0.3;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_r {
  white-space: nowrap;
  margin-right: 365px;
  align-items: center;
  display: flex;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
#hlmk_footer .hlmk_footer_inner > .botton > .b_r > img {
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-right: 8px;
}
#hlmk_footer .hr {
  height: 24px;
  width: 100%;
  background-color: #000000;
}
#goTopBtn {
  display: none;
  position: fixed;
  bottom: 52px;
  right: 103px;
  z-index: 999999;
}
#goTopBtn .goTopBtn_icon {
  width: 56px;
  background: url(/static/api/pc/images/goTopBtn_icon.png);
  height: 56px;
  background-size: 100% 100%;
  display: block;
  cursor: pointer;
}
#goTopBtn .goTopBtn_icon:hover {
  background: url(/static/api/pc/images/goTopBtn_icon_hover.png);
  background-size: 100% 100%;
}
