@charset "UTF-8";
body:lang(en) .title01 p {
  display: none;
}

.font-w {
  font-weight: bold;
}

.color01 {
  color: #fff;
}

.color02 {
  color: #888888;
}

.color03 {
  color: #003A88;
}

.color04 {
  color: #000000;
}

.banner img {
  width: 100%;
}

hr.d {
  height: 0;
  border: dashed 1px #E6E6E6;
  background: transparent;
}

.a-download {
  display: block;
  width: 100%;
  background: #DDE1EA;
  color: #003A88;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  font-size: 25px;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 900;
}

.a-download:hover {
  background: #003A88;
  color: #ffffff;
}

.a-download i {
  margin-right: 10px;
}

.btn button {
  background: #003A88;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.btn button:hover {
  background: #ffff;
  color: #003A88;
  border: solid 1px #003A88;
}

.btn01 button {
  background: #ffff;
  color: #003A88;
  border: solid 1px #003A88;
  border-radius: 5px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.btn01 button:hover {
  background: #003A88;
  color: #fff;
}

.go-top {
  position: fixed;
  bottom: 60px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: #003A88;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  z-index: 300;
}

.title01 .title01-h {
  position: relative;
}

.title01 .title01-h::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E6E6E6;
  height: 2px;
  z-index: -1;
}

.title01 .title01-h h1, .title01 .title01-h h2, .title01 .title01-h h3 {
  position: relative;
  color: #E6E6E6;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  padding-right: 15px;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 60px;
}

.title01 p {
  font-size: 40px;
  font-weight: 900;
}

.title02 h2 {
  position: relative;
  margin-bottom: 10px;
  font-size: 60px;
}

.title02 h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #000000;
}

.title03 {
  position: relative;
}

.title03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}

.title03 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #707070;
  color: #fff;
  padding: 8px 15px;
}

.title04 {
  border-left: solid 4px #003A88;
}

.title04 h1, .title04 h2, .title04 h3 {
  color: #003A88;
  font-weight: bold;
  padding-left: 15px;
}

.card {
  display: block;
  width: calc(100% - 20px);
  margin-left: 20px;
  -webkit-box-shadow: 0 5px 10px #dadada;
          box-shadow: 0 5px 10px #dadada;
  padding: 10px;
  margin-bottom: 30px;
}

.card .cards {
  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;
}

.card .cards .card-img {
  width: calc(50% - 20px);
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  left: -20px;
}

.card .cards .card-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card .cards .card-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.card .cards .card-text {
  width: calc(50% + 20px);
  padding: 0 15px;
}

.card .cards .card-text h3 {
  color: #003A88;
  font-weight: bold;
}

.card .cards .card-text p {
  color: #003A88;
  margin: 10px 0;
  font-weight: bold;
}

