@charset "utf-8";

/* CSS Document */
body{font-family:'Noto Sans TC','微軟正黑體',sans-serif;font-size:16px;line-height:1.5;color:#333}
body.mask{position:relative}
body.mask:before{position:absolute;content:'';width:100%;height:100%;z-index:1}
a{color:#000;text-decoration:none}
a:hover{color:#777;-o-transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear}
button:focus{outline:none!important;box-shadow:none!important}
.en{font-family:'Heebo',sans-serif}
.enw{font-family:'Heebo',sans-serif;font-weight:600}
.transi{-o-transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear}
.scrollbar-style::-webkit-scrollbar-track,
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#eee;
}
.scroll02::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px #eee;
    background-color:#eee;}
.scroll02::-webkit-scrollbar{width: 4px;}

.scrollbar-style::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb, .scroll02::-webkit-scrollbar-thumb,.d_menu_h::-webkit-scrollbar-thumb
{
    background-color:#2a2f89;
}

body::-webkit-scrollbar{width:8px;}
.d_menu_h{overflow-y: auto; max-height: 200px;}

.d_menu_h::-webkit-scrollbar,
body::-webkit-scrollbar
{
    width: 4px;
    background-color:#eee;
}
/*---------------------- 基礎設定 ----------------------*/
/*反白設定
::selection { background: #666; color: #FFF; }
::-moz-selection { background: #666; color: #FFF; }
*/
.aleart_line {
  border-color: #d40023;
}
.red {
  color: #d40023;
}
/* 回頂端 */
#goTop {
  border: 1px solid #ccc;
  color: #aaa;
  background: #fff;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#goTop:hover {
  background: #999;
  color: #fff;
}

/*按鈕*/
.btnWrap {
  margin: 2em 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #goTop {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #eee;
  }
}

/*RWD編輯器表格(X捲軸)*/
.table-container table td {
  /* min-width:100px; */
  padding: 5px; /* border: 1px solid #e6e6e6; */
  white-space: inherit;
  background-color: #f8f8f8;
}

/*---------------------- 頁面開始 ----------------------*/

/*全頁佈局*/
.wrapper {
  padding: 3em 0;
}
/*header*/
header {
  position: relative;
}
header.change nav.navbar {
  width: 100%;
}
header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  background-color: rgb(255 255 255 / 0.8);
  z-index: 1;
}
nav.navbar {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 20px;
  box-shadow: 0 0 5px rgb(144 144 144 / 0.8);
}
.navbar-nav {
  position: relative;
}

