body {
  background-color: #f8f8f8;
}
#hlmk_main {
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding: 0 0.001px;
  flex-direction: column;
}
#hlmk_main .box1item .swiper .swiper-button-prev,
#hlmk_main .box1item .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
}
#hlmk_main .box1item .swiper .swiper-button-prev::after,
#hlmk_main .box1item .swiper .swiper-button-next::after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#hlmk_main .box1item .swiper .swiper-button-prev {
  content: "";
  margin-left: 40px;
}
#hlmk_main .box1item .swiper .swiper-button-prev::after {
  background-image: url(/static/api/pc/images/lll.png);
}
#hlmk_main .box1item .swiper .swiper-button-next {
  content: "";
  margin-right: 40px;
}
#hlmk_main .box1item .swiper .swiper-button-next::after {
  background-image: url(/static/api/pc/images/llr.png);
}
#hlmk_main .box1item .swiper-slide-active {
  padding: 0 !important;
}
#hlmk_main .box1item .swiper-slide-active img {
  object-fit: cover;
  width: 100%;
}
#hlmk_main .box1item .swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0% !important;
  height: 0% !important;
}
#hlmk_main .box1item .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  padding: 26px 0;
  position: relative;
}
#hlmk_main .box1item .swiper-slide::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 471px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#hlmk_main .box1item .swiper-slide-prev {
  display: flex;
  justify-content: flex-end;
}
#hlmk_main .box1item .swiper-slide-next {
  display: flex;
  justify-content: flex-start;
}
#hlmk_main .box2item {
  margin-top: 46px;
  display: flex;
  justify-content: center;
}
#hlmk_main .box2item .l_box2 {
  width: 469px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#hlmk_main .box2item .l_box2 > header {
  padding: 22px 0;
  width: 100%;
  display: flex;
  border-bottom: 2px solid #eeeeee;
  justify-content: space-between;
}
#hlmk_main .box2item .l_box2 > header .img {
  width: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hlmk_main .box2item .l_box2 > header .img .img_a {
  display: flex;
  width: 101px;
  object-fit: cover;
}
#hlmk_main .box2item .l_box2 > header > h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 40px;
}
#hlmk_main .box2item .l_box2 > main {
  margin-top: 56px;
}
#hlmk_main .box2item .l_box2 > main p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  letter-spacing: 1px;
}
#hlmk_main .box2item .r_box2 > .img {
  margin-top: 25px;
  margin-left: 70px;
  width: 469px;
  display: flex;
}
#hlmk_main .box3item {
  display: flex;
  justify-content: center;
  margin-top: 62px;
}
#hlmk_main .box3item > ul {
  display: flex;
  gap: 71px;
}
#hlmk_main .box3item > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 138px;
  object-fit: cover;
}
#hlmk_main .box3item > ul > li img {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-color: #e60012;
}
#hlmk_main .box3item > ul > li img:hover {
  transform: translateY(-6px);
  box-shadow: 0px 0px 12px #888;
}
#hlmk_main .box3item > ul > li > h2 {
  white-space: nowrap;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-top: 24px;
}
#hlmk_main .boxf3item {
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
}
#hlmk_main .boxf3item .l_f3 {
  display: flex;
  flex-direction: column;
  padding-left: 61px;
  background-color: #000000;
}
#hlmk_main .boxf3item .l_f3 > h1 {
  white-space: nowrap;
  letter-spacing: 4px;
  font-weight: 500;
  margin-top: 43px;
  margin-bottom: 80px;
  margin-right: 60px;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.5);
}
#hlmk_main .boxf3item .l_f3 > h2 {
  white-space: nowrap;
  font-weight: 500;
  font-size: 27px;
  color: #fefefe;
}
#hlmk_main .boxf3item .l_f3 .img {
  margin-top: 43px;
  display: flex;
}
#hlmk_main .boxf3item .l_f3 .img a {
  display: flex;
  width: 101px;
}
#hlmk_main .boxf3item .r_f3 {
  display: flex;
  width: 604px;
}
#hlmk_main .box5itme {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 80px;
}
#hlmk_main .box5itme > header {
  display: flex;
  width: 100%;
}
#hlmk_main .box5itme > main {
  width: 100%;
  display: flex;
}
#hlmk_main .box5itme > main > ul {
  display: flex;
  width: 100%;
  gap: 21px;
}
#hlmk_main .box5itme > main > ul > li {
  display: flex;
  flex: 1;
}
#hlmk_main .box6item {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
#hlmk_main .box6item > header {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hlmk_main .box6item > header > h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}
#hlmk_main .box6item > main {
  display: flex;
}
#hlmk_main .box6item > main .l,
#hlmk_main .box6item > main .r {
  width: 482px;
  display: flex;
  position: relative;
  overflow: hidden;
}
#hlmk_main .box6item > main .l,
#hlmk_main .box6item > main .r {
  margin-right: 39px;
}
#hlmk_main .box6item > main .l:hover .bott,
#hlmk_main .box6item > main .r:hover .bott {
  bottom: 0;
}
#hlmk_main .box6item > main .l .bott,
#hlmk_main .box6item > main .r .bott {
  transition: all 0.3s ease-in-out;
  height: 90px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -90px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 32px;
  color: #fff;
}
#hlmk_main .box6item > main .l .bott p,
#hlmk_main .box6item > main .r .bott p {
  font-size: 16px;
}
#hlmk_main .box6item > main .l .bott p:first-child,
#hlmk_main .box6item > main .r .bott p:first-child {
  margin-bottom: 6px;
}
#hlmk_main .box6item > main .r {
  margin-right: 0px;
}
#hlmk_main .boxform {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 1010px;
  height: 600px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
#hlmk_main .boxform .boxformcon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hlmk_main .boxform .boxformcon > h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 15px;
}
#hlmk_main .boxform .boxformcon > p {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
#hlmk_main .boxform .boxformcon #message_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
}
#hlmk_main .boxform .boxformcon #message_form .errtxt {
  position: absolute;
  bottom: -16px;
  left: 14px;
  font-weight: 400;
  font-size: 10px;
  color: #e60012;
}
#hlmk_main .boxform .boxformcon #message_form > header {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hlmk_main .boxform .boxformcon #message_form > header .inputbox1 {
  margin-right: 43px;
}
#hlmk_main .boxform .boxformcon #message_form .itemform {
  position: relative;
  width: 456px;
  border-radius: 7px;
  border: 0.5px solid #e6e6e6;
}
#hlmk_main .boxform .boxformcon #message_form .itemform > input {
  background: transparent;
  font-size: 14px;
  width: 100%;
  outline: none;
  border: none;
  height: 46px;
  padding: 0 15px;
}
#hlmk_main .boxform .boxformcon #message_form > main {
  display: flex;
  justify-content: center;
}
#hlmk_main .boxform .boxformcon #message_form > main .textareabox {
  width: 955px;
}
#hlmk_main .boxform .boxformcon #message_form > main .textareabox textarea {
  resize: none;
  box-sizing: border-box;
  outline: none;
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 0 14px;
  margin-top: 15px;
}
#hlmk_main .boxform .boxformcon #message_form .buttonbox {
  margin-top: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hlmk_main .boxform .boxformcon #message_form .buttonbox #message_btn {
  height: 50px;
  border-radius: 2px;
  width: 950px;
  background: #e60012;
  color: #fff;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 20px;
}
