@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
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;
}

header {
  background: -webkit-gradient(linear, left top, right top, from(#c2deff), color-stop(35%, #17499d));
  background: linear-gradient(to right, #c2deff, #17499d 35%);
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
header .containerCus {
  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: auto 100px;
}
header h1 a {
  display: block;
  width: 280px;
  height: 70px;
  background: url("../tw_img/logo/Logo.png") no-repeat center;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
header .desktopNav .navArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  font-size: 24px;
  font-weight: bold;
}
header .desktopNav .navArea li {
  position: relative;
}
header .desktopNav .navArea li .productHover {
  position: absolute;
  background: #1e1e1e;
  opacity: 0.8;
  z-index: 99;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 0 40px 40px;
  border: 1px solid #999999;
  border-top: none;
  left: 50%;
  top: 101px;
  width: 240px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
}
header .desktopNav .navArea li .productHover > li {
  position: relative;
  padding: 20px;
}
header .desktopNav .navArea li .productHover > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: #fff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .desktopNav .navArea li .productHover > li:last-child::after {
  display: none;
}
header .desktopNav .navArea li .productHover > li .sub_menu {
  display: none;
  position: absolute;
  width: 210px;
  left: 238px;
  top: 20px;
  background: #1e1e1e;
  border: 1px solid #999999;
  opacity: 0.8;
  padding: 20px;
  border-radius: 0 40px 40px 40px;
}
header .desktopNav .navArea li .productHover > li .sub_menu li {
  margin-bottom: 10px;
}
header .desktopNav .navArea li .productHover > li .sub_menu li:last-child {
  margin-bottom: 0;
}
header .desktopNav .navArea li .productHover > li .sub_menu a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
header .desktopNav .navArea li .productHover > li .sub_menu a:hover {
  background: #000;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
header .desktopNav .navArea li .productHover > li:hover .sub_menu {
  display: block;
}
header .desktopNav .navArea li .productHover > li:hover .sub_link {
  background: #000;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
header .desktopNav .navArea li .productHover .sub_link {
  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;
  gap: 5px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  border-radius: 40px;
}
header .desktopNav .navArea li .productHover .sub_link img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 15px;
}
header .desktopNav .navArea li .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;
  height: 100px;
  color: #fff;
  position: relative;
}
header .desktopNav .navArea li .navLink::after {
  position: absolute;
  content: "";
  display: none;
  width: 50px;
  height: 5px;
  border-radius: 10px;
  background: #e60012;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .desktopNav .navArea li:hover .productHover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .desktopNav .navArea li:hover .navLink::after {
  display: block;
}
header .desktopsearch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .desktopsearch input {
  height: 35px;
  border: none;
  outline: none;
}
header .desktopsearch button {
  width: 44px;
  height: 35px;
  border: none;
  background: #e60012;
  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 .hamBtn {
  cursor: pointer;
  display: none;
  width: 30px;
  height: 30px;
}
header .hamBtn div {
  width: 30px;
  height: 2px;
  position: relative;
  border-radius: 10px;
  background: #fff;
}
header .hamBtn div::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  top: 10px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .hamBtn div::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  top: -10px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .hamBtn.active div {
  height: 0px;
}
header .hamBtn.active div::before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .hamBtn.active div::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .mobileNav.show {
  padding: 40px 0 20px;
  height: 360px;
}
header .mobileNav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 71px;
  left: 0;
  background: #c2deff;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
}
header .mobileNav::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
header .mobileNav::-webkit-scrollbar-thumb {
  background: #17499d;
  border-radius: 10px;
  border: 2px solid #c2deff;
}
header .mobileNav .mobileNavArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
header .mobileNav .mobileNavArea li {
  padding-left: 20px;
}
header .mobileNav .mobilesearch {
  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;
  margin-bottom: 20px;
}
header .mobileNav .mobilesearch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .mobileNav .mobilesearch input {
  height: 35px;
  border: none;
  outline: none;
}
header .mobileNav .mobilesearch button {
  background: #e60012;
  border: none;
  width: 44px;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .mobileNav .navLink {
  display: block;
  font-size: 22px;
  color: #000000;
  border-bottom: 1px dashed #999999;
  padding-top: 5px;
}
header .mobileNav .navLink.mobileProductLink {
  position: relative;
}
header .mobileNav .navLink.mobileProductLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../tw_img/other/down.png") center no-repeat;
  background-size: contain;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
header .mobileNav .navLink.mobileProductLink.show::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
header .mobileNav .mobileProductHover {
  height: 0;
  overflow: hidden;
}
header .mobileNav .mobileProductHover.show {
  height: auto;
}
header .mobileNav .mobileProductHover .sub_link {
  display: block;
  font-size: 20px;
  color: #000000;
  padding: 5px;
}
header .mobileNav .mobileProductHover .sub_link.sub_linkHover {
  position: relative;
}
header .mobileNav .mobileProductHover .sub_link.sub_linkHover::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../tw_img/other/down.png") center no-repeat;
  background-size: contain;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
header .mobileNav .mobileProductHover .sub_link.sub_linkHover.show::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
header .mobileNav .mobileProductHover .sub_menu {
  height: 0;
  overflow: hidden;
}
header .mobileNav .mobileProductHover .sub_menu.show {
  height: auto;
}
header .mobileNav .mobileProductHover .sub_menu li {
  margin-bottom: 5px;
}
header .mobileNav .mobileProductHover .sub_menu li:last-child {
  margin-bottom: 0;
}
header .mobileNav .mobileProductHover .sub_menu a {
  display: block;
  font-size: 16px;
  color: #000;
  display: block;
  padding: 5px 0;
}
@media (max-width: 1300px) {
  header .containerCus {
    margin: auto 70px;
  }
  header .desktopNav .navArea {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  header .containerCus {
    margin: auto 30px;
  }
  header .desktopNav .navArea {
    gap: 20px;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  header {
    padding: 0px;
  }
  header h1 a {
    width: 180px;
    height: 70px;
  }
  header .containerCus {
    margin: auto 20px;
  }
  header .desktopNav,
  header .desktopsearch {
    display: none;
  }
  header .hamBtn {
    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;
  }
}

footer {
  background: #1E1E1E;
  padding: 36px 0 8px;
}
footer .containerCus {
  margin: auto 100px;
}
footer .footerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}
footer .copyRight {
  color: #999999;
  padding-top: 10px;
  border-top: 1px solid #999999;
  text-align: center;
}
footer .footerImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
footer .footerImg h3 {
  font-size: 20px;
  margin-left: 7px;
  white-space: nowrap;
}
footer .footerImg p {
  margin-left: 7px;
}
footer .footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
footer .footerNav {
  font-size: 18px;
}
footer .footerNav a {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
footer .footerNav a:hover {
  color: #999999;
}
footer .footerProduct {
  font-size: 18px;
}
footer .footerProduct li a {
  display: block;
  color: #999999;
  font-size: 18px;
  margin-bottom: 10px;
}
footer .footerProduct li a:hover {
  color: #fff;
}
footer .footerProduct li:first-child a {
  color: #fff;
}
footer .footerProduct li:first-child a:hover {
  color: #999999;
}
footer .footerPhone {
  font-size: 18px;
}
footer .footerPhone li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
footer .footerPhone li div:first-child {
  width: 50px;
}
footer .footerPhone li a {
  color: #fff;
}
footer .footerPhone li a:hover {
  color: #999999;
}
footer .footerAddress {
  font-size: 18px;
}
footer .footerAddress li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
footer .footerAddress li div:first-child {
  width: 85px;
}
footer .footerAddress li div:last-child {
  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;
}
footer .footerAddress li a {
  color: #fff;
}
footer .footerAddress li a:hover {
  color: #999999;
}
@media (max-width: 1200px) {
  footer .containerCus {
    margin: auto 30px;
  }
}
@media (max-width: 992px) {
  footer .containerCus {
    margin: auto 20px;
  }
  footer .footerLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footerContent {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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: #FAFAFA;
  font-family: "微軟正黑體", 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;
  min-height: 200px;
}
.pageBanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageBanner p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .pageBanner p {
    font-size: 24px;
  }
}

.topBtn {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
.topBtn button {
  width: 80px;
  height: 80px;
  background: #E60012;
  border-radius: 50%;
  border: none;
  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;
}
@media (max-width: 768px) {
  .topBtn button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .topBtn {
    bottom: 14%;
  }
}

.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;
}
.pagination ul {
  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: 40px;
}
.pagination ul li a {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E6E6E6;
  color: #999999;
}
.pagination ul li:first-child a, .pagination ul li:last-child a {
  border: 1px solid #17499D;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pagination ul li:hover a, .pagination ul li.active a {
  background: #999999;
  color: #fff;
}
.pagination ul li:hover:first-child a, .pagination ul li:hover:last-child a {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: transparent;
}
.pagination ul li:active:first-child a, .pagination ul li:active:last-child a {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: transparent;
}
@media (max-width: 576px) {
  .pagination ul {
    gap: 15px;
  }
  .pagination ul li a {
    width: 40px;
    height: 40px;
  }
}

.pageTitle {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 40px 0;
  background: -webkit-gradient(linear, left top, right top, from(#17499D), color-stop(90%, #019EE0));
  background: linear-gradient(to right, #17499D, #019EE0 90%);
  width: 360px;
  height: 120px;
}
.pageTitle div {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pageTitle div span {
  font-size: 20px;
  color: #E60012;
  display: block;
  position: relative;
  font-family: "Audiowide", sans-serif;
}
.pageTitle div span::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 1px;
  background: #E60012;
  top: 50%;
  left: -120%;
}
.pageTitle div p {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 992px) {
  .pageTitle {
    width: 230px;
    height: 75px;
  }
  .pageTitle div span {
    font-size: 18px;
  }
  .pageTitle div span::before {
    width: 100px;
  }
  .pageTitle div p {
    font-size: 24px;
  }
}

.breadcrumbs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  top: 20px;
  right: 10%;
}
.breadcrumbs li {
  font-size: 18px;
}
.breadcrumbs li a {
  color: #999999;
}
.breadcrumbs li img {
  width: 5px;
  height: 10px;
}
.breadcrumbs .active {
  color: #17499D;
}
@media (max-width: 576px) {
  .breadcrumbs {
    top: 130px;
    right: 5%;
  }
}

.index {
  padding-bottom: 100px;
  background: url("../tw_img/background/indexBBg.png") no-repeat bottom;
  background-size: contain;
}
.index .bannerSwiper img {
  width: 100%;
}
.index .bannerSwiper .swiper-button-next,
.index .bannerSwiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.index .bannerSwiper .swiper-button-next::after,
.index .bannerSwiper .swiper-button-prev::after {
  font-size: 16px;
}
.index .bannerSwiper .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.index .bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
  position: relative;
}
.index .bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #E60012;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index .section1 {
  background: url("../tw_img/background/indexBG.png") no-repeat left;
  background-size: contain;
  padding: 90px 0;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index .section1 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index .section1 ul {
  color: #fff;
  font-size: 24px;
}
.index .section1 ul .poker {
  position: relative;
  width: 100%;
  height: 200px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  border-radius: 5px;
}
.index .section1 ul .poker .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.index .section1 ul .poker .face img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.index .section1 ul .poker .face.front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  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;
}
.index .section1 ul .poker .face.front p {
  font-size: 24px;
}
.index .section1 ul .poker .face.behind {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.index .section1 ul .poker:hover .face.front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.index .section1 ul .poker:hover .face.behind {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.index .section1 ul li:nth-child(1) .poker, .index .section1 ul li:nth-child(4) .poker {
  background: #17499D;
  opacity: 0.8;
}
.index .section1 ul li:nth-child(2) .poker, .index .section1 ul li:nth-child(3) .poker {
  background: #989898;
  opacity: 0.8;
}
.index .section1 ul li:nth-child(1), .index .section1 ul li:nth-child(2) {
  margin-bottom: 24px;
}
.index .section1 .aboutCard {
  background: #fff;
  padding: 30px 70px;
  position: relative;
}
.index .section1 .aboutCard::after {
  position: absolute;
  display: block;
  content: "";
  width: 130px;
  height: 320px;
  background: -webkit-gradient(linear, left bottom, left top, from(#17499D), color-stop(80%, #019EE0));
  background: linear-gradient(to top, #17499D, #019EE0 80%);
  right: -40px;
  bottom: -60px;
  border-radius: 0 0 40px 0;
  z-index: -1;
}
.index .section1 .aboutCard .cardTitle {
  margin-bottom: 35px;
}
.index .section1 .aboutCard .cardTitle span {
  color: #17499D;
  font-size: 20px;
  display: block;
  position: relative;
  font-family: "Audiowide", sans-serif;
}
.index .section1 .aboutCard .cardTitle span::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 1px;
  background: #17499D;
  top: 50%;
  left: -140px;
}
.index .section1 .aboutCard .cardTitle h3 {
  font-size: 36px;
  font-weight: bold;
}
.index .section1 .aboutCard .cardBody {
  font-size: 20px;
  margin-bottom: 35px;
}
.index .section1 .aboutCard .cardFooter {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index .section1 .aboutCard .cardFooter .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #666666;
}
.index .section1 .aboutCard .cardFooter .tel div {
  border: 1px solid #E60012;
  border-radius: 50%;
  padding: 8px;
  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;
}
.index .section1 .aboutCard .cardFooter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index .section1 .aboutCard .cardFooter a:last-child {
  padding: 10px 40px;
  border-radius: 40px;
  gap: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#FF6933), to(#E60012));
  background: linear-gradient(to right, #FF6933, #E60012);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index .section1 .aboutCard .cardFooter a:last-child img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index .section1 .aboutCard .cardFooter a:last-child p {
  color: #fff;
}
.index .section1 .aboutCard .cardFooter a:last-child:hover {
  background: -webkit-gradient(linear, right top, left top, from(#FF6933), to(#E60012));
  background: linear-gradient(to left, #FF6933, #E60012);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.index .section1 .aboutCard .cardFooter a:last-child:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.index .section2 .left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index .section2 .left .cardTitle {
  margin-bottom: 40px;
}
.index .section2 .left .cardTitle span {
  color: #17499D;
  font-size: 20px;
  display: block;
  position: relative;
  font-family: "Audiowide", sans-serif;
}
.index .section2 .left .cardTitle span::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 1px;
  background: #17499D;
  top: 50%;
  left: -140px;
}
.index .section2 .left .cardTitle h3 {
  font-size: 36px;
  font-weight: bold;
}
.index .section2 .left .swiperBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.index .section2 .left .swiperBtn .button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #17499D;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
.index .section2 .left .swiperBtn .button-prev::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 18px;
  background: url("../tw_img/other/prev.png") no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index .section2 .left .swiperBtn .button-prev:hover {
  background: #17499D;
}
.index .section2 .left .swiperBtn .button-prev:hover::after {
  background: url("../tw_img/other/prevW.png") no-repeat center;
  background-size: contain;
}
.index .section2 .left .swiperBtn .button-next {
  width: 50px;
  height: 50px;
  border: 1px solid #17499D;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
.index .section2 .left .swiperBtn .button-next::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 18px;
  background: url("../tw_img/other/next.png") no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index .section2 .left .swiperBtn .button-next:hover {
  background: #17499D;
}
.index .section2 .left .swiperBtn .button-next:hover::after {
  background: url("../tw_img/other/nextW.png") no-repeat center;
  background-size: contain;
}
.index .section2 .left .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  border-radius: 40px;
  gap: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#FF6933), to(#E60012));
  background: linear-gradient(to right, #FF6933, #E60012);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index .section2 .left .moreBtn img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index .section2 .left .moreBtn p {
  color: #fff;
}
.index .section2 .left .moreBtn:hover {
  background: -webkit-gradient(linear, right top, left top, from(#FF6933), to(#E60012));
  background: linear-gradient(to left, #FF6933, #E60012);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.index .section2 .left .moreBtn:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.index .section2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index .section2 .swiper-slide .swiperItem {
  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%;
  background: #E6E6E6;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.index .section2 .swiper-slide .swiperItem .imgArea {
  overflow: hidden;
  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;
  height: 250px;
}
.index .section2 .swiper-slide .swiperItem .imgArea img {
  max-height: 250px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index .section2 .swiper-slide .swiperItem p {
  color: #fff;
  background: #666666;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  height: 80px;
  -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;
}
.index .section2 .swiper-slide:hover .swiperItem {
  background: #fff;
  border: 1px solid #E60012;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.index .section2 .swiper-slide:hover .swiperItem .imgArea img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.index .section2 .swiper-slide:hover .swiperItem p {
  background: #E60012;
}
@media (min-width: 600px) {
  .index .container,
  .index .container-lg,
  .index .container-md,
  .index .container-sm,
  .index .container-xl,
  .index .container-xxl {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .index .container,
  .index .container-lg,
  .index .container-md,
  .index .container-sm,
  .index .container-xl,
  .index .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .index .container,
  .index .container-lg,
  .index .container-md,
  .index .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .index .container,
  .index .container-lg,
  .index .container-md,
  .index .container-sm,
  .index .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .index .container,
  .index .container-lg,
  .index .container-md,
  .index .container-sm {
    max-width: 1320px;
  }
}
@media (min-width: 1500px) {
  .index .container,
  .index .container-lg,
  .index .container-md,
  .index .container-sm,
  .index .container-xl,
  .index .container-xxl {
    max-width: 85%;
  }
}
@media (min-width: 1921px) {
  .index .container,
  .index .container-lg,
  .index .container-md,
  .index .container-sm,
  .index .container-xl,
  .index .container-xxl {
    max-width: 1800px;
  }
}
@media (max-width: 1400px) {
  .index .section1 .left {
    width: 50%;
  }
  .index .section1 .aboutCard .cardTitle span::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .index {
    padding-bottom: 60px;
  }
  .index .section1 {
    background-size: cover;
    padding: 45px 0;
    margin-bottom: 60px;
  }
  .index .section1 .left {
    width: 100%;
    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;
    margin-bottom: 40px;
  }
  .index .section1 .left ul {
    width: 90%;
  }
  .index .section1 .aboutCard::after {
    right: -25px;
    bottom: -35px;
  }
  .index .section1 .aboutCard .cardTitle span::before {
    display: block;
  }
  .index .section2 .left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .index .section2 .left .swiperBtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .index .section1 .aboutCard {
    padding: 30px 30px 30px 50px;
  }
}
@media (max-width: 768px) {
  .index .bannerSwiper .swiper-button-next,
  .index .bannerSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .index .section1 ul {
    width: 100%;
  }
  .index .section1 ul .poker .face.front p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .index .section1 .left {
    margin-bottom: 20px;
  }
  .index .section1 ul.row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index .section1 ul li {
    width: 80%;
    margin-bottom: 24px;
  }
  .index .section1 ul li:nth-child(1) .poker, .index .section1 ul li:nth-child(3) .poker {
    background: #17499D;
    opacity: 0.8;
  }
  .index .section1 ul li:nth-child(2) .poker, .index .section1 ul li:nth-child(4) .poker {
    background: #989898;
    opacity: 0.8;
  }
  .index .section1 ul li:nth-child(1), .index .section1 ul li:nth-child(2) {
    margin-bottom: 24px;
  }
  .index .section1 .aboutCard::after {
    display: none;
  }
  .index .section1 .aboutCard .cardFooter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .index .section1 .left ul li {
    width: 100%;
  }
  .index .section1 .aboutCard {
    padding: 30px;
  }
  .index .section2 .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about {
  padding: 180px 0 100px;
  background: url("../tw_img/background/aboutBG.png") no-repeat bottom, url("../tw_img/background/aboutWord.png") no-repeat top 210px left;
  background-size: contain, 6%;
}
.about .section1 {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #F2F2F2));
  background: linear-gradient(to right, transparent, #F2F2F2 30%);
  margin-bottom: 35px;
}
.about .section1 .col-xl-5 {
  margin: 70px 0;
}
.about .section1 .col-xl-5 h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #17499D;
  font-weight: bold;
}
.about .section1 .col-xl-5 p {
  font-size: 20px;
}
.about .section1 .col-xl-5 p:last-child {
  margin-top: 20px;
  margin-bottom: 85px;
}
.about .section1 .col-xl-7 {
  position: relative;
}
.about .section1 .col-xl-7::after {
  content: "";
  display: block;
  position: absolute;
  width: 230px;
  height: 280px;
  border-radius: 0 0 40px 0;
  z-index: 2;
  right: -80px;
  bottom: -35px;
  background: -webkit-gradient(linear, left bottom, left top, from(#17499D), color-stop(80%, #019EE0));
  background: linear-gradient(to top, #17499D, #019EE0 80%);
}
.about .section1 .col-xl-7 img {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.about .section2 h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #17499D;
  font-weight: bold;
  margin-bottom: 35px;
}
.about .section2 ul.row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .section2 ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .section2 ul li .imgArea {
  overflow: hidden;
  height: auto;
  padding: 0;
}
.about .section2 ul li .imgArea img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .section2 ul li:nth-child(even) {
  margin-top: 20px;
}
.about .section2 ul li:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.about .section2 ul li:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.about .section2 ul .card {
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.16);
}
.about .section2 ul .text {
  padding: 10px 20px 20px 20px;
  height: 230px;
}
.about .section2 ul h3 {
  font-size: 24px;
  color: #17499D;
  font-weight: bold;
  margin-bottom: 10px;
}
.about .section2 ul p {
  font-size: 18px;
  color: #1E1E1E;
}
@media (max-width: 1500px) {
  .about .section1 .col-xl-7::after {
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .about .section1 .col-xl-5 {
    margin: 40px 0 0;
  }
  .about .section1 .col-xl-5 p:last-child {
    margin-bottom: 40px;
  }
  .about .section1 .col-xl-7::after {
    right: -12px;
  }
  .about .section1 .col-xl-7 img {
    position: relative;
    top: 0%;
    width: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .about .section2 ul .text {
    height: 205px;
  }
}
@media (max-width: 992px) {
  .about {
    padding: 120px 0 100px;
  }
  .about .section1 .col-xl-5 h2 {
    font-size: 24px;
  }
  .about .section1 .col-xl-7::after {
    right: -15px;
  }
  .about .section2 h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .about .section1 .col-xl-7::after {
    right: -12px;
  }
  .about .section2 ul li {
    margin-top: 20px;
  }
  .about .section2 ul .text {
    height: auto;
  }
}
@media (max-width: 576px) {
  .about .section1 .col-xl-7::after {
    display: none;
  }
}

.product {
  padding: 180px 0 100px;
  background: url("../tw_img/background/productWord.png") no-repeat left;
  background-size: 6%;
}
.product .productItem {
  margin-bottom: 40px;
  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 a {
  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%;
  background: #E6E6E6;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.product .productItem a .imgArea {
  overflow: hidden;
  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;
  height: 250px;
}
.product .productItem a .imgArea img {
  max-height: 250px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productItem a p {
  color: #fff;
  background: #666666;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  -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;
}
.product .productItem:hover a {
  background: #fff;
  border: 1px solid #E60012;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.product .productItem:hover a .imgArea img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.product .productItem:hover a p {
  background: #E60012;
}
@media (max-width: 992px) {
  .product {
    padding: 180px 0 60px;
  }
}
@media (max-width: 576px) {
  .product .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.productDetail {
  padding: 190px 0 80px;
  background: url("../tw_img/background/productWord.png") no-repeat left;
  background-size: 6%;
}
.productDetail .productCard {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.productDetail .productCard .cardHead {
  margin-bottom: 50px;
}
.productDetail .productCard .cardHead .cardImg {
  background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#F2F2F2));
  background: linear-gradient(to bottom, #E5E5E5, #F2F2F2);
  position: relative;
  text-align: center;
}
.productDetail .productCard .cardHead .cardImg .detailSwiper2 {
  padding: 10px;
}
.productDetail .productCard .cardHead .cardImg .detailSwiper2 .imgArea {
  max-height: 400px;
  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 .cardHead .cardImg .detailSwiper {
  position: absolute;
  height: 500px;
  padding-top: 20px;
  overflow-y: scroll;
  top: 0px;
  left: 20px;
}
.productDetail .productCard .cardHead .cardImg .detailSwiper::-webkit-scrollbar {
  display: none;
}
.productDetail .productCard .cardHead .cardImg .detailSwiper .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.productDetail .productCard .cardHead .cardImg .detailSwiper .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 5px;
  width: 120px !important;
  height: 120px !important;
  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 .cardHead .cardImg .detailSwiper .swiper-wrapper .swiper-slide img {
  max-width: 120px;
  max-height: 120px;
}
.productDetail .productCard .cardHead .cardImg .detailSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #F33623;
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.productDetail .productCard .cardHead .cardImg button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: transparent;
}
.productDetail .productCard .cardHead .cardTitle {
  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;
  padding: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productDetail .productCard .cardHead .cardTitle h3 {
  font-size: 32px;
  font-weight: bold;
}
.productDetail .productCard .cardHead .cardTitle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productDetail .productCard .cardHead .cardTitle a p {
  font-size: 20px;
  color: #17499D;
}
.productDetail .productCard .cardBody {
  margin-bottom: 50px;
}
.productDetail .productCard .cardBody h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.productDetail .productCard .cardBody ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 20px;
}
.productDetail .productCard .cardBody ul li {
  margin-bottom: 10px;
}
.productDetail .productCard .cardBody ul li:last-child {
  margin-bottom: 0;
}
.productDetail .productCard .cardFooter button {
  background: #17499D;
  font-size: 20px;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 12px 30px;
  display: block;
  margin: auto;
}
@media (max-width: 992px) {
  .productDetail {
    padding: 130px 0 80px;
  }
  .productDetail .productCard .cardHead {
    margin-bottom: 30px;
  }
  .productDetail .productCard .cardHead .cardImg .detailSwiper2 {
    padding: 0px;
  }
  .productDetail .productCard .cardHead .cardImg .smallSwiper {
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 20px;
  }
  .productDetail .productCard .cardHead .cardImg .detailSwiper {
    position: relative;
    height: auto;
    width: 100%;
    top: 0px;
  }
  .productDetail .productCard .cardHead .cardImg .detailSwiper .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .productDetail .productCard .cardHead .cardImg .detailSwiper .swiper-wrapper .swiper-slide {
    width: 80px !important;
    height: 80px !important;
  }
  .productDetail .productCard .cardHead .cardImg .detailSwiper .swiper-wrapper .swiper-slide img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media (max-width: 576px) {
  .productDetail .productCard .cardHead {
    margin-bottom: 30px;
  }
  .productDetail .productCard .cardHead .cardImg .detailSwiper .swiper-wrapper .swiper-slide {
    width: 50px !important;
    height: 50px !important;
  }
  .productDetail .productCard .cardHead .cardImg .detailSwiper .swiper-wrapper .swiper-slide img {
    max-width: 50px;
    max-height: 50px;
  }
}

.download {
  padding: 170px 0 80px;
  background: url("../tw_img/background/downloadWord.png") no-repeat left;
  background-size: 4%;
}
.download ul {
  margin-bottom: 80px;
}
.download .downloadItem {
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px 40px 5px 5px;
  margin-bottom: 40px;
  background: #fff;
}
.download .downloadItem .text {
  border: 1px solid transparent;
  border-bottom: none;
  padding: 30px 20px;
}
.download .downloadItem .text p:first-child {
  color: #D9D9D9;
  margin-bottom: 18px;
}
.download .downloadItem .text p:last-child {
  font-size: 20px;
  color: #17499D;
}
.download .downloadItem .arrow {
  padding: 20px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background: #E6E6E6;
  position: relative;
}
.download .downloadItem .arrow::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../tw_img/other/down.png") no-repeat center;
  background-size: contain;
  width: 32px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.download .downloadItem:hover .text {
  border: 1px solid #17499D;
  border-bottom: none;
  border-radius: 5px 40px 0px 0px;
}
.download .downloadItem:hover .text p:first-child {
  color: #17499D;
}
.download .downloadItem:hover .arrow {
  border: 1px solid #17499D;
  border-top: none;
  background: #17499D;
}
.download .downloadItem:hover .arrow::after {
  background: url("../tw_img/other/downw.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
@media (max-width: 992px) {
  .download {
    padding: 170px 0 20px;
  }
  .download ul {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .download ul.row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .download .downloadItem {
    margin: 0 auto 40px;
  }
}

.contact {
  padding: 120px 0 120px;
  background: url("../tw_img/background/contactWord.png") no-repeat left;
  background-size: 6%;
}
.contact .componyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin: 60px 0 80px;
}
.contact .componyInfo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
}
.contact .componyInfo li div {
  border: 1px solid #F23422;
  border-radius: 50%;
  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;
  padding: 8px;
}
.contact .componyInfo li div img {
  width: 24px;
  height: 24px;
}
.contact form {
  width: 90%;
}
.contact form .formInfo {
  font-size: 20px;
  margin-bottom: 30px;
}
.contact form .inputTArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact form .inputTArea .inputTitle {
  width: 100px;
}
.contact form .inputTArea input {
  outline: none;
  width: calc(100% - 124px);
  padding: 8px;
}
.contact form .radioArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 20px;
  font-size: 20px;
}
.contact form .radioArea .radioTitle {
  width: 100px;
}
.contact form .radioArea .radioGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 124px);
  gap: 24px;
}
.contact form .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact form .textArea .inputTitle {
  width: 100px;
}
.contact form .textArea textarea {
  outline: none;
  width: calc(100% - 124px);
  padding: 8px;
}
.contact form .codeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  gap: 24px;
  margin-bottom: 30px;
}
.contact form .codeArea label {
  width: 100px;
}
.contact form .codeArea > div {
  width: calc(100% - 124px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.contact form .codeArea > div input {
  width: 100%;
}
.contact form .codeArea > div .code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.contact form .codeArea > div .code div {
  width: 105px;
}
.contact form .codeArea > div .code button {
  width: 24px;
  height: 24px;
  border: none;
  background: url("../tw_img/other/random.png") no-repeat center;
  background-size: contain;
}
.contact form .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;
}
.contact form .btnGroup button:first-child {
  border: 1px solid #F23422;
  color: #E60012;
  border-radius: 40px;
  padding: 10px 40px;
  background: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.contact form .btnGroup button:first-child:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.contact form .btnGroup button:last-child {
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 40px;
  border: none;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#FF6933), to(#E60012));
  background: linear-gradient(to right, #FF6933, #E60012);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.contact form .btnGroup button:last-child img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact form .btnGroup button:last-child:hover {
  background: -webkit-gradient(linear, right top, left top, from(#FF6933), to(#E60012));
  background: linear-gradient(to left, #FF6933, #E60012);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.contact form .btnGroup button:last-child:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.contact .map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}
@media (max-width: 992px) {
  .contact {
    padding: 120px 0 60px;
  }
  .contact .componyInfo {
    margin: 60px 0 40px;
    gap: 30px;
  }
  .contact form {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .contact form .inputTArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact form .inputTArea .inputTitle {
    width: auto;
  }
  .contact form .inputTArea input {
    width: 100%;
  }
  .contact form .radioArea {
    -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: 10px;
  }
  .contact form .radioArea .radioTitle {
    width: auto;
  }
  .contact form .radioArea .radioGroup {
    width: 100%;
    gap: 15px;
  }
  .contact form .textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .contact form .textArea .inputTitle {
    width: auto;
  }
  .contact form .textArea textarea {
    width: 100%;
  }
  .contact form .codeArea {
    -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: 10px;
  }
  .contact form .codeArea label {
    width: auto;
  }
  .contact form .codeArea > div {
    width: 100%;
    -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: 10px;
  }
}
@media (max-width: 375px) {
  .contact form .btnGroup {
    -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: 10px;
  }
  .contact form .btnGroup button:first-child {
    margin-right: 0;
  }
}