nav.navbar .navbar-nav .nav-link {
  padding: 10px 20px;
}
nav.navbar .navbar-nav .nav-link:hover,
.nav-link.active {
  background-color: #2a2f89;
  color: #fff;
}
.navbar-brand {
  width: 100px;
  padding: 0;
}
header .navbar-nav .dropdown-menu {
  width: calc(100% + 20px); /* width: 100%; */
  padding: 10px 0;
  top: 74px;
  margin-top: 0;
  border: none;
  border-top: 2px solid #2a2f89;
  border-radius: 0;
  background-color: rgb(255 255 255 / 0.6);
  backdrop-filter: blur(5px);
  word-wrap: break-word !important;
}
.dropdown-menu.open {
  display: block;
}
header .navbar-nav .nav-item .openshort {
  width: auto;
}
header .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0;
}
.dropdown-item:hover {
  background-color: transparent;
}
.dropdown-item ul:not(.open) {
  display: none;
}
.dropdown-item ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  width: calc(100% - 180px);
  padding: 10px 10px;
  height: 100%;
  background: rgb(223 223 223 / 60%);
  /* box-shadow: -8px 0 4px -5px rgb(0 0 0 / 0.1); */
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: flex-start;
}
.dropdown-item ul li {
  width: 50%;
  position: relative;
}
.dropdown-item ul li:nth-of-type(even):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-item ul li a {
  display: block;
  padding: 8px 12px;
  white-space: break-spaces;
}
.dropdown-btn {
  width: 180px;
  display: block;
  padding: 8px 15px;
  position: relative; /* border-right: 1px solid #eeee; */ /* margin-right: 10px; */
  white-space: break-spaces;
}
.dropdown-btn:hover{color:#2a2f89;}
.dropdown-btn.active {background-color: rgb(255 255 255 / 0.7);}
.dropdown-btn.active:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 13px 7px 0;
  border-color: transparent rgb(223 223 223 / 60%) transparent transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
/*共用*/
.font-style {
  font-size: 1.04rem;
  letter-spacing: 0.8px;
  line-height: 1.7;
}
.mj-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.mj-title img {
  width: 30px;
}
.mj-title p {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: table;
  margin: 0 auto;
}
.mj-title p:before,
.mj-title p:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #2a2f89;
  top: 50%;
}
.mj-title p:before {
  left: -30px;
}
.mj-title p:after {
  right: -30px;
}
.mj-title span {
  font-size: 5rem;
  line-height: 0;
  position: absolute;
  opacity: 0.05;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-style {
  padding: 5px 10px 5px 0;
  /* border-bottom: 1px solid #2a2f89; */
  color: #2a2f89;
  position: relative;
  display: table;
}
.btn-style:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 1px;
  background-color: #d7d7d7;
  bottom: 0;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-style svg {
  font-size: 12px;
  vertical-align: initial;
  margin-left: 10px;
}
.btn-style:hover {
  color: #2a2f89;
}
.btn-style:hover:before {
  width: 100%;
  background-color: #2a2f89;
}
.ml-auto {
  margin-left: auto;
}
/*banner*/
.banner {
  margin-top: 58px;
}
.banner .item {
  position: relative;
}
.banner .item h4 {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  color: #fff;
}
.banner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
/*首頁*/
.index-about,
.index-news {
  margin: 100px 0 150px;
}
.index-about .btn-style {
  margin-left: auto;
  margin-top: 20px;
  display: table;
}
.about-map {
  position: absolute;
  width: 65%;
  right: 0;
  z-index: -1;
  bottom: -200px;
  opacity: 0.5;
}
.index-about-top {
  position: relative;
}
.index-about-t {
  width: 55%; /* padding-right: 30px; */
}
.index-about-title {
  position: relative;
  padding-left: 50px;
}
.index-about-title:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  background-color: #2a2f89;
  left: 0;
}
.index-about-t p {
  padding-left: 50px;
  margin-bottom: 0;
}