.card .cards .card-text p span {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card .cards:hover .card-text p span {
  margin-left: 5px;
}

.card01 .card-img {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px #00000021;
          box-shadow: 0 0 6px #00000021;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card01 .card-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 255px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card01:hover .card-img {
  -webkit-box-shadow: 0 0 15px #00000021;
          box-shadow: 0 0 15px #00000021;
}

.card01:hover .card-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.card02 {
  display: block;
}

.card02:hover .cards .card-img::after {
  border: solid 1px #003A88;
}

.card02:hover .cards .card-img .card-imgs img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.card02:hover .cards .card-text {
  background: #003A88;
}

.card02:hover .cards .card-text h3, .card02:hover .cards .card-text time {
  color: #fff;
}

.card02 .cards .card-img {
  height: 250px;
  width: calc(100% - 15px);
}

.card02 .cards .card-img::after {
  content: "";
  position: absolute;
  width: calc( 100% - 45px);
  height: 250px;
  border: solid 1px #ffffff;
  top: 7px;
  left: 22px;
  z-index: -1;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card02 .cards .card-img .card-imgs {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  z-index: -1;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card02 .cards .card-img .card-imgs img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card02 .cards .card-text {
  background: #ffffff;
  color: #ffffff;
  z-index: 2;
  width: calc( 100% - 20px);
  margin-left: 20px;
  margin-top: -15px;
  padding: 8px 15px;
  -webkit-box-shadow: 0 3px 10px #00000021;
          box-shadow: 0 3px 10px #00000021;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card02 .cards .card-text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 55px;
}

.card02 .cards .card-text time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.card02 .cards .card-text h3, .card02 .cards .card-text time {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.nav-Page {
  margin: 30px 0;
}

.nav-Page .core-nav.nav-core-fixed {
  position: relative;
  border-bottom: none;
  min-height: auto;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  margin-top: 0;
}

.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 7px 13px;
  margin: 0 2px;
  background: #9EA0A3;
  color: #000;
  border-radius: 30px;
}

.pagination li.page-item a.page-link[href] {
  color: #000;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  background: #DEDFDF;
}

.pagination li.page-item a.page-link:hover {
  background: #9EA0A3;
  color: #000;
  border-radius: 30px;
}

footer {
  background: #003A88;
  color: #ffffff;
}

footer .footer-logo {
  width: 200px;
  margin: 30px 0 15px 0;
}

footer a {
  color: #ffffff;
}

form .form-box {
  border: solid 1px #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  background: #ffffff;
  padding: 5px;
}

form .form-box:nth-child(5) input {
  width: calc( 100% - 250px);
}

form .form-box:nth-child(5) img#imgcode {
  width: 150px;
  height: 39px;
}

form .form-box label {
  width: 80px;
}

form .form-box input {
  width: calc( 100% - 80px);
  border: none;
  line-height: 25px;
}

form .form-box textarea {
  width: 100%;
  border: none;
  height: 150px;
  margin-top: 5px;
  line-height: 25px;
}

form .form-box-btn {
  margin-top: 30px;
}

form .form-box-btn button {
  color: #ffffff;
  border-radius: 3px;
  letter-spacing: 3px;
  font-size: 20px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

form .form-box-btn button:hover {
  background: #000;
}

form .form-box-btn .reset {
  background: #AFAFAF;
}

form .form-box-btn .submit {
  background: #003A88;
}

.banner {
  position: relative;
}

.banner .swiper-container .swiper-pagination {
  position: absolute;
  top: 45%;
  right: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: auto;
}

.banner .swiper-container .swiper-pagination span {
  display: block;
  margin: 10px 0;
  width: 15px;
  height: 15px;
  background: #FFF;
  opacity: 1;
}

.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #888888;
}

.products {
  width: 100%;
  position: relative;
}

.products .swiper-products .swiper-slide:nth-child(2n) .swiper-products-box {
  background: #F2F2F2;
}

.products .swiper-products .swiper-slide:nth-child(2n+1) .swiper-products-box {
  background: #fff;
}

.products .swiper-products .swiper-slide:nth-child(3n+3) .swiper-products-box {
  background: #D0D8E1;
}

.products .swiper-products .swiper-slide .swiper-products-box .swiper-products-box-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 90%;
}

.products .swiper-products .swiper-slide .swiper-products-box .swiper-products-box-img img {
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.products .swiper-products .swiper-slide .swiper-products-box .swiper-products-box-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products .swiper-products .swiper-slide .swiper-products-box-title {
  padding: 30px 25px;
}

.products .swiper-products .swiper-slide .swiper-products-box-title h3 {
  color: #003A88;
  font-weight: bold;
  margin-bottom: 10px;
}

.products .swiper-products .swiper-slide .swiper-products-box-title p {
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.products .swiper-prevnext {
  position: relative;
  height: 80px;
  width: 100px;
  margin: 0 auto;
}

.products .swiper-prevnext .swiper-button-next, .products .swiper-prevnext .swiper-button-prev {
  border: solid 2px #003A88;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.products .swiper-prevnext .swiper-button-next::after, .products .swiper-prevnext .swiper-button-prev::after {
  font-size: 25px;
  font-weight: bold;
}

.products .swiper-prevnext .swiper-button-next:hover, .products .swiper-prevnext .swiper-button-prev:hover {
  background: #003A88;
}

.products .swiper-prevnext .swiper-button-next:hover::after, .products .swiper-prevnext .swiper-button-prev:hover::after {
  color: #ffffff;
}

.products .swiper-prevnext .swiper-button-next {
  right: 0;
}

.products .swiper-prevnext .swiper-button-next::after {
  color: #003A88;
}

.products .swiper-prevnext .swiper-button-prev {
  left: 0;
  background: #003A88;
}

.products .swiper-prevnext .swiper-button-prev::after {
  color: #ffffff;
}

.index-about {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f5f5f5), color-stop(50%, #dde1ea));
  background-image: linear-gradient(90deg, #f5f5f5 50%, #dde1ea 50%);
  padding: 5% 0;
}

.index-about .index-about-box {
  width: 90%;
  margin: 0 auto;
  background: #003A88;
  padding: 15px;
}

.index-about .index-about-box .index-about-box-title {
  margin-bottom: 15px;
}

.index-about .index-about-box .index-about-boxs {
  padding: 5% 15px;
  border: solid 2px #fff;
}

.support {
  background: url("../images/img02.jpg");
  background-repeat: no-repeat;
  height: 100%;
  background-size: 100%;
  display: block;
  padding: 30px;
  height: 650px;
  position: relative;
  z-index: 1;
}

.support::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003a8870;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.support:hover::after {
  opacity: 1;
}

.support:hover .support-box .support-box-text {
  opacity: 1;
}

.support .support-box .title02 {
  z-index: 1;
}

.support .support-box .support-box-text {
  width: 50%;
  z-index: 1;
  opacity: 0;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 540px !important;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border .15s linear;
  transition: border .15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #003A88;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.download-box {
  border-bottom: dashed 1px #888888;
  padding: 10px 0;
  margin-bottom: 5px;
  width: calc( 100% - 30px);
  margin: 0 auto;
}

.download-box:hover .download-boxs {
  background: #DDE1EA;
}

.download-box:hover .download-boxs .download-box-icon::after {
  width: 60px;
}

.download-box .download-boxs {
  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;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.download-box .download-boxs .download-box-icon {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.download-box .download-boxs .download-box-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 60px;
  background: #003A88;
  z-index: -1;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.download-box .download-boxs .download-box-icon i {
  font-size: 35px;
  line-height: 60px;
  color: #DDE1EA;
}

.download-box .download-boxs .download-box-text {
  padding: 5px 15px;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.contact-box .contact-box-left {
  width: 70%;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 15px #0000006b;
          box-shadow: 0 5px 15px #0000006b;
  padding: 40px  50px;
}

.contact-box .contact-box-left .contact-box-lefts {
  padding-right: 20%;
}

.contact-box .contact-box-left .contact-box-lefts form .form-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box .contact-box-rigt {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #003A88;
  padding: 15px;
  width: 40%;
  height: 60%;
  color: #ffffff;
}

.contact-box .contact-box-rigt .contact-box-rigt-box {
  padding: 25px;
  border: solid 2px #fff;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}

.contact-box .contact-box-rigt .contact-box-rigt-box::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 185px;
  height: 45px;
  background: url(../images/footer.png);
  background-repeat: no-repeat;
}

.contact-box .contact-box-rigt .contact-box-rigt-box ul li {
  margin-bottom: 10px;
}

.contact-box .contact-box-rigt .contact-box-rigt-box ul li a {
  display: block;
  color: #fff;
}

.contact-box .contact-box-rigt .contact-box-rigt-box ul li a p {
  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;
  width: 100%;
  color: #fff;
}

.contact-box .contact-box-rigt .contact-box-rigt-box ul li a p i {
  background: #ffffff;
  color: #003A88;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  border-radius: 45px;
  padding: 6px 8px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .support {
    height: 800px;
    background-size: cover;
    padding: 10px;
  }
  .support::after {
    opacity: 1;
  }
  .support .support-box .support-box-text {
    opacity: 1;
  }
  .contact-box .contact-box-left {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 15px 50px 15px;
  }
  .contact-box .contact-box-left .contact-box-lefts {
    padding-right: 0;
  }
  .contact-box .contact-box-rigt {
    position: initial;
    width: 100%;
    height: 45vh;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: 0;
  }
  .contact-box .contact-box-rigt .contact-box-rigt-box {
    padding: 15px;
  }
}

@media screen and (max-width: 667px) {
  .product__carousel .gallery-top {
    height: 220px !important;
  }
  .title01 .title01-h h1, .title01 .title01-h h2, .title01 .title01-h h3 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 40px;
  }
  .title01 p {
    font-size: 20px;
  }
  .title02 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .products .swiper-products .swiper-slide .swiper-products-box .swiper-products-box-img {
    padding-bottom: 100%;
  }
  .products .swiper-products .swiper-slide .swiper-products-box-title {
    padding: 20px 10px;
  }
  .card {
    width: 100%;
    margin-left: 0;
  }
  .card .cards .card-img {
    width: 100%;
    left: 0;
    top: -20px;
  }
  .card .cards .card-text {
    width: 100%;
    padding: 0 15px;
  }
  .card01 .card-img img {
    height: 350px;
  }
  .card02 .cards .card-text h3 {
    height: 40px;
  }
  .support {
    height: 450px;
  }
  .support .support-box .support-box-text {
    width: 100%;
  }
  footer .footer-logo {
    width: 130px;
    margin: 20px 0 0 0;
  }
  .banner .swiper-container .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .card01 .card-img img {
    height: 180px;
  }
}
/*# sourceMappingURL=all.css.map */