<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #000;
}

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

input, button {
  outline: none;
  background-color: transparent;
  border: 0;
  font-family: 'Noto Sans TC', sans-serif;
  color: #000;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: inherit;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: inherit;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}

main {
  padding-top: 103px;
  display: block;
}

@media screen and (max-width: 991.98px) {
  main {
    padding-top: 60px;
  }
}

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.header {
  height: 103px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header &gt; .container {
  height: 100%;
}

.header_logo {
  display: block;
  width: 95px;
  margin-right: 38px;
}

.header_logo img {
  width: 100%;
}

.header_nav_link {
  color: #989898;
  font-weight: 600;
  margin-left: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 20px;
}

.header_nav_second {
  background-color: #C9C9C9;
  display: none;
}

.header_nav_second_link {
  padding: 15px 42px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #D8D8D8;
}

.header_nav_third {
  padding: 13px 42px;
  border-bottom: 1px solid #D8D8D8;
}

.header_nav_third_link {
  color: #545454;
  padding: 2px 0;
  display: block;
}

.header_phone {
  font-size: 21px;
  font-weight: 700;
  color: #E92E2E;
  font-family: "Saira", sans-serif;
  margin-right: 30px;
}

.header_lang {
  position: relative;
}

.header_lang_hide {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.header_lang_hide li {
  margin-bottom: 5px;
}

.header_lang_hide li:last-child {
  margin-bottom: 0;
}

.header_lang_hide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E92E2E;
  color: #fff;
  width: 100px;
  height: 38px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_lang_btn {
  width: 28px;
  height: 28px;
}

.header_icon_btn {
  cursor: pointer;
  position: relative;
}

.header_icon_btn img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header_search {
  position: relative;
  margin-left: 20px;
}

.header_search_close {
  opacity: 0;
}

.header_search_btn {
  width: 24px;
  height: 24px;
}

.header_search_btn.active .header_search_normal {
  opacity: 0;
}

.header_search_btn.active .header_search_close {
  opacity: 1;
}

.header_search_form {
  position: fixed;
  top: 100px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: inherit;
  left: 0;
  display: none;
}

.header_search_form_main {
  height: 45px;
  border-bottom: 1px solid #707070;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_search_form_inner {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 38px rgba(0, 0, 0, 0.16);
  padding: 65px 60px 80px;
}

.header_search_form_inner input {
  width: calc(100% - 22px);
}

.header_search_form_inner input::-webkit-input-placeholder {
  font-size: 20px;
  color: #B5B5B5;
}

.header_search_form_inner input:-ms-input-placeholder {
  font-size: 20px;
  color: #B5B5B5;
}

.header_search_form_inner input::-ms-input-placeholder {
  font-size: 20px;
  color: #B5B5B5;
}

.header_search_form_inner input::placeholder {
  font-size: 20px;
  color: #B5B5B5;
}

.header_search_form_btn {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.header_search_form_btn img {
  width: 100%;
}

.header_search_tag {
  margin-top: 17px;
}

.header_search_tag li {
  margin-right: 19px;
  color: #B5B5B5;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header_search_tag li:last-child {
  margin-right: 0;
}

.header_search_tag li:hover {
  color: #000;
}

.header_menu_btn {
  width: 25px;
  height: 25px;
  margin-left: 20px;
}

@media screen and (max-width: 991.98px) {
  .header {
    height: 60px;
  }
  .header &gt; .container {
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .header_logo {
    width: 53px;
  }
  .header_nav {
    position: fixed;
    width: 100vw;
    background-color: #F3F3F3;
    height: calc(100vh - 60px);
    top: 60px;
    left: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_nav.active {
    left: 0;
  }
  .header_nav_link {
    padding: 20px 15px;
    color: #000;
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #D8D8D8;
    margin: 0;
  }
  .header_nav_link.drop {
    position: relative;
  }
  .header_nav_link.drop::after {
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-navArrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header_nav_link.drop.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .header_lang_btn {
    width: 23px;
    height: 23px;
  }
  .header_search_form {
    top: 60px;
  }
}

@media screen and (max-width: 767.98px) {
  .header &gt; .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_search_form_inner {
    padding: 32px 30px 40px;
  }
}

@media screen and (min-width: 991px) {
  .header_search_form {
    left: calc((100% - 960px) / 2);
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .header_search_form {
    left: calc((100% - 1140px) / 2);
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .header_search_form {
    left: calc((100% - 1320px) / 2);
    max-width: 1320px;
  }
}

@media screen and (min-width: 1800px) {
  .header_search_form {
    left: calc((100% - 1700px) / 2);
    max-width: 1700px;
  }
}

.footer {
  padding: 39px 0 72px;
  background-color: #444444;
  background-image: url(../img/footer_bg.png);
  background-size: 34vw;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.footer_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 9px;
  display: block;
}

.footer_logo img {
  width: 132px;
  display: block;
  margin: 0 0 7px 53px;
}

.footer_logo h5 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}

.footer_inform {
  margin-bottom: 22px;
}

.footer_copyright li, .footer_inform li {
  color: #A8A8A8;
  font-size: 14px;
  margin-bottom: 2px;
}

.footer_copyright li:last-child, .footer_inform li:last-child {
  margin-bottom: 0;
}

.footer_nav a, .footer_nav h4 {
  color: #A8A8A8;
}

.footer_nav h4 {
  font-size: 18px;
}

.footer_nav h4 a {
  font-size: 18px;
}

.footer_nav_item {
  margin-bottom: 25px;
}

.footer_nav_item:last-child {
  margin-bottom: 0;
}

.footer_nav_class {
  margin-bottom: 5px;
}

.footer_nav_class ul {
  margin-right: 49px;
}

.footer_nav_class ul:last-child {
  margin-right: 0;
}

.footer_nav_class li {
  margin-bottom: 14px;
}

.footer_nav_class li:last-child {
  margin-right: 0;
}

.footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: end;
  height: 100%;
}

.footer_contact h5 {
  color: #fff;
  font-family: "Saira", sans-serif;
  font-size: 30px;
  margin: 0 0 3px;
  font-weight: normal;
  width: 100%;
}

.footer_contact input {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding: 11px 0;
  font-size: 14px;
  color: #fff;
}

.footer_contact input::-webkit-input-placeholder {
  color: #B5B5B5;
  font-size: 14px;
}

.footer_contact input:-ms-input-placeholder {
  color: #B5B5B5;
  font-size: 14px;
}

.footer_contact input::-ms-input-placeholder {
  color: #B5B5B5;
  font-size: 14px;
}

.footer_contact input::placeholder {
  color: #B5B5B5;
  font-size: 14px;
}

.footer_contact .row {
  margin-left: -16px;
  margin-right: -16px;
  width: 100%;
}

.footer_contact .row &gt; div {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 12px;
}

.footer_contact_certify img {
  width: 114px;
  margin-left: 30px;
}

.footer_contact_certify input {
  width: calc(100% - 114px - 30px);
}

.footer_contact button {
  margin-top: 30px;
  width: 133px;
  height: 40px;
  border-radius: 15px;
  position: relative;
  background-color: #E92E2E;
}

.footer_contact button span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer_contact button span.hover {
  opacity: 0;
}

.footer_contact button:hover span.normal {
  opacity: 0;
}

.footer_contact button:hover span.hover {
  opacity: 1;
}

@media screen and (max-width: 1199.98px) {
  .footer {
    background-position: calc(100% - 10px) 10px;
  }
}

@media screen and (max-width: 991.98px) {
  .footer {
    background-image: none;
  }
  .footer_logo img {
    margin: 0 0 9px;
    width: 114px;
  }
  .footer_logo h5 {
    font-size: 18px;
  }
  .footer_contact {
    margin-bottom: 50px;
    display: block;
  }
  .footer_contact_certify img {
    margin-left: 15px;
  }
  .footer_contact_certify input {
    width: calc(100% - 114px - 15px);
  }
  .footer_contact button {
    width: 100%;
  }
  .footer_contact .row {
    margin: 0;
  }
  .footer_contact .row &gt; div {
    padding-left: 0;
    padding-right: 0;
  }
}

.gototop {
  width: 33px;
  cursor: pointer;
  position: fixed;
  bottom: 542px;
  right: 40px;
  display: none;
  z-index: 5;
}

.gototop img {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .gototop {
    right: 10px;
  }
}

.banner-page .swiper-pagination {
  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;
  bottom: 16px;
  right: 15px;
  left: inherit;
}

.banner-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  opacity: 1;
  margin: 0 5.5px !important;
}

.banner-page .swiper-pagination-bullet-active {
  background-color: #E92E2E;
}

.banner-page .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.banner-page_pic {
  width: 100%;
  padding-bottom: 26.04%;
  position: relative;
}

.banner-page_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .banner-page_pic {
    padding-bottom: 107.95%;
  }
}

@media screen and (min-width: 768px) {
  .banner-page .swiper-pagination {
    right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .banner-page .swiper-pagination {
    right: calc((100vw - 960px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .banner-page .swiper-pagination {
    right: calc((100vw - 1140px) / 2);
  }
}

@media screen and (min-width: 1400px) {
  .banner-page .swiper-pagination {
    right: calc((100vw - 1320px) / 2);
  }
}

@media screen and (min-width: 1800px) {
  .banner-page .swiper-pagination {
    right: calc((100vw - 1700px) / 2);
  }
}

.banner-product_pic {
  width: 100%;
  padding-bottom: 35.42%;
  position: relative;
}

.banner-product_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .banner-product_pic {
    padding-bottom: 107.95%;
  }
}

.banner-productIn_pic {
  width: 100%;
  padding-bottom: 30.21%;
  position: relative;
}

.banner-productIn_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .banner-productIn_pic {
    padding-bottom: 107.95%;
  }
}

.breadcrumb-common {
  padding: 10px 0 0;
  margin-bottom: 40px;
}

.breadcrumb-common .container {
  padding: 0;
}

.breadcrumb-common a {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #D8D8D8 !important;
}

.breadcrumb-common img {
  width: 15px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.breadcrumb-common li {
  margin-right: 20px;
  position: relative;
}

.breadcrumb-common li:last-child {
  margin-right: 0;
}

.breadcrumb-common li:last-child::after {
  display: none;
}

.breadcrumb-common li::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #D8D8D8;
  border-radius: 50%;
  top: 50%;
  right: -12px;
}

@media screen and (max-width: 991.98px) {
  .breadcrumb-common .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 15px 0 0;
    margin-bottom: 25px;
  }
  .breadcrumb-common .container {
    padding: 0 15px;
  }
}

.title-page h1 {
  font-family: "Saira", sans-serif;
  color: #E92E2E;
  font-size: 65px;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
  font-weight: 600;
}

.title-page h1::after {
  position: absolute;
  content: "";
  width: 63px;
  height: 1px;
  background-color: #707070;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .title-page h1 {
    font-size: 55px;
    padding-bottom: 10px;
  }
}

.editor {
  color: #5a5a5a;
  font-size: 18px;
}

.editor * {
  margin: 0;
  line-height: 2.3;
}

.banner_content {
  position: relative;
  padding-bottom: 23px;
}

.banner_swiper_pic {
  position: relative;
  width: 100%;
  padding-bottom: 35.29%;
  border-radius: 5px;
  overflow: hidden;
}

.banner_swiper_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.banner_swiper_pic iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner_text h1 {
  font-family: "Saira", sans-serif;
  font-size: 75px;
  font-weight: 700;
  color: #DC000C;
  margin: 25px 0;
}

.banner_text h1 br {
  display: none;
}

.banner_text h2 {
  color: #6E6E6E;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  letter-spacing: 8px;
}

.banner_arrow {
  position: absolute;
  width: 207px;
  height: 191px;
  background-color: #E92E2E;
  right: 0;
  bottom: 23px;
  z-index: 10;
  padding-bottom: 10px;
}

.banner_arrow-prev, .banner_arrow-next {
  width: 30px;
  margin: 0 5px;
}

.banner_arrow-prev img, .banner_arrow-next img {
  width: 100%;
}

.banner_arrow-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.banner_page {
  text-align: center;
  font-family: "Saira", sans-serif;
  font-size: 55px;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 1799.98px) {
  .banner_text h1 {
    font-size: 56px;
    margin: 15px 0;
  }
  .banner_text h2 {
    font-size: 17px;
  }
  .banner_arrow {
    width: 150px;
    height: 150px;
  }
  .banner_page {
    font-size: 46px;
  }
}

@media screen and (max-width: 1199.98px) {
  .banner_text h1 {
    font-size: 46px;
  }
  .banner_text h2 {
    font-size: 14px;
  }
  .banner_arrow {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 991.98px) {
  .banner_arrow {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  .banner_swiper_pic {
    padding-bottom: 105.26%;
    margin-bottom: 15px;
  }
  .banner_text h1 br {
    display: block;
  }
  .banner_text h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 370px) {
  .banner_text h1 {
    font-size: 42px;
  }
  .banner_text h2 {
    font-size: 16px;
  }
}

.homeText h4 {
  color: #E92E2E;
  font-size: 32px;
  font-family: "Saira", sans-serif;
  font-weight: normal;
  margin: 0 0 10px;
}

.homeText h3 {
  font-size: 55px;
  font-weight: normal;
  font-family: "Saira", sans-serif;
  line-height: 1.5;
  padding-bottom: 15px;
  position: relative;
  margin: 0 0 28px;
}

.homeText h3::after {
  position: absolute;
  content: "";
  width: 63px;
  height: 1px;
  background-color: #707070;
  bottom: 0;
  left: 0;
}

.homeText p {
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .homeText h3 {
    font-size: 50px;
  }
  .homeText h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .homeText h3 {
    font-size: 46px;
  }
  .homeText h4 {
    font-size: 28px;
  }
  .homeText p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199.98px) {
  .homeText h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .homeText h3 {
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 380px) {
  .homeText h3 {
    font-size: 30px;
  }
  .homeText h4 {
    font-size: 18px;
  }
  .homeText p {
    font-size: 15px;
  }
}

@media screen and (max-width: 335px) {
  .homeText h3 {
    font-size: 28px;
  }
}

.home_more {
  display: block;
  font-family: "Saira", sans-serif;
  width: 138px;
  padding: 6px 25px;
  border-radius: 15px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 18px;
}

.home_more:hover {
  background-color: #E92E2E;
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  .home_more {
    width: 100%;
    text-align: center;
  }
}

.homeProduct {
  padding: 166px 0 146px;
  background-color: #F3F3F3;
  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;
}

.homeProduct_slider {
  width: 57%;
}

.homeProduct_pic {
  width: 100%;
  padding-bottom: 54.55%;
  position: relative;
}

.homeProduct_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.homeProduct_pic p {
  position: absolute;
  color: #fff;
  margin: 0;
  font-family: "Saira", sans-serif;
  font-size: 24px;
  bottom: 25px;
  left: calc((100vw - 1700px) / 2 + 15px);
}

.homeProduct_mask {
  position: absolute;
  width: 100%;
  height: 28%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#383838), to(rgba(56, 56, 56, 0)));
  background: linear-gradient(to top, #383838, rgba(56, 56, 56, 0));
}

.homeProduct_swiper .swiper-button-next, .homeProduct_swiper .swiper-button-prev {
  width: 37px;
  height: 21px;
  background-image: url(../img/icon-sliderArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}

.homeProduct_swiper .swiper-button-next::after, .homeProduct_swiper .swiper-button-prev::after {
  display: none;
}

.homeProduct_swiper .swiper-button-next {
  top: inherit;
  right: 44px;
  bottom: 33px;
}

.homeProduct_swiper .swiper-button-prev {
  top: inherit;
  right: 93px;
  left: inherit;
  bottom: 33px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.homeProduct_text {
  width: 43%;
  padding-left: 110px;
}

@media screen and (max-width: 1800px) {
  .homeProduct_pic p {
    left: 110px;
  }
}

@media screen and (max-width: 1600px) {
  .homeProduct_text {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1300px) {
  .homeProduct_text {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1199.98px) {
  .homeProduct {
    padding: 100px 0;
  }
  .homeProduct_slider {
    width: 50%;
  }
  .homeProduct_text {
    width: 50%;
  }
  .homeProduct_pic p {
    left: 44px;
    font-size: 20px;
    bottom: 10px;
  }
  .homeProduct_swiper .swiper-button-prev, .homeProduct_swiper .swiper-button-next {
    width: 23px;
    height: 13px;
  }
  .homeProduct_swiper .swiper-button-next {
    right: 15px;
    bottom: 19px;
  }
  .homeProduct_swiper .swiper-button-prev {
    right: 45px;
    bottom: 19px;
  }
}

@media screen and (max-width: 991.98px) {
  .homeProduct {
    padding: 56px 0 75px;
  }
  .homeProduct_slider {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 40px;
  }
  .homeProduct_text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 39px;
    padding: 0 40px;
  }
  .homeProduct_pic p {
    left: 12px;
  }
}

@media screen and (max-width: 767.98px) {
  .homeProduct_text {
    padding: 0 15px;
  }
  .homeProduct_slider {
    padding: 0 15px;
  }
  .homeProduct_pic {
    padding-bottom: 98.55%;
  }
}

.homeNewsProduct {
  padding: 130px 0 114px;
}

.homeNewsProduct_content {
  padding-top: 42px;
  background-image: url(../img/product-bg.png);
  background-size: 50%;
  background-position: center 0;
  background-repeat: no-repeat;
}

.homeNewsProduct .row {
  margin-left: -22px;
  margin-right: -22px;
}

.homeNewsProduct .row &gt; div {
  padding-left: 22px;
  padding-right: 22px;
}

.homeNewsProduct_item {
  margin-bottom: 40px;
  display: block;
}

.homeNewsProduct_item:hover .homeNewsProduct_pic p {
  opacity: 1;
}

.homeNewsProduct_item:hover .homeNewsProduct_mask {
  opacity: 1;
}

.homeNewsProduct_pic {
  width: 100%;
  padding-bottom: 76.92%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.homeNewsProduct_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.homeNewsProduct_pic p {
  color: #fff;
  margin: 0;
  width: 100%;
  position: absolute;
  font-family: "Saira", sans-serif;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}

.homeNewsProduct_pic p::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 5%;
}

.homeNewsProduct_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.48);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.homeNewsProduct_text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
  height: 100%;
}

.homeNewsProduct_text h4 {
  width: 100%;
}

.homeNewsProduct_text h3 {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.homeNewsProduct_text h3::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.homeNewsProduct_text p {
  width: 100%;
}

.homeNewsProduct_more {
  margin: 63px auto 0;
}

@media screen and (max-width: 1199.98px) {
  .homeNewsProduct .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .homeNewsProduct .row &gt; div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .homeNewsProduct_item {
    margin-bottom: 20px;
  }
  .homeNewsProduct_text {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .homeNewsProduct {
    padding: 47px 0 14px;
  }
  .homeNewsProduct_content {
    padding-top: 0;
    background-image: none;
  }
  .homeNewsProduct_text {
    text-align: left;
    display: block;
    padding-bottom: 35px;
  }
  .homeNewsProduct_text h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .homeNewsProduct_text h3::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .homeNewsProduct_more {
    margin-top: 0;
  }
  .homeNewsProduct_pic p {
    opacity: 1;
  }
  .homeNewsProduct_mask {
    opacity: 1;
  }
}

@media screen and (max-width: 575.98px) {
  .homeNewsProduct_pic p {
    font-size: 14px;
    padding-bottom: 5px;
  }
}

.homeNews {
  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;
  padding: 133px 0;
  background-image: url(../img/news-bg2.png);
  background-size: cover;
  background-position: center;
}

.homeNews_text {
  width: 35%;
  padding-left: 40px;
  padding-right: 50px;
}

.homeNews_text .home_more {
  margin-top: 47px;
}

.homeNews_slider {
  width: 65%;
}

.homeNews_slider .swiper-slide:hover &gt; .homeNews_item {
  -webkit-transform: translateY(-63px);
          transform: translateY(-63px);
}

.homeNews_item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  padding: 63px 0 0;
}

.homeNews_item p {
  margin: 16px 0 0;
}

.homeNews_item:hover .homeNews_date {
  opacity: 1;
  visibility: visible;
}

.homeNews_pic {
  width: 100%;
  padding-bottom: 141.03%;
  position: relative;
}

.homeNews_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.homeNews_date {
  color: rgba(255, 255, 255, 0.75) !important;
  font-family: "Saira", sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1399.98px) {
  .homeNews {
    padding: 75px 0;
  }
  .homeNews_text {
    width: 30%;
  }
  .homeNews_slider {
    width: 70%;
  }
}

@media screen and (max-width: 991.98px) {
  .homeNews_text {
    width: 40%;
  }
  .homeNews_slider {
    width: 60%;
  }
  .homeNews_slider:hover .swiper-slide:hover &gt; .homeNews_item {
    -webkit-transform: none;
            transform: none;
  }
  .homeNews .home_more {
    width: 138px;
  }
}

@media screen and (max-width: 767.98px) {
  .homeNews {
    padding: 50px 0;
  }
  .homeNews_text {
    width: 100%;
    padding: 0 15px;
  }
  .homeNews_slider {
    width: 100%;
    padding: 0 15px;
  }
  .homeNews_item {
    padding-top: 26px;
  }
  .homeNews .home_more {
    margin-top: 21px;
    width: 100%;
  }
  .homeNews_date {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .homeNews_text {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
}

@media screen and (min-width: 1200px) {
  .homeNews_text {
    padding-left: calc((100vw - 1200px) / 2 + 15px);
  }
}

@media screen and (min-width: 1400px) {
  .homeNews_text {
    padding-left: calc((100vw - 1320px) / 2 + 15px);
  }
}

@media screen and (min-width: 1800px) {
  .homeNews_text {
    padding-left: calc((100vw - 1700px) / 2 + 15px);
  }
}

.product_main {
  margin-top: 78px;
  margin-bottom: 91px;
}

.product_main .row {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.product_main .row &gt; div {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.product_main_item {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 122px;
}

.product_main_item:hover {
  -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 11px rgba(0, 0, 0, 0.16);
}

.product_main_item:hover .product_main_text {
  background-color: #E92E2E;
}

.product_main_item:hover .product_main_text p {
  color: #fff;
}

.product_main_item:hover .product_main_name h2 {
  color: #fff;
}

.product_main_item:hover .product_main_num {
  color: #fff;
}

.product_main_pic {
  width: 100%;
  padding-bottom: 76.92%;
  position: relative;
}

.product_main_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.product_main_text {
  padding: 15px 15px 23px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product_main_text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 5px;
}

.product_main_name {
  padding: 0 5px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.product_main_name h2 {
  font-size: 25px;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product_main_num {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
  .product_main {
    margin-bottom: 18px;
  }
  .product_main_item {
    margin-bottom: 62px;
  }
}

@media screen and (max-width: 767.98px) {
  .product_main {
    margin-top: 40px;
  }
  .product_main_text {
    padding: 5px 0 0;
  }
  .product_main_num {
    font-size: 28px;
  }
  .product_main_name {
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .product_main_name h2 {
    font-size: 23px;
    font-weight: normal;
  }
}

.product_in {
  margin-top: 20px;
  margin-bottom: 158px;
}

.product_in .row {
  margin-left: -21.5px;
  margin-right: -21.5px;
}

.product_in .row &gt; div {
  padding-left: 21.5px;
  padding-right: 21.5px;
}

.product_in_intro {
  margin-bottom: 42px;
}

.product_in_intro .product_main_name {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 15px 0;
}

.product_in_intro .product_main_name h2 {
  font-weight: normal;
}

.product_in_intro .editor p {
  color: #5a5a5a;
  margin: 0;
  font-size: 18px;
}

.product_in_item {
  margin-bottom: 100px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  padding: 18px 18px 30px;
  background-color: #fff;
}

.product_in_item:hover {
  -webkit-box-shadow: 0 3px 48px rgba(0, 0, 0, 0.19);
          box-shadow: 0 3px 48px rgba(0, 0, 0, 0.19);
}

.product_in_pic {
  width: 100%;
  padding-bottom: 73.53%;
  position: relative;
  margin-bottom: 38px;
}

.product_in_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  position: absolute;
}

.product_in_text h3 {
  font-size: 25px;
  font-weight: normal;
  margin: 0;
}

.product_in_text hr {
  border: 1px solid #c9c9c9;
  opacity: 0.6;
  margin: 11px 0;
}

.product_in_text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .product_in {
    margin-bottom: 47px;
  }
  .product_in_item {
    margin-bottom: 51px;
  }
}

.equip_title {
  margin-top: 31px;
}

.equip_title .product_main_name {
  padding: 0;
  margin: 0;
  border: 0;
  color: #A8A8A8;
}

.equip_title .product_main_name h2 {
  font-size: 35px;
  font-weight: normal;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.equip_title .product_main_num {
  font-size: 36px;
}

.equip_title .breadcrumb-common {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991.98px) {
  .equip_title .product_main_name {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .equip_title .product_main_name h2 {
    font-size: 33px;
  }
  .equip_title .breadcrumb-common {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
  }
  .equip_title .breadcrumb-common .container {
    padding: 0;
  }
  .equip_title .product_main_num {
    font-size: 34px;
  }
}

.equip_main .row {
  margin-left: -12px;
  margin-right: -12px;
}

.equip_main .row &gt; div {
  padding-left: 12px;
  padding-right: 12px;
}

.equip_main_inner {
  padding: 45px 34px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 22px rgba(0, 0, 0, 0.09);
}

.equip_main_slider {
  position: relative;
}

.equip_main_swiper {
  border: 1px solid #D8D8D8;
}

.equip_main_pic {
  width: 100%;
  padding-bottom: 73.53%;
  position: relative;
  margin-bottom: 38px;
}

.equip_main_pic img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.equip_main_next, .equip_main_prev {
  width: 29px;
  position: absolute;
}

.equip_main_next img, .equip_main_prev img {
  width: 100%;
}

.equip_main_next {
  top: calc(100% + 13px);
  right: 0;
}

.equip_main_prev {
  top: calc(100% + 13px);
  right: 39px;
}

.equip_main_title {
  padding-left: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
}

.equip_main_text {
  padding-top: 65px;
}

.equip_main_text h4 {
  color: #5a5a5a;
  font-family: "Saira", sans-serif;
  font-size: 30px;
  margin: 0;
}

.equip_main_text h1 {
  font-size: 65px;
  font-weight: 700;
  color: #E92E2E;
  margin: 0;
}

.equip_main_intro {
  padding-top: 20px;
  padding-left: 35px;
}

.equip_main_intro_inner {
  height: 300px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1799.98px) {
  .equip_main_text {
    padding-top: 32px;
  }
  .equip_main_title {
    padding-left: 17px;
    padding-bottom: 15px;
  }
  .equip_main_title h4 {
    font-size: 25px;
  }
  .equip_main_title h1 {
    font-size: 44px;
  }
  .equip_main_intro {
    padding-top: 15px;
    padding-left: 17px;
  }
}

@media screen and (max-width: 991.98px) {
  .equip_main_text {
    padding-top: 47px;
  }
  .equip_main_title {
    padding-left: 0;
  }
  .equip_main_intro {
    padding-left: 0;
  }
  .equip_main_inner {
    padding: 23px 15px 48px;
  }
  .equip_main_next, .equip_main_prev {
    width: 19px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .equip_main_prev {
    right: 29px;
  }
}

.equip_smallTitle {
  font-size: 25px;
  color: #E92E2E;
  margin: 0 0 13px;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.equip_explore {
  margin-top: 44px;
  width: 246px;
  height: 54px;
  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;
  border: 1px solid #5a5a5a;
  padding: 0 20px 0 28px;
  cursor: pointer;
}

.equip_explore span {
  color: #5a5a5a;
  font-size: 18px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}

.equip_explore_icon {
  width: 14px;
  height: 14px;
  position: relative;
}

.equip_explore_icon .bar {
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.equip_explore_icon .bar.hori {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.equip_explore_icon .bar.vert {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.equip_explore.active .equip_explore_icon .bar.vert {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1799.98px) {
  .equip_explore {
    margin-top: 0;
  }
}

.equip_download {
  margin-top: 41px;
}

.equip_download .row {
  margin-left: -11.5px;
  margin-right: -11.5px;
}

.equip_download .row &gt; div {
  padding-left: 11.5px;
  padding-right: 11.5px;
}

.equip_download_item {
  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;
  width: 100%;
  height: 73px;
  padding: 0 30px 0 40px;
  border: 1px solid #E92E2E;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.equip_download_item span {
  color: #E92E2E;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.equip_download_item:hover {
  background-color: #E92E2E;
}

.equip_download_item:hover span {
  color: #fff;
}

.equip_download_item:hover .equip_download_icon img.hover {
  opacity: 1;
}

.equip_download_item:hover .equip_download_icon img.normal {
  opacity: 0;
}

.equip_download_icon {
  width: 15px;
  height: 15px;
  position: relative;
}

.equip_download_icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}

.equip_download_icon img.hover {
  opacity: 0;
}

@media screen and (max-width: 1799.98px) {
  .equip_download {
    margin-top: 22px;
  }
}

@media screen and (max-width: 1199.98px) {
  .equip_download_item {
    margin-bottom: 7px;
  }
}

.equip_spec {
  margin-top: 116px;
}

.equip_spec .row {
  margin: 0;
}

.equip_spec .row &gt; div {
  padding: 0;
}

.equip_spec_text {
  padding-right: 45px;
}

.equip_spec_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equip_spec_list span {
  display: block;
}

.equip_spec_listTitle {
  width: 115px;
}

.equip_spec_listContent {
  width: calc(100% - 115px);
  text-align: center;
}

.equip_spec_title {
  color: #E92E2E;
  font-weight: 700;
}

.equip_spec_slider {
  position: relative;
}

.equip_spec_pic {
  width: 100%;
  padding-bottom: 54.28%;
  position: relative;
}

.equip_spec_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.equip_spec_next, .equip_spec_prev {
  height: 21px;
  width: 36px;
  position: absolute;
  bottom: 33px;
  background-image: url(../img/icon-sliderArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
}

.equip_spec_next {
  right: 46px;
}

.equip_spec_prev {
  right: 90px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.equip_spec_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#383838));
  background: linear-gradient(to bottom, transparent 0%, #383838 100%);
}

@media screen and (max-width: 1399.98px) {
  .equip_spec_text {
    padding-right: 0;
    padding-bottom: 41px;
  }
}

.equip_sameSeries .equip_smallTitle, .equip_productSeries .equip_smallTitle {
  padding-bottom: 11px;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 36px;
  -webkit-transform: none;
          transform: none;
}

.equip_sameSeries {
  margin-top: 103px;
  background-color: #F3F3F3;
  padding: 84px 0 158px;
}

.equip_sameSeries hr {
  border: 1px solid #A8A8A8;
  margin-bottom: 36px !important;
}

.equip_sameSeries .product_in_item {
  margin: 0;
}

.equip_sameSeries .equip_sameSeries_pagi {
  margin-top: 30px;
  width: 100%;
}

.equip_sameSeries .equip_sameSeries_pagi .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  opacity: 1;
  margin: 0 5.5px !important;
}

.equip_sameSeries .equip_sameSeries_pagi .swiper-pagination-bullet-active {
  background-color: #E92E2E;
}

.equip_sameSeries_inner {
  position: relative;
}

.equip_sameSeries-next, .equip_sameSeries-prev {
  width: 15px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.equip_sameSeries-next img, .equip_sameSeries-prev img {
  width: 100%;
}

.equip_sameSeries-next {
  right: -30px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.equip_sameSeries-prev {
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991.98px) {
  .equip_sameSeries-next, .equip_sameSeries-prev {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .equip_sameSeries .equip_smallTitle {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 575.98px) {
  .equip_sameSeries {
    padding: 31px 0 33px;
  }
}

.equip_productSeries {
  padding: 72px 0 165px;
}

.equip_productSeries .product_main_item {
  margin-bottom: 0;
}

.equip_productSeries_inner {
  position: relative;
}

.equip_productSeries-next, .equip_productSeries-prev {
  width: 15px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.equip_productSeries-next img, .equip_productSeries-prev img {
  width: 100%;
}

.equip_productSeries-next {
  right: -30px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.equip_productSeries-prev {
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991.98px) {
  .equip_productSeries-next, .equip_productSeries-prev {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .equip_productSeries {
    padding: 43px 0 105px;
  }
  .equip_productSeries .equip_smallTitle {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.news_banner {
  width: 100%;
  padding-bottom: 26.04%;
  position: relative;
}

.news_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .news_banner_pic {
    padding-bottom: 107.95%;
  }
}

.news_list .row {
  margin-left: -24px;
  margin-right: -24px;
}

.news_list .row &gt; div {
  padding-left: 24px;
  padding-right: 24px;
}

.news_list_item {
  padding: 20px;
  background-color: #F3F3F3;
  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;
  margin-bottom: 42px;
}

.news_list_pic {
  width: 20%;
  padding-bottom: calc(20% * 1.3125);
  position: relative;
}

.news_list_pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.news_list_text {
  width: 80%;
  padding-left: 34px;
}

.news_list_text h2 {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 26px;
  text-decoration: underline;
}

.news_list_text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 18px;
}

@media screen and (max-width: 1399.98px) {
  .news_list .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .news_list .row &gt; div {
    padding-left: 12px;
    padding-right: 12px;
  }
  .news_list_item {
    margin-bottom: 21px;
  }
  .news_list_text {
    padding-left: 17px;
  }
  .news_list_text h2 {
    margin-bottom: 13px;
  }
  .news_list_text p {
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 767.98px) {
  .news_list .row &gt; div:last-child .news_list_item {
    margin-bottom: 0;
  }
  .news_list_item {
    display: block;
    padding: 20px 20px 30px;
    margin-bottom: 64px;
  }
  .news_list_pic {
    width: 100%;
    padding-bottom: 66.67%;
    margin-bottom: 33px;
  }
  .news_list_text {
    padding: 0;
    width: 100%;
  }
  .news_list_text p {
    -webkit-line-clamp: 5;
  }
}

.news_pagination {
  margin-top: 6px;
  margin-bottom: 84px;
}

.news_pagination .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_pagination .page-item {
  margin: 0 5px;
  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;
}

.news_pagination .page-link {
  padding: 0;
  border-radius: 50% !important;
  border: 0;
  font-size: 20px;
  color: #272727;
  width: 56px;
  height: 56px;
  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;
  background-color: transparent;
}

.news_pagination .page-link.active, .news_pagination .page-link:hover {
  border: 1px solid #4a4a4a;
  background-color: transparent;
}

.news_pagination .page-link.prevPage img, .news_pagination .page-link.nextPage img {
  width: 10px;
}

.news_pagination .page-link.nextPage {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.news_pagination .page-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

.news_pagination .page-circle .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e9e9e9;
  margin-right: 9px;
}

.news_pagination .page-circle .circle:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767.98px) {
  .news_pagination {
    margin-top: 20px;
    margin-bottom: 110px;
  }
  .news_pagination .page-item {
    margin: 0;
  }
  .news_pagination .page-link {
    font-size: 17px;
    width: 50px;
    height: 50px;
  }
  .news_pagination .page-link.prevPage img, .news_pagination .page-link.nextPage img {
    width: 8px;
  }
}

.news_in {
  margin: 20px 0 36px;
}

.news_in_title {
  position: relative;
  padding-left: 26px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
}

.news_in_title::before {
  width: 11px;
  height: 39px;
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #E92E2E;
}

@media screen and (max-width: 767.98px) {
  .news_in_title {
    font-size: 28px;
  }
}

.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px auto 111px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-back img {
  width: 9px;
  margin-right: 13px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.btn-back span {
  font-size: 19px;
  color: #959595;
}

@media screen and (max-width: 767.98px) {
  .btn-back {
    margin: 30px auto 160px;
  }
}

.intro_top {
  margin: 25px 0 65px;
}

.intro_top p {
  color: #5a5a5a;
  font-size: 18px;
  margin: 0;
  text-align: center;
}

.intro_2col {
  margin-bottom: 120px;
}

.intro_2col .row {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_2col .row &gt; div {
  padding: 0;
}

.intro_2col .editor p {
  line-height: 1.7;
}

.intro_2col_inner {
  background-color: #F3F3F3;
}

.intro_2col_pic {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.intro_2col_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.intro_2col_text {
  padding: 0 45px;
}

.intro_2col_title {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}

.intro_2col_title::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 1px;
  background-color: #E92E2E;
  left: 0;
  bottom: 0;
}

.intro_2col_title h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.intro_2col_title h3 {
  font-family: "Saira", sans-serif;
  font-size: 25px;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1399.98px) {
  .intro_2col_text {
    padding: 13px 16px 30px;
  }
}

@media screen and (max-width: 991.98px) {
  .intro_2col {
    margin-bottom: 68px;
  }
}

.intro_3col {
  margin-bottom: 58px;
}

.intro_3col .row {
  margin-left: -23px;
  margin-right: -23px;
}

.intro_3col .row &gt; div {
  padding-left: 23px;
  padding-right: 23px;
}

.intro_3col_pic {
  width: 100%;
  padding-bottom: 92.54%;
  position: relative;
}

.intro_3col_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.intro_3col_text {
  padding: 33px 0;
}

.intro_3col_text p {
  line-height: 1.7;
}

@media screen and (max-width: 991.98px) {
  .intro_3col {
    margin-bottom: 98px;
  }
  .intro_3col .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .intro_3col .row &gt; div {
    padding-left: 12px;
    padding-right: 12px;
  }
  .intro_3col_text {
    padding: 13px 0 32px;
  }
}

.intro_content {
  padding-bottom: 95px;
}

@media screen and (max-width: 767.98px) {
  .intro_content {
    padding-bottom: 13px;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>