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

.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section.page, section.up {
  position: relative;
  z-index: 2;
}

.pc {
  display: inline-block;
}

.mob {
  display: none;
}

.lang-hide {
  display: none !important;
}

.border-bottom {
  border-bottom: solid 1px #333333;
}

.btn, .btn_white, .btn_back {
  font-size: 18px;
  border-radius: 8px;
  letter-spacing: 2px;
  padding: 10px 20px 10px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:hover, .btn_white:hover, .btn_back:hover {
  background: #333333;
  color: #ffffff;
}

.btn, .btn_back {
  background: #07529D;
  color: #ffffff;
}

.btn_white {
  background: #ffffff;
  color: #07529D;
}

.btn_back {
  padding: 10px 30px 10px 20px;
}

.btn_reset {
  background: #b2b2b2 !important;
  border: solid 1px #b2b2b2 !important;
  color: #FFF !important;
}
.btn_reset:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

.btn_submit {
  background: #07529D !important;
  border: solid 1px #07529D !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

.l-h {
  line-height: 26px;
}

.color01 {
  color: #07529D;
}

.color02 {
  color: #002650;
}

.color03 {
  color: #16C1F3;
}

.color_gray {
  color: #505050;
}

.color04 {
  color: #707070;
}

.color_w {
  color: #FFF !important;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allc {
  padding: 0 0 5% 0;
}

.top-allb {
  padding: 8% 0 5% 0;
}

.push {
  padding-top: 120px;
}

.box {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1411764706);
  background: #FFF;
}

.contact-info {
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}

.contact-info .title_line h3, .contact-form .title_line h3 {
  font-size: 22px;
  color: #07529D;
}

.contact-form {
  background: #f0f0f0;
  padding: 30px 40px;
  border-radius: 20px 20px 0 0;
}

.info-box {
  margin-left: 40px;
}
.info-box p {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.info-box p:hover a {
  opacity: 0.5;
}
.info-box p::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 12px);
  left: -36px;
  width: 24px;
  height: 24px;
}
.info-box p.tel::after {
  background-image: url(../img/tel.svg);
}
.info-box p.fax::after {
  background-image: url(../img/fax.svg);
}
.info-box p.mail::after {
  background-image: url(../img/mail.svg);
}
.info-box p.add::after {
  background-image: url(../img/add.svg);
}

.bg01 {
  background-image: url("../img/bg01.jpg");
  background-repeat: repeat;
  position: relative;
}

.bgff {
  background: #fff;
}

.bg02 {
  background-image: url("../img/bg02.jpg");
  background-repeat: repeat;
  position: relative;
}

.bg_page, .bg_page2 {
  background-image: url("../img/bg_page.jpg");
  background-repeat: repeat;
  position: relative;
}

.bg_page2 {
  margin-top: 118px;
}

.banner-all img {
  width: 100%;
}

.maker {
  background: #07529D;
  color: #ffffff;
  padding: 8px 25px;
  width: fit-content;
}

