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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  line-height: 1.5;
  background: #f2f2f2;
  font-family: "Noto Sans TC", sans-serif;
}
body a {
  text-decoration: none;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  position: relative;
}

.pageBanner {
  position: relative;
  height: 300px;
  background: url("../tw_img/banner/pageBanner.png") no-repeat center;
  background-size: cover;
}
.pageBanner p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-style: italic;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 10px;
}
@media (max-width: 1200px) {
  .pageBanner {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .pageBanner {
    height: 100px;
  }
  .pageBanner p {
    letter-spacing: 5px;
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .pageBanner p {
    letter-spacing: 0px;
    font-size: 24px;
  }
}

.breadCrumb {
  background: #d9d9d9;
  padding: 5px;
}
.breadCrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 10px;
}
.breadCrumb ul img {
  margin-bottom: 3px;
}

.moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #234360;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-family: "Abel", sans-serif;
}
.moreBtn::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
}
.moreBtn span {
  width: 110px;
  text-align: center;
  letter-spacing: 3px;
}
.moreBtn div {
  width: 50px;
  height: 50px;
  border: 1px solid #234360;
  position: relative;
  background: #fff;
}
.moreBtn div::before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #234360;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.moreBtn div::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #234360;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.moreBtn:hover {
  background-color: #ffffff;
  border: 1px solid #234360;
  border-right: none;
}
.moreBtn:hover span {
  color: #234360;
}
.moreBtn:hover::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 20px solid #234360;
  border-right: 20px solid transparent;
}
.moreBtn:hover::after {
  top: -1px;
  left: -1px;
  border-top: 21px solid #fff;
  border-right: 21px solid transparent;
}
.moreBtn:hover div {
  background: #234360;
}
.moreBtn:hover div::before {
  background: #ffffff;
}
.moreBtn:hover div::after {
  background: #ffffff;
}

.pageTitle {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
.pageTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(102, 102, 102, 0)), color-stop(#666666), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(to right, rgba(102, 102, 102, 0), #666666, rgba(102, 102, 102, 0));
  left: 0;
  bottom: 2px;
}
.pageTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 6px;
  background: #234360;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.pagination .prev {
  display: block;
  width: 30px;
  height: 45px;
  background: url("../tw_img/other/prev2.png") no-repeat center;
  background-size: contain;
}
.pagination .next {
  display: block;
  width: 30px;
  height: 45px;
  background: url("../tw_img/other/next2.png") no-repeat center;
  background-size: contain;
}
.pagination a {
  display: block;
  background: #d9d9d9;
  color: #666666;
  padding: 14px;
  font-size: 20px;
}
.pagination a.active, .pagination a:hover {
  background: #234360;
  color: #fff;
}
.pagination a.active.prev, .pagination a:hover.prev {
  background: url("../tw_img/other/prev1.png") no-repeat center;
  background-size: contain;
}
.pagination a.active.next, .pagination a:hover.next {
  background: url("../tw_img/other/next1.png") no-repeat center;
  background-size: contain;
}

.btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 40px;
}
.btnGroup button {
  width: 90px;
  height: 50px;
  font-size: 20px;
  position: relative;
}
.btnGroup button.reset {
  color: #417998;
  border: 2px solid #417998;
  background: #E6E6E6;
}
.btnGroup button.reset::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 20px solid #417998;
  border-right: 20px solid transparent;
}
.btnGroup button.reset::after {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border-top: 21px solid #f2f2f2;
  border-right: 21px solid transparent;
}
.btnGroup button.reset:hover {
  background: #234360;
  color: #fff;
}
.btnGroup button.send {
  color: #fff;
  border: 2px solid #234360;
  background: #234360;
}
.btnGroup button.send::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 20px solid #234360;
  border-right: 20px solid transparent;
}
.btnGroup button.send::after {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border-top: 21px solid #f2f2f2;
  border-right: 21px solid transparent;
}
.btnGroup button.send:hover {
  background: #E6E6E6;
  border: 2px solid #417998;
  color: #417998;
}
.btnGroup button.send:hover::before {
  border-top: 20px solid #417998;
}

