.news_1 .son img, .service_1 .son img, .about_4 .son img, .section_4 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.form_1 .but button, .info_2 .but a, .review_2 .but a {
  background-color: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  transition: all 0.3s ease;
  font-family: var(--font_title);
  display: flex;
  gap: 10px;
}
.form_1 .but button:hover, .info_2 .but a:hover, .review_2 .but a:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #b47d64;
  --color1: #b47d64;
  --color2: #f8e2b9;
  --nav_height: 140px;
  --font: "Poppins", sans-serif;
  --font_title: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  :root {
    --nav_height: 85px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #000;
  margin: 0 auto;
  font-size: 16px;
  font-family: var(--font);
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

.clear {
  clear: both;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 64px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#banner_1 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#banner_1 + section {
  margin-top: 0;
}
@media (max-width: 768px) {
  #banner_1 {
    height: 590px;
  }
}
#banner_1 .swiper {
  height: 100%;
}
#banner_1 .img {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
#banner_1 .img img {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner_1 .bx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#banner_1 .bx p {
  line-height: 2;
  font-size: 30px;
  max-width: 625px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #banner_1 .bx p {
    font-size: 20px;
    margin-bottom: 15px;
    max-width: 280px;
  }
}
#banner_1 .bx img {
  width: 75%;
}
#banner_1 .icon {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  #banner_1 .icon {
    gap: 20px;
    left: 15px;
    bottom: 20px;
  }
}
#banner_1 .icon a {
  display: block;
}
#banner_1 .icon a:hover i {
  color: var(--color);
}
#banner_1 .icon i {
  transition: all 0.5s ease;
  font-size: 30px;
  color: #fff;
}

#banner_2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 .img {
  font-size: 0;
  width: 100%;
}
#banner_2 img {
  width: 100%;
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner_2 .txt h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.5;
}
#banner_2 .txt p {
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 16px;
}

#mbx_1 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  position: relative;
}
#mbx_1 .l a:hover::after, #mbx_1 .l a.on::after {
  width: 100%;
}
#mbx_1 .l a.on {
  font-weight: bold;
  color: var(--color);
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
}
#mbx_1 .r form {
  border-radius: 50px;
  border: 1px solid #ccc;
  margin: auto 0;
  display: flex;
  align-items: center;
}
#mbx_1 span {
  margin: 0 5px;
}

header {
  height: var(--nav_height);
  position: fixed;
  width: 100%;
  z-index: 100;
  color: #fff;
  transition: all 0.5s ease;
}
header.active, header.on {
  height: 106px;
}
@media (max-width: 768px) {
  header.active, header.on {
    height: var(--nav_height);
  }
}
header.active .box, header.on .box {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  header.active .box, header.on .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.active .box::after, header.on .box::after {
  opacity: 0.85;
}

.header {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header .box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}
.header .logo {
  width: 16.6666666667%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .header .logo {
    width: auto;
  }
}
.header .logo img {
  width: 200px;
}
@media (max-width: 768px) {
  .header .logo img {
    width: 120px;
  }
}
.header .logo .logo-text {
  transition: all 0.3s ease;
}
.header .logo span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.635em;
  font-family: var(--font_title);
}
.header .logo p {
  font-size: 10.7px;
  font-weight: normal;
  color: #888;
}
.header .nav {
  width: 66.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
  display: flex;
  gap: 55px;
}
@media (max-width: 768px) {
  .header .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    position: fixed;
    top: var(--nav_height);
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
  }
  .header .nav.on {
    width: 100%;
    opacity: 1;
  }
}
.header .nav .menu {
  position: relative;
}
@media (max-width: 768px) {
  .header .nav .menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
    flex-grow: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.header .nav .menu:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header .nav .menu_mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .nav .menu_mobile {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.header .nav .tit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .header .nav .tit {
    padding: 0 15px;
    height: auto;
    display: flex;
  }
}
.header .nav .tit.on a::after, .header .nav .tit:hover a::after {
  width: 100%;
}
.header .nav .tit.on i, .header .nav .tit:hover i {
  color: var(--color);
}
.header .nav .tit i {
  transition: all 0.5s ease;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .header .nav .tit i {
    display: block;
  }
}
.header .nav .tit a {
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .nav .tit a {
    line-height: 50px;
    font-size: 18px;
    flex-grow: 1;
    color: #fff;
  }
}
.header .nav .tit a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(14px);
  width: 0%;
  height: 1px;
  transition: all 0.5s ease;
  background-color: var(--color);
}
.header .nav .sub {
  position: absolute;
  min-width: 270px;
  max-width: 320px;
  z-index: 11;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .header .nav .sub {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: none;
    width: 100%;
    padding: 0;
    display: none;
  }
}
.header .nav .sub ul {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .header .nav .sub ul {
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
  }
}
.header .nav .sub li {
  position: relative;
}
.header .nav .sub a {
  color: #000;
  display: block;
  line-height: 1.6;
  font-weight: 400;
  font-size: 15px;
  padding: 5px 10px;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .header .nav .sub a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
  }
}
.header .nav .sub a::after {
  position: absolute;
  top: -6px;
  left: 8px;
  color: transparent;
  content: ".";
  text-shadow: 0 0 transparent;
  font-size: 30px;
  line-height: 30px;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
}
.header .nav .sub a:hover {
  color: var(--color);
  padding-left: 28px;
}
.header .nav .sub a:hover::after {
  opacity: 1;
  color: var(--color);
  text-shadow: 8px 0 var(--color), -8px 0 var(--color);
}
.header .lang {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 35px;
}
.header .lang a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.header .lang span {
  font-weight: 400;
}
.header .mobile {
  width: 16.6666666667%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header .mobile {
    width: auto;
    margin-left: auto;
  }
}
.header .mobile .but {
  cursor: pointer;
  display: flex;
}
.header .mobile span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .header .mobile span {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .mobile i {
    font-size: 24px;
  }
}

