html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type="submit"],
button {
  cursor: pointer;
  background: transparent;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

button:disabled {
  background: #242424;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

a {
  text-decoration: none;
}

div,
input,
textarea,
select,
button,
img,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

div,
section {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

input,
textarea {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

b,
strong {
  font-weight: 700;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  position: relative;
  line-height: 1.2;
}

.row {
  width: 100%;
  max-width: 1600px;
  padding: 0 106px;
  margin: 0 auto;
}

.head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #1c1b1b;
}
.head::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 0.05s;
  -o-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
.head .row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.head-logo {
  float: left;
  width: auto;
  margin-top: 30px;
  position: relative;
  padding-left: 50px;
}
.head-logo img {
  position: absolute;
  width: 40px;
  height: auto;
  top: 3px;
  left: 0;
}
.head-logo b {
  display: block;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #fff;
}
.head-logo span {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  color: #8f949e;
}
.head-bc {
  float: right;
  margin: 20px 0 0 auto;
}
.head-con {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.head-con a.phone {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
.head-con a.email {
  float: left;
  font-size: 13px;
  line-height: 24px;
  color: #f3af00;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-left: 25px;
}
.head-con a.mes {
  float: left;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
.head-con a.mes img {
  float: left;
  height: 24px;
  width: auto;
  margin-right: 10px;
}
.head-nav {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.head-nav ul {
  float: right;
  margin-left: auto;
}
.head-nav ul li {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  height: 20px;
}
.head-nav ul li:last-child {
  margin: 0;
}
.head-nav ul li a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #8f949e;
  -webkit-transition: color 0.5s, margin 0.5s;
  -o-transition: color 0.5s, margin 0.5s;
  transition: color 0.5s, margin 0.5s;
}
.head-nav ul li a span {
  display: block;
  padding-top: 10px;
}

.humb {
  display: none;
}

.link {
  display: inline-block;
  padding: 0 40px;
  height: 60px;
  line-height: 58px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  background: #f3af00;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: border 0.25s, color 0.25s, background 0.25s;
  -o-transition: border 0.25s, color 0.25s, background 0.25s;
  transition: border 0.25s, color 0.25s, background 0.25s;
}
.link-b {
  border: 1px solid #f3af00;
  color: #000;
  background: transparent;
}
.link-w {
  border: 1px solid #f3af00;
  color: #fff;
  background: transparent;
}

.slick-list {
  width: 100%;
  height: auto;
}

.slick-track {
  width: 100%;
  height: auto;
}

.slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  font-size: 0;
  top: 90px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slick-prev {
  left: -14px;
}

.slick-next {
  right: -14px;
}
.slick-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-dots {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  bottom: -42px;
  z-index: 2;
}
.slick-dots li {
  float: left;
  margin: 0 5px;
  width: 20px;
  height: 2px;
  background: #8f949e;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.slick-dots li.slick-active {
  background: #f3af00;
}
.slick-dots li button {
  display: none;
}

.cap {
  width: 100%;
  height: 100%;
  background: #1c1b1b;
  padding-top: 130px;
  overflow: hidden;
}
.cap-tt {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cap-tt h1 {
  float: left;
  width: 70%;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
}
.cap-tt h1 b {
  color: #f3af00;
}
.cap-tt div {
  float: right;
  margin: 26px 0 0 auto;
  width: 280px;
}
.cap-tt div p {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #8f949e;
}
.cap-sd {
  margin: 40px -15px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cap-sd::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: -5%;
  right: 100%;
  background: #1c1b1b;
  z-index: 1;
}
.cap-sd .slick-list {
  overflow: visible !important;
}
.cap-sd .slick-arrow {
  background: rgba(28, 27, 27, 0.9);
  border: 1px solid #8f949e;
  top: 102;
}
.cap-sd .slick-arrow::before {
  background: url(../img/arrow-w.svg) center no-repeat;
}
.cap-im {
  float: left;
  min-width: 400px;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.click-tel {
  width: fit-content;
  text-decoration: none;
  border: #e2a300 1px solid;
  padding: 10px 30px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.cap-im i {
  display: block;
  position: relative;
  height: 240px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cap-im i s {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.cap-im div {
  width: 100%;
  margin-top: 16px;
  position: relative;
}
.cap-im span {
  position: absolute;
  width: 55%;
  left: 0;
  top: 5px;
}
.cap-im small {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.cap-im .tit {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.cap-im p {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-align: left;
}
.cap-im p b {
  font-size: 24px;
  line-height: 33px;
  color: #f3af00;
  padding-right: 8px;
}
.cap-im .link {
  float: right;
  margin-top: 20px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.cot {
  width: 100%;
}

.tt {
  width: 100%;
}
.tt .tit {
  display: block;
  font-size: 32px;
  line-height: 45px;
  color: #1c1b1b;
}

.why {
  width: 100%;
  margin-top: 100px;
}
.why-bc {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.why-im {
  float: left;
  width: 22%;
}
.why-im i {
  display: block;
  width: 100%;
}
.why-im i img {
  display: block;
  width: auto;
  height: 60px;
  margin: 0 auto;
}
.why-im .tit {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1c1b1b;
}
.why-im p {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #666;
}

.clt {
  width: 100%;
  margin-top: 100px;
}
.clt .cap-sd::before {
  display: none;
}
.clt .cap-sd .slick-list {
  overflow: hidden !important;
}
.clt .cap-sd .slick-arrow {
  border-color: #eaeaea;
  background: rgba(255, 255, 255, 0.9);
  top: 90;
}
.clt .cap-sd .slick-arrow::before {
  background-image: url(../img/arrow-b.svg);
}
.clt .cap-sd .slick-dots li:not(.slick-active) {
  background: #eaeaea;
}
.clt .cap-im .tit {
  color: #1c1b1b;
}
.clt .cap-im p {
  color: #1c1b1b;
}

.ifo {
  width: 100%;
  margin-top: 142px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ifo i {
  float: left;
  width: 49%;
  height: 400px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.ifo div {
  float: left;
  width: 51%;
  padding-left: 50px;
  margin: auto 0;
}
.ifo div .tit {
  display: block;
  font-size: 32px;
  line-height: 45px;
  color: #1c1b1b;
}
.ifo div span {
  display: block;
  margin-top: 30px;
}
.ifo div span p {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
.ifo div span p:first-child {
  margin: 0;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.frm {
  width: 100%;
  margin-top: 100px;
  height: 600px;
  background: #1c1b1b;
}
.frm .row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}
.frm-phn {
  position: absolute;
  left: 46.7%;
  top: 50px;
}
.frm-phn i {
  position: absolute;
  width: 354px;
  height: 354px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  background: #f3af00;
  top: 89px;
  left: -29px;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: rotation;
  animation-name: rotation;
}
.frm-phn div {
  position: relative;
  width: 295px;
  height: auto;
  z-index: 1;
}
.frm-phn div img {
  display: block;
  width: 100%;
  height: auto;
}
.frm-phn div p {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 120px;
  font-size: 11px;
  line-height: 26px;
  color: #fff;
}
.frm-phn div p b {
  display: block;
  font-weight: 700;
  font-size: 23px;
  padding-bottom: 14px;
}
.frm-ifo {
  width: 17%;
  margin: auto 0 auto auto;
  float: left;
}
.frm-ifo div {
  width: 100%;
  margin-top: 40px;
}
.frm-ifo div:first-child {
  margin: 0;
}
.frm-ifo div p {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #8f949e;
}
.frm-ifo div.phone a {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
}
.frm-ifo div.mes a {
  display: block;
  margin-top: 15px;
}
.frm-ifo div.mes a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 13px;
  line-height: 40px;
  font-weight: 700;
  color: #8f949e;
}
.frm-ifo div.mes a span img {
  float: left;
  width: auto;
  height: 40px;
  margin-right: 10px;
}
.frm-ifo div.mes a b {
  display: block;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}
.frm-form {
  width: 35%;
  margin: auto 0;
  float: left;
}
.frm-form .tit {
  display: block;
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
}
.frm-form .tit b {
  color: #f3af00;
}
.frm-form p {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  line-height: 27px;
  color: #8f949e;
}
.frm-form div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  max-width: 370px;
  margin-top: 30px;
  position: relative;
}
.frm-form div input {
  width: 90%;
  display: block;
  height: 60px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #1c1b1b;
}
.frm-form div button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.frm-form span {
  display: block;
  max-width: 315px;
  margin: 30px 0 0 28px;
  font-size: 13px;
  line-height: 19px;
  color: #8f949e;
}

.got {
  width: 100%;
  margin-top: 120px;
}
.got-sd {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 40px -15px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.got-sd .slick-list {
  overflow: hidden;
}
.got-sd .slick-arrow {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eaeaea;
  top: 90;
}
.got-sd .slick-arrow::before {
  background: url(../img/arrow-b.svg) center no-repeat;
}
.got-sd .slick-dots li:not(.slick-active) {
  background: #eaeaea;
}
.got-im {
  float: left;
  width: -webkit-calc(33.3333% - 30px);
  width: calc(33.3333% - 30px);
  margin: 0 15px;
  position: relative;
  height: 475px;
}
.got-im.active div {
  height: -webkit-calc(100% - 70px) !important;
  height: calc(100% - 70px) !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.got-im::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 77px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  z-index: 2;
}
.got-im i {
  display: block;
  position: relative;
  height: 240px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.got-im i s {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.got-im div {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 70px;
  right: 0;
  background: #f5f5f5;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  z-index: 1;
  height: 175px;
  overflow: hidden;
  padding: 30px 30px 7px;
  -webkit-transition: height 0.7s;
  -o-transition: height 0.7s;
  transition: height 0.7s;
}
.got-im div::-webkit-scrollbar {
  width: 5px;
}
.got-im div::-webkit-scrollbar-track {
  background: transparent;
}
.got-im div::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.got-im div .tit {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #1c1b1b;
}
.got-im div p {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}
.got-im a {
  position: absolute;
  left: 30px;
  bottom: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1c1b1b;
  z-index: 3;
  cursor: pointer;
  border-bottom: 1px dashed #1c1b1b;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.got-im a::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 200%;
  left: -10%;
  top: -50%;
}

.foot {
  width: 100%;
  margin-top: 142px;
  background: #1c1b1b;
  padding: 70px 0 64px;
}
.foot-top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.foot-os {
  width: 34%;
  float: left;
}
.foot-os .head-logo {
  margin: 0;
}
.foot-dec {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.foot-dec p {
  display: block;
  font-size: 15px;
  line-height: 23px;
  color: #8f949e;
}
.foot-dec a.phone {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}
.foot-dec a.phone + .mes {
  margin-top: 30px;
}
.foot-dec a.mes {
  display: block;
  margin-top: 20px;
}
.foot-dec a.mes span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #8f949e;
}
.foot-dec a.mes span img {
  float: left;
  width: auto;
  height: 24px;
  margin-right: 10px;
}
.foot-dec a.mes b {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}
.foot-dec a.email {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f3af00;
}
.foot-ifo {
  float: left;
  width: 66%;
}
.foot-ifo .tit {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
.foot-ifo p {
  display: block;
  margin-top: 24px;
  font-size: 20px;
  line-height: 30px;
  color: #8f949e;
}
.foot-ifo a {
  margin-top: 30px;
}
.foot-low {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  margin-top: 29px;
}
.foot-low div {
  float: left;
  width: 34%;
}
.foot-low div a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #8f949e;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.foot-low div p {
  display: block;
  margin-top: 36px;
  font-size: 14px;
  line-height: 28px;
  color: #8f949e;
}
.foot-low ul {
  float: left;
  width: 66%;
}
.foot-low ul li {
  float: left;
  width: 39%;
  margin-bottom: 12px;
}
.foot-low ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.foot-low span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 30px;
  color: #8f949e;
}
.foot-low span a {
  font-weight: 700;
  color: #fff;
}

.md {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity 0s, 0.3s visibility 0s;
  -o-transition: 0.3s opacity 0s, 0.3s visibility 0s;
  transition: 0.3s opacity 0s, 0.3s visibility 0s;
}
.md.hide .md-bg {
  opacity: 0;
  background: rgba(28, 27, 27, 0);
  -webkit-transition: opacity 0.8s, background 0.8s;
  -o-transition: opacity 0.8s, background 0.8s;
  transition: opacity 0.8s, background 0.8s;
}
.md.hide .md-row {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.md-bg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 1;
  background: rgba(28, 27, 27, 0.5);
  -webkit-transition: opacity 0.8s, background 0.8s;
  -o-transition: opacity 0.8s, background 0.8s;
  transition: opacity 0.8s, background 0.8s;
}
.md-row {
  display: block;
  width: initial;
  max-width: initial;
  height: initial;
  margin: auto;
  opacity: 1;
  margin: auto;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s opacity 0.2s, 0.3s transform 0.2s;
  -o-transition: 0.3s opacity 0.2s, 0.3s transform 0.2s;
  transition: 0.3s opacity 0.2s, 0.3s transform 0.2s;
}
.md-close {
  position: absolute;
  width: 58px;
  height: 58px;
  background: url(../img/close.svg) center no-repeat;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.md-cot {
  width: 100%;
  max-width: 390px;
  height: auto;
  background: #fff;
  min-height: 540px;
  padding: 56px 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-form {
  width: 100%;
}
.md-form .tit {
  display: block;
  font-size: 32px;
  line-height: 42px;
  color: #1c1b1b;
}
.md-form p {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}
.md-form div {
  margin-top: 30px;
}
.md-form div input {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  line-height: 58px;
  padding-left: 20px;
  font-size: 15px;
  color: #1c1b1b;
}
.md-form div input::-webkit-input-placeholder {
  color: #777;
}
.md-form div input::-moz-placeholder {
  color: #777;
}
.md-form div input::-ms-input-placeholder {
  color: #777;
}
.md-form div input::placeholder {
  color: #777;
}
.md-form div input:first-child {
  margin: 0;
}
.md-form span {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 19px;
  color: #666;
}
.md-form button {
  margin-top: 30px;
}
.md-suc {
  margin: auto 0;
  width: 100%;
}
.md-suc i {
  display: block;
  width: 100%;
}
.md-suc i img {
  display: block;
  width: 58px;
  height: auto;
  margin: 0 auto;
}
.md-suc .tit {
  display: block;
  margin-top: 30px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #1c1b1b;
}
.md-suc p {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
  color: #666;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .head:not(.fix) {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
  }
  .head.animate {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .head.fix {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .head.fix::before {
    opacity: 1;
  }
  .head.fix .head-logo {
    display: none;
  }
  .head.fix .head-bc {
    width: 100%;
    padding: 15px 0;
    margin: 0;
  }
  .head.fix .head-con {
    float: right;
    width: auto;
    
  }
  .head.fix .head-con a.phone {
    font-size: 14px;
    line-height: 20px;
  }
  .head.fix .head-con a.email {
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .head.fix .head-con a.mes {
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .head.fix .head-con a.mes img {
    height: 20px;
    margin-right: 8px;
  }
  .head.fix .head-nav {
    float: left;
    width: auto;
    margin: 0;
  }
  .head.fix .head-nav ul li {
    margin-right: 15px;
    height: 20px;
  }
  .head.fix .head-nav ul li a {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
  }
  .head.fix-open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .head-nav ul li a:hover {
    color: #fff;
    margin-top: -30px;
  }
  .link:hover {
    background: #e2a300;
    border-color: #e2a300;
  }
  .link-b:hover {
    background: #f3af00;
    border-color: #f3af00;
  }
  .link-w:hover {
    background: #f3af00;
    border-color: #f3af00;
  }
  .slick-arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .cap-im:hover i s {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .cap-im:hover .link {
    background: #f3af00;
  }
  .got-im:hover i s {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .got-im:hover div {
    height: 190px;
  }
  .got-im a:hover {
    opacity: 0.7;
  }
  .foot-low div a:hover {
    color: #fff;
  }
  .foot-low ul li a:hover {
    opacity: 0.7;
  }
  .md-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
  .row {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1601px) {
  .row {
    min-width: 1780px;
    padding: 0 160px;
  }
  .head-logo {
    padding-left: 62.5px;
    margin-top: 37.5px;
  }
  .head-logo img {
    width: 50px;
  }
  .head-logo b {
    font-size: 22.5px;
    line-height: 31px;
  }
  .head-logo span {
    margin-top: 3.75px;
    font-size: 11.25px;
    line-height: 15px;
  }
  .head-bc {
    margin-top: 25px;
  }
  .head-con a.phone {
    font-size: 20px;
    line-height: 30px;
  }
  .head-con a.email {
    font-size: 16.25px;
    line-height: 30px;
    margin-left: 31.25px;
  }
  .head-con a.mes {
    margin-left: 31.25px;
    font-size: 20px;
    line-height: 30px;
  }
  .head-con a.mes img {
    height: 30px;
    margin-right: 12.5px;
  }
  .head-nav {
    margin-top: 18.75px;
  }
  .head-nav ul li {
    margin-right: 31.25px;
    height: 25px;
  }
  .head-nav ul li a {
    font-size: 18.75px;
    line-height: 25px;
  }
  .head-nav ul li a:hover {
    margin-top: -35px;
  }
  .head.fix .head-bc {
    padding: 18.25px 0;
  }
  .head.fix .head-nav ul li {
    height: 25px;
    margin-right: 18.75px;
  }
  .head.fix .head-nav ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .head.fix .head-con a.phone {
    font-size: 17.5px;
    line-height: 25px;
  }
  .head.fix .head-con a.email {
    font-size: 16.25px;
    line-height: 25px;
    margin-left: 25px;
  }
  .head.fix .head-con a.mes {
    margin-left: 25px;
    line-height: 25px;
    font-size: 17.25px;
  }
  .head.fix .head-con a.mes img {
    height: 25px;
  }
  .link {
    height: 75px;
    line-height: 73px;
    padding: 0 50px;
    font-size: 20px;
  }
  .slick-arrow {
    width: 75px;
    height: 75px;
    top: 112.5px;
  }
  .slick-arrow::before {
    -webkit-background-size: 25px auto !important;
    background-size: 25px auto !important;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
  .slick-dots {
    bottom: -52px;
  }
  .slick-dots li {
    margin: 0 6px;
    width: 25px;
    height: 2.5px;
  }
  .cap {
    padding-top: 161.25px;
  }
  .cap-tt h1 {
    font-size: 52.5px;
    line-height: 130%;
  }
  .cap-tt div {
    width: 340px;
    margin-top: 32px;
  }
  .cap-tt div p {
    font-size: 18.75px;
    line-height: 28px;
  }
  .cap-sd {
    margin: 50px -19px 0;
    width: -webkit-calc(100% + 38px);
    width: calc(100% + 38px);
  }
  .cap-sd .slick-arrow {
    top: 127.5px;
  }
  .cap-im {
    margin: 0 19px;
  }
  .cap-im i {
    height: 300px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .cap-im div {
    margin-top: 20px;
  }
  .cap-im p {
    font-size: 16.5px;
    line-height: 24px;
  }
  .cap-im p b {
    font-size: 30px;
    line-height: 41px;
  }
  .cap-im .tit {
    font-size: 25px;
    line-height: 140%;
  }
  .cap-im small {
    font-size: 20px;
    margin-top: 6.25px;
    line-height: 27px;
  }
  .cap-im .link {
    margin-top: 25px;
  }
  .tt .tit {
    font-size: 40px;
    line-height: 140%;
  }
  .why {
    margin-top: 125px;
  }
  .why-bc {
    margin-top: 75px;
  }
  .why-im i img {
    height: 75px;
  }
  .why-im .tit {
    margin-top: 25px;
    font-size: 25px;
    line-height: 140%;
  }
  .why-im p {
    margin-top: 18.75px;
    font-size: 18.75px;
    line-height: 28px;
  }
  .clt {
    margin-top: 125px;
  }
  .clt .cap-sd {
    margin-top: 50px;
  }
  .clt .cap-sd .slick-arrow {
    top: 112.5px;
  }
  .ifo {
    margin-top: 177px;
  }
  .ifo i {
    height: 500px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .ifo div {
    padding-left: 62px;
  }
  .ifo div .tit {
    font-size: 40px;
    line-height: 140%;
  }
  .ifo div span {
    margin-top: 37px;
  }
  .ifo div span p {
    margin-top: 18.75px;
    font-size: 22.5px;
    line-height: 150%;
  }
  .frm {
    margin-top: 125px;
    height: 760px;
  }
  .frm-form .tit {
    font-size: 40px;
    line-height: 56px;
  }
  .frm-form p {
    margin-top: 31px;
    font-size: 22.5px;
    line-height: 150%;
  }
  .frm-form div {
    margin-top: 37px;
    max-width: 462px;
  }
  .frm-form div input {
    height: 75px;
    line-height: 75px;
    padding-left: 37px;
    font-size: 22.5px;
  }
  .frm-form span {
    margin-top: 37px;
    font-size: 16.25px;
    line-height: 24px;
    max-width: 395px;
  }
  .frm-phn {
    top: 62.5px;
  }
  .frm-phn div {
    width: 368.75px;
  }
  .frm-phn div p {
    top: 140px;
    font-size: 12px;
  }
  .frm-phn div p b {
    font-size: 24px;
  }
  .frm-phn i {
    width: 444px;
    height: 444px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 105px;
    left: -38px;
  }
  .frm-ifo div {
    margin-top: 50px;
  }
  .frm-ifo div p {
    font-size: 22.5px;
    line-height: 150%;
  }
  .frm-ifo div.phone a {
    margin-top: 18.75px;
    font-size: 25px;
    line-height: 34px;
  }
  .frm-ifo div.mes a {
    margin-top: 18.75px;
  }
  .frm-ifo div.mes a span {
    line-height: 50px;
    font-size: 16.26px;
  }
  .frm-ifo div.mes a span img {
    height: 50px;
    margin-right: 12.5px;
  }
  .frm-ifo div.mes a b {
    font-size: 25px;
    line-height: 34px;
    margin-top: 12.5px;
  }
  .got {
    margin-top: 150px;
  }
  .got-sd {
    margin-top: 50px;
  }
  .got-im {
    height: 594px;
  }
  .got-im:hover div {
    height: 230px;
  }
  .got-im.active div {
    height: -webkit-calc(100% - 95px) !important;
    height: calc(100% - 95px) !important;
  }
  .got-im::before {
    height: 96px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
  }
  .got-im i {
    height: 300px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .got-im div {
    height: 210px;
    bottom: 95px;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    padding: 37px 37px 5px;
  }
  .got-im div .tit {
    font-size: 22.5px;
    line-height: 150%;
  }
  .got-im div p {
    margin-top: 18.75px;
    font-size: 18.75px;
    line-height: 150%;
  }
  .got-im a {
    left: 37px;
    bottom: 52px;
    font-size: 17.5px;
  }
  .foot {
    padding: 85px 0 80px;
  }
  .foot-dec {
    margin-top: 50px;
  }
  .foot-dec p {
    font-size: 18.75px;
    line-height: 150%;
  }
  .foot-dec a.phone {
    margin-top: 37.5px;
    font-size: 20px;
    line-height: 27px;
  }
  .foot-dec a.phone + .mes {
    margin-top: 37.5px;
  }
  .foot-dec a.mes {
    margin-top: 25px;
  }
  .foot-dec a.mes span {
    font-size: 16.25px;
    line-height: 30px;
  }
  .foot-dec a.mes span img {
    height: 30px;
    margin-right: 12px;
  }
  .foot-dec a.mes b {
    margin-top: 12.5px;
    line-height: 31px;
    font-size: 22.5px;
  }
  .foot-dec a.email {
    margin-top: 25px;
    font-size: 20px;
    line-height: 27px;
  }
  .foot-ifo .tit {
    font-size: 30px;
    line-height: 42px;
  }
  .foot-ifo p {
    margin-top: 25px;
    font-size: 25px;
    line-height: 150%;
  }
  .foot-ifo a {
    margin-top: 37.5px;
  }
  .foot-low {
    margin-top: 36px;
  }
  .foot-low div a {
    font-size: 17.5px;
    line-height: 200%;
  }
  .foot-low div p {
    margin-top: 45px;
    font-size: 17.5px;
    line-height: 200%;
  }
  .foot-low ul li {
    margin-bottom: 20px;
  }
  .foot-low ul li a {
    font-size: 20px;
    line-height: 30px;
  }
  .foot-low span {
    font-size: 17.5px;
    line-height: 220%;
  }
  .md-cot {
    max-width: 488px;
    min-height: 675px;
    padding: 70px 50px;
  }
  .md-form .tit {
    font-size: 40px;
    line-height: 52px;
  }
  .md-form p {
    margin-top: 25px;
    line-height: 150%;
    font-size: 18.5px;
  }
  .md-form div {
    margin-top: 37px;
  }
  .md-form div input {
    margin-top: 25px;
    height: 75px;
    line-height: 75px;
    padding-left: 25px;
    font-size: 18.75px;
  }
  .md-form span {
    margin-top: 25px;
    font-size: 16.25px;
    line-height: 150%;
  }
  .md-form button {
    margin-top: 37.5px;
  }
  .md-suc i img {
    height: 62.5px;
  }
  .md-suc .tit {
    margin-top: 37px;
    font-size: 40px;
    line-height: 52px;
  }
  .md-suc p {
    margin-top: 25px;
    line-height: 22.5px;
    line-height: 150%;
  }
}

@media screen and (max-width: 1023px) {
  .row {
    padding: 0 20px;
  }
  .humb {
    display: block;
    position: fixed;
    top: 21px;
    right: 10px;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
    background: #1c1b1b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 101;
  }
  .humb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    opacity: 0;
    right: 0;
    background: #1c1b1b;
  }
  .humb.active::before {
    margin: -21px -10px 0 0;
    width: 100vw;
    height: 100vh;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .humb.active-hide::before {
    opacity: 0;
  }
  .humb.open i {
    background: rgba(255, 255, 255, 0);
  }
  .humb.open i::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    background: #8f949e;
  }
  .humb.open i::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    background: #8f949e;
  }
  .humb i {
    float: left;
    position: relative;
    width: 22px;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 19px 0 0 9px;
    -webkit-transition: background 0.3s, background 0.3s;
    -o-transition: background 0.3s, background 0.3s;
    transition: background 0.3s, background 0.3s;
  }
  .humb i::before,
  .humb i::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: 0;
    -webkit-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
  }
  .humb i::before {
    top: -8px;
  }
  .humb i::after {
    top: 8px;
  }
  .head.open {
    position: fixed;
    height: 100vh;
    padding-bottom: 30px;
    overflow-y: auto;
    background: rgba(28, 27, 27, 0.95);
  }
  .head.open .head-bc {
    margin-top: 50px;
  }
  .head.open .head-con {
    padding-bottom: 62px;
    position: relative;
  }
  .head.open .head-con a.email {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .head.open .head-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .head-logo {
    margin-top: 20px;
  }
  .head-bc {
    width: 100%;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .head-nav {
    display: none;
    margin-top: 40px;
  }
  .head-nav ul {
    width: 295px;
    margin: 0 auto;
  }
  .head-nav ul li {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .head-nav ul li a {
    font-size: 22px;
    line-height: 300%;
    color: #fff;
  }
  .head-nav ul li a span {
    display: none;
  }
  .head-con {
    margin: 0 auto;
    width: auto;
    gap: 20px;
  }
  .head-con a.phone {
    font-size: 18px;
    line-height: 40px;
    padding-right: 10px;
  }
  .head-con a.email {
    display: none;
  }
  .head-con a.mes {
    margin-left: 20px;
    font-size: 0;
  }
  .head-con a.mes img {
    height: 40px;
    margin: 0;
  }
  .cap {
    padding: 160px 0 64px;
    height: auto;
  }
  .cap-tt h1 {
    width: 100%;
    font-size: 24px;
    line-height: 31px;
  }
  .cap-tt h1 br {
    display: none;
  }
  .cap-tt div {
    width: 100%;
    margin: 20px 0 0;
  }
  .cap-tt div p {
    font-size: 15px;
    line-height: 150%;
  }
  .cap-sd {
    margin: 30px -10px 0;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .cap-sd .slick-list {
    overflow: hidden !important;
  }
  .cap-sd .slick-arrow {
    top: 80px;
  }
  .cap-im {
    margin: 0 10px;
  }
  .cap-im i {
    height: 220px;
  }
  .cap-im div {
    margin-top: 15px;
  }
  .cap-im p b {
    font-size: 22px;
    line-height: 30px;
  }
  .cap-im span .tit {
    font-size: 18px;
    line-height: 25px;
  }
  .cap-im small {
    font-size: 14px;
    line-height: 19px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-dots {
    bottom: -31px;
  }
  .tt {
    padding-top: 15px;
  }
  .tt .tit {
    font-size: 22px;
    line-height: 31px;
  }
  .why {
    margin-top: 35px;
  }
  .why-bc {
    margin-top: 40px;
  }
  .why-im {
    width: 100%;
    margin-top: 30px;
  }
  .why-im:first-child {
    margin: 0;
  }
  .why-im .tit br {
    display: none;
  }
  .why-im p {
    margin-top: 10px;
  }
  .clt {
    margin-top: 35px;
  }
  .clt .cap-sd {
    margin-top: 20px;
  }
  .ifo {
    margin-top: 91px;
  }
  .ifo i {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
    height: 260px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .ifo div {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .ifo div .tit {
    font-size: 20px;
    line-height: 28px;
  }
  .ifo div span {
    margin-top: 15px;
  }
  .ifo div span p {
    font-size: 16px;
    line-height: 24px;
  }
  .frm {
    overflow: hidden;
    margin-top: 50px;
    height: auto;
    padding: 50px 0;
  }
  .frm-form {
    width: 100%;
  }
  .frm-form .tit {
    font-size: 24px;
    line-height: 34px;
  }
  .frm-form p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .frm-form div {
    margin-top: 30px;
    max-width: 100%;
  }
  .frm-form div input {
    width: 100%;
    padding-left: 20px;
  }
  .frm-form div button {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .frm-form span {
    margin: 20px 0 0;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }
  .frm-phn {
    width: 165px;
    position: relative;
    left: auto;
    top: auto;
    margin: 40px auto 0;
  }
  .frm-phn div {
    width: 100%;
  }
  .frm-phn div p {
    top: 60px;
    font-size: 8px;
    line-height: 16px;
  }
  .frm-phn div p b {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .frm-phn i {
    width: 198px;
    height: 198px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 50px;
    left: -15px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  .frm-ifo {
    width: 100%;
    margin-top: 49px;
  }
  .frm-ifo div {
    margin-top: 30px;
  }
  .frm-ifo div p {
    font-size: 16px;
    line-height: 24px;
  }
  .frm-ifo div.phone a {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
  }
  .frm-ifo div.mes a {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .frm-ifo div.mes a span {
    float: left;
    width: auto;
    padding-right: 20px;
  }
  .frm-ifo div.mes a b {
    margin: 0;
    line-height: 40px;
    font-size: 18px;
  }
  .got {
    margin-top: 35px;
  }
  .got-sd {
    margin: 20px -10px 0;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .got-sd .slick-list {
    overflow: hidden !important;
  }
  .got-sd .slick-arrow {
    top: 80px;
  }
  .got-im {
    margin: 0 10px;
    height: 515px;
  }
  .got-im::before {
    height: 60px;
  }
  .got-im.active div {
    height: -webkit-calc(100% - 60px) !important;
    height: calc(100% - 60px) !important;
  }
  .got-im i {
    height: 220px;
  }
  .got-im div {
    height: 250px;
    bottom: 60px;
    padding: 30px 20px 10px;
  }
  .got-im div p {
    margin-top: 10px;
  }
  .got-im a {
    left: 20px;
    bottom: 32px;
  }
  .foot {
    padding: 60px 0;
    margin-top: 82px;
  }
  .foot-ifo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .foot-ifo .tit {
    font-size: 20px;
    line-height: 28px;
  }
  .foot-ifo .tit br {
    display: none;
  }
  .foot-ifo p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 27px;
  }
  .foot-ifo p br {
    display: none;
  }
  .foot-ifo a {
    margin-top: 20px;
  }
  .foot-os {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 60px;
  }
  .foot-dec {
    margin-top: 30px;
  }
  .foot-dec p br {
    display: none;
  }
  .foot-dec a.phone {
    font-size: 18px;
    line-height: 25px;
  }
  .foot-dec a.mes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-dec a.mes span {
    float: left;
    width: auto;
    padding-right: 20px;
    font-size: 13px;
    line-height: 40px;
  }
  .foot-dec a.mes span img {
    height: 40px;
    margin-right: 10px;
  }
  .foot-dec a.mes b {
    margin: 0;
    line-height: 40px;
    font-size: 18px;
  }
  .foot-dec a.email {
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .foot-low {
    margin-top: 56px;
  }
  .foot-low ul {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .foot-low ul li {
    width: 60%;
  }
  .foot-low ul li:nth-child(2n) {
    width: 40%;
  }
  .foot-low div {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 44px;
  }
  .foot-low div p {
    margin-top: 30px;
  }
  .foot-low span {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    bottom: auto;
    right: auto;
    float: right;
    margin: 50px 0 0 auto;
  }
  .md-cot {
    height: 100vh;
    max-width: 500px;
    overflow-y: auto;
    padding: 54px 30px;
  }
}