header .nav_top {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  background: #234360;
  padding: 10px;
}
header .nav_top .container {
  grid-column-start: 5;
  grid-column-end: 10;
  padding: 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 50px;
}
header .nav_top .container .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
header .nav_top .container .language a {
  display: block;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .nav_top .container .language a:hover {
  color: #C4C4C4;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
header .nav_top .container .language .line {
  width: 2px;
  height: 100%;
  background: #fff;
}
header .nav_top .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .nav_top .container form input {
  width: 0;
  padding: 1px 0;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .nav_top .container form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: transparent;
}
header .nav_top .container form:hover input {
  width: 220px;
  padding: 1px 2px;
}
header .nav_main {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
header .nav_main .container {
  grid-column-start: 5;
  grid-column-end: 10;
  padding: 0 120px;
}
header .nav_main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .nav_main nav .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .nav_main nav .menu .navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  width: auto;
  height: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .nav_main nav .menu li {
  position: relative;
  border-bottom: 2px solid transparent;
}
header .nav_main nav .menu li .sub_menu {
  display: none;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  min-width: 150px;
  top: 102px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
header .nav_main nav .menu li .sub_menu a {
  display: block;
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #F1F1F1;
  color: #4D4D4D;
}
header .nav_main nav .menu li .sub_menu a:hover {
  background: rgba(65, 121, 152, 0.8);
  color: #fff;
}
header .nav_main nav .menu li .sub_menu li:last-child a {
  border-bottom: 0;
}
header .nav_main nav .menu li:hover {
  border-bottom: 2px solid #417998;
}
header .nav_main nav .menu li:hover .navLink {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
header .nav_main nav .menu li:hover .sub_menu {
  display: block;
}
header .nav_main nav .menu li:hover .sub_menu li {
  border-bottom: none;
}
header .nav_main h1 {
  background: #417998;
  grid-column-start: 1;
  grid-column-end: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .nav_main h1 a {
  display: block;
  width: 300px;
  height: 70px;
  background: url("../tw_img/logo/logo.png") no-repeat center;
  background-size: contain;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
header .mobile_nav {
  display: none;
  background: #234360;
  padding: 15px;
  position: relative;
}
header .mobile_nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .mobile_nav h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .mobile_nav h1 a {
  display: block;
  width: 300px;
  height: 70px;
  background: url("../tw_img/logo/logo.png") no-repeat center;
  background-size: contain;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
header .mobile_nav .hamBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
header .mobile_nav .hamBtn div {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .mobile_nav .hamBtn.active div:first-child {
  -webkit-transform: rotate(-45deg) translateY(10px);
          transform: rotate(-45deg) translateY(10px);
}
header .mobile_nav .hamBtn.active div:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
header .mobile_nav .hamBtn.active div:last-child {
  -webkit-transform: rotate(45deg) translateY(-10px);
          transform: rotate(45deg) translateY(-10px);
}
header .mobile_nav .mobile_dropNav {
  background: #417998;
  position: absolute;
  width: 100%;
  height: 0;
  top: 100px;
  left: 0;
  overflow-y: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 98;
}
header .mobile_nav .mobile_dropNav::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
header .mobile_nav .mobile_dropNav::-webkit-scrollbar-thumb {
  background: #234360;
  border-radius: 10px;
  border: 2px solid #417998;
}
header .mobile_nav .mobile_dropNav.active {
  height: 400px;
  padding: 20px 0;
}
header .mobile_nav .mobile_dropNav form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
header .mobile_nav .mobile_dropNav form button {
  border: none;
  background: transparent;
}
header .mobile_nav .mobile_dropNav form input {
  outline: none;
  border: none;
}
header .mobile_nav .mobile_dropNav .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
header .mobile_nav .mobile_dropNav .language a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
header .mobile_nav .mobile_dropNav .language .line {
  width: 2px;
  height: 100%;
  background: #fff;
}
header .mobile_nav .mobile_dropNav nav .mainNav {
  padding: 0 20px;
}
header .mobile_nav .mobile_dropNav nav .mainNav > li:last-child a {
  border-bottom: none;
}
header .mobile_nav .mobile_dropNav nav .mainNav > li > a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
header .mobile_nav .mobile_dropNav nav .mainNav .dropMenu {
  position: relative;
}
header .mobile_nav .mobile_dropNav nav .mainNav .dropMenu::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../tw_img/other/nextW.png") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .mobile_nav .mobile_dropNav nav .mainNav .dropMenu.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .mobile_nav .mobile_dropNav nav .mainNav .dropSubMenu {
  height: 0;
  overflow: hidden;
}
header .mobile_nav .mobile_dropNav nav .mainNav .dropSubMenu a {
  display: block;
  padding: 5px 20px;
  color: #fff;
  background: #6da0bb;
}
header .mobile_nav .mobile_dropNav nav .mainNav .dropSubMenu a:hover {
  background: #3f5764;
}
header .mobile_nav .mobile_dropNav nav .mainNav .dropSubMenu.active {
  height: auto;
}
@media (max-width: 1500px) {
  header .nav_top .container {
    grid-column-start: 4;
    grid-column-end: 10;
    padding: 0 60px;
  }
  header .nav_main .container {
    grid-column-start: 4;
    grid-column-end: 10;
    padding: 0 60px;
  }
  header .nav_main h1 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (max-width: 992px) {
  header .nav_top {
    display: none;
  }
  header .nav_main {
    display: none;
  }
  header .mobile_nav {
    display: block;
  }
}
@media (max-width: 576px) {
  header .mobile_nav h1 a {
    width: 250px;
  }
}
@media (max-width: 375px) {
  header .mobile_nav h1 a {
    width: 200px;
  }
}

footer {
  background: #417998;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
footer .container {
  margin-top: -50px;
  margin-bottom: 30px;
  border-left: 5px solid #234360;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 80px 50px;
  position: relative;
}
footer .container .footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
footer .container .footerNav h2 a {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
footer .container .footerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
footer .container .footerNav ul a {
  display: block;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .container .footerNav ul a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
footer .container .footerContact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #252525;
  margin-bottom: 10px;
}
footer .container .footerContact li:last-child {
  margin-bottom: 0;
}
footer .container .footerContact li img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .container .footerContact li a {
  color: #252525;
}
footer .container .topBtn {
  cursor: pointer;
  position: absolute;
  right: 80px;
  top: 120px;
}
footer .copyRight p {
  text-align: center;
  color: #234360;
}
footer .copyRight a {
  color: #234360;
}
footer .copyRight a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  footer .container .footerNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  footer .container .footerNav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 30px;
  }
  footer .container .topBtn {
    position: absolute;
    right: 60px;
    top: 150px;
  }
}
@media (max-width: 768px) {
  footer .container {
    padding: 30px;
  }
  footer .container .topBtn {
    position: absolute;
    right: 20px;
    top: 170px;
  }
}
@media (max-width: 375px) {
  footer .container {
    padding: 20px;
  }
  footer .container .topBtn {
    position: absolute;
    right: 20px;
    top: 180px;
  }
}

.company {
  padding-top: 40px;
  padding-bottom: 150px;
}
.company .pageTitle {
  margin: initial;
  margin-bottom: 100px;
}
.company .pageTitle::before {
  background: -webkit-gradient(linear, left top, right top, from(#666666), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(to right, #666666, rgba(102, 102, 102, 0));
}
.company .pageTitle::after {
  left: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.company .section1 {
  position: relative;
}
.company .section1::after {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  right: 0;
  top: 60%;
  background: #E6E6E6;
  z-index: -1;
}
.company .section1 h4 {
  font-size: 24px;
  color: #417998;
  margin-bottom: 20px;
}
.company .section1 p {
  font-size: 18px;
}
.company .section1 p:nth-child(2) {
  margin-bottom: 20px;
}
.company .section1 .imgArea {
  position: relative;
}
.company .section1 .imgArea img {
  width: 100%;
}
.company .section1 .imgArea::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 300px;
  background: #417998;
  display: block;
  bottom: -315px;
  right: 35px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 2;
}
.company .section1 .imgArea::after {
  position: absolute;
  content: "COMPANY PROFILE";
  display: block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  bottom: -20px;
  right: 20px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 20px;
  color: #417998;
  letter-spacing: 3px;
  font-family: "Abel", sans-serif;
}
.company .section2 {
  max-width: 1920px;
  margin: -50px auto 80px;
  position: relative;
}
.company .section3 {
  position: relative;
  z-index: -1;
}
.company .section3::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: #E6E6E6;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.company .section3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.company .section3 li:last-child {
  margin-bottom: 0;
}
.company .section3 li p {
  font-size: 18px;
}
.company .section3 li p:first-child {
  width: 143px;
  position: relative;
}
.company .section3 li p:first-child::after {
  content: ":";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .company .section2 {
    margin-top: -20px;
  }
}
@media (max-width: 1200px) {
  .company .pageTitle {
    margin-bottom: 60px;
  }
  .company .section1 .content {
    margin-bottom: 20px;
  }
  .company .section1 .imgArea::before, .company .section1 .imgArea::after {
    display: none;
  }
  .company .section3 .content {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .company .section2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .company .section3 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
  .company .section3 li p {
    font-size: 16px;
  }
}

.company2 {
  padding-top: 40px;
  padding-bottom: 150px;
  position: relative;
}
.company2 .pageTitle {
  margin: initial;
  margin-bottom: 50px;
}
.company2 .pageTitle::before {
  background: -webkit-gradient(linear, left top, right top, from(#666666), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(to right, #666666, rgba(102, 102, 102, 0));
}
.company2 .pageTitle::after {
  left: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.company2 .content {
  position: relative;
}
.company2 .content::before {
  position: absolute;
  display: block;
  content: "";
  width: 25%;
  left: 0;
  height: 400px;
  background: url("../tw_img/about/about2.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.company2 .content::after {
  position: absolute;
  display: block;
  content: "PROJECT ACTUAL ACCOMPLISHMENTS";
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 50px;
  right: 10px;
  color: #417998;
  font-size: 20px;
  z-index: -1;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
}
.company2 h4 {
  font-size: 24px;
  color: #417998;
  font-weight: bold;
  padding: 10px;
}
.company2 table {
  width: 100%;
  margin-bottom: 40px;
}
.company2 table thead tr {
  text-align: center;
}
.company2 table thead tr:first-child th {
  background: #417998;
  color: #fff;
}
.company2 table thead tr th {
  background: #E6E6E6;
  padding: 10px;
  font-size: 18px;
}
.company2 table tbody td {
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #E6E6E6;
}
@media (max-width: 576px) {
  .company2 .content::after {
    display: none;
  }
  .company2 table thead tr:last-child {
    display: none;
  }
  .company2 table tbody tr {
    display: block;
    border-bottom: 1px solid #E6E6E6;
  }
  .company2 table tbody td {
    display: block;
    position: relative;
    border: none;
    text-align: left;
    padding: 10px 10px 10px 80px;
  }
  .company2 table tbody td::before {
    position: absolute;
    content: attr(data-th);
    display: block;
    top: 50%;
    left: 0;
    background: #E6E6E6;
    width: 70px;
    height: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company3 {
  padding-top: 40px;
  padding-bottom: 150px;
  position: relative;
}
.company3 .pageTitle {
  margin: initial;
  margin-bottom: 50px;
}
.company3 .pageTitle::before {
  background: -webkit-gradient(linear, left top, right top, from(#666666), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(to right, #666666, rgba(102, 102, 102, 0));
}
.company3 .pageTitle::after {
  left: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.company3 .content {
  position: relative;
}
.company3 .content::before {
  position: absolute;
  display: block;
  content: "";
  width: 25%;
  left: 0;
  height: 400px;
  background: url("../tw_img/about/about2.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.company3 .content::after {
  position: absolute;
  display: block;
  content: "CUSTOMER ACTUAL ACCOMPLISHMENTS";
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 50px;
  right: 10px;
  color: #417998;
  font-size: 20px;
  z-index: -1;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
}
.company3 h4 {
  font-size: 24px;
  color: #417998;
  font-weight: bold;
  padding: 10px;
}
.company3 table {
  width: 100%;
  margin-bottom: 40px;
}
.company3 table thead tr {
  text-align: center;
}
.company3 table thead tr:first-child th {
  background: #417998;
  color: #fff;
}
.company3 table thead tr th {
  background: #E6E6E6;
  padding: 10px;
  font-size: 18px;
}
.company3 table tbody td {
  padding: 10px;
  background: #fff;
  border: 1px solid #E6E6E6;
}
.company3 table tbody td:first-child {
  text-align: center;
  width: 200px;
}
@media (max-width: 576px) {
  .company3 .content::after {
    display: none;
  }
  .company3 table tbody tr {
    display: block;
    border-bottom: 1px solid #E6E6E6;
  }
  .company3 table tbody td {
    display: block;
    border: none;
  }
  .company3 table tbody td:first-child {
    text-align: left;
    width: 100%;
  }
  .company3 table tbody td:first-child {
    background: #E6E6E6;
  }
}

.company4 {
  padding-top: 40px;
  padding-bottom: 150px;
  position: relative;
}
.company4::before {
  content: "";
  display: block;
  position: absolute;
  width: 93%;
  height: 93%;
  bottom: 0;
  right: 0;
  background: #E6E6E6;
  z-index: -1;
}
.company4 .content {
  position: relative;
}
.company4 .content::after {
  content: "MACHINERY EQUIPMENT";
  display: block;
  position: absolute;
  right: 10px;
  top: 66px;
  font-size: 20px;
  color: #417998;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: -1;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
}
.company4 .pageTitle {
  margin: initial;
  margin-bottom: 150px;
}
.company4 .pageTitle::before {
  background: -webkit-gradient(linear, left top, right top, from(#666666), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(to right, #666666, rgba(102, 102, 102, 0));
}
.company4 .pageTitle::after {
  left: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.company4 h4 {
  font-size: 24px;
  color: #417998;
  font-weight: bold;
  margin-bottom: 30px;
}
.company4 .machineItem {
  margin-bottom: 40px;
}
.company4 .machineItem div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.company4 .machineItem div .imgArea {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company4 .machineItem div img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.company4 .machineItem div p {
  text-align: center;
  background: #fff;
  padding: 10px;
  font-size: 18px;
}
.company4 .machineItem:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1200px) {
  .company4 .pageTitle {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .company4 {
    padding-bottom: 100px;
  }
  .company4 .pageTitle {
    margin-bottom: 60px;
  }
  .company4::before {
    height: 96%;
  }
}
@media (max-width: 576px) {
  .company4 .content::after {
    display: none;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 150px;
}
.contact .pageTitle {
  margin: initial;
  margin-bottom: 50px;
}
.contact .pageTitle::before {
  background: -webkit-gradient(linear, left top, right top, from(#666666), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(to right, #666666, rgba(102, 102, 102, 0));
}
.contact .pageTitle::after {
  left: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.contact .cotactInfo {
  margin-bottom: 150px;
  position: relative;
}
.contact .cotactInfo::after {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 20%;
  background: #E6E6E6;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.contact ul {
  position: relative;
  margin-top: 40px;
}
.contact ul::before {
  content: "CONTACT US";
  position: absolute;
  display: block;
  font-size: 20px;
  color: #417998;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  bottom: -450px;
  left: 15px;
  letter-spacing: 3px;
  font-family: "Abel", sans-serif;
}
.contact ul::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 230px;
  background: #417998;
  left: 30px;
  bottom: -270px;
}
.contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 18px;
  color: #234360;
  margin-bottom: 10px;
}
.contact ul li:last-child {
  margin-bottom: 0;
}
.contact .map iframe {
  -webkit-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.16);
}
.contact form {
  width: 80%;
  margin: auto;
}
.contact form p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.contact form .inputArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.contact form .inputArea label {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.contact form .inputArea input {
  border: none;
  outline: none;
  padding: 10px;
}
.contact form .inputArea textarea {
  border: none;
  outline: none;
  resize: none;
}
.contact form .inputArea.authcodeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 992px) {
  .contact .cotactInfo {
    margin-bottom: 60px;
  }
  .contact .map {
    position: relative;
  }
  .contact .map::before {
    content: "CONTACT US";
    position: absolute;
    display: block;
    font-size: 20px;
    color: #417998;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    bottom: -400px;
    left: 0px;
  }
  .contact .map::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 230px;
    background: #417998;
    left: 14px;
    bottom: -270px;
  }
  .contact ul {
    margin-bottom: 20px;
  }
  .contact ul::after, .contact ul::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .contact .map::after, .contact .map::before {
    display: none;
  }
  .contact form {
    width: 100%;
  }
}

.index .banner {
  margin-bottom: 100px;
}
.index .banner .swiper-slide {
  padding-bottom: 50px;
}
.index .banner .bannerItem {
  position: relative;
  padding-left: 50px;
  padding-right: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#417998), color-stop(50%, #417998), to(#f2f2f2));
  background: linear-gradient(to right, #417998 0%, #417998 50%, #f2f2f2 100%);
}
.index .banner .bannerItem::after {
  position: absolute;
  display: block;
  content: "LIYO-MACHINERY";
  top: 0px;
  right: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #293846;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
  font-size: 12px;
  white-space: nowrap;
}
.index .banner .bannerItem .bannerImg {
  width: 100%;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .banner .bannerItem .slideImg {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: -50px;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.index .banner .bannerItem .slideImg.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.index .banner .bannerItem .slideUl {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  color: #fff;
  padding: 20px;
  bottom: -50px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.index .banner .bannerItem .slideUl:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 100px solid #234360;
  border-right: 50px solid transparent;
}
.index .banner .bannerItem .slideUl ul {
  position: relative;
  z-index: 1;
  margin-right: 80px;
}
.index .banner .bannerItem .slideUl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.index .banner .bannerItem .slideUl li:first-child {
  margin-bottom: 10px;
}
.index .banner .bannerItem .slideUl.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.index .banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #234360;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  border-radius: 0;
}
.index .indexAbout {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.index .indexAbout::before {
  content: "COMPANY";
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #417998;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
}
.index .indexAbout::after {
  content: "PROFILE";
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #417998;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
}
.index .indexAbout .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index .indexAbout .imgArea {
  overflow: hidden;
}
.index .indexAbout .imgArea img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index .indexAbout .imgArea img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.index .indexAbout .content {
  background: #fff;
  margin-left: -90px;
  padding: 24px 24px 30px 24px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.index .indexAbout .content .pageTitle {
  margin: initial;
  margin-bottom: 20px;
}
.index .indexAbout .content .pageTitle::before {
  background: -webkit-gradient(linear, left top, right top, from(#666666), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(to right, #666666, rgba(102, 102, 102, 0));
}
.index .indexAbout .content .pageTitle::after {
  left: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.index .indexAbout .content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.index .indexAbout .content .moreBtn {
  margin-left: auto;
}
.index .hotProduct {
  background: url("../tw_img/product/hotproductBG.png") no-repeat center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 150px;
}
.index .hotProduct .hotSwiper {
  margin-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
}
.index .hotProduct .hotSwiper .button-prev {
  position: absolute;
  width: 30px;
  height: 50px;
  background: url("../tw_img/other/prev1.png") no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.index .hotProduct .hotSwiper .button-prev.swiper-button-disabled {
  background: url("../tw_img/other/prev2.png") no-repeat center;
  background-size: contain;
}
.index .hotProduct .hotSwiper .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index .hotProduct .hotSwiper .swiper-slide a p {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  z-index: 2;
}
.index .hotProduct .hotSwiper .swiper-slide a::before {
  position: absolute;
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.8);
  z-index: 1;
}
.index .hotProduct .hotSwiper .swiper-slide a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 60px solid #D9D9D9;
  border-left: 60px solid transparent;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.index .hotProduct .hotSwiper .swiper-slide a img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index .hotProduct .hotSwiper .swiper-slide a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.index .hotProduct .hotSwiper .swiper-slide a:hover p {
  display: block;
}
.index .hotProduct .hotSwiper .swiper-slide a:hover::before {
  display: block;
}
.index .hotProduct .hotSwiper .swiper-slide a:hover::after {
  border-bottom: 60px solid #417998;
  border-left: 60px solid transparent;
}
.index .hotProduct .hotSwiper .button-next {
  position: absolute;
  width: 30px;
  height: 50px;
  background: url("../tw_img/other/next1.png") no-repeat center;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.index .hotProduct .hotSwiper .button-next.swiper-button-disabled {
  background: url("../tw_img/other/next2.png") no-repeat center;
  background-size: contain;
}
.index .hotProduct .moreBtn {
  margin-left: auto;
  margin-right: 45px;
}
.index .hotProduct .moreBtn::after {
  border-top: 20px solid #f2f2f2;
}
@media (max-width: 992px) {
  .index .banner {
    margin-bottom: 50px;
  }
  .index .banner .bannerItem .slideImg {
    bottom: -40px;
  }
  .index .banner .bannerItem .slideUl {
    width: 40%;
    bottom: -40px;
  }
  .index .banner .bannerItem .slideUl::after {
    border-top: 85px solid #234360;
  }
  .index .banner .bannerItem .slideUl ul {
    margin-right: 40px;
  }
  .index .indexAbout {
    margin-bottom: 50px;
  }
  .index .indexAbout .content {
    margin-left: 0;
  }
  .index .hotProduct {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .index .banner .bannerItem .slideUl {
    width: 50%;
    bottom: -50px;
  }
  .index .banner .bannerItem .slideUl::after {
    border-top: 70px solid #234360;
  }
  .index .banner .bannerItem .slideUl ul p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .index .banner .bannerItem {
    padding-left: 0;
    padding-right: 0;
  }
  .index .banner .bannerItem::after {
    display: none;
  }
  .index .banner .bannerItem .bannerImg {
    -o-object-position: left;
       object-position: left;
  }
  .index .banner .bannerItem .slideImg {
    display: none;
  }
  .index .banner .bannerItem .slideUl {
    display: none;
  }
  .index .indexAbout::before, .index .indexAbout::after {
    display: none;
  }
}
@media (max-width: 375px) {
  .index .hotProduct .hotSwiper .swiper-slide a p {
    font-size: 18px;
  }
}

.process {
  padding-top: 40px;
  padding-bottom: 150px;
  position: relative;
}
.process::before {
  content: "PROCESS";
  position: absolute;
  display: block;
  color: #417998;
  font-size: 20px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 10%;
  left: 20px;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
}
.process::after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 80%;
  background: #e6e6e6;
  top: 150px;
  right: 0;
  z-index: -1;
}
.process .pageTitle {
  margin-bottom: 140px;
}
.process li {
  margin-bottom: 30px;
}
.process li.mdTop {
  margin-top: 0;
}
.process li .processItem {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.process li .processItem span {
  position: absolute;
  top: -48px;
  left: 10px;
  font-size: 64px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.process li .processItem img {
  width: 100%;
  margin-bottom: 10px;
}
.process li .processItem p {
  font-size: 18px;
  text-align: right;
}
.process li:hover .processItem {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 768px) {
  .process li.mdTop {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .process li.top {
    margin-top: 20px;
  }
  .process li.top2 {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .process .pageTitle {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .process {
    padding-bottom: 100px;
  }
  .process ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process .pageTitle {
    margin-bottom: 60px;
  }
  .process::before {
    display: none;
  }
  .process li.mdTop {
    margin-top: 0px;
  }
  .process li.top {
    margin-top: 0px;
  }
  .process li.top2 {
    margin-top: 0px;
  }
}

.product {
  padding-top: 40px;
  padding-bottom: 100px;
}
.product .pageTitle {
  margin-bottom: 40px;
}
.product > ul {
  margin-bottom: 40px;
}
.product li {
  margin-bottom: 20px;
}
.product .productItem {
  border: 2px solid #D9D9D9;
  background: #fff;
  padding: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product .productItem::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #D9D9D9;
  border-left: 50px solid transparent;
}
.product .productItem .mainItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product .productItem .mainItem img {
  width: 100%;
  margin-bottom: 10px;
}
.product .productItem .mainItem p {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  color: #000;
}
.product .productItem .hoverItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.product .productItem .hoverItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
.product .productItem .hoverItem p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product .productItem:hover {
  min-height: 300px;
  background: rgba(37, 37, 37, 0.8);
  border: rgba(37, 37, 37, 0.8);
}
.product .productItem:hover::after {
  border-bottom: 50px solid #417998;
  border-left: 50px solid transparent;
}
.product .productItem:hover .mainItem {
  display: none;
}
.product .productItem:hover .hoverItem {
  display: block;
}
@media (max-width: 992px) {
  .product .productItem:hover {
    min-height: 290px;
  }
}
@media (max-width: 768px) {
  .product .productItem:hover {
    min-height: 220px;
  }
}
@media (max-width: 576px) {
  .product {
    padding-bottom: 60px;
  }
  .product > ul.row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product .productItem:hover {
    min-height: 280px;
  }
}
@media (max-width: 375px) {
  .product .productItem:hover {
    min-height: 220px;
  }
}

.productDetail {
  padding-top: 40px;
  padding-bottom: 150px;
}
.productDetail .pageTitle {
  margin-bottom: 70px;
}
.productDetail .productDetailTop {
  position: relative;
}
.productDetail .productDetailTop::before {
  content: "MACHINE";
  position: absolute;
  display: block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #417998;
  z-index: -1;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
}
.productDetail .productDetailTop::after {
  content: "EQUIPMENT";
  position: absolute;
  display: block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #417998;
  z-index: -1;
  font-family: "Abel", sans-serif;
  letter-spacing: 3px;
}
.productDetail .productCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 90px;
}
.productDetail .productCard img {
  width: 55%;
}
.productDetail .productCard .cardText {
  width: 45%;
  padding: 15px 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.productDetail .productCard .cardText h4 {
  font-size: 24px;
  font-weight: bold;
}
.productDetail .productCard .cardText div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.productDetail .productCard .cardText .back {
  width: 90px;
  height: 50px;
  font-size: 20px;
  position: relative;
  color: #417998;
  border: 2px solid #417998;
  background: #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productDetail .productCard .cardText .back::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 20px solid #417998;
  border-right: 20px solid transparent;
}
.productDetail .productCard .cardText .back::after {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border-top: 21px solid #ffffff;
  border-right: 21px solid transparent;
}
.productDetail .productCard .cardText .back:hover {
  background: #234360;
  color: #fff;
}
.productDetail .productCard .cardText .moreBtn {
  width: 200px;
}
.productDetail .productCard .cardText .moreBtn span {
  width: 150px;
}
.productDetail .productInfo {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.productDetail .productInfo::after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #e6e6e6;
}
.productDetail .productInfo h4 {
  font-size: 24px;
  color: #417998;
  margin-bottom: 30px;
}
.productDetail .productInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productDetail .productInfo ul li {
  margin-bottom: 30px;
}
.productDetail .productInfo ul li img {
  width: 100%;
}
@media (max-width: 1200px) {
  .productDetail .productDetailTop::before {
    left: 0;
  }
  .productDetail .productDetailTop::after {
    right: 0;
  }
}
@media (max-width: 992px) {
  .productDetail .productCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productDetail .productCard img {
    width: 100%;
    max-height: 400px;
  }
  .productDetail .productCard .cardText {
    width: 100%;
  }
  .productDetail .productCard .cardText h4 {
    margin-bottom: 50px;
  }
  .productDetail .productCard .cardText div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .productDetail .productInfo ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productDetail .productCard .cardText h4 {
    margin-bottom: 30px;
  }
  .productDetail .productCard .cardText div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  .productDetail {
    padding-bottom: 100px;
  }
  .productDetail .productDetailTop::after, .productDetail .productDetailTop::before {
    display: none;
  }
  .productDetail .productCard {
    margin-bottom: 40px;
  }
  .productDetail .productInfo {
    padding-bottom: 40px;
  }
}

.inquiry {
  padding-top: 40px;
  padding-bottom: 100px;
}
.inquiry .pageTitle {
  margin-bottom: 70px;
}
.inquiry h4 {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
.inquiry table {
  width: 100%;
  margin-bottom: 70px;
  font-size: 18px;
}
.inquiry table thead .mobile {
  display: none;
}
.inquiry table thead th {
  background: #417998;
  color: #fff;
  text-align: center;
  padding: 8px;
}
.inquiry table thead th:first-child {
  text-align: left;
}
.inquiry table tbody td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
}
.inquiry table tbody td:first-child {
  width: 10%;
  text-align: left;
}
.inquiry table tbody td:nth-child(2), .inquiry table tbody td:nth-child(3) {
  width: 35%;
}
.inquiry table tbody td:nth-child(2) input, .inquiry table tbody td:nth-child(3) input {
  width: 50%;
}
.inquiry table tbody td:nth-child(4) {
  width: 10%;
}
.inquiry table tbody td:nth-child(4) input {
  width: 100%;
}
.inquiry table tbody td:last-child {
  width: 10%;
}
.inquiry form .inputArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.inquiry form .inputArea label {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.inquiry form .inputArea input,
.inquiry form .inputArea select,
.inquiry form .inputArea textarea {
  border: none;
  background: #fff;
  outline: none;
  padding: 8px 10px;
}
.inquiry form .inputArea.deliver > div {
  margin-bottom: 10px;
  font-size: 18px;
}
.inquiry form .inputArea.deliver .radioArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 40px;
}
.inquiry form .inputArea.deliver .radioArea div label {
  margin-bottom: 0;
  padding-left: 0px;
}
.inquiry form .inputArea.deliver .radioArea div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.inquiry form .inputArea.deliver .radioArea div:last-child label {
  margin-right: 5px;
}
.inquiry form .inputArea.deliver .radioArea div:last-child input[type=text] {
  width: calc(100% - 60px);
}
.inquiry form .inputArea.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inquiry form .inputArea.place .selectArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.inquiry form .inputArea.place .selectArea select {
  padding: 10px;
}
.inquiry form .inputArea.place .selectArea select:first-child {
  width: 20%;
}
.inquiry form .inputArea.place .selectArea select:nth-child(2) {
  width: 40%;
}
.inquiry form .inputArea.place .selectArea input {
  width: 40%;
}
.inquiry form .inputArea.codeArea .code {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.inquiry form .inputArea.codeArea .code input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.inquiry form .inputArea.codeArea .code div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry form .inputArea.codeArea .code div button {
  background: transparent;
  border: none;
}
@media (max-width: 576px) {
  .inquiry table {
    width: 100%;
    margin-bottom: 70px;
  }
  .inquiry table thead .desktop {
    display: none;
  }
  .inquiry table thead .mobile {
    display: block;
  }
  .inquiry table thead th {
    display: block;
  }
  .inquiry table thead th:first-child {
    text-align: center;
  }
  .inquiry table tbody tr {
    display: block;
    border-bottom: 1px solid #D9D9D9;
  }
  .inquiry table tbody td {
    display: block;
    padding: 8px;
    border-bottom: none;
    position: relative;
  }
  .inquiry table tbody td::before {
    content: attr(data-th);
    display: block;
    position: absolute;
    top: 50%;
    left: 8;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
  }
  .inquiry table tbody td:first-child {
    width: 100%;
    text-align: center;
  }
  .inquiry table tbody td:nth-child(2), .inquiry table tbody td:nth-child(3) {
    width: 100%;
  }
  .inquiry table tbody td:nth-child(2) input, .inquiry table tbody td:nth-child(3) input {
    width: 50%;
  }
  .inquiry table tbody td:nth-child(4) {
    width: 100%;
  }
  .inquiry table tbody td:nth-child(4) input {
    width: 50%;
  }
  .inquiry table tbody td:last-child {
    width: 100%;
  }
  .inquiry form .inputArea.place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inquiry form .inputArea.place .selectArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inquiry form .inputArea.place .selectArea select:first-child {
    width: 100%;
  }
  .inquiry form .inputArea.place .selectArea select:nth-child(2) {
    width: 100%;
  }
  .inquiry form .inputArea.place .selectArea input {
    width: 100%;
  }
  .inquiry form .inputArea.codeArea .code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .inquiry form .inputArea.codeArea .code input {
    width: 100%;
  }
}/*# sourceMappingURL=tw_style.css.map */