/*BANNER */
.banner .text img {
  width: 30%;
  position: absolute;
  left: 3%;
}
.banner .earth {
  text-align: right;
  position: relative;
}
.banner .earth img {
  width: 60%;
  position: relative;
  right: 5%;
}
.banner .earth .item-p, .banner .earth .item-s, .banner .earth .item-c {
  width: 20%;
  position: absolute;
  z-index: 1;
}
.banner .earth .item-p {
  right: 45%;
  top: 13%;
  animation-name: oxxo1;
  animation-duration: 13s;
  animation-iteration-count: infinite;
}
.banner .earth .item-s {
  right: 29%;
  top: 44%;
  animation-name: oxxo2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
.banner .earth .item-c {
  right: 17%;
  top: 17%;
  animation-name: oxxo3;
  animation-duration: 11s;
  animation-iteration-count: infinite;
}
.banner .part2 img {
  width: 60%;
  position: absolute;
  right: 5%;
  bottom: 0;
}

main .bn {
  position: relative;
  display: block;
}
main .bn img {
  width: 100%;
}

/*麵包屑*/
.crumbs span {
  font-weight: bold;
  font-size: 18px;
}
.crumbs span::after {
  content: ">";
  font-weight: bold;
  color: #000;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.crumbs span:last-of-type {
  color: #16C1F3;
}
.crumbs span:last-of-type::after {
  content: none;
}

/*大標*/
.title p, .title_white p {
  text-align: center;
  display: inline-block;
  padding: 5px 40px;
  border-radius: 30px;
  background-color: #07529D;
  color: #ffffff;
  margin-bottom: 15px;
}
.title h2, .title_white h2 {
  font-size: 56px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.title_white h2 {
  color: #ffffff;
}

.title_line hr {
  background: #EEEEEE;
  height: 4px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #07529D;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.title_line h3 {
  font-size: 25px;
  padding-right: 5px;
}

.title_beeline {
  position: relative;
  border-left: 4px solid #07529D;
}
.title_beeline h2 {
  padding: 10px 0 10px 20px;
  color: #07529D;
}

.index_about {
  align-items: center;
}
.index_about .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 105%;
  border-radius: 8px;
}
.index_about .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.index_about .about-info {
  font-size: 18px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: 600;
}

article section .container .index-links-prev-next {
  position: relative;
}
article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
  top: -50px;
  background: #07529D;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
article section .container .index-links-prev-next .swiper-button-next {
  left: auto;
  right: -45px;
}
article section .container .index-links-prev-next .swiper-button-prev {
  left: -45px;
  right: auto;
}

.product {
  margin: 0 0 40px 0;
}
.product h4 {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: #ffffff;
  padding-bottom: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .imgbox a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(97, 97, 97, 0.5098039216);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover h4 {
  color: #07529D;
}
.product:hover .imgbox {
  border: 1px solid #07529D;
}
.product:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

.item {
  position: relative;
  display: block;
  box-shadow: 0 0 6px 0px rgba(130, 130, 130, 0.1);
}
.item:hover {
  box-shadow: 0 0 20px 2px rgba(130, 130, 130, 0.3);
}
.item:hover .textbox::before {
  background-color: #07529D;
}
.item:hover .textbox h4 {
  color: #ffffff;
}
.item::before, .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}
.item::before {
  height: 100%;
  background-color: #ffffff;
  z-index: 0;
}
.item::after {
  height: 4px;
  background-color: #07529D;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.item .imgbox {
  padding: 25px 30px;
  position: relative;
}
.item .imgbox img {
  height: auto;
  display: block;
  backface-visibility: hidden;
  width: 65px;
}
.item .textbox {
  position: relative;
  padding: 35px 30px;
  min-height: 50%;
}
.item .textbox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.item .textbox h4 {
  position: relative;
  z-index: 4;
}

.products_detail-text li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.products_detail-text span {
  padding: 10px;
  border-radius: 4px;
  background-color: #07529D;
  color: #ffffff;
  margin-right: 20px;
  width: 125px;
}
.products_detail-text p {
  width: calc(100% - 90px);
}
.products_detail-text li a {
  padding: 5px 20px;
  background-color: #f2f2f2;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.products_detail-text img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}

.news, .news2 {
  background-color: #ffffff;
  padding: 20px 10px;
  border-bottom: 1px solid #07529D;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news:hover, .news2:hover {
  background-color: #f2f2f2;
}
.news:hover p, .news2:hover p {
  color: #16C1F3;
}
.news .time, .news2 .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  color: #07529D;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .date, .news2 .date {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.news .year, .news .month, .news2 .year, .news2 .month {
  line-height: 1.3;
}
.news .day, .news2 .day {
  font-size: 54px;
}
.news .icon-plus::before, .news2 .icon-plus::before {
  width: 50px;
  height: 50px;
  border: 1px solid #07529D;
  border-radius: 25px;
  line-height: 3;
}
.news p, .news2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.news2 {
  position: relative;
  padding: 30px 10px 0px 10px;
}
.news2 p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  width: 75%;
}

.serach-box {
  display: flex;
  width: 100%;
  margin: 40px 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 20px;
}
.serach-box .serach-left {
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.serach-box .serach-left img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.serach-box:hover .serach-left img {
  transform: scale(1.1);
}
.serach-box:hover .serach-right h2 {
  color: #07529D;
}
.serach-box .serach-right {
  padding: 10px 10px 10px 30px;
  width: 75%;
}
.serach-box .serach-right .serach-text span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0px;
  color: #707070;
  margin-bottom: 0;
}

.download .download-box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
}
.download .download-box::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #07529D;
  border-radius: 8px 0 0 8px;
}
.download .download-box a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  position: relative;
}
.download .download-box a .download-left {
  width: calc(100% - 80px);
  padding-right: 20px;
}
.download .download-box a .download-left p {
  display: inline-block;
  margin: 25px 0;
  font-size: 22px;
  font-weight: bold;
}
.download .download-box a .download-right {
  width: 80px;
  text-align: center;
}
.download .download-box a .download-right i {
  font-size: 30px;
  color: #07529D;
}
.download .download-box a .download-right p {
  font-size: 18px;
  color: #07529D;
}
.download:hover .download-box::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
  border-radius: 8px;
}
.download:hover .download-box a .download-left p {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.download:hover .download-box a .download-right i {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.download:hover .download-box a .download-right p {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.frame {
  box-shadow: 0px 0px 10px 5px rgba(195, 195, 195, 0.2);
  background: #FFF;
  padding: 40px 40px;
}

/*產品 */
.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: flex;
  justify-content: 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 0.15s linear;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #07529D !important;
}
.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%;
}

.swiper-container {
  height: fit-content !important;
}

.product__carousel .gallery-thumbs .swiper-slide {
  height: 50px !important;
}

.swiper-quality, .swiper-quality2 {
  padding: 0px 10px !important;
}
.swiper-quality .imgbox, .swiper-quality2 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 140%;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
}
.swiper-quality .imgbox img, .swiper-quality2 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-quality .imgbox:hover, .swiper-quality2 .imgbox:hover {
  border: 1px solid #07529D;
}

