a {
    color: #023972;
}

/*隱藏公司簡介、產品頁下方多餘空白*/
div.fcol.fcol-4, div.fcol.fcol-5, div.fcol.fcol-6 {
  display:none;
}
body[data-type="fullpage"] .main {
    min-height: 0px;
}


.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0;
}

.topnavbar {
    background-color: #000000;
  top:0px;
   z-index:100;
 width:100%;
  padding: .6rem 0;
  height: 100px;
  border-bottom:3px #e70010 solid;
}
#nav ul li a {
    white-space: nowrap;
    color: #fff;
    line-height: 1.3;
      font-weight: bold;
    padding: 15px 50px;
    font-size: 100%;
      border-radius: 50px;
}
#nav ul li a:hover{
      color: #fff;
      transition:0.7s;
        background: #cb0302;
}
#nav ul li.current a {
      background: #cb0302;
    font-weight: 600;
        color: #fff;
}




/*banner*/
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}


body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
}
.h1title {
    color: #023972;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #023972 solid;
}




.serveimg {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #cb0302;
   overflow: hidden;
   position: relative;
   border-radius:5px;
   padding:20px 15px;
}
.serveimg:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #ff8c11;
   overflow: hidden;
   position: relative;
   border-radius:5px;
   padding:20px 15px;
}





/*product*/
.productdetail .detail-spec b {
    font-weight: normal;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    padding: 3px 8px;
    box-shadow: 0 1px 0 #fff;
    background-color: rgba(0,0,0,0.05);
    font-size: 14px;
    text-shadow: none;
}
.productdetail .detail-spec h2 {
    color: #666;
    font-size: 30px;
    line-height: 1.3;
    text-shadow: none;
}
ul.product-list li h3 {
color: #000;
}
ul.product-list li a {
    padding-bottom: 0px;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #000;
    transition-property: left, color;
}



#side ul li a {
    color: #555;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}



.news .fcol .news-list li h3, .news .news.main-content li h3, #news-heading h3 {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    color: #0238b6;
}



/*footer*/
#footer{
  background:#000;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
  display:none;
}
#foot-nav ul li a,#foot-nav ul li.current a {
    color: #fff;
}
#footer {
    color: #fff;
}
#contact-info ul li span {
    color: #fff;
}
#footer-service {
    clear: both;
    padding-bottom: 1em;
    min-height: 20px;
    font-size: .9em;
    overflow: hidden;
    display: none;
}
.contact-row {
    padding: 2em 0 2em;
    line-height: 1.6;
}