.header_mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header_mobile.on {
  opacity: 1;
  visibility: visible;
}
.header_mobile .bj {
  background: #000000;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.header_mobile .box_mobile {
  box-shadow: -1px 0px 20px -5px #aaa;
  background-color: #fff;
  margin-left: auto;
  width: 350px;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.header_mobile .tit {
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_mobile .tit .logo {
  display: block;
  font-size: 0;
}
.header_mobile .tit .logo img {
  width: 200px;
}
.header_mobile .tit .close {
  height: 70px;
  display: flex;
  align-items: center;
}
.header_mobile .tit .close i {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.header_mobile ul {
  text-align: start;
  padding: 10px 0px 30px;
}
.header_mobile ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}
.header_mobile ul li:nth-child(1) {
  border-top: 1px solid #ebebeb;
}
.header_mobile ul a {
  display: block;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.header_mobile ul .son {
  display: none;
  margin-top: 10px;
}
.header_mobile ul .son a {
  font-size: 14px;
  padding: 10px;
  font-weight: 400;
}

footer.active .footer_img, footer.on .footer_img {
  display: none;
}

.footer_img {
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 300px;
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  .footer_img {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.footer_img .flex {
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 500px;
}
.footer_img .flex img {
  width: 100%;
}
.footer_img .flex img + img {
  width: 35%;
}

.footer {
  background-color: #f5e6dc;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .logo {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer .logo {
    margin-bottom: 50px;
  }
}
.footer .logo a {
  display: block;
  font-size: 0;
}
.footer .logo img {
  width: 250px;
}
.footer ul {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 65px;
}
@media (max-width: 768px) {
  .footer ul {
    gap: 15px 20px;
  }
}
.footer ul a {
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.footer .box {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.875;
}
.footer .icon {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer .icon {
    gap: 20px;
  }
}
.footer .icon a:hover i {
  color: var(--color);
}
.footer .icon i {
  font-size: 30px;
  color: #000000;
  transition: all 0.5s ease;
}
.footer .ewm {
  text-align: center;
}
.footer .ewm .img {
  font-size: 0;
}
.footer .ewm .img img {
  width: 120px;
  height: 120px;
}
.footer .ewm h3 {
  color: #666666;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
.footer .copy {
  margin-top: 70px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .copy {
    margin-top: 50px;
  }
}

main {
  overflow: hidden;
}

.fixed_icon {
  position: fixed;
  width: 80px;
  top: 130px;
  right: 0;
  z-index: 110;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.8);
}
.fixed_icon .logo {
  padding: 14px 0;
  background-color: var(--color);
  font-size: 0;
}
.fixed_icon .lang {
  position: relative;
}
.fixed_icon .lang::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.fixed_icon .lang a {
  line-height: 1.3;
  color: var(--color);
  padding: 16px 5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.fixed_icon .item {
  position: relative;
}
.fixed_icon .item::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.fixed_icon .item a {
  padding: 12px 5px;
  display: flex;
  justify-content: center;
}
.fixed_icon .item img {
  height: 34px;
}

.scroll_top {
  position: fixed;
  z-index: 111;
  right: 30px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll_top:hover i {
  color: var(--color);
}
.scroll_top i {
  transition: all 0.5s ease;
  font-size: 28px;
}

.fixed_img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
.fixed_img .bj {
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
  position: relative;
  width: 100%;
  height: 100%;
}
.fixed_img .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
}
.fixed_img .img {
  font-size: 0;
}
.fixed_img .img img {
  max-width: 380px;
  width: 100%;
}
.fixed_img .p {
  background-color: var(--color);
  line-height: 2;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: right;
  cursor: pointer;
}

.title_1 {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.title_1 h6 {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #6c6c6c;
}
.title_1 h2 {
  color: #000000;
  font-weight: 600;
  line-height: 0.8;
  font-size: 72px;
  margin-bottom: 20px;
  font-family: var(--font_title);
}
@media (max-width: 768px) {
  .title_1 h2 {
    font-size: 24px;
  }
}
.title_1 h3 {
  margin-top: 16px;
  line-height: 1.57em;
  font-size: 28px;
  font-weight: 300;
}
.title_1 h5 {
  color: #6c6c6c;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .title_1 h5 {
    font-size: 16px;
  }
}

section.bj {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.bj {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
section.bj + section {
  margin-top: 0;
}
section.bj + .section_ {
  padding: 0;
}

section.bj_img {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.bj_img {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
section.bj_img + section {
  margin-top: 0;
}
section.bj_img + .section_ {
  padding: 0;
}

section.bj_0 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
section.bj_0 + .section_ {
  padding: 0;
}

[class^=form_],
[class^=info_],
[class^=contact_],
[class^=review_],
[class^=news_],
[class^=service_],
[class^=about_],
[class^=section_] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  [class^=form_],
  [class^=info_],
  [class^=contact_],
  [class^=review_],
  [class^=news_],
  [class^=service_],
  [class^=about_],
  [class^=section_] {
    padding-top: 60px;
  }
}

.section_1 .bx {
  width: 800px;
}
.section_1 .tit {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.3;
  color: var(--color);
  font-family: var(--font_title);
}
.section_1 .con {
  font-weight: 400;
}

.section_2 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
@media (max-width: 768px) {
  .section_2 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.section_2 .tit {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 50px;
  font-size: 80px;
  font-family: var(--font_title);
}
@media (max-width: 768px) {
  .section_2 .tit {
    font-size: 30px;
    margin-top: 20px;
    line-height: 1.3;
  }
}
.section_2 p {
  position: relative;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .section_2 p {
    font-size: 14px;
    width: 100%;
    margin: 30px 0 40px 0;
  }
}
.section_2 .but {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s ease;
  display: flex;
}
@media (max-width: 768px) {
  .section_2 .but {
    font-size: 18px;
    line-height: 1;
  }
}
.section_2 .but:hover {
  color: var(--color);
}
.section_2 .but a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_2 .but i {
  font-size: 24px;
}
@media (max-width: 768px) {
  .section_2 .but i {
    font-size: 20px;
  }
}

.section_3 {
  overflow: hidden;
}
.section_3 .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  .section_3 .flex {
    flex-direction: column-reverse;
  }
}
.section_3 .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .section_3 .l {
    width: 100%;
  }
}
.section_3 .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
  padding-left: 100px;
}
@media (max-width: 768px) {
  .section_3 .r {
    padding: 0;
    width: 100%;
  }
}
.section_3 .img {
  width: 100%;
  font-size: 0;
}
.section_3 .tit {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font_title);
  color: #000000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_3 .tit {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.section_3 .p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 24px;
}
.section_3 .con {
  font-size: 15px;
  line-height: 1.8;
}
.section_3 .halo_sign {
  margin-top: 50px;
}
.section_3 .halo_sign img {
  width: 150px;
}
.section_3 .halo_sign h4 {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.section_4 .tit {
  padding-top: 50px;
  display: flex;
}
@media (max-width: 768px) {
  .section_4 .tit {
    flex-direction: column;
  }
}
.section_4 .tit .img {
  display: block;
  width: 66.6666666667%;
  font-size: 0;
}
@media (max-width: 768px) {
  .section_4 .tit .img {
    width: 100%;
  }
}
.section_4 .tit .img img {
  width: 100%;
}
.section_4 .tit .txt {
  width: 33.3333333333%;
  position: relative;
  padding: 55px 70px 25px 55px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .section_4 .tit .txt {
    width: 100%;
    padding: 20px;
  }
}
.section_4 .tit .txt h4 {
  font-size: 14px;
  color: var(--color);
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  line-height: 1.875;
}
.section_4 .tit .txt h3 {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 12px;
  font-size: 20px;
}
.section_4 .tit .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 28px;
  padding-right: 20px;
  margin-bottom: 35px;
}
.section_4 .tit .txt a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section_4 .tit .txt a:hover {
  color: var(--color);
}
.section_4 .tit .txt a i {
  font-size: 12px;
}
.section_4 .flex {
  gap: 48px 30px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .section_4 .flex {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.section_4 .son {
  width: calc((100% - 30px * (4 - 1)) / 4);
}
@media (max-width: 768px) {
  .section_4 .son {
    width: 100%;
  }
}
.section_4 .son:hover img {
  transform: scale(1.05);
}
.section_4 .son:hover h3 {
  color: var(--color);
}
.section_4 .son a {
  display: block;
}
.section_4 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
}
.section_4 .son .txt {
  padding-top: 20px;
}
.section_4 .son h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 5px;
  transition: all 0.5s ease;
}
.section_4 .son p {
  color: #666666;
  line-height: 1.875;
  font-size: 14px;
  margin-right: 10px;
  padding-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about_1 .bx {
  max-width: 800px;
}
.about_1 .tit {
  color: var(--color);
  font-weight: 600;
  line-height: 1.3;
  font-size: 24px;
  margin-bottom: 30px;
}
.about_1 .con {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.about_2 {
  overflow: hidden;
}
.about_2 .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  .about_2 .flex {
    flex-direction: column-reverse;
  }
}
.about_2 .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .about_2 .l {
    width: 100%;
  }
}
.about_2 .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
  padding-left: 100px;
}
@media (max-width: 768px) {
  .about_2 .r {
    width: 100%;
    padding: 0;
  }
}
.about_2 .img {
  width: 100%;
  font-size: 0;
}
.about_2 .tit {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font_title);
  color: #000000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .about_2 .tit {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.about_2 .p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 24px;
}
.about_2 .con {
  font-size: 15px;
  line-height: 1.8;
}
.about_2 .halo_sign {
  margin-top: 50px;
}
.about_2 .halo_sign img {
  width: 150px;
}
.about_2 .halo_sign h4 {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.about_3 {
  background-color: #f5e6dc;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.about_3 .flex {
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .about_3 .flex {
    flex-direction: column;
  }
}
.about_3 .l {
  width: calc(25% - 20px);
}
@media (max-width: 768px) {
  .about_3 .l {
    width: 100%;
  }
}
.about_3 .l .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .about_3 .l .tit {
    font-size: 26px;
  }
}
.about_3 .m {
  width: calc(58.3333333333% - 20px);
}
@media (max-width: 768px) {
  .about_3 .m {
    width: 100%;
  }
}
.about_3 .m .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10px;
}
.about_3 .m a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #000;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
}
.about_3 .m a::after {
  position: absolute;
  content: "";
  background: #000000;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
}
.about_3 .r {
  width: calc(16.6666666667% - 20px);
  display: flex;
}
@media (max-width: 768px) {
  .about_3 .r {
    width: 100%;
  }
}
.about_3 .r a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-left: auto;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 3px;
}
@media (max-width: 768px) {
  .about_3 .r a {
    margin-left: 0;
    margin-right: auto;
  }
}
.about_3 .r a:hover {
  color: var(--color);
}
.about_3 .r i {
  font-weight: bold;
  font-size: 12px;
}

.about_4 .son {
  position: relative;
}
.about_4 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
.about_4 .son .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 30px;
  color: #fff;
}
.about_4 .son .txt:hover::after {
  height: 100%;
}
.about_4 .son .txt:hover p {
  color: #000;
}
.about_4 .son .txt:hover h3 {
  color: var(--color);
}
.about_4 .son .txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.about_4 .son p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.about_4 .son h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .about_4 .son h3 {
    font-size: 22px;
  }
}
.about_4 .prev,
.about_4 .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #efefef;
  transition: all 0.5s ease;
}
.about_4 .prev:hover,
.about_4 .next:hover {
  background-color: var(--color);
}
.about_4 .prev:hover::after,
.about_4 .next:hover::after {
  color: #fff;
}
.about_4 .prev::after,
.about_4 .next::after {
  font-size: 20px;
  color: #000000;
}
.about_4 .prev {
  left: 70px;
}
@media (max-width: 768px) {
  .about_4 .prev {
    left: 10px;
  }
}
.about_4 .next {
  right: 70px;
}
@media (max-width: 768px) {
  .about_4 .next {
    right: 10px;
  }
}