.swiper-quality .swiper-slide img, .swiper-quality2 .swiper-slide img, .related-product .swiper-slide img {
  width: 100%;
}
.swiper-quality .swiper-button-next, .swiper-quality .swiper-button-prev, .swiper-quality2 .swiper-button-next, .swiper-quality2 .swiper-button-prev, .related-product .swiper-button-next, .related-product .swiper-button-prev {
  bottom: 0px;
  background: #07529D;
  outline: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.swiper-quality .swiper-button-next:after, .swiper-quality .swiper-button-prev:after, .swiper-quality2 .swiper-button-next:after, .swiper-quality2 .swiper-button-prev:after, .related-product .swiper-button-next:after, .related-product .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-quality .swiper-button-prev, .swiper-quality2 .swiper-button-prev, .related-product .swiper-button-prev {
  left: auto;
  right: 60px;
  background: #16C1F3;
}

.swiper-slide-thumb-active {
  border: solid 3px #16C1F3;
  box-sizing: border-box;
}

.related-product {
  position: relative;
}
.related-product .swiper-button-next, .related-product .swiper-button-prev {
  top: calc(50% - 20px);
}
.related-product .swiper-button-prev {
  left: -25px;
  right: auto;
}
.related-product .swiper-button-next {
  right: -25px;
  left: auto;
}

.swiper-quality2 .swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-quality2 .buttonbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-quality2 .buttonbox .swiper-button-next, .swiper-quality2 .buttonbox .swiper-button-prev {
  position: relative;
}
.swiper-quality2 .buttonbox .swiper-button-next {
  right: -50%;
  left: auto;
  margin-left: 10px;
}
.swiper-quality2 .buttonbox .swiper-button-prev {
  left: -50%;
  right: auto;
}

.products-img {
  display: none;
}
.products-img img {
  width: 100%;
}

.info-box h4 {
  font-size: 20px;
}
.info-box p {
  margin: 12px 0px;
  font-size: 18px;
}
.info-box p span {
  background: #07529D;
  color: #FFF;
  margin-right: 10px;
  padding: 4px 12px 4px 6px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #07529D;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  height: 50px;
  line-height: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  position: relative;
  background: #D9D9D9;
  border-bottom: 1px solid #07529D;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #07529D;
  color: #FFF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 1680px) {
  .contact .col-lg-4 .info-box {
    margin-left: 0;
  }
  .contact .col-lg-4 .info-box p {
    font-size: 16px;
    margin: 12px 0 12px 30px;
  }
  .contact .col-lg-4 .info-box p span {
    display: block;
    margin: 4px 0 0 -30px;
  }
  .contact .col-lg-4 .info-box p::after {
    top: 0px;
    left: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .contact .col-lg-5 .info-box p {
    font-size: 16px;
  }
  .block02 .block-right .block-top p.sort {
    font-size: 20px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1024px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -150px;
    background: #07529D;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  .bg_page2 {
    margin-top: 65px;
  }
  .pc-none {
    display: none;
  }
  .crumbs span {
    font-size: 16px;
  }
  .phone-none {
    display: none;
  }
  .index_about {
    text-align: center;
  }
  .bg01 {
    background-size: cover;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 22px;
  }
  /*大標*/
  .title h1, .title h2, .title_white h1, .title_white h2 {
    font-size: 28px;
  }
  .news .time, .news2 .time {
    margin-bottom: 10px;
  }
  .news .time .year, .news .time .month, .news2 .time .year, .news2 .time .month {
    font-size: 13px;
  }
  .news .time .day, .news2 .time .day {
    font-size: 44px;
  }
  .news .icon-plus::before, .news2 .icon-plus::before {
    width: 40px;
    height: 40px;
    line-height: 2.5;
  }
  .news2 {
    position: relative;
    padding: 20px 10px;
  }
  .news2 p {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    width: 100%;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .frame {
    box-shadow: 0px 0px 20px 5px rgba(195, 195, 195, 0.2);
    background: #FFF;
    padding: 40px 20px;
  }
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  /*BANNER */
  .banner .text img {
    width: 70%;
    position: relative;
    display: block;
    left: 0%;
    margin: 20px auto;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  .contact-info {
    padding: 30px 10px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .btn {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
  }
  .btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding: 10px 10px 10px 20px;
  }
  .product {
    margin: 0 0 30px 0;
  }
  /*大標*/
  .title p, .title_white p {
    padding: 5px 20px;
    margin-bottom: 5px;
  }
  .title h1, .title h2, .title_white h1, .title_white h2 {
    font-size: 22px;
  }
  .download .download-box a {
    padding: 0 10px 0 20px;
  }
  .download .download-box a .download-left {
    width: calc(100% - 40px);
    padding-right: 0px;
  }
  .download .download-box a .download-left p {
    font-size: 18px;
  }
  .download .download-box a .download-right {
    width: 40px;
  }
  .download .download-box a .download-right i {
    font-size: 25px;
  }
  .download .download-box a .download-right p {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .crumbs span {
    line-height: 1.5;
  }
}/*# sourceMappingURL=all.css.map */