.index-about-img {
  width: 45%;
}
.index-about-img figure {
  margin-bottom: 0;
}
.index-about-t h1 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2a2f89;
}
.index-about-t h2 {
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  position: relative;
}
.index-about-t h2:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #2a2f89;
  bottom: -20px;
}
.index-icon {
  margin: 30px 0 0;
}
.iconBox {
  width: calc(100% / 4);
  margin-bottom: 0;
  padding: 15px 10px 10px;
  text-align: center;
  position: relative;
}
.iconBox:before {
  position: absolute;
  content: '';
}
.iconBox + .iconBox:before {
  width: 1px;
  height: 80%;
  background: rgb(255 255 255);
  background-color: #eee;
  background: -webkit-linear-gradient(
    180deg,
    #ffffff,
    rgb(204 204 204),
    rgb(255 255 255) 100%
  );
  background: linear-gradient(
    180deg,
    #ffffff,
    rgb(204 204 204),
    rgb(255 255 255) 100%
  );
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.index-icon img {
  width: 65px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  opacity: 0.8;
}
.iconBox:hover {
  box-shadow: 0 2px 15px -3px rgb(106 106 106 / 50%);
  background: #fff;
}
.index-icon figure:hover p {
  color: #2a2f89;
}
.index-icon figure:hover img {
  transform: scale(1.03);
}
.index-icon p {
  margin-bottom: 0;
  line-height: 1;
}
.index-icon span {
  font-size: 13px;
  color: #ddd;
}
.index-news-content {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.index-news-content .btn-style {
  margin-top: auto;
  margin-left: auto;
}
.index-news-content li {
  width: 50%;
}
.index-news-content li:nth-of-type(1),
.index-news-content li:nth-of-type(2) {
  border-bottom: 1px solid #eee;
}
.index-news-content li:nth-of-type(even) {border-left: 1px solid #eee;}
.index-news-content li.index-news-btn{border-bottom:none;}
.news-item {
  display: block;
  padding: 30px;
}
.news-item .date {
  color: #9b9b9b;
  position: relative;
  display: table;
}
.news-item .date:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #9b9b9b;
  top: 50%;
  right: -40px;
}
.news-txt p {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.news-txt svg {
  margin-left: auto;
}
.brand {
  position: relative;
}
.brand:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 40%;
  background-color: #e3e3e3;
  bottom: 0;
}
.brandBox {
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgb(51 51 51 / 0.3);
  padding: 30px;
}
.brand-item {
  padding: 0 20px;
}

footer {
  background: #e3e3e3; /* color:#fff; */
  padding: 50px 0 0;
  text-align: center;
}
footer img {
  width: 120px;
  margin-bottom: 5px;
}
.footer-pic {margin: 0 auto;}
.footer-pic span {
  font-size: 20px;
  display: block;
  font-weight: 500;
}
.footer-t {
  display: table;
  margin: 0 auto;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.copyright {
  background-color: #2a2f89;
  font-size: 15px;
  padding: 5px 0;
  margin-top: 50px;
  color: #fff;
}
footer ul {
  /* margin-bottom:10px; */
  padding-left: 0;
  list-style: none; /* margin-top: 30px; */ /* border-top: 1px solid #fff; */
  padding-top: 40px;
  display: table;
  margin: 30px auto;
  position: relative;
}
footer ul:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #eee;
  background: -webkit-linear-gradient(
    180deg,
    #ffffff,
    rgb(204 204 204),
    rgb(255 255 255) 100%
  );
  background: linear-gradient(
    90deg,
    #e3e3e3,
    rgb(204 204 204),
    rgb(227 227 227) 100%
  );
}
footer ul li {
  display: inline-block;
  padding: 0 20px 10px;
}
footer ul li,
footer ul li a {
  color: #959595;
}
.copyright a {
  color: rgba(255, 255, 255, 0.75);
}
footer a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
/*內頁*/
.inner-banner {
  height: 20vw;
  position: relative;
  background-size: cover;
  background-position: center;
}
.innerPage {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.innerPage h1 {
  margin-bottom: 0;
  font-size: 40px;
  text-shadow: 0 0 4px #919191;
  color: #ffffff;
  background-color: rgb(255 255 255 / 0.2);
  padding: 5px 20px 10px;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #2a2f89;
}
.page {
  margin-top: 20px;
  text-align: right;
}
.page a {
  padding: 0 8px;
  opacity: 0.5;
}
.page a.on {
  opacity: 1;
  color: #2a2f89;
}
/*sidebar*/
.sidebar {
  width: 280px;
  float: left; /* background-color: #eee; */ /* padding: 20px; */ /* border: 1px solid #ddd; */
  font-size: 17px;
  padding-right: 30px;
}
.sidebar-btn {
  border-bottom: 1px solid #ddd;
  padding: 13px 20px;
  margin-bottom: 0;
  background: #f2f2f2;
}
.sidebar-btn svg {
  margin-left: auto;
  font-size: 14px;
}
.sub-box {
  padding: 10px 15px;
  font-size: 16px;
  background-color: #fafafa;
}
.sub-box p {
  margin-bottom: 0;
}
.sub-box p.active {
  background-color: #f2f2f2;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.sub-box p a {
  display: block;
  padding: 8px 10px;
}
.sidebar .navbar {
  padding: 0;
}
.sidebar li {
  display: block;
  width: 100%;
}
.sidebar + .product {
  width: calc(100% - 280px);
  float: right;
  padding-left: 30px;
  padding-top: 20px;
  border-left: 1px solid #eee;
}
.tool-btn {
  border: 1px solid #2a2f89;
  padding: 5px 10px;
  font-size: 15px;
}

.tool-btn svg {margin-left: 3px;}
.tool-btn:hover {
  background-color: #2a2f89;
  color: #fff;
}
.pro-top {
  /* border-bottom:1px solid #eee; */
  margin-bottom: 10px;
}
.pro-top h2 {
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  padding-right: 15px;
  padding-left: 20px;
}
.pro-top h2:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 100%;
  background-color: #2a2f89;
  left: 0;
  top: 2px;
}
.sub-box:not(.open) {
  display: none;
}
.pro-tab {
  list-style: none;
  padding: 15px 10px 5px;
  margin-bottom: 15px;
  background-color: #f2f2f2;
}
.pro-tab li {
  border: 1px solid #b0b0b0;
  width: calc(20% - 10px);
  margin: 0 5px 10px;
  text-align: center;
}
.pro-tab li.active {
  background-color: #2a2f89;
}
.pro-tab li.active a {
  color: #fff;
}
.pro-tab a {
  padding: 7px 10px;
  display: block;
}
.pro-item-box {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.pro-item-box-b {
  margin: 0 -8px;
}
.pro-list {
  width: calc(100% / 3 - 16px);
  margin: 0px 8px 16px;
  border: 1px solid #eee;
  padding: 8px;
  box-sizing: border-box;
}

.pro-list figure {
  margin-bottom: 5px;
  overflow: hidden;
}
.pro-list-t {
  padding: 5px 0 0;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #eee;
}
.pro-list-t p {
  margin-bottom: 0;
}
.pro-list-t p + span {
  margin-top: 5px;
  font-size: 16px;
}
.pro-list:hover img {
  transform: scale(1.06);
}
.pro-list:hover p {
  color: #2a2f89;
}
/*產品底層*/
.pro-detail-box {
  background-color: #fff; /* padding:30px */
}
.left-pro {
  width: 50%;
  margin-top: -90px; /* border:1px solid #eee; */
  float: left;
}
.pic-box {
  width: 100%;
  border: 1px solid #eee;
  border-bottom: none;
  text-align: center;
}
.pro_img {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 0 30px;
}
.pro_img li {
  border: 1px solid #eee; /* border-right: 0; */
}
.pd-simg .slick-prev,
.pd-simg .slick-next {
  height: 100%;
  background: #f2f2f2;
  width: 30px;
}
.pd-simg .slick-prev:hover,
.pd-simg .slick-next:hover,
.pd-simg .slick-prev:focus,
.pd-simg .slick-next:focus {
  background: #2a2f89;
}
.pd-simg .slick-prev {
  left: 0;
}
.pd-simg .slick-next {
  right: 0;
}
.pro-name-box {
  width: 100%;
}
.pro-name-box-inner {
  width: 50%;
  padding: 10px 30px;
  margin-left: auto;
}
.pro-detail-name {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2a2f89;
  margin-bottom: 0;
}
.pro-name-box-inner .proModel {
  margin-left: 0; /* color: #858585; */ /* display: table; */
  font-size: 20px;
  letter-spacing: 0; /* margin-top: 10px; */
  border-left: none;
  padding-left: 0;
  margin-right: 15px;
}
.right-box {
  width: calc(50% - 30px);
  margin-left: 30px; /* padding-left: 30px; */
  padding-top: 20px;
  float: right;
  position: relative;
  border-top: 1px solid #eee;
}
.detail-top {
  margin-bottom: 10px;
}
.pro-name-box-b {
  margin-top: 50px;
  margin-bottom: 30px;
}
.pro-detail-bb {
  /* border-bottom: 1px solid #333; */
  margin-bottom: 20px;
  font-size: 18px;
  display: table;
  margin: 0 auto 20px;
  position: relative;
}
.pro-detail-bb:before,
.pro-detail-bb:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #2a2f89;
  top: 50%;
}
.pro-detail-bb:before {left: -30px;}
.pro-detail-bb:after {right: -30px;}
.pro-detail-b{}.pro-detail-b {width: 100%;border: 1px solid #2a2f89;padding: 5px 15px;background-color: #f2f2f2;color: #2a2f89;}
.pro-detail-b.twobtn{width:50%}
.right-box .tool-btn {width:100%;border-left:1px solid #2a2f89;font-size: 16px;padding: 5px 15px;}
.right-box .pro-detail-b+.tool-btn{width: 50%;border-left: none;}
/*表格*/
.table-container {border: 1px solid #000000;}
table {
  width: 100%;
  text-align: center;
  border-spacing: 4px;
  border-collapse: separate;
  font-size: 15px; /*  */
}
table th {
  /* background-color:#ddd; */
  padding: 5px 5px;
  border-bottom: 2px solid #2a2f89;
  font-weight: 500;
}

.table-container table tr:nth-of-type(even) td {
  background-color: #f2f2f2;
}
.table-container table tr:nth-of-type(2) td {
  border: none;
  border-bottom: 1px solid #000000;
  background-color: #fff;
}
/*最新消息*/
.news-content {list-style: none;padding-left: 0;margin-bottom: 0;}
.news-items {border-bottom: 1px solid #f2f2f2;}
/*最新消息底層頁*/
.img-left,.img-left1{float:left;padding-bottom:30px;padding-right:30px;max-width:40%;width:100%}
.figure{margin:0 0 1rem}
.tx01{clear:both;margin-bottom:20px}
.tx01 img{margin-bottom:1em}
.img-left,.img-left1{float:left;padding-bottom:30px;padding-right:30px;max-width:40%;width:100%}
.article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
.img-right{float:right;padding-bottom:30px;padding-left:30px;max-width:40%}
.btn-style{display:table;margin-left:auto;margin-top:30px}
.img-fluid{max-width:100%;height:auto}
.news-txt h4{margin-bottom:.8rem}
/*聯絡我們*/
.contact-zone{position:relative}
.contact-zone::before{position:absolute;content:'';width:90%;height:65%;border:5px solid #2a2f89;opacity:.8;top:50px;left:30px;z-index:-1}
.contact-zone::after{position:absolute;content:'';width:80%;height:55%;top:164px;z-index:-2;background:url(../images/demo/contactpic.jpg);opacity:.6}
.contant_area{margin-top:3rem}
.contant_info h4{margin-left:3rem;margin-top:10px;letter-spacing:1.5px;color:#2a2f89;font-size:20px}
.main_color{font-size:24px;margin:3rem 0 0 3rem}
.list-group{margin-top:4rem;margin-bottom:3rem}
.list-group li{border:none;background-color:transparent;padding-left:3rem;padding-bottom:1rem}
.list-group li i{padding-right:20px}
.contact-form{background-color: #fff;padding: 40px;box-shadow: 0 0 10px rgb(51 51 51 / .3);}
li{list-style-type:none}
.btn-style-form{display:table;margin:0 auto;margin-top:30px;margin-bottom:30px}
.share-grid{padding-top:8px;border-top:1px solid #cacaca;color:#919191;font-size:15px;clear:both}
.fa-circle{color:#959595}
.fbcontact{margin-top:5rem}
.fbcontact i{font-size:2rem;color:#2a2f89;margin-left:3rem}
.map_box iframe{vertical-align:bottom}
/*公司簡介*/
.about-icons {
  margin-top: 70px;
}
.aboutPage02 {
  margin: 100px 0 55px 0;
}
.aboutPage02 .container {
  width: 100%;
  border-bottom: 1px solid #2a2f89;
  padding-bottom: 30px;
}
.aboutPage02 .container h2 {
  color: #2a2f89;
  text-align: center;
  padding-bottom: 30px;
}
.aboutPage02 .container p {
  text-align: center;
  padding: 0 150px 30px;
}
.gray_bg {
  background-color: #eee;
  padding: 30px 0;
}
.white_bg {
  padding: 30px 0;
}
.last_whitebg {
  margin-bottom: 10rem;
}
.about_row {
  width: 55%;
  margin: 0 auto;
}
.about_pic {
  margin: 0 50px;
}
.about_pic img {
  border-radius: 100%;
  width: 260px;
  height: 260px;
}
.about_tx {
  margin-top: 50px;
  margin-left: 50px;
}
.about_tx h5 {
  color: #2a2f89;
}

/* 經營項目 */
/*麵包屑*/
.breadCrumbs-block {
  margin-top: 30px;
  padding: 0px 15px;
}
.breadCrumbs-block .breadCrumbs {
  /* float: right; */
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadCrumbs-block .breadCrumbs .item {
  display: inline-block;
  padding: 0 7px 0 0;
  font-size: 14px;
}
.breadCrumbs-block .breadCrumbs .item:after {
  content: '/';
  display: inline-block;
  color: #999;
}
.breadCrumbs-block .breadCrumbs .item a {
  display: inline-block;
  padding: 0 7px 0 0;
  color: #999;
}
.breadCrumbs-block .breadCrumbs .item.active:after {
  display: none;
}
.breadCrumbs-block .breadCrumbs .item.active a {
  padding-right: 0;
  color: #0058c5;
}
.about-top{
  position: relative;
  line-height: 1;
  padding-right: 15px;
  padding-left: 20px;
  display: table;
}
.about-top:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 100%;
  background-color: #2a2f89;
  left: 0;
  top: 2px;
}
.bsitem {
  margin: 100px 0 150px;
}
.pagerow {
  margin-top: 70px;
  align-items: center;
  padding-left: 0;
}
.bsitemiconbox {
  text-align: center;
}
.bsitemiconbox img {
  width: 30%;
}
.bsitemiconbox h4 {
  margin: 50px 0 20px;
  color: #2a2f89;
}
.bsitemiconbox p {
  padding: 0 50px;
}
.page01contain p {
  color: black;
  margin: 10px 0 0 30px;
}
.hookicon {
  width: 10%;
}
.bsitemPage02 {text-align: center;padding: 100px 0 100px;margin: 0;background: url(../images/buainess-item/buainessitebgc.jpg) center center no-repeat;background-attachment: fixed;}
.bsitem h2,
.bsitem h1 {
  margin-bottom: 1.5rem;
  color: #2a2f89;
  text-align: center;
}

.bsitemPage02 .container p {
  margin-top: 2rem;
  padding: 0 150px;
  line-height: 40px;
}
.pagerow li {
  height: 150px;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 0.5px 0.5px #e3e3e3;
}
.pagerow li::before {
  content: '';
  width: 30px;
  height: 10px;
  background-color: #2a2f89;
  opacity: 0.5;
}
.pagerow li:hover {
  box-shadow: 3px 3px 3px 2px rgb(143, 143, 143);
  transition: 0.5s;
  z-index: 2;
}
.pagerow li h4 {
  margin-top: 35px;
  margin-bottom: 0;
}
.pagerow li:hover::before {
  opacity: 1;
  transition: 0.5s;
}

@media screen and (min-width: 991px) {
  .sidebar .collapse:not(.show) {
    display: block;
  }
  .sidebar button {
    display: none;
  }
  nav.navbar .navbar-nav .nav-item {
    border-style: solid;
    border-color: #fff;
    border-width: 15px 8px;
  }
}
/*rwd*/
@media screen and (max-width: 1400px) {
  .index-about-img {
    width: 50%;
  }
  .index-about-t {
    width: 50%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  /*首頁*/
  .mj-title {
    margin-bottom: 30px;
  }
  .mj-title span {
    font-size: 4rem;
  }
  .index-about-t h1 {
    font-size: 16px;
  }
  .index-about-t h2 {
    font-size: 19px;
    margin-bottom: 20px;
    margin-bottom: 40px;
  }
  .index-about-t h2:before {
    bottom: -10px;
  }
  /*產品*/
  .inner-banner {
    height: 25vw;
  }
  .pro-list {
    width: calc(50% - 16px);
  }
  .pro-tab li {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  /* 關於勇欣 */
  .about_row {flex-wrap: wrap;width: 100%;padding: 0 15px;}
  .about_pic {margin: 0 auto;}
  .about_tx {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .about_tx h5 span{display:none}
}

@media screen and (max-width: 991px) {
  nav.navbar {
    padding: 10px 15px;
  }
  header .navbar-nav {
    margin-top: 15px;
    position: relative;
  }
  header .navbar-nav:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #eee;
    background: -webkit-linear-gradient(
      90deg,
      #ffffff,
      rgb(197 197 197),
      rgb(255 255 255) 100%
    );
    background: linear-gradient(
      90deg,
      #ffffff,
      rgb(197 197 197),
      rgb(255 255 255) 100%
    );
  }
  .navbar-brand {
    width: 80px;
  }
  .navbar-toggler-icon {
    height: 1px;
    display: block;
    background-color: #2a2f89;
    margin: 0 auto;
  }
  .navbar-toggler-icon + .navbar-toggler-icon {
    margin-top: 7px;
  }
  header .navbar-nav .dropdown-menu {
    width: 100%;
    background-color: #eee;
    border-top: 0;
    position: relative;
    top: auto;
  }
  .dropdown-btn {
    width: 200px;
  }
  .dropdown-item ul {
    width: calc(100% - 200px);
  }
  /* footer */
  footer img {
    width: 100px;
  }
  .footer-pic span {
    font-size: 18px;
  }
  /*index*/
  .mj-title p {
    font-size: 22px;
  }
  .index-about,
  .index-news {
    margin: 80px 0 100px;
  }
  .index-about-img {
    width: 100%;
  }
  .about-map {
    width: 100%;
    bottom: -150px;
  }
  .index-about-t h1 {
    font-size: 18px;
  }
  .index-about-t {
    width: 90%;
    margin: 0 auto; /* padding-top: 30px; */
  }
  .index-about-title:before {
    width: 130px;
    height: 8px;
    left: 0;
    top: 0;
  }
  .index-about-t h2:before {
    bottom: -20px;
  }
  .index-about-title {
    padding-left: 0;
    padding-top: 30px;
  }
  .index-about-t p {
    padding-left: 0;
  }
  .index-news-content li {
    width: 100%;
  }
  .index-news-content .btn-style {
    margin-top: 30px;
  }
  .news-txt p {
    font-size: 17px;
  }
  .news-item {
    padding: 20px;
  }
  .index-news-content li:nth-of-type(even) {
    border-left: none;
  }
  /*產品列表*/
  .sidebar {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .sidebar button {
    width: 100%;
    background-color: #f2f2f2;
    border: none;
    padding: 10px;
  }
  .sidebar + .product {
    width: 100%;
    float: none;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #eee;
    margin-top: 15px;
  }
  .page {
    text-align: center;
  }
  .pro-top h2 {
    font-size: 26px;
    padding-left: 20px;
  }
  .pro-top h2:before {
    left: 0;
    top: 0;
  }
  /*表格*/
  .innerPage h1 {
    font-size: 30px;
  }
  .right-box {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .left-pro {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .pro-name-box-inner {
    width: 100%; /* padding: 0; */ /* margin-bottom: 10px; */
    background-color: #eee;
    text-align: center;
  }
  .pro-detail-name {
    font-size: 22px;
  }
  .pro-name-box-inner .proModel {
    margin-right: 0;
    font-size: 18px;
  }
  .table-container {
    width: 100%;
    overflow-x: auto;
    margin: 0 0 1em;
  }
  table {
    width: 991px;
  }
}
@media screen and (max-width: 768px) {
  .dropdown-btn{width:50%}
  .dropdown-item ul{width:50%;padding:10px 0}
  .dropdown-item ul li{width:100%}
  .dropdown-item ul li a{padding:8px 20px}
  .dropdown-item ul li:nth-of-type(even):before{display:none}
  footer ul{width:100%;padding-top:20px;margin-top:20px}
  footer ul li{display:block}
  footer{padding:30px 0 0}
  .copyright{margin-top:30px}
  .index-about,.index-news{margin:50px 0 70px}
  .font-style{line-height:1.5;letter-spacing:1px;font-size:16px}
  .mj-title span{font-size:3rem}
  .index-about-t{width:95%}
  .iconBox{width:50%;padding:10px 0}
  .iconBox:nth-of-type(3):before{display:none}
  .inner-banner{height:33vw}
  .innerPage h1{font-size:28px}
  .pro-top h2{width:100%;margin-bottom:15px}
  .tool-btn{width:100%;text-align:center}
  /* 關於勇欣 */
  .bsitem{margin: 60px 0 0px;}
  .aboutPage02 .container p {padding: 0 25px 30px;}
  .about_pic img { width: 220px; height: 220px;}
  .bsitemPage02{background-attachment:initial;background-position: center 60%;padding: 50px 0 50px;}
  .pagerow li{height:auto;padding-bottom: 20px;}
  /* 營業項目 */
  .bsitemPage02 .container p{padding:0 25px;line-height:30px}
  .pro-detail-b{text-align:center}
  .pro-tab li{width:calc(100% / 3 - 10px)}
  .pro-tab a{padding:5px 10px}
  .pro-item-box-b{margin:0 -5px}
  .pro-list{width:calc(50% - 10px);margin:0 5px 10px}
  /* 聯絡我們 */
  .main_color{margin-top:25px}
  .contact-zone::after {width: 100%;}
  .list-group{margin: 0;}
  .list-group li{padding-bottom: 5px;}
  .contact-form{padding:30px 25px}
  .contact-form>p{text-align:center}
  .contact-form>p .red{display:table;font-size:14px;margin:0 auto}
  /*news-底層*/
  .img-left,
  .img-right {max-width: 100%;float: none;padding: 0;}
  .detail-news-item {padding: 0;}
}
@media screen and (max-width: 640px) {
  nav.navbar {width: 100%;}
  .navbar-brand {width: 70px;}
  header::before {display: none;}
  .inner-banner,.single-item {margin-top: 60px;}
  .pro-top h2 {font-size: 24px;}
  footer{margin-bottom: 50px;}
}
@media screen and (max-width: 575px) {
  .wrapper {padding: 30px 0;}
  .mj-title span { font-size: 2.7rem;}
}
@media screen and (max-width: 480px) {
  .mj-title span {font-size: 2rem;}
  /* 關於勇欣 */
  .about_pic img {width: 180px;height: 180px;}
  /* 服務項目 */
  .bsitemPage02 h5 {padding: 0 25px;}
  /*產品列表*/
  .pro-tab {padding: 10px 5px 0;}
  .pro-tab li {width: calc(100% / 2 - 10px);}
  /* 聯絡我們 */
  .contact-zone::before {left: 25px;}
}