.service_1 .title_1 h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .service_1 .title_1 h2 {
    font-size: 26px;
  }
}
.service_1 .tit {
  padding-top: 50px;
  display: flex;
}
@media (max-width: 768px) {
  .service_1 .tit {
    flex-direction: column;
    padding-top: 30px;
  }
}
.service_1 .tit .img {
  display: block;
  width: 66.6666666667%;
  font-size: 0;
}
@media (max-width: 768px) {
  .service_1 .tit .img {
    width: 100%;
  }
}
.service_1 .tit .img img {
  width: 100%;
}
.service_1 .tit .txt {
  width: 33.3333333333%;
  position: relative;
  padding: 55px 70px 25px 55px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .service_1 .tit .txt {
    width: 100%;
    padding: 20px;
  }
}
.service_1 .tit .txt h4 {
  font-size: 14px;
  color: var(--color);
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  line-height: 1.875;
}
.service_1 .tit .txt h3 {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 12px;
  font-size: 20px;
}
.service_1 .tit .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 28px;
  padding-right: 20px;
  margin-bottom: 35px;
}
.service_1 .tit .txt a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
.service_1 .tit .txt a:hover {
  color: var(--color);
}
.service_1 .tit .txt a i {
  font-size: 12px;
}
.service_1 .flex {
  gap: 48px 30px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .service_1 .flex {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.service_1 .son {
  width: calc((100% - 30px * (4 - 1)) / 4);
}
@media (max-width: 768px) {
  .service_1 .son {
    width: 100%;
  }
}
.service_1 .son:hover img {
  transform: scale(1.05);
}
.service_1 .son:hover h3 {
  color: var(--color);
}
.service_1 .son a {
  display: block;
}
.service_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
}
.service_1 .son .txt {
  padding-top: 20px;
}
.service_1 .son h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 5px;
  transition: all 0.5s ease;
}
.service_1 .son p {
  color: #666666;
  line-height: 1.875;
  font-size: 14px;
  margin-right: 10px;
  padding-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review_1 .rel {
  position: relative;
}
.review_1 .rel .next,
.review_1 .rel .prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
}
.review_1 .rel .next::after,
.review_1 .rel .prev::after {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.review_1 .rel .next {
  right: -50px;
}
@media (max-width: 768px) {
  .review_1 .rel .next {
    right: 0;
  }
}
.review_1 .rel .prev {
  left: -50px;
}
@media (max-width: 768px) {
  .review_1 .rel .prev {
    left: 0;
  }
}
.review_1 .mySwiper {
  padding: 15px;
  margin: -15px;
}
.review_1 .son {
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.review_1 .son h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
  margin-bottom: 15px;
}
.review_1 .son .icon {
  display: flex;
  gap: 5px;
}
.review_1 .son .icon i {
  color: var(--color);
}
.review_1 .son p {
  margin-top: 15px;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 2;
}

.review_2 .title_1 {
  margin-bottom: 60px;
}
.review_2 .title_1 h2 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .review_2 .title_1 h2 {
    font-size: 26px;
  }
}
.review_2 h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
  text-align: center;
}
.review_2 .but {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .review_2 .but {
    margin-top: 40px;
  }
}
.news_1 .flex {
  gap: 30px;
}
.news_1 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .news_1 .son {
    width: 100%;
  }
}
.news_1 .son:hover img {
  transform: scale(1.05);
}
.news_1 .son:hover h3 {
  color: var(--color);
}
.news_1 .son a {
  display: block;
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 10px;
}
.news_1 .son .txt {
  margin-top: 12px;
}
.news_1 .son h4 {
  color: #a19b97;
  line-height: 1.35;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .news_1 .son h4 {
    font-size: 14px;
  }
}
.news_1 .son h3 {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .news_1 .son h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.news_1 .son p {
  margin-top: 10px;
  color: #666666;
  line-height: 1.9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_1 .son .more {
  margin-top: 10px;
  color: var(--color);
  font-size: 16px;
}

.contact_1 .title_1 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact_1 .title_1 {
    margin-bottom: 40px;
  }
}
.contact_1 .title_1 h2 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .contact_1 .title_1 h2 {
    font-size: 26px;
  }
}
.contact_1 .box {
  background-color: #f5e6dc;
  padding: 90px 65px 95px;
}
@media (max-width: 768px) {
  .contact_1 .box {
    padding: 30px;
  }
}
.contact_1 .box .flex {
  gap: 30px;
}
.contact_1 .box .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
  position: relative;
}
@media (max-width: 768px) {
  .contact_1 .box .l {
    width: 100%;
  }
}
.contact_1 .box .l::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 70px;
  height: 3px;
  background-color: var(--color);
}
.contact_1 .box .l h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact_1 .box .l h2 {
    font-size: 24px;
  }
}
.contact_1 .box .l p {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 10px;
}
.contact_1 .box .l p a {
  color: #666666;
  font-weight: 400;
}
.contact_1 .box .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .contact_1 .box .r {
    width: 100%;
  }
}
.contact_1 .box .r li + li {
  margin-top: 30px;
}
.contact_1 .box .r p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;
}
.contact_1 .box .r a {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .contact_1 .box .r a {
    font-size: 18px;
  }
}

.info_1 .bx {
  max-width: 800px;
}
.info_1 .tit {
  font-weight: 600;
  line-height: 1.3;
  color: var(--color);
  font-size: 24px;
}
@media (max-width: 768px) {
  .info_1 .tit {
    font-size: 20px;
  }
}
.info_1 .p {
  position: relative;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .info_1 .p {
    font-size: 14px;
    margin-top: 35px;
  }
}
.info_1 .h3 {
  font-weight: 600;
  line-height: 1.3;
  color: var(--color);
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info_1 .h3 {
    font-size: 20px;
  }
}
.info_1 .list .h2 {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .info_1 .list .h2 {
    padding-left: 20px;
  }
}
.info_1 .list .h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 768px) {
  .info_1 .list .h2::after {
    left: 0;
  }
}
.info_1 .list .con {
  position: relative;
  color: #666666;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 50px;
}

.info_2 .bx {
  max-width: 800px;
}
.info_2 .h3 {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.info_2 .h1 {
  font-size: 24px;
  font-weight: 600;
  font-weight: 600;
}
.info_2 .con {
  margin-top: 50px;
}
.info_2 .but {
  margin-top: 60px;
  display: flex;
}
.info_2 .icon {
  margin-top: 60px;
}
.info_2 .icon p {
  line-height: 1.35;
}
.info_2 .icon .share {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.form_1 .title_1 {
  margin-bottom: 60px;
}
.form_1 .title_1 h2 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .form_1 .title_1 h2 {
    font-size: 26px;
  }
}
.form_1 form {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .form_1 form {
    flex-direction: column;
  }
}
.form_1 .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .form_1 .l {
    width: 100%;
  }
}
.form_1 .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .form_1 .r {
    width: 100%;
  }
}
.form_1 label {
  display: block;
  width: 100%;
}
.form_1 label + label {
  margin-top: 20px;
}
.form_1 label p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 5px;
}
.form_1 label input,
.form_1 label textarea {
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.75;
  font-family: initial;
}
.form_1 label .icon {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 5px;
}
.form_1 label .icon i {
  cursor: pointer;
  font-size: 18px;
  transition: all 0.5s ease;
}
.form_1 label .icon i.on {
  color: var(--color);
}
.form_1 .but {
  margin-top: 20px;
  display: flex;
}
.form_1 .but button {
  border-radius: 0;
}
.form_1 h4 {
  margin-top: 60px;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .form_1 h4 {
    margin-top: 40px;
    font-size: 13px;
  }
}

.hr_1 {
  padding-top: 40px;
}
.hr_1 .h {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

@keyframes nots {
  0% {
    transform: translateX(100%);
    right: 0;
  }
  100% {
    transform: translateX(0);
    right: 100%;
  }
}
@keyframes img_ani {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes marquee_r {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee_l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

/*# sourceMappingURL=index.css.map */
